Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 15, 2023
1 parent b51431f commit a23794a
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
"@sumup/stylelint-plugin-circuit-ui": "1.0.0"
},
"changesets": [
"afraid-plums-draw",
"brave-bikes-nail",
"bright-berries-add",
"brown-berries-impress",
"chilled-flies-dream",
"chilled-walls-learn",
"chilly-dolphins-travel",
Expand All @@ -20,6 +22,7 @@
"early-seahorses-whisper",
"fair-carrots-nail",
"flat-lamps-glow",
"gold-ears-tickle",
"green-singers-sneeze",
"grumpy-donuts-flash",
"khaki-baboons-deliver",
Expand All @@ -46,6 +49,7 @@
"three-radios-confess",
"tidy-knives-tap",
"tough-ants-tan",
"twenty-cobras-wink",
"wicked-frogs-exercise",
"wise-zoos-do",
"yellow-lies-yell"
Expand Down
11 changes: 11 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sumup/circuit-ui

## 7.0.0-next.6

### Patch Changes

- [#2185](https://github.com/sumup-oss/circuit-ui/pull/2185) [`cf5e82fc`](https://github.com/sumup-oss/circuit-ui/commit/cf5e82fc0fb9f0c4179fa61e9c22a2ccf20c8510) Thanks [@connor-baer](https://github.com/connor-baer)! - Fixed tree-shaking by retaining the original file structure in the build output.

- [#2184](https://github.com/sumup-oss/circuit-ui/pull/2184) [`4b7dd4d6`](https://github.com/sumup-oss/circuit-ui/commit/4b7dd4d6e18e0026542771580119924f5f318c92) Thanks [@connor-baer](https://github.com/connor-baer)! - Changed the `jsxImportSource` from `@emotion/react` to `react`.

- Updated dependencies [[`b51431fc`](https://github.com/sumup-oss/circuit-ui/commit/b51431fc7f8ce7447a04f1c63b0a8066615228dd)]:
- @sumup/design-tokens@6.0.0-next.3

## 7.0.0-next.5

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/circuit-ui",
"version": "7.0.0-next.5",
"version": "7.0.0-next.6",
"description": "SumUp's React UI component library",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -71,7 +71,7 @@
"@emotion/is-prop-valid": "1.x",
"@emotion/react": "11.x",
"@emotion/styled": "11.x",
"@sumup/design-tokens": ">=6.0.0-next.2",
"@sumup/design-tokens": ">=6.0.0-next.3",
"@sumup/icons": ">=3.0.0-next.2",
"@sumup/intl": "1.x",
"react": ">=18.0.0 <19.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sumup/design-tokens

## 6.0.0-next.3

### Patch Changes

- [#2186](https://github.com/sumup-oss/circuit-ui/pull/2186) [`b51431fc`](https://github.com/sumup-oss/circuit-ui/commit/b51431fc7f8ce7447a04f1c63b0a8066615228dd) Thanks [@connor-baer](https://github.com/connor-baer)! - Fixed the selector for the root CSS variables.

## 6.0.0-next.2

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/design-tokens",
"version": "6.0.0-next.2",
"version": "6.0.0-next.3",
"description": "Visual primitives such as typography, color, and spacing that are shared across platforms.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/eslint-plugin-circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sumup/eslint-plugin-circuit-ui

## 3.0.0-next.1

### Major Changes

- [#2164](https://github.com/sumup-oss/circuit-ui/pull/2164) [`e1db8492`](https://github.com/sumup-oss/circuit-ui/commit/e1db84920a152cb110ad53b5588849e1e705a01d) Thanks [@connor-baer](https://github.com/connor-baer)! - Added `circuit-ui/component-lifecycle-imports` rule to update component imports when they move to a different lifecycle stage.

### Patch Changes

- Updated dependencies [[`cf5e82fc`](https://github.com/sumup-oss/circuit-ui/commit/cf5e82fc0fb9f0c4179fa61e9c22a2ccf20c8510), [`b51431fc`](https://github.com/sumup-oss/circuit-ui/commit/b51431fc7f8ce7447a04f1c63b0a8066615228dd), [`4b7dd4d6`](https://github.com/sumup-oss/circuit-ui/commit/4b7dd4d6e18e0026542771580119924f5f318c92)]:
- @sumup/circuit-ui@7.0.0-next.6
- @sumup/design-tokens@6.0.0-next.3

## 3.0.0-next.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-circuit-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/eslint-plugin-circuit-ui",
"version": "3.0.0-next.0",
"version": "3.0.0-next.1",
"description": "ESLint rules to lint Circuit UI.",
"keywords": [
"sumup",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "^5.0.4"
},
"peerDependencies": {
"@sumup/circuit-ui": ">=7.0.0-next.5",
"@sumup/design-tokens": ">=6.0.0-next.2"
"@sumup/circuit-ui": ">=7.0.0-next.6",
"@sumup/design-tokens": ">=6.0.0-next.3"
}
}

0 comments on commit a23794a

Please sign in to comment.