Skip to content

Commit 07a8ece

Browse files
chore: version packages for release (rc) (#1908)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 39fc51d commit 07a8ece

File tree

8 files changed

+29
-9
lines changed

8 files changed

+29
-9
lines changed

Diff for: .changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"orange-bulldogs-shake",
7979
"plenty-hounds-crash",
8080
"popular-terms-remain",
81+
"proud-doors-knock",
8182
"proud-kings-relate",
8283
"purple-rivers-divide",
8384
"quick-buckets-grab",

Diff for: packages/design-system/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @strapi/design-system
22

3+
## 2.0.0-rc.23
4+
5+
### Minor Changes
6+
7+
- [#1907](https://github.com/strapi/design-system/pull/1907) [`39fc51d`](https://github.com/strapi/design-system/commit/39fc51d79496bd26da8c8f0f7ccee1d88a6a1c65) Thanks [@simotae14](https://github.com/simotae14)! - fix: combobox creatable visible close when clicked
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`39fc51d`](https://github.com/strapi/design-system/commit/39fc51d79496bd26da8c8f0f7ccee1d88a6a1c65)]:
12+
- @strapi/ui-primitives@2.0.0-rc.23
13+
314
## 2.0.0-rc.22
415

516
### Major Changes

Diff for: packages/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": "2.0.0-rc.22",
3+
"version": "2.0.0-rc.23",
44
"license": "MIT",
55
"sideEffects": false,
66
"source": "./src/index.ts",
@@ -32,13 +32,13 @@
3232
"@radix-ui/react-tabs": "1.0.4",
3333
"@radix-ui/react-tooltip": "1.0.7",
3434
"@radix-ui/react-use-callback-ref": "1.0.1",
35-
"@strapi/ui-primitives": "2.0.0-rc.22",
35+
"@strapi/ui-primitives": "2.0.0-rc.23",
3636
"@uiw/react-codemirror": "4.22.2",
3737
"lodash": "4.17.21",
3838
"react-remove-scroll": "2.5.10"
3939
},
4040
"devDependencies": {
41-
"@strapi/icons": "2.0.0-rc.22",
41+
"@strapi/icons": "2.0.0-rc.23",
4242
"@strapi/pack-up": "5.0.0",
4343
"@types/lodash": "^4.17.15",
4444
"jest": "29.7.0",

Diff for: packages/icons/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @strapi/icons
22

3+
## 2.0.0-rc.23
4+
35
## 2.0.0-rc.22
46

57
### Major Changes

Diff for: packages/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/icons",
3-
"version": "2.0.0-rc.22",
3+
"version": "2.0.0-rc.23",
44
"license": "MIT",
55
"sideEffects": false,
66
"main": "./dist/index.js",

Diff for: packages/primitives/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @strapi/ui-primitives
22

3+
## 2.0.0-rc.23
4+
5+
### Minor Changes
6+
7+
- [#1907](https://github.com/strapi/design-system/pull/1907) [`39fc51d`](https://github.com/strapi/design-system/commit/39fc51d79496bd26da8c8f0f7ccee1d88a6a1c65) Thanks [@simotae14](https://github.com/simotae14)! - fix: combobox creatable visible close when clicked
8+
39
## 2.0.0-rc.22
410

511
### Major Changes

Diff for: 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": "2.0.0-rc.22",
3+
"version": "2.0.0-rc.23",
44
"license": "MIT",
55
"sideEffects": false,
66
"source": "./src/index.ts",

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4261,9 +4261,9 @@ __metadata:
42614261
"@radix-ui/react-tabs": 1.0.4
42624262
"@radix-ui/react-tooltip": 1.0.7
42634263
"@radix-ui/react-use-callback-ref": 1.0.1
4264-
"@strapi/icons": 2.0.0-rc.22
4264+
"@strapi/icons": 2.0.0-rc.23
42654265
"@strapi/pack-up": 5.0.0
4266-
"@strapi/ui-primitives": 2.0.0-rc.22
4266+
"@strapi/ui-primitives": 2.0.0-rc.23
42674267
"@types/lodash": ^4.17.15
42684268
"@uiw/react-codemirror": 4.22.2
42694269
jest: 29.7.0
@@ -4313,7 +4313,7 @@ __metadata:
43134313
languageName: node
43144314
linkType: hard
43154315

4316-
"@strapi/[email protected].22, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons":
4316+
"@strapi/[email protected].23, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons":
43174317
version: 0.0.0-use.local
43184318
resolution: "@strapi/icons@workspace:packages/icons"
43194319
dependencies:
@@ -4361,7 +4361,7 @@ __metadata:
43614361
languageName: node
43624362
linkType: hard
43634363

4364-
"@strapi/[email protected].22, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
4364+
"@strapi/[email protected].23, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
43654365
version: 0.0.0-use.local
43664366
resolution: "@strapi/ui-primitives@workspace:packages/primitives"
43674367
dependencies:

0 commit comments

Comments
 (0)