Skip to content

Commit 36b175c

Browse files
chore: version packages for release (beta)
1 parent b9646de commit 36b175c

File tree

8 files changed

+46
-9
lines changed

8 files changed

+46
-9
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@
88
"@strapi/icons": "1.17.0"
99
},
1010
"changesets": [
11+
"afraid-crews-dream",
1112
"angry-tigers-scream",
13+
"calm-pets-live",
1214
"clean-maps-double",
15+
"clean-otters-swim",
16+
"eight-humans-brake",
1317
"fresh-turkeys-approve",
18+
"green-starfishes-retire",
1419
"hip-roses-wash",
1520
"nasty-laws-agree",
1621
"proud-kings-relate",
22+
"quick-buckets-grab",
1723
"quiet-roses-rule",
1824
"soft-nails-matter"
1925
]

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.3
4+
35
## 2.0.0-beta.2
46

57
### Patch 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-beta.2",
3+
"version": "2.0.0-beta.3",
44
"license": "MIT",
55
"sideEffects": false,
66
"source": "./src/index.ts",

packages/strapi-design-system/CHANGELOG.md

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

3+
## 2.0.0-beta.3
4+
5+
### Major Changes
6+
7+
- [#1693](https://github.com/strapi/design-system/pull/1693) [`ec2fc0c`](https://github.com/strapi/design-system/commit/ec2fc0c6c92c8bd0d67026676390b4317f3f49d9) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - enhancement!: removed field wrapper components from inputs to streamline and inputs stories are moved under `stories/inputs` folder.
8+
9+
- [#1693](https://github.com/strapi/design-system/pull/1693) [`ec2fc0c`](https://github.com/strapi/design-system/commit/ec2fc0c6c92c8bd0d67026676390b4317f3f49d9) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - chore!: remove CreatableCombobox
10+
11+
Users should instead use `<Combobox createable />`.
12+
13+
- [#1693](https://github.com/strapi/design-system/pull/1693) [`ec2fc0c`](https://github.com/strapi/design-system/commit/ec2fc0c6c92c8bd0d67026676390b4317f3f49d9) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - enhancement!: ToggleInput renamed to just Toggle
14+
15+
### Minor Changes
16+
17+
- [#1697](https://github.com/strapi/design-system/pull/1697) [`6f59131`](https://github.com/strapi/design-system/commit/6f59131b54035299a27d6e068cce1df0d566f58c) Thanks [@joshuaellis](https://github.com/joshuaellis)! - feat: typography now extends Box
18+
19+
### Patch Changes
20+
21+
- [#1699](https://github.com/strapi/design-system/pull/1699) [`9fdfdde`](https://github.com/strapi/design-system/commit/9fdfdde1fac070ca4c5db200a2aa4643e1782ae8) Thanks [@joshuaellis](https://github.com/joshuaellis)! - fix: main nav icon size was set to 1rem it should be 1.6rem
22+
23+
- Updated dependencies []:
24+
- @strapi/ui-primitives@2.0.0-beta.3
25+
326
## 2.0.0-beta.2
427

528
### Patch Changes

packages/strapi-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.2",
3+
"version": "2.0.0-beta.3",
44
"license": "MIT",
55
"sideEffects": false,
66
"source": "./src/index.ts",
@@ -18,13 +18,13 @@
1818
"@radix-ui/react-dismissable-layer": "^1.0.5",
1919
"@radix-ui/react-dropdown-menu": "^2.0.6",
2020
"@radix-ui/react-focus-scope": "1.0.4",
21-
"@strapi/ui-primitives": "^2.0.0-beta.2",
21+
"@strapi/ui-primitives": "^2.0.0-beta.3",
2222
"@uiw/react-codemirror": "^4.21.25",
2323
"aria-hidden": "^1.2.4",
2424
"react-remove-scroll": "^2.5.9"
2525
},
2626
"devDependencies": {
27-
"@strapi/icons": "^2.0.0-beta.2",
27+
"@strapi/icons": "^2.0.0-beta.3",
2828
"@strapi/pack-up": "^5.0.0",
2929
"@types/react-router-dom": "^5.3.3",
3030
"@types/styled-components": "^5.1.26",

packages/strapi-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-beta.3
4+
5+
### Patch Changes
6+
7+
- [#1708](https://github.com/strapi/design-system/pull/1708) [`b9646de`](https://github.com/strapi/design-system/commit/b9646de19a4cc8a23cf1407af775d9c3420c4cc4) Thanks [@joshuaellis](https://github.com/joshuaellis)! - fix: dont use rem for width and height on SVG attributes
8+
39
## 2.0.0-beta.2
410

511
### Patch Changes

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

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5130,9 +5130,9 @@ __metadata:
51305130
"@radix-ui/react-dismissable-layer": ^1.0.5
51315131
"@radix-ui/react-dropdown-menu": ^2.0.6
51325132
"@radix-ui/react-focus-scope": 1.0.4
5133-
"@strapi/icons": ^2.0.0-beta.2
5133+
"@strapi/icons": ^2.0.0-beta.3
51345134
"@strapi/pack-up": ^5.0.0
5135-
"@strapi/ui-primitives": ^2.0.0-beta.2
5135+
"@strapi/ui-primitives": ^2.0.0-beta.3
51365136
"@types/react-router-dom": ^5.3.3
51375137
"@types/styled-components": ^5.1.26
51385138
"@uiw/react-codemirror": ^4.21.25
@@ -5183,7 +5183,7 @@ __metadata:
51835183
languageName: node
51845184
linkType: hard
51855185

5186-
"@strapi/icons@^2.0.0-beta.2, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/strapi-icons":
5186+
"@strapi/icons@^2.0.0-beta.3, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/strapi-icons":
51875187
version: 0.0.0-use.local
51885188
resolution: "@strapi/icons@workspace:packages/strapi-icons"
51895189
dependencies:
@@ -5231,7 +5231,7 @@ __metadata:
52315231
languageName: node
52325232
linkType: hard
52335233

5234-
"@strapi/ui-primitives@^2.0.0-beta.2, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
5234+
"@strapi/ui-primitives@^2.0.0-beta.3, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
52355235
version: 0.0.0-use.local
52365236
resolution: "@strapi/ui-primitives@workspace:packages/primitives"
52375237
dependencies:

0 commit comments

Comments
 (0)