Skip to content

Commit 15e245d

Browse files
authored
chore: version packages for release (rc) (#1893)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. ⚠️⚠️⚠️⚠️⚠️⚠️ `main` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `main`. ⚠️⚠️⚠️⚠️⚠️⚠️ # Releases ## @strapi/[email protected] ### Major Changes - [#1892](#1892) [`7767141`](7767141) Thanks [@HichamELBSI](https://github.com/HichamELBSI)! - fix searchbar component ### Patch Changes - Updated dependencies \[[`7767141`](7767141)]: - @strapi/[email protected] ## @strapi/[email protected] ### Major Changes - [#1892](#1892) [`7767141`](7767141) Thanks [@HichamELBSI](https://github.com/HichamELBSI)! - fix searchbar component ## @strapi/[email protected] ### Major Changes - [#1892](#1892) [`7767141`](7767141) Thanks [@HichamELBSI](https://github.com/HichamELBSI)! - fix searchbar component
2 parents c673ef2 + 4737b92 commit 15e245d

File tree

8 files changed

+33
-9
lines changed

8 files changed

+33
-9
lines changed

Diff for: .changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"happy-squids-remain",
4747
"hip-roses-wash",
4848
"hip-sloths-occur",
49+
"honest-crabs-crash",
4950
"hot-suits-invent",
5051
"hot-turkeys-cross",
5152
"hungry-adults-promise",

Diff for: packages/design-system/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @strapi/design-system
22

3+
## 2.0.0-rc.20
4+
5+
### Major Changes
6+
7+
- [#1892](https://github.com/strapi/design-system/pull/1892) [`7767141`](https://github.com/strapi/design-system/commit/7767141e2a7e16480c114147b161d060bd3fb7de) Thanks [@HichamELBSI](https://github.com/HichamELBSI)! - fix searchbar component
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7767141`](https://github.com/strapi/design-system/commit/7767141e2a7e16480c114147b161d060bd3fb7de)]:
12+
- @strapi/ui-primitives@2.0.0-rc.20
13+
314
## 2.0.0-rc.19
415

516
### Patch Changes

Diff for: packages/design-system/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/design-system",
3-
"version": "2.0.0-rc.19",
3+
"version": "2.0.0-rc.20",
44
"license": "MIT",
55
"sideEffects": false,
66
"source": "./src/index.ts",
@@ -32,13 +32,13 @@
3232
"@radix-ui/react-tabs": "1.0.4",
3333
"@radix-ui/react-tooltip": "1.0.7",
3434
"@radix-ui/react-use-callback-ref": "1.0.1",
35-
"@strapi/ui-primitives": "2.0.0-rc.19",
35+
"@strapi/ui-primitives": "2.0.0-rc.20",
3636
"@uiw/react-codemirror": "4.22.2",
3737
"lodash": "4.17.21",
3838
"react-remove-scroll": "2.5.10"
3939
},
4040
"devDependencies": {
41-
"@strapi/icons": "2.0.0-rc.19",
41+
"@strapi/icons": "2.0.0-rc.20",
4242
"@strapi/pack-up": "5.0.0",
4343
"@types/lodash": "^4.17.15",
4444
"jest": "29.7.0",

Diff for: packages/icons/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @strapi/icons
22

3+
## 2.0.0-rc.20
4+
5+
### Major Changes
6+
7+
- [#1892](https://github.com/strapi/design-system/pull/1892) [`7767141`](https://github.com/strapi/design-system/commit/7767141e2a7e16480c114147b161d060bd3fb7de) Thanks [@HichamELBSI](https://github.com/HichamELBSI)! - fix searchbar component
8+
39
## 2.0.0-rc.19
410

511
## 2.0.0-rc.18

Diff for: packages/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/icons",
3-
"version": "2.0.0-rc.19",
3+
"version": "2.0.0-rc.20",
44
"license": "MIT",
55
"sideEffects": false,
66
"main": "./dist/index.js",

Diff for: packages/primitives/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @strapi/ui-primitives
22

3+
## 2.0.0-rc.20
4+
5+
### Major Changes
6+
7+
- [#1892](https://github.com/strapi/design-system/pull/1892) [`7767141`](https://github.com/strapi/design-system/commit/7767141e2a7e16480c114147b161d060bd3fb7de) Thanks [@HichamELBSI](https://github.com/HichamELBSI)! - fix searchbar component
8+
39
## 2.0.0-rc.19
410

511
## 2.0.0-rc.18

Diff for: packages/primitives/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@strapi/ui-primitives",
3-
"version": "2.0.0-rc.19",
3+
"version": "2.0.0-rc.20",
44
"license": "MIT",
55
"sideEffects": false,
66
"source": "./src/index.ts",

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4261,9 +4261,9 @@ __metadata:
42614261
"@radix-ui/react-tabs": 1.0.4
42624262
"@radix-ui/react-tooltip": 1.0.7
42634263
"@radix-ui/react-use-callback-ref": 1.0.1
4264-
"@strapi/icons": 2.0.0-rc.19
4264+
"@strapi/icons": 2.0.0-rc.20
42654265
"@strapi/pack-up": 5.0.0
4266-
"@strapi/ui-primitives": 2.0.0-rc.19
4266+
"@strapi/ui-primitives": 2.0.0-rc.20
42674267
"@types/lodash": ^4.17.15
42684268
"@uiw/react-codemirror": 4.22.2
42694269
jest: 29.7.0
@@ -4313,7 +4313,7 @@ __metadata:
43134313
languageName: node
43144314
linkType: hard
43154315

4316-
"@strapi/[email protected].19, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons":
4316+
"@strapi/[email protected].20, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons":
43174317
version: 0.0.0-use.local
43184318
resolution: "@strapi/icons@workspace:packages/icons"
43194319
dependencies:
@@ -4361,7 +4361,7 @@ __metadata:
43614361
languageName: node
43624362
linkType: hard
43634363

4364-
"@strapi/[email protected].19, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
4364+
"@strapi/[email protected].20, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
43654365
version: 0.0.0-use.local
43664366
resolution: "@strapi/ui-primitives@workspace:packages/primitives"
43674367
dependencies:

0 commit comments

Comments
 (0)