Skip to content

Commit

Permalink
chore: version packages for release (rc)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 21, 2024
1 parent 0871c2c commit b510209
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 9 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"green-starfishes-retire",
"grumpy-seahorses-give",
"hip-roses-wash",
"hip-sloths-occur",
"hot-turkeys-cross",
"itchy-rings-listen",
"large-tigers-hope",
Expand Down
11 changes: 11 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @strapi/design-system

## 2.0.0-rc.14

### Minor Changes

- [#1826](https://github.com/strapi/design-system/pull/1826) [`0871c2c`](https://github.com/strapi/design-system/commit/0871c2c89259cd99f5f3198c476adc2a11d5ab32) Thanks [@mukulpadwal](https://github.com/mukulpadwal)! - Updated hover styles to apply correct color for text and SVG icons

### Patch Changes

- Updated dependencies []:
- @strapi/ui-primitives@2.0.0-rc.14

## 2.0.0-rc.13

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/design-system",
"version": "2.0.0-rc.13",
"version": "2.0.0-rc.14",
"license": "MIT",
"sideEffects": false,
"source": "./src/index.ts",
Expand Down Expand Up @@ -30,12 +30,12 @@
"@radix-ui/react-switch": "1.0.3",
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/react-tooltip": "1.0.7",
"@strapi/ui-primitives": "2.0.0-rc.13",
"@strapi/ui-primitives": "2.0.0-rc.14",
"@uiw/react-codemirror": "4.22.2",
"react-remove-scroll": "2.5.10"
},
"devDependencies": {
"@strapi/icons": "2.0.0-rc.13",
"@strapi/icons": "2.0.0-rc.14",
"@strapi/pack-up": "5.0.0",
"jest": "29.7.0",
"react": "18.3.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @strapi/icons

## 2.0.0-rc.14

## 2.0.0-rc.13

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/icons",
"version": "2.0.0-rc.13",
"version": "2.0.0-rc.14",
"license": "MIT",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @strapi/ui-primitives

## 2.0.0-rc.14

## 2.0.0-rc.13

### Major Changes
Expand Down
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": "2.0.0-rc.13",
"version": "2.0.0-rc.14",
"license": "MIT",
"sideEffects": false,
"source": "./src/index.ts",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4259,9 +4259,9 @@ __metadata:
"@radix-ui/react-switch": 1.0.3
"@radix-ui/react-tabs": 1.0.4
"@radix-ui/react-tooltip": 1.0.7
"@strapi/icons": 2.0.0-rc.13
"@strapi/icons": 2.0.0-rc.14
"@strapi/pack-up": 5.0.0
"@strapi/ui-primitives": 2.0.0-rc.13
"@strapi/ui-primitives": 2.0.0-rc.14
"@uiw/react-codemirror": 4.22.2
jest: 29.7.0
react: 18.3.1
Expand Down Expand Up @@ -4309,7 +4309,7 @@ __metadata:
languageName: node
linkType: hard

"@strapi/[email protected].13, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons":
"@strapi/[email protected].14, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons":
version: 0.0.0-use.local
resolution: "@strapi/icons@workspace:packages/icons"
dependencies:
Expand Down Expand Up @@ -4357,7 +4357,7 @@ __metadata:
languageName: node
linkType: hard

"@strapi/[email protected].13, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
"@strapi/[email protected].14, @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 b510209

Please sign in to comment.