Skip to content

Commit de0db4d

Browse files
chore: version packages for release (rc) (#1931)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 42269cf commit de0db4d

File tree

8 files changed

+36
-10
lines changed

8 files changed

+36
-10
lines changed

.changeset/pre.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"beige-rings-destroy",
1515
"blue-humans-sin",
1616
"blue-tomatoes-allow",
17+
"brave-years-yell",
1718
"bright-grapes-juggle",
1819
"brown-lamps-wink",
1920
"calm-pets-live",
@@ -41,13 +42,15 @@
4142
"fresh-turkeys-approve",
4243
"funny-bulldogs-kneel",
4344
"giant-chicken-itch",
45+
"good-badgers-brush",
4446
"gorgeous-zoos-unite",
4547
"green-ligers-rush",
4648
"green-starfishes-retire",
4749
"grumpy-peaches-design",
4850
"grumpy-seahorses-give",
4951
"happy-squids-remain",
5052
"healthy-masks-poke",
53+
"heavy-ducks-complain",
5154
"hip-roses-wash",
5255
"hip-sloths-occur",
5356
"honest-crabs-crash",
@@ -122,6 +125,7 @@
122125
"tidy-rats-camp",
123126
"tiny-cups-reflect",
124127
"tiny-melons-help",
128+
"tricky-plants-sip",
125129
"tricky-pumpkins-impress",
126130
"twelve-dogs-protect",
127131
"twenty-drinks-look",
@@ -131,6 +135,7 @@
131135
"weak-clouds-breathe",
132136
"weak-eels-jump",
133137
"wild-colts-return",
134-
"wild-geese-lay"
138+
"wild-geese-lay",
139+
"wise-doors-hope"
135140
]
136141
}

packages/design-system/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @strapi/design-system
22

3+
## 2.0.0-rc.26
4+
5+
### Patch Changes
6+
7+
- [#1932](https://github.com/strapi/design-system/pull/1932) [`42269cf`](https://github.com/strapi/design-system/commit/42269cf8cee58263f7c5f1b2fc27f386b58158a1) Thanks [@Adzouz](https://github.com/Adzouz)! - fix: glitch of height on inputs caused by wrong padding on IconButton
8+
9+
- [#1927](https://github.com/strapi/design-system/pull/1927) [`eafb1e3`](https://github.com/strapi/design-system/commit/eafb1e3f485019d5f934157c3059647150da4555) Thanks [@lucasboilly](https://github.com/lucasboilly)! - fix: multi-select items style and clear button
10+
11+
- [#1923](https://github.com/strapi/design-system/pull/1923) [`20fb5ea`](https://github.com/strapi/design-system/commit/20fb5ea8a7c5c8e5c34e44ae0355e49d96d82873) Thanks [@Adzouz](https://github.com/Adzouz)! - fix: variant danger and icon color in menu item
12+
13+
- [#1930](https://github.com/strapi/design-system/pull/1930) [`21676c1`](https://github.com/strapi/design-system/commit/21676c182d2c6312986ef87f8909cb971ef06329) Thanks [@Adzouz](https://github.com/Adzouz)! - fix: wrapping content of dialog in overlay to restore pointer-events
14+
15+
- [#1928](https://github.com/strapi/design-system/pull/1928) [`a3535e7`](https://github.com/strapi/design-system/commit/a3535e7655c7e9f53099f82d2efef4a745ac53c3) Thanks [@Adzouz](https://github.com/Adzouz)! - fix: disabled checked checkboxes border
16+
17+
- Updated dependencies []:
18+
- @strapi/ui-primitives@2.0.0-rc.26
19+
320
## 2.0.0-rc.25
421

522
### Minor Changes

packages/design-system/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/design-system",
3-
"version": "2.0.0-rc.25",
3+
"version": "2.0.0-rc.26",
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.25",
35+
"@strapi/ui-primitives": "2.0.0-rc.26",
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.25",
41+
"@strapi/icons": "2.0.0-rc.26",
4242
"@strapi/pack-up": "5.0.0",
4343
"@types/lodash": "^4.17.15",
4444
"jest": "29.7.0",

packages/icons/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @strapi/icons
22

3+
## 2.0.0-rc.26
4+
35
## 2.0.0-rc.25
46

57
### Minor Changes

packages/icons/package.json

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

packages/primitives/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @strapi/ui-primitives
22

3+
## 2.0.0-rc.26
4+
35
## 2.0.0-rc.25
46

57
### Minor Changes

packages/primitives/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/ui-primitives",
3-
"version": "2.0.0-rc.25",
3+
"version": "2.0.0-rc.26",
44
"license": "MIT",
55
"sideEffects": false,
66
"source": "./src/index.ts",

yarn.lock

Lines changed: 4 additions & 4 deletions
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.25
4264+
"@strapi/icons": 2.0.0-rc.26
42654265
"@strapi/pack-up": 5.0.0
4266-
"@strapi/ui-primitives": 2.0.0-rc.25
4266+
"@strapi/ui-primitives": 2.0.0-rc.26
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].25, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons":
4316+
"@strapi/[email protected].26, @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].25, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
4364+
"@strapi/[email protected].26, @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)