Skip to content

Commit efb076f

Browse files
chore: version packages for release (beta)
1 parent 2f198e9 commit efb076f

File tree

8 files changed

+66
-10
lines changed

8 files changed

+66
-10
lines changed

.changeset/pre.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,24 @@
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",
17+
"famous-trainers-pretend",
1318
"fresh-turkeys-approve",
19+
"green-starfishes-retire",
1420
"hip-roses-wash",
21+
"large-tigers-hope",
1522
"nasty-laws-agree",
1623
"proud-kings-relate",
24+
"quick-buckets-grab",
1725
"quiet-roses-rule",
18-
"soft-nails-matter"
26+
"soft-nails-matter",
27+
"tasty-suits-sit",
28+
"tidy-eggs-sleep",
29+
"tidy-rats-camp"
1930
]
2031
}

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: 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-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+
- [#1695](https://github.com/strapi/design-system/pull/1695) [`649d0f5`](https://github.com/strapi/design-system/commit/649d0f57cbcc595a84a23e762e47c281a661a906) Thanks [@christiancp100](https://github.com/christiancp100)! - chore!: default color for Typography is currentColor
14+
15+
- [#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
16+
17+
- [#1695](https://github.com/strapi/design-system/pull/1695) [`649d0f5`](https://github.com/strapi/design-system/commit/649d0f57cbcc595a84a23e762e47c281a661a906) Thanks [@christiancp100](https://github.com/christiancp100)! - chore: Box/Flex/Grid & Typography are now all react components, they are no longer styled-components.
18+
19+
- [#1695](https://github.com/strapi/design-system/pull/1695) [`649d0f5`](https://github.com/strapi/design-system/commit/649d0f57cbcc595a84a23e762e47c281a661a906) Thanks [@christiancp100](https://github.com/christiancp100)! - chore: update to use styled-components@6
20+
21+
- [#1695](https://github.com/strapi/design-system/pull/1695) [`649d0f5`](https://github.com/strapi/design-system/commit/649d0f57cbcc595a84a23e762e47c281a661a906) Thanks [@christiancp100](https://github.com/christiancp100)! - chore: disallow use of as and instead use tag prop instead
22+
23+
### Minor Changes
24+
25+
- [#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
26+
27+
### Patch Changes
28+
29+
- [#1709](https://github.com/strapi/design-system/pull/1709) [`2f198e9`](https://github.com/strapi/design-system/commit/2f198e9007b6dc166398441f33f9b05e975f0e0e) Thanks [@joshuaellis](https://github.com/joshuaellis)! - fix(design-system): codemirror packages that aren't in package.json are declared as external
30+
31+
- [#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
32+
33+
- Updated dependencies []:
34+
- @strapi/ui-primitives@2.0.0-beta.3
35+
336
## 2.0.0-beta.2
437

538
### 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
"react": "18.2.0",
3030
"react-dom": "18.2.0",

packages/strapi-icons/CHANGELOG.md

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

3+
## 2.0.0-beta.3
4+
5+
### Major Changes
6+
7+
- [#1695](https://github.com/strapi/design-system/pull/1695) [`649d0f5`](https://github.com/strapi/design-system/commit/649d0f57cbcc595a84a23e762e47c281a661a906) Thanks [@christiancp100](https://github.com/christiancp100)! - chore: update to use styled-components@6
8+
9+
### Patch Changes
10+
11+
- [#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
12+
313
## 2.0.0-beta.2
414

515
### 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
@@ -5114,9 +5114,9 @@ __metadata:
51145114
"@radix-ui/react-dismissable-layer": ^1.0.5
51155115
"@radix-ui/react-dropdown-menu": ^2.0.6
51165116
"@radix-ui/react-focus-scope": 1.0.4
5117-
"@strapi/icons": ^2.0.0-beta.2
5117+
"@strapi/icons": ^2.0.0-beta.3
51185118
"@strapi/pack-up": ^5.0.0
5119-
"@strapi/ui-primitives": ^2.0.0-beta.2
5119+
"@strapi/ui-primitives": ^2.0.0-beta.3
51205120
"@uiw/react-codemirror": ^4.21.25
51215121
aria-hidden: ^1.2.4
51225122
react: 18.2.0
@@ -5164,7 +5164,7 @@ __metadata:
51645164
languageName: node
51655165
linkType: hard
51665166

5167-
"@strapi/icons@^2.0.0-beta.2, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/strapi-icons":
5167+
"@strapi/icons@^2.0.0-beta.3, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/strapi-icons":
51685168
version: 0.0.0-use.local
51695169
resolution: "@strapi/icons@workspace:packages/strapi-icons"
51705170
dependencies:
@@ -5212,7 +5212,7 @@ __metadata:
52125212
languageName: node
52135213
linkType: hard
52145214

5215-
"@strapi/ui-primitives@^2.0.0-beta.2, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
5215+
"@strapi/ui-primitives@^2.0.0-beta.3, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
52165216
version: 0.0.0-use.local
52175217
resolution: "@strapi/ui-primitives@workspace:packages/primitives"
52185218
dependencies:

0 commit comments

Comments
 (0)