Skip to content

Commit f635ae1

Browse files
committed
release: 1.7.3
1 parent 5812e6b commit f635ae1

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.2",
3+
"version": "1.7.3",
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.2",
3+
"version": "1.7.3",
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.2",
3+
"version": "1.7.3",
44
"license": "MIT",
55
"type": "module",
66
"sideEffects": false,
@@ -24,14 +24,14 @@
2424
"@radix-ui/react-dismissable-layer": "^1.0.3",
2525
"@radix-ui/react-dropdown-menu": "^2.0.4",
2626
"@radix-ui/react-use-callback-ref": "^1.0.0",
27-
"@strapi/ui-primitives": "^1.7.2",
27+
"@strapi/ui-primitives": "^1.7.3",
2828
"@uiw/react-codemirror": "^4.19.16",
2929
"compute-scroll-into-view": "^3.0.3",
3030
"prop-types": "^15.8.1"
3131
},
3232
"devDependencies": {
3333
"@playwright/test": "1.33.0",
34-
"@strapi/icons": "^1.7.2",
34+
"@strapi/icons": "^1.7.3",
3535
"@types/react-router-dom": "^5.3.3",
3636
"@types/styled-components": "^5.1.26",
3737
"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.2",
3+
"version": "1.7.3",
44
"license": "MIT",
55
"type": "module",
66
"main": "./dist/index.cjs",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5115,8 +5115,8 @@ __metadata:
51155115
"@radix-ui/react-dismissable-layer": ^1.0.3
51165116
"@radix-ui/react-dropdown-menu": ^2.0.4
51175117
"@radix-ui/react-use-callback-ref": ^1.0.0
5118-
"@strapi/icons": ^1.7.2
5119-
"@strapi/ui-primitives": ^1.7.2
5118+
"@strapi/icons": ^1.7.3
5119+
"@strapi/ui-primitives": ^1.7.3
51205120
"@types/react-router-dom": ^5.3.3
51215121
"@types/styled-components": ^5.1.26
51225122
"@uiw/react-codemirror": ^4.19.16
@@ -5161,7 +5161,7 @@ __metadata:
51615161
languageName: node
51625162
linkType: hard
51635163

5164-
"@strapi/icons@^1.7.0, @strapi/icons@^1.7.2, @strapi/icons@workspace:packages/strapi-icons":
5164+
"@strapi/icons@^1.7.0, @strapi/icons@^1.7.3, @strapi/icons@workspace:packages/strapi-icons":
51655165
version: 0.0.0-use.local
51665166
resolution: "@strapi/icons@workspace:packages/strapi-icons"
51675167
dependencies:
@@ -5172,7 +5172,7 @@ __metadata:
51725172
languageName: unknown
51735173
linkType: soft
51745174

5175-
"@strapi/ui-primitives@^1.7.0, @strapi/ui-primitives@^1.7.2, @strapi/ui-primitives@workspace:packages/primitives":
5175+
"@strapi/ui-primitives@^1.7.0, @strapi/ui-primitives@^1.7.3, @strapi/ui-primitives@workspace:packages/primitives":
51765176
version: 0.0.0-use.local
51775177
resolution: "@strapi/ui-primitives@workspace:packages/primitives"
51785178
dependencies:

0 commit comments

Comments
 (0)