Skip to content

Commit

Permalink
chore: version packages for release (beta) (#1702)
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
github-actions[bot] and github-actions[bot] committed May 7, 2024
1 parent 54ebfad commit 544bd8c
Show file tree
Hide file tree
Showing 8 changed files with 82 additions and 10 deletions.
16 changes: 15 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,27 @@
"@strapi/icons": "1.17.0"
},
"changesets": [
"afraid-crews-dream",
"angry-tigers-scream",
"calm-pets-live",
"clean-maps-double",
"clean-otters-swim",
"eight-humans-brake",
"famous-trainers-pretend",
"fresh-turkeys-approve",
"green-starfishes-retire",
"hip-roses-wash",
"large-tigers-hope",
"nasty-laws-agree",
"nervous-spiders-sell",
"proud-kings-relate",
"quick-buckets-grab",
"quiet-roses-rule",
"soft-nails-matter"
"red-peas-suffer",
"smooth-bananas-tie",
"soft-nails-matter",
"tasty-suits-sit",
"tidy-eggs-sleep",
"tidy-rats-camp"
]
}
46 changes: 46 additions & 0 deletions packages/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# @strapi/design-system

## 2.0.0-beta.3

### Major Changes

- [#1693](https://github.com/strapi/design-system/pull/1693) [`ec2fc0c`](https://github.com/strapi/design-system/commit/ec2fc0c6c92c8bd0d67026676390b4317f3f49d9) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - enhancement!: removed field wrapper components from inputs to streamline and inputs stories are moved under `stories/inputs` folder.

- [#1693](https://github.com/strapi/design-system/pull/1693) [`ec2fc0c`](https://github.com/strapi/design-system/commit/ec2fc0c6c92c8bd0d67026676390b4317f3f49d9) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - chore!: remove CreatableCombobox

Users should instead use `<Combobox createable />`.

- [#1695](https://github.com/strapi/design-system/pull/1695) [`649d0f5`](https://github.com/strapi/design-system/commit/649d0f57cbcc595a84a23e762e47c281a661a906) Thanks [@christiancp100](https://github.com/christiancp100)! - chore!: default color for Typography is currentColor

- [#1693](https://github.com/strapi/design-system/pull/1693) [`ec2fc0c`](https://github.com/strapi/design-system/commit/ec2fc0c6c92c8bd0d67026676390b4317f3f49d9) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - enhancement!: ToggleInput renamed to just Toggle

- [#1710](https://github.com/strapi/design-system/pull/1710) [`adbe237`](https://github.com/strapi/design-system/commit/adbe237f6735c1efada97e96b8afb99cb7fb6427) Thanks [@joshuaellis](https://github.com/joshuaellis)! - chore!: CardAction is now a react component

- [#1713](https://github.com/strapi/design-system/pull/1713) [`1613d94`](https://github.com/strapi/design-system/commit/1613d94e6ad9ee06ba0da6e290181a8cf708b8b0) Thanks [@joshuaellis](https://github.com/joshuaellis)! - feat!: refactor Field api

- [#1703](https://github.com/strapi/design-system/pull/1703) [`54ebfad`](https://github.com/strapi/design-system/commit/54ebfadc4c59d1f2c7b6923493916a7dc91025a3) Thanks [@madhurisandbhor](https://github.com/madhurisandbhor)! - chore!: removed CMS specific components.The following components have been removed from DS and moved to CMS where it belongs.

- `Layout`
- `HeaderLayout`
- `TwoColsLayout`
- `GridLayout`
- `ActionLayout`
- `ContentLayout`

- [#1695](https://github.com/strapi/design-system/pull/1695) [`649d0f5`](https://github.com/strapi/design-system/commit/649d0f57cbcc595a84a23e762e47c281a661a906) Thanks [@christiancp100](https://github.com/christiancp100)! - chore: Box/Flex/Grid & Typography are now all react components, they are no longer styled-components.

- [#1695](https://github.com/strapi/design-system/pull/1695) [`649d0f5`](https://github.com/strapi/design-system/commit/649d0f57cbcc595a84a23e762e47c281a661a906) Thanks [@christiancp100](https://github.com/christiancp100)! - chore: update to use styled-components@6

- [#1695](https://github.com/strapi/design-system/pull/1695) [`649d0f5`](https://github.com/strapi/design-system/commit/649d0f57cbcc595a84a23e762e47c281a661a906) Thanks [@christiancp100](https://github.com/christiancp100)! - chore: disallow use of as and instead use tag prop instead

### Minor Changes

- [#1697](https://github.com/strapi/design-system/pull/1697) [`6f59131`](https://github.com/strapi/design-system/commit/6f59131b54035299a27d6e068cce1df0d566f58c) Thanks [@joshuaellis](https://github.com/joshuaellis)! - feat: typography now extends Box

### Patch Changes

- [#1709](https://github.com/strapi/design-system/pull/1709) [`2f198e9`](https://github.com/strapi/design-system/commit/2f198e9007b6dc166398441f33f9b05e975f0e0e) Thanks [@joshuaellis](https://github.com/joshuaellis)! - fix(design-system): codemirror packages that aren't in package.json are declared as external

- [#1699](https://github.com/strapi/design-system/pull/1699) [`9fdfdde`](https://github.com/strapi/design-system/commit/9fdfdde1fac070ca4c5db200a2aa4643e1782ae8) Thanks [@joshuaellis](https://github.com/joshuaellis)! - fix: main nav icon size was set to 1rem it should be 1.6rem

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

## 2.0.0-beta.2

### Patch 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.2",
"version": "2.0.0-beta.3",
"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.2",
"@strapi/ui-primitives": "^2.0.0-beta.3",
"@uiw/react-codemirror": "^4.21.25",
"aria-hidden": "^1.2.4",
"react-remove-scroll": "^2.5.9"
},
"devDependencies": {
"@strapi/icons": "^2.0.0-beta.2",
"@strapi/icons": "^2.0.0-beta.3",
"@strapi/pack-up": "^5.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @strapi/icons

## 2.0.0-beta.3

### Major Changes

- [#1695](https://github.com/strapi/design-system/pull/1695) [`649d0f5`](https://github.com/strapi/design-system/commit/649d0f57cbcc595a84a23e762e47c281a661a906) Thanks [@christiancp100](https://github.com/christiancp100)! - chore: update to use styled-components@6

### Patch Changes

- [#1708](https://github.com/strapi/design-system/pull/1708) [`b9646de`](https://github.com/strapi/design-system/commit/b9646de19a4cc8a23cf1407af775d9c3420c4cc4) Thanks [@joshuaellis](https://github.com/joshuaellis)! - fix: dont use rem for width and height on SVG attributes

## 2.0.0-beta.2

### Patch Changes
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.2",
"version": "2.0.0-beta.3",
"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-beta.3

## 2.0.0-beta.2

### Patch Changes
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.2",
"version": "2.0.0-beta.3",
"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 @@ -5122,9 +5122,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.2
"@strapi/icons": ^2.0.0-beta.3
"@strapi/pack-up": ^5.0.0
"@strapi/ui-primitives": ^2.0.0-beta.2
"@strapi/ui-primitives": ^2.0.0-beta.3
"@uiw/react-codemirror": ^4.21.25
aria-hidden: ^1.2.4
react: 18.2.0
Expand Down Expand Up @@ -5172,7 +5172,7 @@ __metadata:
languageName: node
linkType: hard

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

"@strapi/ui-primitives@^2.0.0-beta.2, @strapi/ui-primitives@workspace:*, @strapi/ui-primitives@workspace:packages/primitives":
"@strapi/ui-primitives@^2.0.0-beta.3, @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 544bd8c

Please sign in to comment.