Skip to content

Commit

Permalink
chore: version packages for release (beta) (#1694)
Browse files Browse the repository at this point in the history
Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and joshuaellis committed Apr 23, 2024
1 parent cb0147b commit d83898b
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 11 deletions.
10 changes: 9 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,13 @@
"@strapi/design-system": "1.17.0",
"@strapi/icons": "1.17.0"
},
"changesets": ["clean-maps-double", "quiet-roses-rule", "soft-nails-matter"]
"changesets": [
"angry-tigers-scream",
"clean-maps-double",
"fresh-turkeys-approve",
"nasty-laws-agree",
"proud-kings-relate",
"quiet-roses-rule",
"soft-nails-matter"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prerelease:enter": "changeset pre enter",
"prerelease:exit": "changeset pre exit",
"release:add": "changeset add",
"release:publish": "turbo run build lint test:ts test && changeset publish",
"release:publish": "turbo run build lint test:ts test:unit && changeset publish",
"release:version": "changeset version && yarn install",
"watch": "turbo run watch"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# @strapi/ui-primitives

## 2.0.0-beta.1

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

## 2.0.0-beta.1

### Major Changes

- [#1696](https://github.com/strapi/design-system/pull/1696) [`1622c2b`](https://github.com/strapi/design-system/commit/1622c2be3fd2379cbbc15e6a408ccb6bedc6ea61) Thanks [@joshuaellis](https://github.com/joshuaellis)! - chore!: remove the Icon component

Users should instead apply `fill` and `stroke` directly to the icon component as theme colors are now possible.

### Minor Changes

- [#1693](https://github.com/strapi/design-system/pull/1693) [`732330a`](https://github.com/strapi/design-system/commit/732330af34a9e60f21fd2565b01650f915e87ab8) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - feat: add logic spacing properties

### Patch Changes

- [`cb0147b`](https://github.com/strapi/design-system/commit/cb0147bc319d8bff9f5b76fdc046856d2c91c5f1) Thanks [@joshuaellis](https://github.com/joshuaellis)! - fix: use px for media queries as font-size won't affect media queries

- Updated dependencies []:
- @strapi/ui-primitives@2.0.0-beta.1

## 2.0.0-beta.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 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": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"license": "MIT",
"sideEffects": false,
"source": "./src/index.ts",
Expand All @@ -18,13 +18,13 @@
"@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": "^2.0.0-beta.0",
"@strapi/ui-primitives": "^2.0.0-beta.1",
"@uiw/react-codemirror": "^4.21.25",
"aria-hidden": "^1.2.4",
"react-remove-scroll": "^2.5.9"
},
"devDependencies": {
"@strapi/icons": "^2.0.0-beta.0",
"@strapi/icons": "^2.0.0-beta.1",
"@strapi/pack-up": "^5.0.0",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
Expand Down
8 changes: 8 additions & 0 deletions packages/strapi-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# @strapi/icons

## 2.0.0-beta.1

### Major Changes

- [#1696](https://github.com/strapi/design-system/pull/1696) [`1622c2b`](https://github.com/strapi/design-system/commit/1622c2be3fd2379cbbc15e6a408ccb6bedc6ea61) Thanks [@joshuaellis](https://github.com/joshuaellis)! - chore!: removes some icons and renames others

Users should refer to the BREAKING_CHANGES.md for more information on how to migrate. Most of the icons have been visually changed. Snapshots will most likely need to be updated.

## 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": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"license": "MIT",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5095,9 +5095,9 @@ __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": ^2.0.0-beta.0
"@strapi/icons": ^2.0.0-beta.1
"@strapi/pack-up": ^5.0.0
"@strapi/ui-primitives": ^2.0.0-beta.0
"@strapi/ui-primitives": ^2.0.0-beta.1
"@types/react-router-dom": ^5.3.3
"@types/styled-components": ^5.1.26
"@uiw/react-codemirror": ^4.21.25
Expand Down Expand Up @@ -5146,7 +5146,7 @@ __metadata:
languageName: node
linkType: hard

"@strapi/icons@^2.0.0-beta.0, @strapi/icons@workspace:*, @strapi/icons@workspace:packages/strapi-icons":
"@strapi/icons@^2.0.0-beta.1, @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 @@ -5190,7 +5190,7 @@ __metadata:
languageName: node
linkType: hard

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

Please sign in to comment.