Skip to content

Commit

Permalink
chore: version packages for release (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 15, 2024
1 parent 1f23552 commit de9b90b
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 12 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
"@strapi/design-system": "1.17.0",
"@strapi/icons": "1.17.0"
},
"changesets": []
"changesets": [
"clean-maps-double",
"quiet-roses-rule",
"soft-nails-matter"
]
}
3 changes: 3 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# @strapi/ui-primitives

## 2.0.0-beta.0
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": "1.18.0",
"version": "2.0.0-beta.0",
"license": "MIT",
"sideEffects": false,
"source": "./src/index.ts",
Expand Down
17 changes: 17 additions & 0 deletions packages/strapi-design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @strapi/design-system

## 2.0.0-beta.0

### Major Changes

- [#1685](https://github.com/strapi/design-system/pull/1685) [`833b58f`](https://github.com/strapi/design-system/commit/833b58fc8cd29ab279890e6eb50dea686ddf8289) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - chore!(design-system): remove deprecated components. Most components have a V2 counterpart and those that do not e.g. Select have been split into separate components to handle Single & MultiSelect. Stack was just an alias of Flex so that should be used instead.

- [#1685](https://github.com/strapi/design-system/pull/1685) [`9e68153`](https://github.com/strapi/design-system/commit/9e6815369f0b467ae37cf807ce19781319134cfe) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - chore!: remove direct imports. Users should import everything from the root of the project instead.

- [#1685](https://github.com/strapi/design-system/pull/1685) [`00e131b`](https://github.com/strapi/design-system/commit/00e131b09eb0dbe760ac4fa45bda432f25856b8a) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - refactor!(design-system): set base font-size to 62.5% to be 10px, users should stop dividing their px values by 16 and instead divide by 10. This will make it easier to convert px to rem.

### Patch Changes

- Updated dependencies []:
- @strapi/ui-primitives@2.0.0-beta.0
- @strapi/icons@2.0.0-beta.0
8 changes: 4 additions & 4 deletions packages/strapi-design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/design-system",
"version": "1.18.0",
"version": "2.0.0-beta.0",
"license": "MIT",
"sideEffects": false,
"source": "./src/index.ts",
Expand All @@ -18,22 +18,22 @@
"@radix-ui/react-dismissable-layer": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-focus-scope": "1.0.4",
"@strapi/ui-primitives": "^1.18.0",
"@strapi/ui-primitives": "^2.0.0-beta.0",
"@uiw/react-codemirror": "^4.21.25",
"aria-hidden": "^1.2.4",
"react-remove-scroll": "^2.5.9"
},
"devDependencies": {
"@playwright/test": "1.43.0",
"@strapi/icons": "^1.18.0",
"@strapi/icons": "^2.0.0-beta.0",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"axe-playwright": "^2.0.1",
"cross-env": "^7.0.3",
"styled-components": "^5.3.11"
},
"peerDependencies": {
"@strapi/icons": "^1.5.0",
"@strapi/icons": "^2.0.0-beta.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"styled-components": "^5.2.1"
Expand Down
3 changes: 3 additions & 0 deletions packages/strapi-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# @strapi/icons

## 2.0.0-beta.0
2 changes: 1 addition & 1 deletion packages/strapi-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strapi/icons",
"version": "1.18.0",
"version": "2.0.0-beta.0",
"license": "MIT",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5107,8 +5107,8 @@ __metadata:
"@radix-ui/react-dismissable-layer": ^1.0.5
"@radix-ui/react-dropdown-menu": ^2.0.6
"@radix-ui/react-focus-scope": 1.0.4
"@strapi/icons": ^1.18.0
"@strapi/ui-primitives": ^1.18.0
"@strapi/icons": ^2.0.0-beta.0
"@strapi/ui-primitives": ^2.0.0-beta.0
"@types/react-router-dom": ^5.3.3
"@types/styled-components": ^5.1.26
"@uiw/react-codemirror": ^4.21.25
Expand All @@ -5118,7 +5118,7 @@ __metadata:
react-remove-scroll: ^2.5.9
styled-components: ^5.3.11
peerDependencies:
"@strapi/icons": ^1.5.0
"@strapi/icons": ^2.0.0-beta.0
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
styled-components: ^5.2.1
Expand Down Expand Up @@ -5156,7 +5156,7 @@ __metadata:
languageName: node
linkType: hard

"@strapi/icons@^1.18.0, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/strapi-icons":
"@strapi/icons@^2.0.0-beta.0, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/strapi-icons":
version: 0.0.0-use.local
resolution: "@strapi/icons@workspace:packages/strapi-icons"
dependencies:
Expand Down Expand Up @@ -5198,7 +5198,7 @@ __metadata:
languageName: node
linkType: hard

"@strapi/ui-primitives@^1.18.0, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
"@strapi/ui-primitives@^2.0.0-beta.0, @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

0 comments on commit de9b90b

Please sign in to comment.