Skip to content

Commit 927dfd4

Browse files
chore: version packages for release (#2018)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 42e39c7 commit 927dfd4

11 files changed

Lines changed: 42 additions & 33 deletions

File tree

.changeset/brave-jeans-tie.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/clever-spoons-play.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spicy-days-breathe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-monkeys-draw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/design-system/CHANGELOG.md

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

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- [#2017](https://github.com/strapi/design-system/pull/2017) [`aebc23c`](https://github.com/strapi/design-system/commit/aebc23c2785a19af231a8aaa981a921583a2f0ae) Thanks [@mathildeleg](https://github.com/mathildeleg)! - Upgrade Storybook dependencies to the 9.1 line and refresh transitive lockfile resolutions.
8+
9+
This includes updating Storybook family packages and deduplicating the lockfile without intended runtime API changes.
10+
11+
- [#2017](https://github.com/strapi/design-system/pull/2017) [`aebc23c`](https://github.com/strapi/design-system/commit/aebc23c2785a19af231a8aaa981a921583a2f0ae) Thanks [@mathildeleg](https://github.com/mathildeleg)! - increases the maximum height of the Combobox dropdown to show more options
12+
13+
- [#2025](https://github.com/strapi/design-system/pull/2025) [`b8fc848`](https://github.com/strapi/design-system/commit/b8fc848ef838e51f3c76cfaef15cf18e2be4ac3d) Thanks [@Adzouz](https://github.com/Adzouz)! - chore: add colorScheme to theme
14+
15+
- [#2017](https://github.com/strapi/design-system/pull/2017) [`aebc23c`](https://github.com/strapi/design-system/commit/aebc23c2785a19af231a8aaa981a921583a2f0ae) Thanks [@mathildeleg](https://github.com/mathildeleg)! - Upgrade `lodash` to include security fixes and keep dependencies up to date.
16+
17+
- Updated dependencies [[`aebc23c`](https://github.com/strapi/design-system/commit/aebc23c2785a19af231a8aaa981a921583a2f0ae)]:
18+
- @strapi/ui-primitives@2.2.1
19+
320
## 2.2.0
421

522
### 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.2.0",
3+
"version": "2.2.1",
44
"type": "module",
55
"license": "MIT",
66
"sideEffects": false,
@@ -33,13 +33,13 @@
3333
"@radix-ui/react-tabs": "1.0.4",
3434
"@radix-ui/react-tooltip": "1.0.7",
3535
"@radix-ui/react-use-callback-ref": "1.0.1",
36-
"@strapi/ui-primitives": "2.2.0",
36+
"@strapi/ui-primitives": "2.2.1",
3737
"@uiw/react-codemirror": "4.22.2",
3838
"lodash": "4.18.1",
3939
"react-remove-scroll": "2.5.10"
4040
},
4141
"devDependencies": {
42-
"@strapi/icons": "2.2.0",
42+
"@strapi/icons": "2.2.1",
4343
"@types/lodash": "^4.17.23",
4444
"@vitejs/plugin-react-swc": "^3.7.0",
4545
"jest": "29.7.0",

packages/icons/CHANGELOG.md

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

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- [#2017](https://github.com/strapi/design-system/pull/2017) [`aebc23c`](https://github.com/strapi/design-system/commit/aebc23c2785a19af231a8aaa981a921583a2f0ae) Thanks [@mathildeleg](https://github.com/mathildeleg)! - Upgrade Storybook dependencies to the 9.1 line and refresh transitive lockfile resolutions.
8+
9+
This includes updating Storybook family packages and deduplicating the lockfile without intended runtime API changes.
10+
311
## 2.2.0
412

513
## 2.1.2

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.2.0",
3+
"version": "2.2.1",
44
"type": "module",
55
"license": "MIT",
66
"sideEffects": false,

packages/primitives/CHANGELOG.md

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

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- [#2017](https://github.com/strapi/design-system/pull/2017) [`aebc23c`](https://github.com/strapi/design-system/commit/aebc23c2785a19af231a8aaa981a921583a2f0ae) Thanks [@mathildeleg](https://github.com/mathildeleg)! - Upgrade Storybook dependencies to the 9.1 line and refresh transitive lockfile resolutions.
8+
9+
This includes updating Storybook family packages and deduplicating the lockfile without intended runtime API changes.
10+
311
## 2.2.0
412

513
## 2.1.2

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.2.0",
3+
"version": "2.2.1",
44
"type": "module",
55
"license": "MIT",
66
"sideEffects": false,

0 commit comments

Comments
 (0)