Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages for release (rc) #1746

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
"chilly-wasps-accept",
"clean-maps-double",
"clean-otters-swim",
"cuddly-jokes-stare",
"curvy-candles-fly",
"eight-humans-brake",
"fair-swans-shake",
"famous-trainers-pretend",
"few-cameras-joke",
"fresh-turkeys-approve",
"giant-chicken-itch",
"green-ligers-rush",
Expand All @@ -45,11 +47,15 @@
"quick-poems-kick",
"quiet-roses-rule",
"red-peas-suffer",
"rotten-eagles-matter",
"seven-cats-roll",
"short-pets-attack",
"shy-masks-share",
"six-pans-sip",
"smooth-bananas-tie",
"smooth-carrots-pretend",
"soft-nails-matter",
"swift-cycles-type",
"tasty-suits-sit",
"tidy-eggs-sleep",
"tidy-games-divide",
Expand Down
21 changes: 21 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @strapi/design-system

## 2.0.0-rc.7

### Minor Changes

- [#1748](https://github.com/strapi/design-system/pull/1748) [`61936d6`](https://github.com/strapi/design-system/commit/61936d63f6b7eb390b351138c48572442d5b1e4c) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - chore: standardise forwardRefs across components

### Patch Changes

- [#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

- [#1750](https://github.com/strapi/design-system/pull/1750) [`d89c9c3`](https://github.com/strapi/design-system/commit/d89c9c3674a8d1f7b12f77a96be22495557e8971) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - Fixed: Link doesn't show the hover color

- [#1753](https://github.com/strapi/design-system/pull/1753) [`9df216b`](https://github.com/strapi/design-system/commit/9df216bc0bb5cec70bffe83f52472cbc381005ca) Thanks [@simotae14](https://github.com/simotae14)! - fixed Modal Content scroll issues

- [#1752](https://github.com/strapi/design-system/pull/1752) [`90da62e`](https://github.com/strapi/design-system/commit/90da62e00b1ffd3b00fc37291820d243c76bdab9) Thanks [@remidej](https://github.com/remidej)! - fixed SubNavHeader not applying space between label and search icon

- [#1749](https://github.com/strapi/design-system/pull/1749) [`c7c5ad6`](https://github.com/strapi/design-system/commit/c7c5ad6c1e98dbd7b442d977420818f52661e117) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - fix: add click action on tag icon instead of on tag itself

- Updated dependencies []:
- @strapi/[email protected]

## 2.0.0-beta.6

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/design-system",
"version": "2.0.0-beta.6",
"version": "2.0.0-rc.7",
"license": "MIT",
"sideEffects": false,
"source": "./src/index.ts",
Expand Down Expand Up @@ -30,12 +30,12 @@
"@radix-ui/react-switch": "1.0.3",
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/react-tooltip": "1.0.7",
"@strapi/ui-primitives": "2.0.0-beta.6",
"@strapi/ui-primitives": "2.0.0-rc.7",
"@uiw/react-codemirror": "4.22.2",
"react-remove-scroll": "2.5.10"
},
"devDependencies": {
"@strapi/icons": "2.0.0-beta.6",
"@strapi/icons": "2.0.0-rc.7",
"@strapi/pack-up": "5.0.0",
"jest": "29.7.0",
"react": "18.3.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @strapi/icons

## 2.0.0-rc.7

## 2.0.0-beta.6

## 2.0.0-beta.5
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/icons",
"version": "2.0.0-beta.6",
"version": "2.0.0-rc.7",
"license": "MIT",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @strapi/ui-primitives

## 2.0.0-rc.7

## 2.0.0-beta.6

## 2.0.0-beta.5
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/ui-primitives",
"version": "2.0.0-beta.6",
"version": "2.0.0-rc.7",
"license": "MIT",
"sideEffects": false,
"source": "./src/index.ts",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5543,9 +5543,9 @@ __metadata:
"@radix-ui/react-switch": 1.0.3
"@radix-ui/react-tabs": 1.0.4
"@radix-ui/react-tooltip": 1.0.7
"@strapi/icons": 2.0.0-beta.6
"@strapi/icons": 2.0.0-rc.7
"@strapi/pack-up": 5.0.0
"@strapi/ui-primitives": 2.0.0-beta.6
"@strapi/ui-primitives": 2.0.0-rc.7
"@uiw/react-codemirror": 4.22.2
jest: 29.7.0
react: 18.3.1
Expand Down Expand Up @@ -5593,7 +5593,7 @@ __metadata:
languageName: node
linkType: hard

"@strapi/[email protected]beta.6, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons":
"@strapi/[email protected]rc.7, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/icons":
version: 0.0.0-use.local
resolution: "@strapi/icons@workspace:packages/icons"
dependencies:
Expand Down Expand Up @@ -5641,7 +5641,7 @@ __metadata:
languageName: node
linkType: hard

"@strapi/[email protected]beta.6, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
"@strapi/[email protected]rc.7, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
version: 0.0.0-use.local
resolution: "@strapi/ui-primitives@workspace:packages/primitives"
dependencies:
Expand Down
Loading