Skip to content

Commit 46e8801

Browse files
chore(release): publish (#147)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @drivenets/design-system@0.6.1 ### Patch Changes - 9491d59: Fix common js build ## @drivenets/eslint-plugin-design-system@0.0.9 ### Patch Changes - 9491d59: Fix common js build ## @drivenets/vite-plugin-design-system@0.0.6 ### Patch Changes - 9491d59: Fix common js build Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9491d59 commit 46e8801

7 files changed

Lines changed: 21 additions & 10 deletions

File tree

.changeset/dark-turtles-smash.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/design-system/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @drivenets/design-system
22

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- 9491d59: Fix common js build
8+
39
## 0.6.0
410

511
### Minor Changes

packages/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drivenets/design-system",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"license": "Apache-2.0",
55
"type": "module",
66
"types": "./dist/index.d.cts",

packages/eslint-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @drivenets/eslint-plugin-design-system
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- 9491d59: Fix common js build
8+
39
## 0.0.8
410

511
### Patch Changes

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drivenets/eslint-plugin-design-system",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"license": "Apache-2.0",
55
"type": "module",
66
"types": "./dist/index.d.cts",

packages/vite-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @drivenets/vite-plugin-design-system
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- 9491d59: Fix common js build
8+
39
## 0.0.5
410

511
### Patch Changes

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drivenets/vite-plugin-design-system",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"license": "Apache-2.0",
55
"type": "module",
66
"types": "./src/index.ts",

0 commit comments

Comments
 (0)