Skip to content

Commit

Permalink
Version Packages (canary) (#2354)
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
connor-baer and github-actions[bot] authored Dec 22, 2023
1 parent 31b6f03 commit 3fd3f62
Show file tree
Hide file tree
Showing 13 changed files with 85 additions and 21 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,17 @@
"plenty-dolls-begin",
"purple-islands-explain",
"rude-eggs-explain",
"slimy-poets-fetch",
"stupid-crabs-switch",
"sweet-lions-eat",
"tame-camels-argue",
"thick-pants-trade",
"thirty-bikes-happen",
"three-eggs-happen",
"three-lies-flow",
"tough-carrots-flow",
"twelve-queens-lie",
"wild-chicken-call",
"young-needles-exist"
]
}
8 changes: 8 additions & 0 deletions packages/astro-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sumup/astro-template-circuit-ui

## 1.1.2-canary.1

### Patch Changes

- Updated dependencies [[`f33c2699`](https://github.com/sumup-oss/circuit-ui/commit/f33c2699178e546aa8c023c80e774d4fb569e0dd), [`31b6f034`](https://github.com/sumup-oss/circuit-ui/commit/31b6f03489cb5706685cdc9f0499e36f91affa84), [`43f357b0`](https://github.com/sumup-oss/circuit-ui/commit/43f357b02f2dd8c358e0263d401a9e1bb3ddb80d), [`bc5e7531`](https://github.com/sumup-oss/circuit-ui/commit/bc5e7531b42771ee04de3aa3f74aee537c9963e6), [`08aa9621`](https://github.com/sumup-oss/circuit-ui/commit/08aa962165307de6ba2ef1ca6e7a833aecf89b9e)]:
- @sumup/circuit-ui@8.0.0-canary.6
- @sumup/design-tokens@7.0.0-canary.0

## 1.1.2-canary.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/astro-template/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sumup/astro-template-circuit-ui",
"type": "module",
"version": "1.1.2-canary.0",
"version": "1.1.2-canary.1",
"private": true,
"sideEffects": false,
"scripts": {
Expand All @@ -16,8 +16,8 @@
},
"dependencies": {
"@astrojs/react": "^3.0.4",
"@sumup/circuit-ui": "^8.0.0-canary.0",
"@sumup/design-tokens": "^6.1.0",
"@sumup/circuit-ui": "^8.0.0-canary.6",
"@sumup/design-tokens": "^7.0.0-canary.0",
"@sumup/icons": "^3.3.0",
"@sumup/intl": "^1.6.0",
"@types/react": "^18.2.37",
Expand All @@ -27,9 +27,9 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@sumup/eslint-plugin-circuit-ui": "^5.0.0-canary.0",
"@sumup/eslint-plugin-circuit-ui": "^5.0.0-canary.1",
"@sumup/foundry": "^6.2.0",
"@sumup/stylelint-plugin-circuit-ui": "^1.0.0",
"@sumup/stylelint-plugin-circuit-ui": "^2.0.0-canary.0",
"prettier-plugin-astro": "0.10.0"
}
}
15 changes: 15 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @sumup/circuit-ui

## 8.0.0-canary.6

### Major Changes

- [#2353](https://github.com/sumup-oss/circuit-ui/pull/2353) [`f33c2699`](https://github.com/sumup-oss/circuit-ui/commit/f33c2699178e546aa8c023c80e774d4fb569e0dd) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the legacy navigation components: Header, Sidebar, SidebarContextProvider and SidebarContextConsumer. Use the [TopNavigation](https://circuit.sumup.com/?path=/docs/navigation-topnavigation--docs) and [SideNavigation](https://circuit.sumup.com/?path=/docs/navigation-sidenavigation--docs) components instead.

- [#2361](https://github.com/sumup-oss/circuit-ui/pull/2361) [`31b6f034`](https://github.com/sumup-oss/circuit-ui/commit/31b6f03489cb5706685cdc9f0499e36f91affa84) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the deprecated `variant` prop from the ProgressBar component.

- [#2352](https://github.com/sumup-oss/circuit-ui/pull/2352) [`08aa9621`](https://github.com/sumup-oss/circuit-ui/commit/08aa962165307de6ba2ef1ca6e7a833aecf89b9e) Thanks [@connor-baer](https://github.com/connor-baer)! - Changed the overflow behaviour of long Button labels. Text that would previously wrap is now truncated to a single line with a trailing ellipsis.

### Patch Changes

- Updated dependencies [[`43f357b0`](https://github.com/sumup-oss/circuit-ui/commit/43f357b02f2dd8c358e0263d401a9e1bb3ddb80d), [`bc5e7531`](https://github.com/sumup-oss/circuit-ui/commit/bc5e7531b42771ee04de3aa3f74aee537c9963e6)]:
- @sumup/design-tokens@7.0.0-canary.0

## 8.0.0-canary.5

### Major Changes
Expand Down
6 changes: 3 additions & 3 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": "8.0.0-canary.5",
"version": "8.0.0-canary.6",
"description": "SumUp's React UI component library",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@emotion/jest": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@sumup/design-tokens": "^6.1.0",
"@sumup/design-tokens": "^7.0.0-canary.0",
"@sumup/icons": "^3.0.0",
"@sumup/intl": "^1.5.0",
"@testing-library/dom": "^9.3.1",
Expand Down Expand Up @@ -83,7 +83,7 @@
"@emotion/is-prop-valid": "^1.2.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@sumup/design-tokens": ">=6.1.0",
"@sumup/design-tokens": ">=7.0.0-canary.0",
"@sumup/icons": ">=3.0.0",
"@sumup/intl": "1.x",
"react": ">=18.0.0 <19.0.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @sumup/design-tokens

## 7.0.0-canary.0

### Major Changes

- [#2355](https://github.com/sumup-oss/circuit-ui/pull/2355) [`43f357b0`](https://github.com/sumup-oss/circuit-ui/commit/43f357b02f2dd8c358e0263d401a9e1bb3ddb80d) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed all colors from the legacy JavaScript theme object and theme prop type. Use the semantic color tokens instead:

```diff
-color: ${theme.colors.p500};
+color: var(--cui-fg-accent);
```

- [#2356](https://github.com/sumup-oss/circuit-ui/pull/2356) [`bc5e7531`](https://github.com/sumup-oss/circuit-ui/commit/bc5e7531b42771ee04de3aa3f74aee537c9963e6) Thanks [@connor-baer](https://github.com/connor-baer)! - Changed the color scheme from blue to black & white.

## 6.2.0

### 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.2.0",
"version": "7.0.0-canary.0",
"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
8 changes: 8 additions & 0 deletions packages/eslint-plugin-circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sumup/eslint-plugin-circuit-ui

## 5.0.0-canary.1

### Patch Changes

- Updated dependencies [[`f33c2699`](https://github.com/sumup-oss/circuit-ui/commit/f33c2699178e546aa8c023c80e774d4fb569e0dd), [`31b6f034`](https://github.com/sumup-oss/circuit-ui/commit/31b6f03489cb5706685cdc9f0499e36f91affa84), [`43f357b0`](https://github.com/sumup-oss/circuit-ui/commit/43f357b02f2dd8c358e0263d401a9e1bb3ddb80d), [`bc5e7531`](https://github.com/sumup-oss/circuit-ui/commit/bc5e7531b42771ee04de3aa3f74aee537c9963e6), [`08aa9621`](https://github.com/sumup-oss/circuit-ui/commit/08aa962165307de6ba2ef1ca6e7a833aecf89b9e)]:
- @sumup/circuit-ui@8.0.0-canary.6
- @sumup/design-tokens@7.0.0-canary.0

## 5.0.0-canary.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "5.0.0-canary.0",
"version": "5.0.0-canary.1",
"description": "ESLint rules to lint Circuit UI.",
"keywords": [
"sumup",
Expand Down Expand Up @@ -30,13 +30,13 @@
"@typescript-eslint/utils": "^6.10.0"
},
"devDependencies": {
"@sumup/design-tokens": "^6.0.0",
"@sumup/design-tokens": "^7.0.0-canary.0",
"@tsconfig/node18": "^18.2.2",
"@typescript-eslint/rule-tester": "^6.10.0",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@sumup/circuit-ui": ">=8.0.0-canary.0",
"@sumup/design-tokens": ">=6.0.0"
"@sumup/circuit-ui": ">=8.0.0-canary.6",
"@sumup/design-tokens": ">=7.0.0-canary.0"
}
}
8 changes: 8 additions & 0 deletions packages/remix-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sumup/remix-template-circuit-ui

## 2.1.2-canary.1

### Patch Changes

- Updated dependencies [[`f33c2699`](https://github.com/sumup-oss/circuit-ui/commit/f33c2699178e546aa8c023c80e774d4fb569e0dd), [`31b6f034`](https://github.com/sumup-oss/circuit-ui/commit/31b6f03489cb5706685cdc9f0499e36f91affa84), [`43f357b0`](https://github.com/sumup-oss/circuit-ui/commit/43f357b02f2dd8c358e0263d401a9e1bb3ddb80d), [`bc5e7531`](https://github.com/sumup-oss/circuit-ui/commit/bc5e7531b42771ee04de3aa3f74aee537c9963e6), [`08aa9621`](https://github.com/sumup-oss/circuit-ui/commit/08aa962165307de6ba2ef1ca6e7a833aecf89b9e)]:
- @sumup/circuit-ui@8.0.0-canary.6
- @sumup/design-tokens@7.0.0-canary.0

## 2.1.2-canary.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/remix-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/remix-template-circuit-ui",
"version": "2.1.2-canary.0",
"version": "2.1.2-canary.1",
"private": true,
"sideEffects": false,
"type": "module",
Expand All @@ -18,8 +18,8 @@
"@remix-run/node": "^2.2.0",
"@remix-run/react": "^2.2.0",
"@remix-run/serve": "^2.2.0",
"@sumup/circuit-ui": "^8.0.0-canary.0",
"@sumup/design-tokens": "^6.1.0",
"@sumup/circuit-ui": "^8.0.0-canary.6",
"@sumup/design-tokens": "^7.0.0-canary.0",
"@sumup/icons": "^3.3.0",
"@sumup/intl": "^1.6.0",
"isbot": "^3.7.0",
Expand All @@ -29,9 +29,9 @@
"devDependencies": {
"@remix-run/dev": "^2.2.0",
"@remix-run/eslint-config": "^2.2.0",
"@sumup/eslint-plugin-circuit-ui": "^5.0.0-canary.0",
"@sumup/eslint-plugin-circuit-ui": "^5.0.0-canary.1",
"@sumup/foundry": "^6.2.0",
"@sumup/stylelint-plugin-circuit-ui": "^1.0.0",
"@sumup/stylelint-plugin-circuit-ui": "^2.0.0-canary.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"eslint": "^8.53.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/stylelint-plugin-circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sumup/stylelint-plugin-circuit-ui

## 2.0.0-canary.0

### Patch Changes

- Updated dependencies [[`43f357b0`](https://github.com/sumup-oss/circuit-ui/commit/43f357b02f2dd8c358e0263d401a9e1bb3ddb80d), [`bc5e7531`](https://github.com/sumup-oss/circuit-ui/commit/bc5e7531b42771ee04de3aa3f74aee537c9963e6)]:
- @sumup/design-tokens@7.0.0-canary.0

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/stylelint-plugin-circuit-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/stylelint-plugin-circuit-ui",
"version": "1.0.0",
"version": "2.0.0-canary.0",
"description": "Stylelint rules to lint Circuit UI.",
"keywords": [
"sumup",
Expand All @@ -26,13 +26,13 @@
"build": "tsc"
},
"devDependencies": {
"@sumup/design-tokens": "^6.0.0-next",
"@sumup/design-tokens": "^7.0.0-canary.0",
"@tsconfig/node18": "^18.2.1",
"jest-preset-stylelint": "^6.2.0",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@sumup/design-tokens": ">=5.3.0",
"@sumup/design-tokens": ">=7.0.0-canary.0",
"stylelint": "^15.10.2"
}
}

0 comments on commit 3fd3f62

Please sign in to comment.