Skip to content

Commit f9b32d3

Browse files
chore: version packages for release (rc)
1 parent 8f0f92c commit f9b32d3

File tree

8 files changed

+26
-11
lines changed

8 files changed

+26
-11
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"chilly-wasps-accept",
1818
"clean-maps-double",
1919
"clean-otters-swim",
20+
"cuddly-jokes-stare",
2021
"curvy-candles-fly",
2122
"eight-humans-brake",
2223
"fair-swans-shake",

packages/design-system/CHANGELOG.md

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

3+
## 1.19.1-rc.0
4+
5+
### Patch Changes
6+
7+
- [#1738](https://github.com/strapi/design-system/pull/1738) [`8a87483`](https://github.com/strapi/design-system/commit/8a87483c72022298ddc29ca47f26804039d0b1c5) Thanks [@joshuaellis](https://github.com/joshuaellis)! - fix(IconButton): sizing was wrong compared to other buttons
8+
9+
- Updated dependencies []:
10+
- @strapi/icons@1.19.1-rc.0
11+
- @strapi/ui-primitives@1.19.1-rc.0
12+
313
## 2.0.0-beta.6
414

515
### Major Changes

packages/design-system/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/design-system",
3-
"version": "1.19.0",
3+
"version": "1.19.1-rc.0",
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": "1.19.0",
33+
"@strapi/ui-primitives": "1.19.1-rc.0",
3434
"@uiw/react-codemirror": "4.22.2",
3535
"react-remove-scroll": "2.5.10"
3636
},
3737
"devDependencies": {
38-
"@strapi/icons": "1.19.0",
38+
"@strapi/icons": "1.19.1-rc.0",
3939
"@strapi/pack-up": "5.0.0",
4040
"jest": "29.7.0",
4141
"react": "18.3.1",
@@ -45,7 +45,7 @@
4545
"typescript": "5.4.5"
4646
},
4747
"peerDependencies": {
48-
"@strapi/icons": "^2.0.0 || ^2.0.0-beta || ^2.0.0-alpha",
48+
"@strapi/icons": "^1.19.1-rc.0",
4949
"react": "^17.0.0 || ^18.0.0",
5050
"react-dom": "^17.0.0 || ^18.0.0",
5151
"styled-components": "^6.0.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+
## 1.19.1-rc.0
4+
35
## 2.0.0-beta.6
46

57
## 2.0.0-beta.5

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

57
## 2.0.0-beta.5

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

yarn.lock

Lines changed: 5 additions & 5 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": 1.19.0
5546+
"@strapi/icons": 1.19.1-rc.0
55475547
"@strapi/pack-up": 5.0.0
5548-
"@strapi/ui-primitives": 1.19.0
5548+
"@strapi/ui-primitives": 1.19.1-rc.0
55495549
"@uiw/react-codemirror": 4.22.2
55505550
jest: 29.7.0
55515551
react: 18.3.1
@@ -5555,7 +5555,7 @@ __metadata:
55555555
styled-components: 6.1.11
55565556
typescript: 5.4.5
55575557
peerDependencies:
5558-
"@strapi/icons": ^2.0.0 || ^2.0.0-beta || ^2.0.0-alpha
5558+
"@strapi/icons": ^1.19.1-rc.0
55595559
react: ^17.0.0 || ^18.0.0
55605560
react-dom: ^17.0.0 || ^18.0.0
55615561
styled-components: ^6.0.0
@@ -5593,7 +5593,7 @@ __metadata:
55935593
languageName: node
55945594
linkType: hard
55955595

5596-
"@strapi/[email protected], @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons":
5596+
"@strapi/[email protected].1-rc.0, @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], @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
5644+
"@strapi/[email protected].1-rc.0, @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)