Skip to content

Commit

Permalink
chore: release 1.12.2 (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis authored Oct 13, 2023
1 parent 8953192 commit e4e6682
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/tough-laws-pay.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.12.1",
"version": "1.12.2",
"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.12.1",
"version": "1.12.2",
"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.12.1",
"@strapi/ui-primitives": "^1.12.2",
"@uiw/react-codemirror": "^4.21.19",
"aria-hidden": "^1.2.3",
"compute-scroll-into-view": "^3.1.0",
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@playwright/test": "1.38.1",
"@strapi/icons": "^1.12.1",
"@strapi/icons": "^1.12.2",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"axe-playwright": "^1.2.3",
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.12.1",
"version": "1.12.2",
"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 @@ -6062,8 +6062,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.12.1
"@strapi/ui-primitives": ^1.12.1
"@strapi/icons": ^1.12.2
"@strapi/ui-primitives": ^1.12.2
"@types/react-router-dom": ^5.3.3
"@types/styled-components": ^5.1.26
"@uiw/react-codemirror": ^4.21.19
Expand Down Expand Up @@ -6115,7 +6115,7 @@ __metadata:
languageName: node
linkType: hard

"@strapi/icons@^1.12.1, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/strapi-icons":
"@strapi/icons@^1.12.2, @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 @@ -6126,7 +6126,7 @@ __metadata:
languageName: unknown
linkType: soft

"@strapi/ui-primitives@^1.12.1, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
"@strapi/ui-primitives@^1.12.2, @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

2 comments on commit e4e6682

@vercel
Copy link

@vercel vercel bot commented on e4e6682 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

design-system-website – ./website

design-system-website-strapijs.vercel.app
design-system-website-git-main-strapijs.vercel.app
design-system.strapi.io

@vercel
Copy link

@vercel vercel bot commented on e4e6682 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

design-system – ./

design-system-git-main-strapijs.vercel.app
design-system-alpha.vercel.app
design-system-strapijs.vercel.app

Please sign in to comment.