Skip to content

Commit e8e1b5d

Browse files
chore(release): publish (drivenets#56)
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.0.3 ### Patch Changes - 30483ae: Fix build issues - 17c1f0f: Export css bundle ## @drivenets/eslint-plugin-design-system@0.0.3 ### Patch Changes - c6eed37: Fix build issues ## @drivenets/vite-plugin-design-system@0.0.3 ### Patch Changes - 1511529: Fix typing and build issues Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c6eed37 commit e8e1b5d

10 files changed

Lines changed: 22 additions & 23 deletions

File tree

.changeset/long-onions-rest.md

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

.changeset/sour-flowers-share.md

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

.changeset/wicked-kids-grow.md

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

.changeset/witty-badgers-like.md

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

packages/design-system/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- 30483ae: Fix build issues
8+
- 17c1f0f: Export css bundle
9+
310
## 0.0.2
411

512
### Patch 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.0.2",
3+
"version": "0.0.3",
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.3
4+
5+
### Patch Changes
6+
7+
- c6eed37: Fix build issues
8+
39
## 0.0.2
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.2",
3+
"version": "0.0.3",
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.3
4+
5+
### Patch Changes
6+
7+
- 1511529: Fix typing and build issues
8+
39
## 0.0.2
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.2",
3+
"version": "0.0.3",
44
"license": "Apache-2.0",
55
"type": "module",
66
"types": "./src/index.ts",

0 commit comments

Comments
 (0)