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 d88fcc5 commit c389b0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "1.3.0",
"version": "1.4.0-beta.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": "1.3.0",
"version": "1.4.0-beta.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": "^1.3.0",
"@strapi/icons": "^1.4.0-beta.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": "1.3.0",
"version": "1.4.0-beta.0",
"license": "MIT",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit c389b0f

Please sign in to comment.