Skip to content

Commit b08f333

Browse files
authored
release: 1.13.0 (#1432)
1 parent cd6fc7d commit b08f333

File tree

6 files changed

+9
-19
lines changed

6 files changed

+9
-19
lines changed

.changeset/forty-cycles-attend.md

-5
This file was deleted.

.changeset/make-title-optional.md

-5
This file was deleted.

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.12.2",
3+
"version": "1.13.0",
44
"license": "MIT",
55
"sideEffects": false,
66
"main": "./dist/ui-primitives.js",

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.12.2",
3+
"version": "1.13.0",
44
"license": "MIT",
55
"sideEffects": false,
66
"main": "./dist/index.js",
@@ -33,7 +33,7 @@
3333
"@radix-ui/react-dismissable-layer": "^1.0.5",
3434
"@radix-ui/react-dropdown-menu": "^2.0.6",
3535
"@radix-ui/react-focus-scope": "1.0.4",
36-
"@strapi/ui-primitives": "^1.12.2",
36+
"@strapi/ui-primitives": "^1.13.0",
3737
"@uiw/react-codemirror": "^4.21.20",
3838
"aria-hidden": "^1.2.3",
3939
"compute-scroll-into-view": "^3.1.0",
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@playwright/test": "1.39.0",
45-
"@strapi/icons": "^1.12.2",
45+
"@strapi/icons": "^1.13.0",
4646
"@types/react-router-dom": "^5.3.3",
4747
"@types/styled-components": "^5.1.26",
4848
"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.12.2",
3+
"version": "1.13.0",
44
"license": "MIT",
55
"sideEffects": false,
66
"main": "./dist/index.js",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6063,8 +6063,8 @@ __metadata:
60636063
"@radix-ui/react-dismissable-layer": ^1.0.5
60646064
"@radix-ui/react-dropdown-menu": ^2.0.6
60656065
"@radix-ui/react-focus-scope": 1.0.4
6066-
"@strapi/icons": ^1.12.2
6067-
"@strapi/ui-primitives": ^1.12.2
6066+
"@strapi/icons": ^1.13.0
6067+
"@strapi/ui-primitives": ^1.13.0
60686068
"@types/react-router-dom": ^5.3.3
60696069
"@types/styled-components": ^5.1.26
60706070
"@uiw/react-codemirror": ^4.21.20
@@ -6116,7 +6116,7 @@ __metadata:
61166116
languageName: node
61176117
linkType: hard
61186118

6119-
"@strapi/icons@^1.12.2, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/strapi-icons":
6119+
"@strapi/icons@^1.13.0, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/strapi-icons":
61206120
version: 0.0.0-use.local
61216121
resolution: "@strapi/icons@workspace:packages/strapi-icons"
61226122
dependencies:
@@ -6127,7 +6127,7 @@ __metadata:
61276127
languageName: unknown
61286128
linkType: soft
61296129

6130-
"@strapi/ui-primitives@^1.12.2, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
6130+
"@strapi/ui-primitives@^1.13.0, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
61316131
version: 0.0.0-use.local
61326132
resolution: "@strapi/ui-primitives@workspace:packages/primitives"
61336133
dependencies:

0 commit comments

Comments
 (0)