Skip to content

Commit

Permalink
release: 1.13.1 (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis authored Nov 8, 2023
1 parent 51df3e0 commit d27ef62
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/hot-starfishes-judge.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.13.0",
"version": "1.13.1",
"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.13.0",
"version": "1.13.1",
"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.13.0",
"@strapi/ui-primitives": "^1.13.1",
"@uiw/react-codemirror": "^4.21.20",
"aria-hidden": "^1.2.3",
"compute-scroll-into-view": "^3.1.0",
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@playwright/test": "1.39.0",
"@strapi/icons": "^1.13.0",
"@strapi/icons": "^1.13.1",
"@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.13.0",
"version": "1.13.1",
"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 @@ -5979,8 +5979,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.13.0
"@strapi/ui-primitives": ^1.13.0
"@strapi/icons": ^1.13.1
"@strapi/ui-primitives": ^1.13.1
"@types/react-router-dom": ^5.3.3
"@types/styled-components": ^5.1.26
"@uiw/react-codemirror": ^4.21.20
Expand Down Expand Up @@ -6032,7 +6032,7 @@ __metadata:
languageName: node
linkType: hard

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

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

@vercel
Copy link

@vercel vercel bot commented on d27ef62 Nov 8, 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-alpha.vercel.app
design-system-git-main-strapijs.vercel.app
design-system-strapijs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on d27ef62 Nov 8, 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

Please sign in to comment.