Skip to content

Commit

Permalink
release: 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed May 30, 2024
1 parent 70b4002 commit 5b25932
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/two-weeks-protect.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/ui-primitives",
"version": "1.18.0",
"version": "1.19.0",
"license": "MIT",
"sideEffects": false,
"main": "./dist/ui-primitives.js",
Expand Down
6 changes: 3 additions & 3 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.18.0",
"version": "1.19.0",
"license": "MIT",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@radix-ui/react-dismissable-layer": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-focus-scope": "1.0.4",
"@strapi/ui-primitives": "^1.18.0",
"@strapi/ui-primitives": "^1.19.0",
"@uiw/react-codemirror": "^4.21.25",
"aria-hidden": "^1.2.4",
"compute-scroll-into-view": "^3.1.0",
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@playwright/test": "1.43.0",
"@strapi/icons": "^1.18.0",
"@strapi/icons": "^1.19.0",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"axe-playwright": "^2.0.1",
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.18.0",
"version": "1.19.0",
"license": "MIT",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5147,8 +5147,8 @@ __metadata:
"@radix-ui/react-dismissable-layer": ^1.0.5
"@radix-ui/react-dropdown-menu": ^2.0.6
"@radix-ui/react-focus-scope": 1.0.4
"@strapi/icons": ^1.18.0
"@strapi/ui-primitives": ^1.18.0
"@strapi/icons": ^1.19.0
"@strapi/ui-primitives": ^1.19.0
"@types/react-router-dom": ^5.3.3
"@types/styled-components": ^5.1.26
"@uiw/react-codemirror": ^4.21.25
Expand Down Expand Up @@ -5200,7 +5200,7 @@ __metadata:
languageName: node
linkType: hard

"@strapi/icons@^1.18.0, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/strapi-icons":
"@strapi/icons@^1.19.0, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/strapi-icons":
version: 0.0.0-use.local
resolution: "@strapi/icons@workspace:packages/strapi-icons"
dependencies:
Expand All @@ -5211,7 +5211,7 @@ __metadata:
languageName: unknown
linkType: soft

"@strapi/ui-primitives@^1.18.0, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
"@strapi/ui-primitives@^1.19.0, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
version: 0.0.0-use.local
resolution: "@strapi/ui-primitives@workspace:packages/primitives"
dependencies:
Expand Down

0 comments on commit 5b25932

Please sign in to comment.