Skip to content

Commit df8300e

Browse files
committed
release: 1.7.5
1 parent b1be20d commit df8300e

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*", "docs"],
3-
"version": "1.7.4",
3+
"version": "1.7.5",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

packages/primitives/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/ui-primitives",
3-
"version": "1.7.4",
3+
"version": "1.7.5",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,

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.7.4",
3+
"version": "1.7.5",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,
@@ -23,14 +23,14 @@
2323
"@internationalized/number": "^3.2.0",
2424
"@radix-ui/react-dismissable-layer": "^1.0.3",
2525
"@radix-ui/react-dropdown-menu": "^2.0.4",
26-
"@strapi/ui-primitives": "^1.7.4",
26+
"@strapi/ui-primitives": "^1.7.5",
2727
"@uiw/react-codemirror": "^4.19.16",
2828
"compute-scroll-into-view": "^3.0.3",
2929
"prop-types": "^15.8.1"
3030
},
3131
"devDependencies": {
3232
"@playwright/test": "1.33.0",
33-
"@strapi/icons": "^1.7.4",
33+
"@strapi/icons": "^1.7.5",
3434
"@types/react-router-dom": "^5.3.3",
3535
"@types/styled-components": "^5.1.26",
3636
"axe-playwright": "^1.2.3",

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

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5114,8 +5114,8 @@ __metadata:
51145114
"@playwright/test": 1.33.0
51155115
"@radix-ui/react-dismissable-layer": ^1.0.3
51165116
"@radix-ui/react-dropdown-menu": ^2.0.4
5117-
"@strapi/icons": ^1.7.4
5118-
"@strapi/ui-primitives": ^1.7.4
5117+
"@strapi/icons": ^1.7.5
5118+
"@strapi/ui-primitives": ^1.7.5
51195119
"@types/react-router-dom": ^5.3.3
51205120
"@types/styled-components": ^5.1.26
51215121
"@uiw/react-codemirror": ^4.19.16
@@ -5160,7 +5160,7 @@ __metadata:
51605160
languageName: node
51615161
linkType: hard
51625162

5163-
"@strapi/icons@^1.7.0, @strapi/icons@^1.7.4, @strapi/icons@workspace:packages/strapi-icons":
5163+
"@strapi/icons@^1.7.0, @strapi/icons@^1.7.5, @strapi/icons@workspace:packages/strapi-icons":
51645164
version: 0.0.0-use.local
51655165
resolution: "@strapi/icons@workspace:packages/strapi-icons"
51665166
dependencies:
@@ -5171,7 +5171,7 @@ __metadata:
51715171
languageName: unknown
51725172
linkType: soft
51735173

5174-
"@strapi/ui-primitives@^1.7.0, @strapi/ui-primitives@^1.7.4, @strapi/ui-primitives@workspace:packages/primitives":
5174+
"@strapi/ui-primitives@^1.7.0, @strapi/ui-primitives@^1.7.5, @strapi/ui-primitives@workspace:packages/primitives":
51755175
version: 0.0.0-use.local
51765176
resolution: "@strapi/ui-primitives@workspace:packages/primitives"
51775177
dependencies:

0 commit comments

Comments
 (0)