From 8d69803ed256b0b471de23443af0823a4bf36fb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:11:43 +0000 Subject: [PATCH] Version Packages (next) --- .changeset/pre.json | 25 ++++++++- packages/circuit-ui/CHANGELOG.md | 54 +++++++++++++++++++ packages/circuit-ui/package.json | 10 ++-- packages/design-tokens/CHANGELOG.md | 6 +++ packages/design-tokens/package.json | 2 +- .../eslint-plugin-circuit-ui/CHANGELOG.md | 12 +++++ .../eslint-plugin-circuit-ui/package.json | 8 +-- packages/icons/CHANGELOG.md | 6 +++ packages/icons/package.json | 2 +- .../stylelint-plugin-circuit-ui/CHANGELOG.md | 7 +++ .../stylelint-plugin-circuit-ui/package.json | 6 +-- templates/astro/CHANGELOG.md | 9 ++++ templates/astro/package.json | 12 ++--- templates/nextjs/template/CHANGELOG.md | 10 ++++ templates/nextjs/template/package.json | 12 ++--- 15 files changed, 154 insertions(+), 27 deletions(-) create mode 100644 templates/nextjs/template/CHANGELOG.md diff --git a/.changeset/pre.json b/.changeset/pre.json index ca35cc8aa7..43ee9dcbc3 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -11,5 +11,28 @@ "@sumup-oss/cna-template": "6.0.1", "next-app": "2.0.2" }, - "changesets": [] + "changesets": [ + "bitter-dancers-grin", + "bumpy-tools-fall", + "cold-papayas-tan", + "curvy-snakes-heal", + "fuzzy-bees-enter", + "hip-ducks-mix", + "many-stars-count", + "nice-pillows-shake", + "ninety-carrots-rule", + "petite-rooms-trade", + "ripe-symbols-film", + "salty-banks-serve", + "slow-bikes-admire", + "smart-rings-talk", + "soft-lies-invite", + "some-eggs-laugh", + "strong-facts-march", + "ten-parks-kneel", + "ten-tires-shake", + "warm-things-shine", + "weak-paths-cheat", + "young-otters-walk" + ] } diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 5eb8dda7ab..bd9751596f 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,59 @@ # @sumup-oss/circuit-ui +## 12.0.0-next.0 + +### Major Changes + +- [#3679](https://github.com/sumup-oss/circuit-ui/pull/3679) [`d1ef773`](https://github.com/sumup-oss/circuit-ui/commit/d1ef7739548c856660048d80ab92f3df5d6508b6) Thanks [@missating](https://github.com/missating)! - Removed the deprecated `Italic` decoration prop from the `Numeral` component following the brand refresh. + +- [#3680](https://github.com/sumup-oss/circuit-ui/pull/3680) [`6f6cd02`](https://github.com/sumup-oss/circuit-ui/commit/6f6cd0219275a06e4944ba12a89669aac162bde9) Thanks [@sirineJ](https://github.com/sirineJ)! - Removed the `uniqueId` utility from the public API. Use React’s `useId` hook instead. + +- [#3679](https://github.com/sumup-oss/circuit-ui/pull/3679) [`d1ef773`](https://github.com/sumup-oss/circuit-ui/commit/d1ef7739548c856660048d80ab92f3df5d6508b6) Thanks [@missating](https://github.com/missating)! - Removed the `menu` ARIA role from the `ActionMenu` component. The `role="menu"` pattern is reserved for complex, desktop-like applications and is not appropriate for the ActionMenu component. + +- [#3647](https://github.com/sumup-oss/circuit-ui/pull/3647) [`1ea4fe8`](https://github.com/sumup-oss/circuit-ui/commit/1ea4fe88cf5bb6e4574e3a0f1f322d969a70ebd3) Thanks [@missating](https://github.com/missating)! - Dropped support for Node.js 22. Node.js 24 or higher is now required. + +- [#3679](https://github.com/sumup-oss/circuit-ui/pull/3679) [`d1ef773`](https://github.com/sumup-oss/circuit-ui/commit/d1ef7739548c856660048d80ab92f3df5d6508b6) Thanks [@missating](https://github.com/missating)! - Removed the default value for the `alt` prop in the `Avatar` component. The `alt` prop is now required. + +- [#3675](https://github.com/sumup-oss/circuit-ui/pull/3675) [`5377af0`](https://github.com/sumup-oss/circuit-ui/commit/5377af030a7a9cc4d3074027ee96d9184586e80b) Thanks [@missating](https://github.com/missating)! - Removed the deprecated `checkedLabel` and `uncheckedLabel` props from `Toggle`. + +- [#3670](https://github.com/sumup-oss/circuit-ui/pull/3670) [`c30f886`](https://github.com/sumup-oss/circuit-ui/commit/c30f8860b1eee9616b1d334efb1c9d1aa4b99d20) Thanks [@sirineJ](https://github.com/sirineJ)! - Removed the legacy Tooltip component. Use the newer Tooltip or Toggletip components instead. + +- [#3670](https://github.com/sumup-oss/circuit-ui/pull/3670) [`c30f886`](https://github.com/sumup-oss/circuit-ui/commit/c30f8860b1eee9616b1d334efb1c9d1aa4b99d20) Thanks [@sirineJ](https://github.com/sirineJ)! - Removed the deprecated InlineElements component. Use [CSS Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) or [CSS Grid](https://css-tricks.com/css-grid-layout-guide/) instead. + +- [#3679](https://github.com/sumup-oss/circuit-ui/pull/3679) [`d1ef773`](https://github.com/sumup-oss/circuit-ui/commit/d1ef7739548c856660048d80ab92f3df5d6508b6) Thanks [@missating](https://github.com/missating)! - Removed the deprecated `Italic` decoration prop from the `Body` component following the brand refresh. + +- [#3675](https://github.com/sumup-oss/circuit-ui/pull/3675) [`5377af0`](https://github.com/sumup-oss/circuit-ui/commit/5377af030a7a9cc4d3074027ee96d9184586e80b) Thanks [@missating](https://github.com/missating)! - Removed the deprecated `hideCloseButton` prop from `Modal` (use `preventClose` instead). + +- [#3646](https://github.com/sumup-oss/circuit-ui/pull/3646) [`ded38de`](https://github.com/sumup-oss/circuit-ui/commit/ded38de1e7860fd1241d1de2229f39c09c5a82a4) Thanks [@missating](https://github.com/missating)! - Removed the `placeholder` color option from the `Body`, `Numeral` and `Compact` components' `color` prop. The `--cui-fg-placeholder` token does not meet WCAG 2.1 contrast requirements for text content. + +- [#3689](https://github.com/sumup-oss/circuit-ui/pull/3689) [`842063f`](https://github.com/sumup-oss/circuit-ui/commit/842063fe34c72d1165b9667db4ab7bfc6012e92d) Thanks [@missating](https://github.com/missating)! - Removed the `UNSAFE_DISABLE_ELEMENT_ERRORS` environment variable. The `as` prop on Headline and Display is now always required. + +- [#3695](https://github.com/sumup-oss/circuit-ui/pull/3695) [`12533cb`](https://github.com/sumup-oss/circuit-ui/commit/12533cb1267944b202f54c998c84fcb6fcc924ee) Thanks [@missating](https://github.com/missating)! - Changed the Toggle component implementation to use a native input element instead of a button element under the hood. `onChange` now fires a native `ChangeEvent` instead of `ClickEvent`. + +- [#3674](https://github.com/sumup-oss/circuit-ui/pull/3674) [`27c0eca`](https://github.com/sumup-oss/circuit-ui/commit/27c0eca4e7c5a3ae52bb91561db6714ac39730e2) Thanks [@missating](https://github.com/missating)! - Dropped support for React 18. React 19 is now the minimum required version. `react` and `react-dom` peer dependencies now require `>=19.0.0` + +- [#3711](https://github.com/sumup-oss/circuit-ui/pull/3711) [`d061f6f`](https://github.com/sumup-oss/circuit-ui/commit/d061f6f366fd1114611b628b01d170131727cf01) Thanks [@missating](https://github.com/missating)! - Remove the deprecated `width` and `height` props from the Flag component. Use the `size` prop instead. + +- [#3681](https://github.com/sumup-oss/circuit-ui/pull/3681) [`f929e3f`](https://github.com/sumup-oss/circuit-ui/commit/f929e3f642bf9fb7c0d3279ef08639037ca11ee5) Thanks [@missating](https://github.com/missating)! - Marked the AutocompleteInput component as stable. Import it from `@sumup-oss/circuit-ui` instead of `@sumup-oss/circuit-ui/experimental`. + +### Minor Changes + +- [#3684](https://github.com/sumup-oss/circuit-ui/pull/3684) [`ac299a1`](https://github.com/sumup-oss/circuit-ui/commit/ac299a16fc343ad1efc696a35d5cd0ac4ec7fbe4) Thanks [@sirineJ](https://github.com/sirineJ)! - Removed the deprecated BodyLarge component. Use Body with `size="l"` instead. + +### Patch Changes + +- [#3694](https://github.com/sumup-oss/circuit-ui/pull/3694) [`da5d5ac`](https://github.com/sumup-oss/circuit-ui/commit/da5d5ac0f32f908f369e8b4441ee200ba1296c39) Thanks [@sirineJ](https://github.com/sirineJ)! - Fixed the behavior responsible for restoring the AutocompleteInput's displayed value when it loses focus. + +- [#3694](https://github.com/sumup-oss/circuit-ui/pull/3694) [`da5d5ac`](https://github.com/sumup-oss/circuit-ui/commit/da5d5ac0f32f908f369e8b4441ee200ba1296c39) Thanks [@sirineJ](https://github.com/sirineJ)! - Fixed the AutocompleteInput suggestion box incorrectly scrolling with the combobox input. + +- [#3686](https://github.com/sumup-oss/circuit-ui/pull/3686) [`bdfccf1`](https://github.com/sumup-oss/circuit-ui/commit/bdfccf123ba6942c4dcb67f4d26517401c614d83) Thanks [@missating](https://github.com/missating)! - Updated ListItemGroup to render the `label` prop as a plain Body component instead of an `h4` heading. + +- [#3694](https://github.com/sumup-oss/circuit-ui/pull/3694) [`da5d5ac`](https://github.com/sumup-oss/circuit-ui/commit/da5d5ac0f32f908f369e8b4441ee200ba1296c39) Thanks [@sirineJ](https://github.com/sirineJ)! - Fixed an overflow issue in the AutocompleteInput when using multi-selection mode. + +- Updated dependencies [[`1ea4fe8`](https://github.com/sumup-oss/circuit-ui/commit/1ea4fe88cf5bb6e4574e3a0f1f322d969a70ebd3)]: + - @sumup-oss/design-tokens@11.0.0-next.0 + - @sumup-oss/icons@7.0.0-next.0 + ## 11.10.0 ### Minor Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 54db4c960c..064dc7be6c 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/circuit-ui", - "version": "11.10.0", + "version": "12.0.0-next.0", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js", @@ -70,8 +70,8 @@ "@emotion/jest": "^11.14.2", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", - "@sumup-oss/design-tokens": "^10.0.0", - "@sumup-oss/icons": "^6.11.0", + "@sumup-oss/design-tokens": "^11.0.0-next.0", + "@sumup-oss/icons": "^7.0.0-next.0", "@sumup-oss/intl": "^3.3.0", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "6.9.1", @@ -97,8 +97,8 @@ "@emotion/is-prop-valid": "^1.2.1", "@emotion/react": "^11.11.0", "@emotion/styled": "^11.11.0", - "@sumup-oss/design-tokens": ">=10.0.0", - "@sumup-oss/icons": ">=6.0.0", + "@sumup-oss/design-tokens": ">=11.0.0-next.0", + "@sumup-oss/icons": ">=7.0.0-next.0", "@sumup-oss/intl": "^3.1.1", "react": ">=19.0.0 <20.0.0", "react-dom": ">=19.0.0 <20.0.0", diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index 9f74c107c8..df153b056a 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup-oss/design-tokens +## 11.0.0-next.0 + +### Major Changes + +- [#3647](https://github.com/sumup-oss/circuit-ui/pull/3647) [`1ea4fe8`](https://github.com/sumup-oss/circuit-ui/commit/1ea4fe88cf5bb6e4574e3a0f1f322d969a70ebd3) Thanks [@missating](https://github.com/missating)! - Dropped support for Node.js 22. Node.js 24 or higher is now required. + ## 10.1.0 ### Minor Changes diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index f49d4f0162..0d9f18d0c4 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/design-tokens", - "version": "10.1.0", + "version": "11.0.0-next.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", diff --git a/packages/eslint-plugin-circuit-ui/CHANGELOG.md b/packages/eslint-plugin-circuit-ui/CHANGELOG.md index 0eae775b8c..da85c9f602 100644 --- a/packages/eslint-plugin-circuit-ui/CHANGELOG.md +++ b/packages/eslint-plugin-circuit-ui/CHANGELOG.md @@ -1,5 +1,17 @@ # @sumup-oss/eslint-plugin-circuit-ui +## 8.0.0-next.0 + +### Minor Changes + +- [#3681](https://github.com/sumup-oss/circuit-ui/pull/3681) [`f929e3f`](https://github.com/sumup-oss/circuit-ui/commit/f929e3f642bf9fb7c0d3279ef08639037ca11ee5) Thanks [@missating](https://github.com/missating)! - Updated the `component-lifecycle-imports` rule to flag and fix imports of the now stable AutocompleteInput component and its related imports. + +### Patch Changes + +- Updated dependencies [[`d1ef773`](https://github.com/sumup-oss/circuit-ui/commit/d1ef7739548c856660048d80ab92f3df5d6508b6), [`6f6cd02`](https://github.com/sumup-oss/circuit-ui/commit/6f6cd0219275a06e4944ba12a89669aac162bde9), [`d1ef773`](https://github.com/sumup-oss/circuit-ui/commit/d1ef7739548c856660048d80ab92f3df5d6508b6), [`1ea4fe8`](https://github.com/sumup-oss/circuit-ui/commit/1ea4fe88cf5bb6e4574e3a0f1f322d969a70ebd3), [`d1ef773`](https://github.com/sumup-oss/circuit-ui/commit/d1ef7739548c856660048d80ab92f3df5d6508b6), [`da5d5ac`](https://github.com/sumup-oss/circuit-ui/commit/da5d5ac0f32f908f369e8b4441ee200ba1296c39), [`5377af0`](https://github.com/sumup-oss/circuit-ui/commit/5377af030a7a9cc4d3074027ee96d9184586e80b), [`da5d5ac`](https://github.com/sumup-oss/circuit-ui/commit/da5d5ac0f32f908f369e8b4441ee200ba1296c39), [`c30f886`](https://github.com/sumup-oss/circuit-ui/commit/c30f8860b1eee9616b1d334efb1c9d1aa4b99d20), [`c30f886`](https://github.com/sumup-oss/circuit-ui/commit/c30f8860b1eee9616b1d334efb1c9d1aa4b99d20), [`ac299a1`](https://github.com/sumup-oss/circuit-ui/commit/ac299a16fc343ad1efc696a35d5cd0ac4ec7fbe4), [`d1ef773`](https://github.com/sumup-oss/circuit-ui/commit/d1ef7739548c856660048d80ab92f3df5d6508b6), [`bdfccf1`](https://github.com/sumup-oss/circuit-ui/commit/bdfccf123ba6942c4dcb67f4d26517401c614d83), [`5377af0`](https://github.com/sumup-oss/circuit-ui/commit/5377af030a7a9cc4d3074027ee96d9184586e80b), [`ded38de`](https://github.com/sumup-oss/circuit-ui/commit/ded38de1e7860fd1241d1de2229f39c09c5a82a4), [`842063f`](https://github.com/sumup-oss/circuit-ui/commit/842063fe34c72d1165b9667db4ab7bfc6012e92d), [`12533cb`](https://github.com/sumup-oss/circuit-ui/commit/12533cb1267944b202f54c998c84fcb6fcc924ee), [`27c0eca`](https://github.com/sumup-oss/circuit-ui/commit/27c0eca4e7c5a3ae52bb91561db6714ac39730e2), [`da5d5ac`](https://github.com/sumup-oss/circuit-ui/commit/da5d5ac0f32f908f369e8b4441ee200ba1296c39), [`d061f6f`](https://github.com/sumup-oss/circuit-ui/commit/d061f6f366fd1114611b628b01d170131727cf01), [`f929e3f`](https://github.com/sumup-oss/circuit-ui/commit/f929e3f642bf9fb7c0d3279ef08639037ca11ee5)]: + - @sumup-oss/circuit-ui@12.0.0-next.0 + - @sumup-oss/design-tokens@11.0.0-next.0 + ## 7.4.1 ### Patch Changes diff --git a/packages/eslint-plugin-circuit-ui/package.json b/packages/eslint-plugin-circuit-ui/package.json index 205038d243..fa959da188 100644 --- a/packages/eslint-plugin-circuit-ui/package.json +++ b/packages/eslint-plugin-circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/eslint-plugin-circuit-ui", - "version": "7.4.1", + "version": "8.0.0-next.0", "description": "ESLint rules to lint Circuit UI.", "keywords": [ "sumup", @@ -36,14 +36,14 @@ "@typescript-eslint/utils": "^8.62.0" }, "devDependencies": { - "@sumup-oss/design-tokens": "^10.1.0", + "@sumup-oss/design-tokens": "^11.0.0-next.0", "@tsconfig/node20": "^20.1.9", "@typescript-eslint/rule-tester": "^8.62.0", "typescript": "^6.0.3", "vitest": "^4.1.5" }, "peerDependencies": { - "@sumup-oss/circuit-ui": ">=10.0.0", - "@sumup-oss/design-tokens": ">=9.0.0" + "@sumup-oss/circuit-ui": ">=12.0.0-next.0", + "@sumup-oss/design-tokens": ">=11.0.0-next.0" } } diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index ecaae3d89d..8359be2464 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup-oss/icons +## 7.0.0-next.0 + +### Major Changes + +- [#3647](https://github.com/sumup-oss/circuit-ui/pull/3647) [`1ea4fe8`](https://github.com/sumup-oss/circuit-ui/commit/1ea4fe88cf5bb6e4574e3a0f1f322d969a70ebd3) Thanks [@missating](https://github.com/missating)! - Dropped support for Node.js 22. Node.js 24 or higher is now required. + ## 6.11.0 ### Minor Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 8c184c7ba5..84ba8fe50b 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/icons", - "version": "6.11.0", + "version": "7.0.0-next.0", "description": "A collection of icons by SumUp", "type": "module", "main": "./dist/index.js", diff --git a/packages/stylelint-plugin-circuit-ui/CHANGELOG.md b/packages/stylelint-plugin-circuit-ui/CHANGELOG.md index 3f98bf94c3..473cf2791e 100644 --- a/packages/stylelint-plugin-circuit-ui/CHANGELOG.md +++ b/packages/stylelint-plugin-circuit-ui/CHANGELOG.md @@ -1,5 +1,12 @@ # @sumup-oss/stylelint-plugin-circuit-ui +## 5.0.0-next.0 + +### Patch Changes + +- Updated dependencies [[`1ea4fe8`](https://github.com/sumup-oss/circuit-ui/commit/1ea4fe88cf5bb6e4574e3a0f1f322d969a70ebd3)]: + - @sumup-oss/design-tokens@11.0.0-next.0 + ## 4.2.1 ### Patch Changes diff --git a/packages/stylelint-plugin-circuit-ui/package.json b/packages/stylelint-plugin-circuit-ui/package.json index 5c2351a43a..35362338a3 100644 --- a/packages/stylelint-plugin-circuit-ui/package.json +++ b/packages/stylelint-plugin-circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/stylelint-plugin-circuit-ui", - "version": "4.2.1", + "version": "5.0.0-next.0", "description": "Stylelint rules to lint Circuit UI.", "exports": "./dist/index.js", "type": "module", @@ -33,14 +33,14 @@ "test": "vitest" }, "devDependencies": { - "@sumup-oss/design-tokens": "^10.1.0", + "@sumup-oss/design-tokens": "^11.0.0-next.0", "@tsconfig/node20": "^20.1.9", "jest-preset-stylelint": "^9.2.0", "typescript": "^6.0.3", "vitest": "^4.1.5" }, "peerDependencies": { - "@sumup-oss/design-tokens": ">=9.0.0", + "@sumup-oss/design-tokens": ">=11.0.0-next.0", "stylelint": ">=16.0.0" } } diff --git a/templates/astro/CHANGELOG.md b/templates/astro/CHANGELOG.md index 78a32bd3c9..49969c2c50 100644 --- a/templates/astro/CHANGELOG.md +++ b/templates/astro/CHANGELOG.md @@ -1,5 +1,14 @@ # @sumup-oss/astro-template-circuit-ui +## 5.0.1-next.0 + +### Patch Changes + +- Updated dependencies [[`d1ef773`](https://github.com/sumup-oss/circuit-ui/commit/d1ef7739548c856660048d80ab92f3df5d6508b6), [`6f6cd02`](https://github.com/sumup-oss/circuit-ui/commit/6f6cd0219275a06e4944ba12a89669aac162bde9), [`d1ef773`](https://github.com/sumup-oss/circuit-ui/commit/d1ef7739548c856660048d80ab92f3df5d6508b6), [`1ea4fe8`](https://github.com/sumup-oss/circuit-ui/commit/1ea4fe88cf5bb6e4574e3a0f1f322d969a70ebd3), [`d1ef773`](https://github.com/sumup-oss/circuit-ui/commit/d1ef7739548c856660048d80ab92f3df5d6508b6), [`da5d5ac`](https://github.com/sumup-oss/circuit-ui/commit/da5d5ac0f32f908f369e8b4441ee200ba1296c39), [`5377af0`](https://github.com/sumup-oss/circuit-ui/commit/5377af030a7a9cc4d3074027ee96d9184586e80b), [`da5d5ac`](https://github.com/sumup-oss/circuit-ui/commit/da5d5ac0f32f908f369e8b4441ee200ba1296c39), [`c30f886`](https://github.com/sumup-oss/circuit-ui/commit/c30f8860b1eee9616b1d334efb1c9d1aa4b99d20), [`c30f886`](https://github.com/sumup-oss/circuit-ui/commit/c30f8860b1eee9616b1d334efb1c9d1aa4b99d20), [`ac299a1`](https://github.com/sumup-oss/circuit-ui/commit/ac299a16fc343ad1efc696a35d5cd0ac4ec7fbe4), [`d1ef773`](https://github.com/sumup-oss/circuit-ui/commit/d1ef7739548c856660048d80ab92f3df5d6508b6), [`bdfccf1`](https://github.com/sumup-oss/circuit-ui/commit/bdfccf123ba6942c4dcb67f4d26517401c614d83), [`5377af0`](https://github.com/sumup-oss/circuit-ui/commit/5377af030a7a9cc4d3074027ee96d9184586e80b), [`ded38de`](https://github.com/sumup-oss/circuit-ui/commit/ded38de1e7860fd1241d1de2229f39c09c5a82a4), [`842063f`](https://github.com/sumup-oss/circuit-ui/commit/842063fe34c72d1165b9667db4ab7bfc6012e92d), [`12533cb`](https://github.com/sumup-oss/circuit-ui/commit/12533cb1267944b202f54c998c84fcb6fcc924ee), [`27c0eca`](https://github.com/sumup-oss/circuit-ui/commit/27c0eca4e7c5a3ae52bb91561db6714ac39730e2), [`da5d5ac`](https://github.com/sumup-oss/circuit-ui/commit/da5d5ac0f32f908f369e8b4441ee200ba1296c39), [`d061f6f`](https://github.com/sumup-oss/circuit-ui/commit/d061f6f366fd1114611b628b01d170131727cf01), [`f929e3f`](https://github.com/sumup-oss/circuit-ui/commit/f929e3f642bf9fb7c0d3279ef08639037ca11ee5)]: + - @sumup-oss/circuit-ui@12.0.0-next.0 + - @sumup-oss/design-tokens@11.0.0-next.0 + - @sumup-oss/icons@7.0.0-next.0 + ## 5.0.0 ### Major Changes diff --git a/templates/astro/package.json b/templates/astro/package.json index e02e0a3cee..7eeee49600 100644 --- a/templates/astro/package.json +++ b/templates/astro/package.json @@ -1,7 +1,7 @@ { "name": "@sumup-oss/astro-template-circuit-ui", "type": "module", - "version": "5.0.0", + "version": "5.0.1-next.0", "private": true, "sideEffects": false, "scripts": { @@ -16,9 +16,9 @@ }, "dependencies": { "@astrojs/react": "^5.0.5", - "@sumup-oss/circuit-ui": "^11.0.0", - "@sumup-oss/design-tokens": "^10.0.0", - "@sumup-oss/icons": "^6.0.0", + "@sumup-oss/circuit-ui": "^12.0.0-next.0", + "@sumup-oss/design-tokens": "^11.0.0-next.0", + "@sumup-oss/icons": "^7.0.0-next.0", "@sumup-oss/intl": "^3.3.0", "@types/react": "^19.2.15", "@types/react-dom": "^19.2.3", @@ -29,9 +29,9 @@ }, "devDependencies": { "@astrojs/check": "^0.9.8", - "@sumup-oss/eslint-plugin-circuit-ui": "^7.1.0", + "@sumup-oss/eslint-plugin-circuit-ui": "^8.0.0-next.0", "@sumup-oss/foundry": "^10.0.0", - "@sumup-oss/stylelint-plugin-circuit-ui": "^4.1.0", + "@sumup-oss/stylelint-plugin-circuit-ui": "^5.0.0-next.0", "@types/node": "^25.9.1", "eslint-plugin-react": "^7.37.5", "eslint-plugin-testing-library": "^7.16.2", diff --git a/templates/nextjs/template/CHANGELOG.md b/templates/nextjs/template/CHANGELOG.md new file mode 100644 index 0000000000..047fa18246 --- /dev/null +++ b/templates/nextjs/template/CHANGELOG.md @@ -0,0 +1,10 @@ +# next-app + +## 2.0.3-next.0 + +### Patch Changes + +- Updated dependencies [[`d1ef773`](https://github.com/sumup-oss/circuit-ui/commit/d1ef7739548c856660048d80ab92f3df5d6508b6), [`6f6cd02`](https://github.com/sumup-oss/circuit-ui/commit/6f6cd0219275a06e4944ba12a89669aac162bde9), [`d1ef773`](https://github.com/sumup-oss/circuit-ui/commit/d1ef7739548c856660048d80ab92f3df5d6508b6), [`1ea4fe8`](https://github.com/sumup-oss/circuit-ui/commit/1ea4fe88cf5bb6e4574e3a0f1f322d969a70ebd3), [`d1ef773`](https://github.com/sumup-oss/circuit-ui/commit/d1ef7739548c856660048d80ab92f3df5d6508b6), [`da5d5ac`](https://github.com/sumup-oss/circuit-ui/commit/da5d5ac0f32f908f369e8b4441ee200ba1296c39), [`5377af0`](https://github.com/sumup-oss/circuit-ui/commit/5377af030a7a9cc4d3074027ee96d9184586e80b), [`da5d5ac`](https://github.com/sumup-oss/circuit-ui/commit/da5d5ac0f32f908f369e8b4441ee200ba1296c39), [`c30f886`](https://github.com/sumup-oss/circuit-ui/commit/c30f8860b1eee9616b1d334efb1c9d1aa4b99d20), [`c30f886`](https://github.com/sumup-oss/circuit-ui/commit/c30f8860b1eee9616b1d334efb1c9d1aa4b99d20), [`ac299a1`](https://github.com/sumup-oss/circuit-ui/commit/ac299a16fc343ad1efc696a35d5cd0ac4ec7fbe4), [`d1ef773`](https://github.com/sumup-oss/circuit-ui/commit/d1ef7739548c856660048d80ab92f3df5d6508b6), [`bdfccf1`](https://github.com/sumup-oss/circuit-ui/commit/bdfccf123ba6942c4dcb67f4d26517401c614d83), [`5377af0`](https://github.com/sumup-oss/circuit-ui/commit/5377af030a7a9cc4d3074027ee96d9184586e80b), [`ded38de`](https://github.com/sumup-oss/circuit-ui/commit/ded38de1e7860fd1241d1de2229f39c09c5a82a4), [`842063f`](https://github.com/sumup-oss/circuit-ui/commit/842063fe34c72d1165b9667db4ab7bfc6012e92d), [`12533cb`](https://github.com/sumup-oss/circuit-ui/commit/12533cb1267944b202f54c998c84fcb6fcc924ee), [`27c0eca`](https://github.com/sumup-oss/circuit-ui/commit/27c0eca4e7c5a3ae52bb91561db6714ac39730e2), [`da5d5ac`](https://github.com/sumup-oss/circuit-ui/commit/da5d5ac0f32f908f369e8b4441ee200ba1296c39), [`d061f6f`](https://github.com/sumup-oss/circuit-ui/commit/d061f6f366fd1114611b628b01d170131727cf01), [`f929e3f`](https://github.com/sumup-oss/circuit-ui/commit/f929e3f642bf9fb7c0d3279ef08639037ca11ee5)]: + - @sumup-oss/circuit-ui@12.0.0-next.0 + - @sumup-oss/design-tokens@11.0.0-next.0 + - @sumup-oss/icons@7.0.0-next.0 diff --git a/templates/nextjs/template/package.json b/templates/nextjs/template/package.json index e4e80f538c..e57ae3196f 100644 --- a/templates/nextjs/template/package.json +++ b/templates/nextjs/template/package.json @@ -1,6 +1,6 @@ { "name": "next-app", - "version": "2.0.2", + "version": "2.0.3-next.0", "private": true, "type": "module", "scripts": { @@ -16,9 +16,9 @@ }, "dependencies": { "@next/bundle-analyzer": "^16.2.9", - "@sumup-oss/circuit-ui": "^11.0.0", - "@sumup-oss/design-tokens": "^10.0.0", - "@sumup-oss/icons": "^6.0.0", + "@sumup-oss/circuit-ui": "^12.0.0-next.0", + "@sumup-oss/design-tokens": "^11.0.0-next.0", + "@sumup-oss/icons": "^7.0.0-next.0", "@sumup-oss/intl": "^3.3.0", "next": "^16.2.9", "react": "^19.2.6", @@ -27,9 +27,9 @@ }, "devDependencies": { "@next/eslint-plugin-next": "^16.2.9", - "@sumup-oss/eslint-plugin-circuit-ui": "^7.1.0", + "@sumup-oss/eslint-plugin-circuit-ui": "^8.0.0-next.0", "@sumup-oss/foundry": "^10.0.0", - "@sumup-oss/stylelint-plugin-circuit-ui": "^4.1.0", + "@sumup-oss/stylelint-plugin-circuit-ui": "^5.0.0-next.0", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1",