Skip to content

Commit 2abf2f1

Browse files
chore: version packages for release (rc) (#1866)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 10f026c commit 2abf2f1

File tree

8 files changed

+28
-9
lines changed

8 files changed

+28
-9
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"hot-suits-invent",
4646
"hot-turkeys-cross",
4747
"hungry-adults-promise",
48+
"itchy-parrots-kick",
4849
"itchy-rings-listen",
4950
"large-tigers-hope",
5051
"lazy-kiwis-protect",
@@ -100,6 +101,7 @@
100101
"tidy-eggs-sleep",
101102
"tidy-games-divide",
102103
"tidy-rats-camp",
104+
"tiny-melons-help",
103105
"twelve-dogs-protect",
104106
"twenty-drinks-look",
105107
"two-feet-promise",

packages/design-system/CHANGELOG.md

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

3+
## 2.0.0-rc.18
4+
5+
### Patch Changes
6+
7+
- [#1856](https://github.com/strapi/design-system/pull/1856) [`10f026c`](https://github.com/strapi/design-system/commit/10f026c56bc3f23973e0b029c9dca03ae7b8e07e) Thanks [@hansemannn](https://github.com/hansemannn)! - fix: add missing scrollbar to select elements
8+
9+
- Updated dependencies []:
10+
- @strapi/ui-primitives@2.0.0-rc.18
11+
312
## 2.0.0-rc.17
413

514
### Major Changes

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.17",
3+
"version": "2.0.0-rc.18",
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.17",
35+
"@strapi/ui-primitives": "2.0.0-rc.18",
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.17",
41+
"@strapi/icons": "2.0.0-rc.18",
4242
"@strapi/pack-up": "5.0.0",
4343
"@types/lodash": "^4.17.15",
4444
"jest": "29.7.0",

packages/icons/CHANGELOG.md

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

3+
## 2.0.0-rc.18
4+
5+
### Minor Changes
6+
7+
- [#1865](https://github.com/strapi/design-system/pull/1865) [`d50b719`](https://github.com/strapi/design-system/commit/d50b71908357f657e33a8275a41549d3ad2190e3) Thanks [@simotae14](https://github.com/simotae14)! - feat: add new icons (ArrosOut, Stop)
8+
39
## 2.0.0-rc.17
410

511
### Major Changes

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.17",
3+
"version": "2.0.0-rc.18",
44
"license": "MIT",
55
"sideEffects": false,
66
"main": "./dist/index.js",

packages/primitives/CHANGELOG.md

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

3+
## 2.0.0-rc.18
4+
35
## 2.0.0-rc.17
46

57
### Major Changes

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

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.17
4264+
"@strapi/icons": 2.0.0-rc.18
42654265
"@strapi/pack-up": 5.0.0
4266-
"@strapi/ui-primitives": 2.0.0-rc.17
4266+
"@strapi/ui-primitives": 2.0.0-rc.18
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].17, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons":
4316+
"@strapi/[email protected].18, @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].17, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
4364+
"@strapi/[email protected].18, @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)