Skip to content

Commit 3383994

Browse files
committed
Releasing
1 parent e85dbcc commit 3383994

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

lerna.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"packages": ["packages/*"],
3-
"version": "0.0.0-vite-bundler.0",
2+
"packages": [
3+
"packages/*"
4+
],
5+
"version": "1.3.0",
46
"npmClient": "yarn"
57
}

packages/strapi-design-system/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/design-system",
3-
"version": "0.0.0-vite-bundler.0",
3+
"version": "1.3.0",
44
"license": "MIT",
55
"type": "module",
66
"main": "./dist/index.cjs",
@@ -30,7 +30,7 @@
3030
"@storybook/addon-essentials": "^6.5.13",
3131
"@storybook/addon-links": "^6.5.13",
3232
"@storybook/react": "^6.5.13",
33-
"@strapi/icons": "^0.0.0-vite-bundler.0",
33+
"@strapi/icons": "^1.3.0",
3434
"@swc/core": "^1.3.11",
3535
"@swc/jest": "^0.2.23",
3636
"@testing-library/jest-dom": "^5.16.5",

packages/strapi-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/icons",
3-
"version": "0.0.0-vite-bundler.0",
3+
"version": "1.3.0",
44
"license": "MIT",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)