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 Oct 9, 2024
1 parent f8016eb commit 2c42032
Show file tree
Hide file tree
Showing 19 changed files with 137 additions and 33 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@
"friendly-falcons-turn",
"great-kiwis-compare",
"grumpy-coins-sip",
"heavy-chairs-repeat",
"hip-spies-lick",
"hip-weeks-happen",
"hot-toys-compare",
"itchy-geckos-protect",
"late-feet-attack",
"old-sloths-speak",
"plenty-chicken-deny",
"pretty-tigers-run",
Expand Down
20 changes: 20 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @sumup-oss/circuit-ui

## 9.0.0-next.2

### Major Changes

- [#2707](https://github.com/sumup-oss/circuit-ui/pull/2707) [`f8016eb`](https://github.com/sumup-oss/circuit-ui/commit/f8016ebe246005ed415ed9587ecdb76892e981c6) Thanks [@sirineJ](https://github.com/sirineJ)! - Raised the minimum Node.js version to 20+.

- [#2684](https://github.com/sumup-oss/circuit-ui/pull/2684) [`ae6e0bc`](https://github.com/sumup-oss/circuit-ui/commit/ae6e0bc1ccdaaf7d11fd8e2403a8c16a58538c97) Thanks [@connor-baer](https://github.com/connor-baer)! - Made the ImageInput's label visible by default for consistency with other inputs. Use the new `hideLabel` prop to visually hide the label.

- [#2676](https://github.com/sumup-oss/circuit-ui/pull/2676) [`c7c2a10`](https://github.com/sumup-oss/circuit-ui/commit/c7c2a108c9b827f87bc9d39de32b31b9d86e5a6b) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the Table component's deprecated `initialSortedRow` prop. Use the `initialSortedColumn` prop instead.

### Minor Changes

- [#2678](https://github.com/sumup-oss/circuit-ui/pull/2678) [`0652935`](https://github.com/sumup-oss/circuit-ui/commit/0652935b0fc6999ac2f6885410fdcbea000b771f) Thanks [@connor-baer](https://github.com/connor-baer)! - Added a new `decoration` prop to the Body component. Choose between the `italic` and `strikethrough` styles.

### Patch Changes

- Updated dependencies [[`f8016eb`](https://github.com/sumup-oss/circuit-ui/commit/f8016ebe246005ed415ed9587ecdb76892e981c6)]:
- @sumup-oss/design-tokens@8.0.0-next.2
- @sumup-oss/icons@5.0.0-next.1

## 9.0.0-next.1

### Major Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup-oss/circuit-ui",
"version": "9.0.0-next.1",
"version": "9.0.0-next.2",
"description": "SumUp's React UI component library",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -63,8 +63,8 @@
"@emotion/jest": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@sumup-oss/design-tokens": "^8.0.0-next.1",
"@sumup-oss/icons": "^5.0.0-next.0",
"@sumup-oss/design-tokens": "^8.0.0-next.2",
"@sumup-oss/icons": "^5.0.0-next.1",
"@sumup-oss/intl": "^2.0.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "6.5.0",
Expand All @@ -91,8 +91,8 @@
"@emotion/is-prop-valid": "^1.2.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@sumup-oss/design-tokens": ">=8.0.0-next.1",
"@sumup-oss/icons": ">=5.0.0-next.0",
"@sumup-oss/design-tokens": ">=8.0.0-next.2",
"@sumup-oss/icons": ">=5.0.0-next.1",
"@sumup-oss/intl": "2.x",
"react": ">=18.0.0 <19.0.0",
"react-dom": ">=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-oss/design-tokens

## 8.0.0-next.2

### Major Changes

- [#2707](https://github.com/sumup-oss/circuit-ui/pull/2707) [`f8016eb`](https://github.com/sumup-oss/circuit-ui/commit/f8016ebe246005ed415ed9587ecdb76892e981c6) Thanks [@sirineJ](https://github.com/sirineJ)! - Raised the minimum Node.js version to 20+.

## 8.0.0-next.1

### Major 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-oss/design-tokens",
"version": "8.0.0-next.1",
"version": "8.0.0-next.2",
"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-oss/eslint-plugin-circuit-ui

## 5.0.0-next.2

### Major Changes

- [#2707](https://github.com/sumup-oss/circuit-ui/pull/2707) [`f8016eb`](https://github.com/sumup-oss/circuit-ui/commit/f8016ebe246005ed415ed9587ecdb76892e981c6) Thanks [@sirineJ](https://github.com/sirineJ)! - Raised the minimum Node.js version to 20+.

### Patch Changes

- Updated dependencies [[`f8016eb`](https://github.com/sumup-oss/circuit-ui/commit/f8016ebe246005ed415ed9587ecdb76892e981c6), [`ae6e0bc`](https://github.com/sumup-oss/circuit-ui/commit/ae6e0bc1ccdaaf7d11fd8e2403a8c16a58538c97), [`0652935`](https://github.com/sumup-oss/circuit-ui/commit/0652935b0fc6999ac2f6885410fdcbea000b771f), [`c7c2a10`](https://github.com/sumup-oss/circuit-ui/commit/c7c2a108c9b827f87bc9d39de32b31b9d86e5a6b)]:
- @sumup-oss/design-tokens@8.0.0-next.2
- @sumup-oss/circuit-ui@9.0.0-next.2

## 5.0.0-next.1

### Major 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-oss/eslint-plugin-circuit-ui",
"version": "5.0.0-next.1",
"version": "5.0.0-next.2",
"description": "ESLint rules to lint Circuit UI.",
"keywords": [
"sumup",
Expand Down Expand Up @@ -30,13 +30,13 @@
"@typescript-eslint/utils": "^7.16.1"
},
"devDependencies": {
"@sumup-oss/design-tokens": "^8.0.0-next.1",
"@sumup-oss/design-tokens": "^8.0.0-next.2",
"@tsconfig/node18": "^18.2.4",
"@typescript-eslint/rule-tester": "^7.16.1",
"typescript": "^5.5.4"
},
"peerDependencies": {
"@sumup-oss/circuit-ui": ">=9.0.0-next.1",
"@sumup-oss/design-tokens": ">=8.0.0-next.1"
"@sumup-oss/circuit-ui": ">=9.0.0-next.2",
"@sumup-oss/design-tokens": ">=8.0.0-next.2"
}
}
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sumup-oss/icons

## 5.0.0-next.1

### Major Changes

- [#2707](https://github.com/sumup-oss/circuit-ui/pull/2707) [`f8016eb`](https://github.com/sumup-oss/circuit-ui/commit/f8016ebe246005ed415ed9587ecdb76892e981c6) Thanks [@sirineJ](https://github.com/sirineJ)! - Raised the minimum Node.js version to 20+.

## 5.0.0-next.0

### Major 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": "@sumup-oss/icons",
"version": "5.0.0-next.0",
"version": "5.0.0-next.1",
"description": "A collection of icons by SumUp",
"type": "module",
"main": "./dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/stylelint-plugin-circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sumup-oss/stylelint-plugin-circuit-ui

## 3.0.0-next.2

### Major Changes

- [#2707](https://github.com/sumup-oss/circuit-ui/pull/2707) [`f8016eb`](https://github.com/sumup-oss/circuit-ui/commit/f8016ebe246005ed415ed9587ecdb76892e981c6) Thanks [@sirineJ](https://github.com/sirineJ)! - Raised the minimum Node.js version to 20+.

### Patch Changes

- Updated dependencies [[`f8016eb`](https://github.com/sumup-oss/circuit-ui/commit/f8016ebe246005ed415ed9587ecdb76892e981c6)]:
- @sumup-oss/design-tokens@8.0.0-next.2

## 3.0.0-next.1

### Minor 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-oss/stylelint-plugin-circuit-ui",
"version": "3.0.0-next.1",
"version": "3.0.0-next.2",
"description": "Stylelint rules to lint Circuit UI.",
"exports": "./dist/index.js",
"type": "module",
Expand Down Expand Up @@ -29,13 +29,13 @@
"test": "vitest"
},
"devDependencies": {
"@sumup-oss/design-tokens": "^8.0.0-next.1",
"@sumup-oss/design-tokens": "^8.0.0-next.2",
"@tsconfig/node18": "^18.2.4",
"jest-preset-stylelint": "^7.1.0",
"typescript": "^5.5.4"
},
"peerDependencies": {
"@sumup-oss/design-tokens": ">=8.0.0-next.1",
"@sumup-oss/design-tokens": ">=8.0.0-next.2",
"stylelint": "^16.7.0"
}
}
13 changes: 13 additions & 0 deletions templates/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @sumup-oss/astro-template-circuit-ui

## 3.0.0-next.1

### Major Changes

- [#2707](https://github.com/sumup-oss/circuit-ui/pull/2707) [`f8016eb`](https://github.com/sumup-oss/circuit-ui/commit/f8016ebe246005ed415ed9587ecdb76892e981c6) Thanks [@sirineJ](https://github.com/sirineJ)! - Raised the minimum Node.js version to 20+.

### Patch Changes

- Updated dependencies [[`f8016eb`](https://github.com/sumup-oss/circuit-ui/commit/f8016ebe246005ed415ed9587ecdb76892e981c6), [`ae6e0bc`](https://github.com/sumup-oss/circuit-ui/commit/ae6e0bc1ccdaaf7d11fd8e2403a8c16a58538c97), [`0652935`](https://github.com/sumup-oss/circuit-ui/commit/0652935b0fc6999ac2f6885410fdcbea000b771f), [`c7c2a10`](https://github.com/sumup-oss/circuit-ui/commit/c7c2a108c9b827f87bc9d39de32b31b9d86e5a6b)]:
- @sumup-oss/design-tokens@8.0.0-next.2
- @sumup-oss/circuit-ui@9.0.0-next.2
- @sumup-oss/icons@5.0.0-next.1

## 2.1.1-next.0

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions templates/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sumup-oss/astro-template-circuit-ui",
"type": "module",
"version": "2.1.1-next.0",
"version": "3.0.0-next.1",
"private": true,
"sideEffects": false,
"scripts": {
Expand All @@ -16,9 +16,9 @@
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@sumup-oss/circuit-ui": "^9.0.0-next.0",
"@sumup-oss/design-tokens": "^8.0.0-next.0",
"@sumup-oss/icons": "^5.0.0-next.0",
"@sumup-oss/circuit-ui": "^9.0.0-next.2",
"@sumup-oss/design-tokens": "^8.0.0-next.2",
"@sumup-oss/icons": "^5.0.0-next.1",
"@sumup-oss/intl": "^2.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand All @@ -28,8 +28,8 @@
},
"devDependencies": {
"@sumup-oss/foundry": "^8.2.0",
"@sumup-oss/eslint-plugin-circuit-ui": "^5.0.0-next.0",
"@sumup-oss/stylelint-plugin-circuit-ui": "^3.0.0-next.0",
"@sumup-oss/eslint-plugin-circuit-ui": "^5.0.0-next.2",
"@sumup-oss/stylelint-plugin-circuit-ui": "^3.0.0-next.2",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.5.4"
}
Expand Down
6 changes: 6 additions & 0 deletions templates/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sumup-oss/cna-template

## 6.0.0-next.0

### Major Changes

- [#2707](https://github.com/sumup-oss/circuit-ui/pull/2707) [`f8016eb`](https://github.com/sumup-oss/circuit-ui/commit/f8016ebe246005ed415ed9587ecdb76892e981c6) Thanks [@sirineJ](https://github.com/sirineJ)! - Raised the minimum Node.js version to 20+.

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion templates/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup-oss/cna-template",
"version": "5.1.0",
"version": "6.0.0-next.0",
"description": "Create a fresh Next.js application preconfigured with SumUp's Circuit UI and Foundry",
"private": true,
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions templates/nextjs/template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @sumup-oss/cna-template

## 2.0.0-next.1

### Major Changes

- [#2707](https://github.com/sumup-oss/circuit-ui/pull/2707) [`f8016eb`](https://github.com/sumup-oss/circuit-ui/commit/f8016ebe246005ed415ed9587ecdb76892e981c6) Thanks [@sirineJ](https://github.com/sirineJ)! - Raised the minimum Node.js version to 20+.

### Patch Changes

- Updated dependencies [[`f8016eb`](https://github.com/sumup-oss/circuit-ui/commit/f8016ebe246005ed415ed9587ecdb76892e981c6), [`ae6e0bc`](https://github.com/sumup-oss/circuit-ui/commit/ae6e0bc1ccdaaf7d11fd8e2403a8c16a58538c97), [`0652935`](https://github.com/sumup-oss/circuit-ui/commit/0652935b0fc6999ac2f6885410fdcbea000b771f), [`c7c2a10`](https://github.com/sumup-oss/circuit-ui/commit/c7c2a108c9b827f87bc9d39de32b31b9d86e5a6b)]:
- @sumup-oss/design-tokens@8.0.0-next.2
- @sumup-oss/circuit-ui@9.0.0-next.2
- @sumup-oss/icons@5.0.0-next.1

## 1.1.1-next.0

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions templates/nextjs/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-app",
"version": "1.1.1-next.0",
"version": "2.0.0-next.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -14,18 +14,18 @@
},
"dependencies": {
"@next/bundle-analyzer": "^14.2.5",
"@sumup-oss/circuit-ui": "^9.0.0-next.0",
"@sumup-oss/design-tokens": "^8.0.0-next.0",
"@sumup-oss/icons": "^5.0.0-next.0",
"@sumup-oss/circuit-ui": "^9.0.0-next.2",
"@sumup-oss/design-tokens": "^8.0.0-next.2",
"@sumup-oss/icons": "^5.0.0-next.1",
"@sumup-oss/intl": "^2.0.0",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@sumup-oss/eslint-plugin-circuit-ui": "^5.0.0-next.0",
"@sumup-oss/eslint-plugin-circuit-ui": "^5.0.0-next.2",
"@sumup-oss/foundry": "^8.2.0",
"@sumup-oss/stylelint-plugin-circuit-ui": "^3.0.0-next.0",
"@sumup-oss/stylelint-plugin-circuit-ui": "^3.0.0-next.2",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
Expand Down
13 changes: 13 additions & 0 deletions templates/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @sumup-oss/remix-template-circuit-ui

## 4.0.0-next.1

### Major Changes

- [#2707](https://github.com/sumup-oss/circuit-ui/pull/2707) [`f8016eb`](https://github.com/sumup-oss/circuit-ui/commit/f8016ebe246005ed415ed9587ecdb76892e981c6) Thanks [@sirineJ](https://github.com/sirineJ)! - Raised the minimum Node.js version to 20+.

### Patch Changes

- Updated dependencies [[`f8016eb`](https://github.com/sumup-oss/circuit-ui/commit/f8016ebe246005ed415ed9587ecdb76892e981c6), [`ae6e0bc`](https://github.com/sumup-oss/circuit-ui/commit/ae6e0bc1ccdaaf7d11fd8e2403a8c16a58538c97), [`0652935`](https://github.com/sumup-oss/circuit-ui/commit/0652935b0fc6999ac2f6885410fdcbea000b771f), [`c7c2a10`](https://github.com/sumup-oss/circuit-ui/commit/c7c2a108c9b827f87bc9d39de32b31b9d86e5a6b)]:
- @sumup-oss/design-tokens@8.0.0-next.2
- @sumup-oss/circuit-ui@9.0.0-next.2
- @sumup-oss/icons@5.0.0-next.1

## 3.1.1-next.0

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions templates/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup-oss/remix-template-circuit-ui",
"version": "3.1.1-next.0",
"version": "4.0.0-next.1",
"private": true,
"sideEffects": false,
"type": "module",
Expand All @@ -18,19 +18,19 @@
"@remix-run/node": "^2.11.2",
"@remix-run/react": "^2.11.2",
"@remix-run/serve": "^2.11.2",
"@sumup-oss/circuit-ui": "^9.0.0-next.0",
"@sumup-oss/design-tokens": "^8.0.0-next.0",
"@sumup-oss/icons": "^5.0.0-next.0",
"@sumup-oss/circuit-ui": "^9.0.0-next.2",
"@sumup-oss/design-tokens": "^8.0.0-next.2",
"@sumup-oss/icons": "^5.0.0-next.1",
"@sumup-oss/intl": "^2.0.0",
"isbot": "^5.1.13",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@remix-run/dev": "^2.11.2",
"@sumup-oss/eslint-plugin-circuit-ui": "^5.0.0-next.0",
"@sumup-oss/eslint-plugin-circuit-ui": "^5.0.0-next.2",
"@sumup-oss/foundry": "^8.2.0",
"@sumup-oss/stylelint-plugin-circuit-ui": "^3.0.0-next.0",
"@sumup-oss/stylelint-plugin-circuit-ui": "^3.0.0-next.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint-plugin-prettier": "^5.2.1",
Expand Down

0 comments on commit 2c42032

Please sign in to comment.