Skip to content

Commit 818f572

Browse files
chore: version packages for release (beta) (#1736)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7e1c4b0 commit 818f572

File tree

8 files changed

+39
-9
lines changed

8 files changed

+39
-9
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"afraid-crews-dream",
1212
"angry-tigers-scream",
1313
"beige-crabs-compete",
14+
"blue-tomatoes-allow",
1415
"brown-lamps-wink",
1516
"calm-pets-live",
1617
"chilly-wasps-accept",
@@ -41,17 +42,21 @@
4142
"plenty-hounds-crash",
4243
"proud-kings-relate",
4344
"quick-buckets-grab",
45+
"quick-poems-kick",
4446
"quiet-roses-rule",
4547
"red-peas-suffer",
4648
"seven-cats-roll",
49+
"shy-masks-share",
4750
"smooth-bananas-tie",
4851
"smooth-carrots-pretend",
4952
"soft-nails-matter",
5053
"tasty-suits-sit",
5154
"tidy-eggs-sleep",
5255
"tidy-games-divide",
5356
"tidy-rats-camp",
57+
"twenty-drinks-look",
5458
"two-feet-promise",
59+
"violet-trees-judge",
5560
"wild-colts-return"
5661
]
5762
}

packages/design-system/CHANGELOG.md

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

3+
## 2.0.0-beta.6
4+
5+
### Major Changes
6+
7+
- [#1734](https://github.com/strapi/design-system/pull/1734) [`9ec3c38`](https://github.com/strapi/design-system/commit/9ec3c383819631a84d2d7c4b8e01429273da1f7c) Thanks [@joshuaellis](https://github.com/joshuaellis)! - chore: refactor Switch to use radix primitive
8+
9+
- [#1732](https://github.com/strapi/design-system/pull/1732) [`4972ad1`](https://github.com/strapi/design-system/commit/4972ad1d00b8090043e355010966ae555816e0a8) Thanks [@joshuaellis](https://github.com/joshuaellis)! - chore: refactor ProgressBar to use radix primitive
10+
11+
### Minor Changes
12+
13+
- [#1735](https://github.com/strapi/design-system/pull/1735) [`de40090`](https://github.com/strapi/design-system/commit/de400909c70e74897b49068dfdc53d7b938d8a2e) Thanks [@joshuaellis](https://github.com/joshuaellis)! - feat: reimplement size prop
14+
15+
- [`7e1c4b0`](https://github.com/strapi/design-system/commit/7e1c4b0a695045bcc8df59c23a5d93ff86b6af91) Thanks [@joshuaellis](https://github.com/joshuaellis)! - feat(multiselect): add size prop
16+
17+
### Patch Changes
18+
19+
- [`7e1c4b0`](https://github.com/strapi/design-system/commit/7e1c4b0a695045bcc8df59c23a5d93ff86b6af91) Thanks [@joshuaellis](https://github.com/joshuaellis)! - fix(link): isExternal should be false by default
20+
21+
- Updated dependencies []:
22+
- @strapi/ui-primitives@2.0.0-beta.6
23+
324
## 2.0.0-beta.5
425

526
### Major 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-beta.5",
3+
"version": "2.0.0-beta.6",
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-beta.5",
33+
"@strapi/ui-primitives": "2.0.0-beta.6",
3434
"@uiw/react-codemirror": "4.22.0",
3535
"react-remove-scroll": "2.5.10"
3636
},
3737
"devDependencies": {
38-
"@strapi/icons": "2.0.0-beta.5",
38+
"@strapi/icons": "2.0.0-beta.6",
3939
"@strapi/pack-up": "5.0.0",
4040
"jest": "29.7.0",
4141
"react": "18.3.1",

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-beta.6
4+
35
## 2.0.0-beta.5
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-beta.5",
3+
"version": "2.0.0-beta.6",
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-beta.6
4+
35
## 2.0.0-beta.5
46

57
## 2.0.0-beta.4

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-beta.5",
3+
"version": "2.0.0-beta.6",
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
@@ -5639,9 +5639,9 @@ __metadata:
56395639
"@radix-ui/react-switch": 1.0.3
56405640
"@radix-ui/react-tabs": 1.0.4
56415641
"@radix-ui/react-tooltip": 1.0.7
5642-
"@strapi/icons": 2.0.0-beta.5
5642+
"@strapi/icons": 2.0.0-beta.6
56435643
"@strapi/pack-up": 5.0.0
5644-
"@strapi/ui-primitives": 2.0.0-beta.5
5644+
"@strapi/ui-primitives": 2.0.0-beta.6
56455645
"@uiw/react-codemirror": 4.22.0
56465646
jest: 29.7.0
56475647
react: 18.3.1
@@ -5689,7 +5689,7 @@ __metadata:
56895689
languageName: node
56905690
linkType: hard
56915691

5692-
"@strapi/[email protected].5, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons":
5692+
"@strapi/[email protected].6, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons":
56935693
version: 0.0.0-use.local
56945694
resolution: "@strapi/icons@workspace:packages/icons"
56955695
dependencies:
@@ -5737,7 +5737,7 @@ __metadata:
57375737
languageName: node
57385738
linkType: hard
57395739

5740-
"@strapi/[email protected].5, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
5740+
"@strapi/[email protected].6, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
57415741
version: 0.0.0-use.local
57425742
resolution: "@strapi/ui-primitives@workspace:packages/primitives"
57435743
dependencies:

0 commit comments

Comments
 (0)