Skip to content

Commit 5aeb3e4

Browse files
committed
Releasing
1 parent f27037b commit 5aeb3e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.3.1-alpha.1",
5+
"version": "1.3.1",
66
"npmClient": "yarn"
77
}

packages/strapi-design-system/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/design-system",
3-
"version": "1.3.1-alpha.1",
3+
"version": "1.3.1",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,
@@ -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": "^1.3.1-alpha.1",
33+
"@strapi/icons": "^1.3.1",
3434
"@swc/core": "^1.3.11",
3535
"@swc/jest": "^0.2.23",
3636
"@testing-library/jest-dom": "^5.16.5",
@@ -56,7 +56,7 @@
5656
"styled-components": "^5.2.1"
5757
},
5858
"peerDependencies": {
59-
"@strapi/icons": "^1.2.8",
59+
"@strapi/icons": "^1.3.1",
6060
"react": "^17.0.1",
6161
"react-dom": "^17.0.1",
6262
"react-router-dom": "^5.2.0",

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": "1.3.1-alpha.1",
3+
"version": "1.3.1",
44
"license": "MIT",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)