Skip to content

Commit

Permalink
Releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed Nov 17, 2022
1 parent e85dbcc commit 3383994
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"packages": ["packages/*"],
"version": "0.0.0-vite-bundler.0",
"packages": [
"packages/*"
],
"version": "1.3.0",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/strapi-design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/design-system",
"version": "0.0.0-vite-bundler.0",
"version": "1.3.0",
"license": "MIT",
"type": "module",
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/react": "^6.5.13",
"@strapi/icons": "^0.0.0-vite-bundler.0",
"@strapi/icons": "^1.3.0",
"@swc/core": "^1.3.11",
"@swc/jest": "^0.2.23",
"@testing-library/jest-dom": "^5.16.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/icons",
"version": "0.0.0-vite-bundler.0",
"version": "1.3.0",
"license": "MIT",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 3383994

Please sign in to comment.