Skip to content

Commit 4a93070

Browse files
chore: version packages for release (rc) (#1755)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0928a5d commit 4a93070

File tree

8 files changed

+66
-9
lines changed

8 files changed

+66
-9
lines changed

.changeset/pre.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
"afraid-crews-dream",
1212
"angry-tigers-scream",
1313
"beige-crabs-compete",
14+
"beige-rings-destroy",
1415
"blue-tomatoes-allow",
1516
"brown-lamps-wink",
1617
"calm-pets-live",
18+
"chatty-jokes-grow",
1719
"chilly-wasps-accept",
1820
"clean-maps-double",
1921
"clean-otters-swim",
@@ -29,10 +31,16 @@
2931
"green-starfishes-retire",
3032
"grumpy-seahorses-give",
3133
"hip-roses-wash",
34+
"hot-turkeys-cross",
35+
"itchy-rings-listen",
3236
"large-tigers-hope",
37+
"lazy-kiwis-protect",
38+
"lemon-bikes-wait",
3339
"lemon-yaks-draw",
3440
"long-cats-flow",
3541
"many-bobcats-jam",
42+
"mean-cycles-nail",
43+
"metal-poems-type",
3644
"modern-garlics-drop",
3745
"nasty-laws-agree",
3846
"nervous-spiders-sell",
@@ -44,6 +52,7 @@
4452
"plenty-hounds-crash",
4553
"proud-kings-relate",
4654
"quick-buckets-grab",
55+
"quick-pans-occur",
4756
"quick-poems-kick",
4857
"quiet-roses-rule",
4958
"red-peas-suffer",
@@ -52,9 +61,12 @@
5261
"short-pets-attack",
5362
"shy-masks-share",
5463
"six-pans-sip",
64+
"slimy-shirts-cover",
65+
"small-zebras-explain",
5566
"smooth-bananas-tie",
5667
"smooth-carrots-pretend",
5768
"soft-nails-matter",
69+
"soft-zoos-marry",
5870
"swift-cycles-type",
5971
"tasty-suits-sit",
6072
"tidy-eggs-sleep",

packages/design-system/CHANGELOG.md

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

3+
## 2.0.0-rc.8
4+
5+
### Major Changes
6+
7+
- [#1737](https://github.com/strapi/design-system/pull/1737) [`daae1f0`](https://github.com/strapi/design-system/commit/daae1f0b4da19febf0804783195c9e1c6245b82c) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - feat: responsive props are now supported in base Box component and removed existing media queries from theme
8+
9+
### Patch Changes
10+
11+
- [#1758](https://github.com/strapi/design-system/pull/1758) [`4b0cf89`](https://github.com/strapi/design-system/commit/4b0cf89292b2b3e52c68967f5121aae93707057b) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - simple menu with icon should work now as expected
12+
13+
- [#1760](https://github.com/strapi/design-system/pull/1760) [`6972656`](https://github.com/strapi/design-system/commit/6972656070c585fbc03e4faab29e000271ea51a1) Thanks [@simotae14](https://github.com/simotae14)! - fix aria-disabled css rule on menu item
14+
15+
- [#1769](https://github.com/strapi/design-system/pull/1769) [`0928a5d`](https://github.com/strapi/design-system/commit/0928a5de1eb12e059df3f6e8b735d751b5237a58) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - fix: field input padding updated to show correct highlight in autocomplete
16+
17+
- [#1769](https://github.com/strapi/design-system/pull/1769) [`0928a5d`](https://github.com/strapi/design-system/commit/0928a5de1eb12e059df3f6e8b735d751b5237a58) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - fix: ghost button active style border removed
18+
19+
- [#1759](https://github.com/strapi/design-system/pull/1759) [`2ee82d3`](https://github.com/strapi/design-system/commit/2ee82d34ab68e1a788e8eb636b12f414ff4b68ca) Thanks [@simotae14](https://github.com/simotae14)! - change modal content height and max height
20+
21+
- [#1764](https://github.com/strapi/design-system/pull/1764) [`69b23b7`](https://github.com/strapi/design-system/commit/69b23b742442ea4123c4d771ffb865cd4369fefc) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - fix: badge to allow possible values for background and text color
22+
23+
- [#1765](https://github.com/strapi/design-system/pull/1765) [`ae052a2`](https://github.com/strapi/design-system/commit/ae052a278ce281819a31450fe2e756422cdf7e19) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - fix: link hover color apply to its label and not to children
24+
25+
- [#1761](https://github.com/strapi/design-system/pull/1761) [`60dd5ee`](https://github.com/strapi/design-system/commit/60dd5ee4c91767c7f667508b09e30b56b25ffc17) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - fix: icon button default size updated to small
26+
27+
- [#1754](https://github.com/strapi/design-system/pull/1754) [`2c9c4ea`](https://github.com/strapi/design-system/commit/2c9c4ea0727bbaed69152a26935f95f08cf4f915) Thanks [@jhoward1994](https://github.com/jhoward1994)! - change github action to use default github secret
28+
29+
- [#1766](https://github.com/strapi/design-system/pull/1766) [`d62d58b`](https://github.com/strapi/design-system/commit/d62d58b8199afbd0e2f66fd77c09ffd8a41d2222) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - fix: removed static placeholder from subnavheader
30+
31+
- [#1769](https://github.com/strapi/design-system/pull/1769) [`0928a5d`](https://github.com/strapi/design-system/commit/0928a5de1eb12e059df3f6e8b735d751b5237a58) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - fix: popover default border radius added
32+
33+
- Updated dependencies [[`2c9c4ea`](https://github.com/strapi/design-system/commit/2c9c4ea0727bbaed69152a26935f95f08cf4f915)]:
34+
- @strapi/ui-primitives@2.0.0-rc.8
35+
336
## 2.0.0-rc.7
437

538
### 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.7",
3+
"version": "2.0.0-rc.8",
44
"license": "MIT",
55
"sideEffects": false,
66
"source": "./src/index.ts",
@@ -30,12 +30,12 @@
3030
"@radix-ui/react-switch": "1.0.3",
3131
"@radix-ui/react-tabs": "1.0.4",
3232
"@radix-ui/react-tooltip": "1.0.7",
33-
"@strapi/ui-primitives": "2.0.0-rc.7",
33+
"@strapi/ui-primitives": "2.0.0-rc.8",
3434
"@uiw/react-codemirror": "4.22.2",
3535
"react-remove-scroll": "2.5.10"
3636
},
3737
"devDependencies": {
38-
"@strapi/icons": "2.0.0-rc.7",
38+
"@strapi/icons": "2.0.0-rc.8",
3939
"@strapi/pack-up": "5.0.0",
4040
"jest": "29.7.0",
4141
"react": "18.3.1",

packages/icons/CHANGELOG.md

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

3+
## 2.0.0-rc.8
4+
5+
### Patch Changes
6+
7+
- [#1754](https://github.com/strapi/design-system/pull/1754) [`2c9c4ea`](https://github.com/strapi/design-system/commit/2c9c4ea0727bbaed69152a26935f95f08cf4f915) Thanks [@jhoward1994](https://github.com/jhoward1994)! - change github action to use default github secret
8+
39
## 2.0.0-rc.7
410

511
## 2.0.0-beta.6

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

packages/primitives/CHANGELOG.md

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

3+
## 2.0.0-rc.8
4+
5+
### Patch Changes
6+
7+
- [#1754](https://github.com/strapi/design-system/pull/1754) [`2c9c4ea`](https://github.com/strapi/design-system/commit/2c9c4ea0727bbaed69152a26935f95f08cf4f915) Thanks [@jhoward1994](https://github.com/jhoward1994)! - change github action to use default github secret
8+
39
## 2.0.0-rc.7
410

511
## 2.0.0-beta.6

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.7",
3+
"version": "2.0.0-rc.8",
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
@@ -5543,9 +5543,9 @@ __metadata:
55435543
"@radix-ui/react-switch": 1.0.3
55445544
"@radix-ui/react-tabs": 1.0.4
55455545
"@radix-ui/react-tooltip": 1.0.7
5546-
"@strapi/icons": 2.0.0-rc.7
5546+
"@strapi/icons": 2.0.0-rc.8
55475547
"@strapi/pack-up": 5.0.0
5548-
"@strapi/ui-primitives": 2.0.0-rc.7
5548+
"@strapi/ui-primitives": 2.0.0-rc.8
55495549
"@uiw/react-codemirror": 4.22.2
55505550
jest: 29.7.0
55515551
react: 18.3.1
@@ -5593,7 +5593,7 @@ __metadata:
55935593
languageName: node
55945594
linkType: hard
55955595

5596-
"@strapi/[email protected].7, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons":
5596+
"@strapi/[email protected].8, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons":
55975597
version: 0.0.0-use.local
55985598
resolution: "@strapi/icons@workspace:packages/icons"
55995599
dependencies:
@@ -5641,7 +5641,7 @@ __metadata:
56415641
languageName: node
56425642
linkType: hard
56435643

5644-
"@strapi/[email protected].7, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
5644+
"@strapi/[email protected].8, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
56455645
version: 0.0.0-use.local
56465646
resolution: "@strapi/ui-primitives@workspace:packages/primitives"
56475647
dependencies:

0 commit comments

Comments
 (0)