Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 28 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,32 @@
"@sumup-oss/cna-template": "6.0.0",
"next-app": "2.0.0"
},
"changesets": []
"changesets": [
"angry-comics-invent",
"angry-ears-train",
"breezy-suns-impress",
"cyan-knives-drop",
"dry-peaches-sin",
"eight-beers-think",
"gold-lemons-report",
"grumpy-wombats-talk",
"happy-carrots-vanish",
"large-shirts-peel",
"lucky-cheetahs-flow",
"metal-sloths-ring",
"nine-wolves-prove",
"poor-ads-hunt",
"rich-icons-pretend",
"rich-monkeys-sneeze",
"shaggy-glasses-grin",
"sharp-seals-leave",
"silent-moles-guess",
"silent-pots-rule",
"smart-pumas-design",
"spicy-avocados-provide",
"spicy-pandas-glow",
"thick-pianos-fly",
"true-adults-end",
"wicked-pants-cough"
]
}
60 changes: 60 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,65 @@
# @sumup-oss/circuit-ui

## 10.0.0-next.0

### Major Changes

- [#3002](https://github.com/sumup-oss/circuit-ui/pull/3002) [`c0ca9c5`](https://github.com/sumup-oss/circuit-ui/commit/c0ca9c5f5170b7afe6acbe9793969bc9a208a591) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the deprecated RadioButton component. Use the RadioButtonGroup component instead, or – for advanced use cases – the internal RadioButtonInput component.

- [#3002](https://github.com/sumup-oss/circuit-ui/pull/3002) [`c0ca9c5`](https://github.com/sumup-oss/circuit-ui/commit/c0ca9c5f5170b7afe6acbe9793969bc9a208a591) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the deprecated Selector component. Use the SelectorGroup component instead.

- [#2854](https://github.com/sumup-oss/circuit-ui/pull/2854) [`bfb9130`](https://github.com/sumup-oss/circuit-ui/commit/bfb9130f684ea965efcb0197b6a4a02d7780f473) Thanks [@connor-baer](https://github.com/connor-baer)! - Updated the Anchor and the SideNavigation components to throw an accessibility error when external links are not provided with an alternative text.

- [#2902](https://github.com/sumup-oss/circuit-ui/pull/2902) [`64faf5e`](https://github.com/sumup-oss/circuit-ui/commit/64faf5e24259baf925f18254e1397f43833bcf78) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the Calendar component's deprecated `calendar` prop. Support for the `gregory` calendar was removed in v9.4 since it never fully worked.

- [#2914](https://github.com/sumup-oss/circuit-ui/pull/2914) [`c01bb30`](https://github.com/sumup-oss/circuit-ui/commit/c01bb304a920dffdaa2baf7921d7b793f7a8ebf5) Thanks [@sirineJ](https://github.com/sirineJ)! - Renamed the Popover component to ActionMenu to better reflect its purpose.

- [#2922](https://github.com/sumup-oss/circuit-ui/pull/2922) [`ea6d920`](https://github.com/sumup-oss/circuit-ui/commit/ea6d920ae43be4da2701579f56b9fd15cd435c04) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the global style reset to improve compatibility with other UI libraries. If your app still requires the reset, [download](https://meyerweb.com/eric/tools/css/reset/) and include it manually.

- [#3002](https://github.com/sumup-oss/circuit-ui/pull/3002) [`c0ca9c5`](https://github.com/sumup-oss/circuit-ui/commit/c0ca9c5f5170b7afe6acbe9793969bc9a208a591) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the deprecated Title component. Use the Display component instead.

- [#2947](https://github.com/sumup-oss/circuit-ui/pull/2947) [`e925c3a`](https://github.com/sumup-oss/circuit-ui/commit/e925c3a071a6b6d6412aa94028193907f2198e10) Thanks [@connor-baer](https://github.com/connor-baer)! - Required an accessible name for the SideNavigation's primary link badge to ensure it can be perceived by visually impaired users. The relevant prop has been renamed from `badge.label` to `badge.children` to match the secondary link's badge.

- [#3002](https://github.com/sumup-oss/circuit-ui/pull/3002) [`c0ca9c5`](https://github.com/sumup-oss/circuit-ui/commit/c0ca9c5f5170b7afe6acbe9793969bc9a208a591) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the deprecated SubHeadline component. Use the Headline component in size `s` instead.

- [#2854](https://github.com/sumup-oss/circuit-ui/pull/2854) [`bfb9130`](https://github.com/sumup-oss/circuit-ui/commit/bfb9130f684ea965efcb0197b6a4a02d7780f473) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the SideNavigation's optional `isExternal` prop to convey when links open externally. Use a combination of the `target` or `rel` props with the `externalLabel` prop to create accessible external links.

### Minor Changes

- [#2906](https://github.com/sumup-oss/circuit-ui/pull/2906) [`6ad9edb`](https://github.com/sumup-oss/circuit-ui/commit/6ad9edbbdebf89abd26639066687bdb2e87c66cc) Thanks [@sirineJ](https://github.com/sirineJ)! - Removed the deprecated `profileMenu` and `user` props from the TopNavigation component.

- [#2974](https://github.com/sumup-oss/circuit-ui/pull/2974) [`b025cf4`](https://github.com/sumup-oss/circuit-ui/commit/b025cf4cfa9a1a687623d1d23f3daf0283c0db2c) Thanks [@sirineJ](https://github.com/sirineJ)! - Marked the Timestamp component as stable.

```diff
-import { Timestamp } from '@sumup-oss/circuit-ui/experimental';
+import { Timestamp } from '@sumup-oss/circuit-ui';
```

- [#2859](https://github.com/sumup-oss/circuit-ui/pull/2859) [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56) Thanks [@sirineJ](https://github.com/sirineJ)! - Set an explicit minimum version for TypeScript of 4.1 or higher. While this is technically a breaking change, v4.1 was released over 4 years ago, so we don't expect this to break anyone's code. Please let us know if this causes you issues.

- [#2859](https://github.com/sumup-oss/circuit-ui/pull/2859) [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56) Thanks [@sirineJ](https://github.com/sirineJ)! - Refactored the NotificationModal component to use the new Modal component under the hood.

- [#2859](https://github.com/sumup-oss/circuit-ui/pull/2859) [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56) Thanks [@sirineJ](https://github.com/sirineJ)! - Added a new hook `useScrollLock` to disable page scroll on demand.

- [#2859](https://github.com/sumup-oss/circuit-ui/pull/2859) [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56) Thanks [@sirineJ](https://github.com/sirineJ)! - Deprecated the `hideCloseButton` prop in the Modal and NotificationModal components. It had no effect.

- [#2859](https://github.com/sumup-oss/circuit-ui/pull/2859) [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56) Thanks [@sirineJ](https://github.com/sirineJ)! - Added default translations for the Modal and NotificationModal components. The `closeButtonLabel` prop is now optional.

- [#2916](https://github.com/sumup-oss/circuit-ui/pull/2916) [`40ceec5`](https://github.com/sumup-oss/circuit-ui/commit/40ceec53e12096c16f8089edd5591ecbaa6e277d) Thanks [@sirineJ](https://github.com/sirineJ)! - Added a Popover component that displays any given content above other content in a page upon interaction with a triggering element.

- [#2871](https://github.com/sumup-oss/circuit-ui/pull/2871) [`6c6e2ac`](https://github.com/sumup-oss/circuit-ui/commit/6c6e2ac3bc6dd706a2aa6e51eb27ffdd83e90c94) Thanks [@sirineJ](https://github.com/sirineJ)! - Refactored the Modal, Popover, Toggletip, DateInput, SidePanel and SideNavigation components to leverage the internal Dialog component for improved consistency and maintainability.

- [#3016](https://github.com/sumup-oss/circuit-ui/pull/3016) [`c78f508`](https://github.com/sumup-oss/circuit-ui/commit/c78f50828ed0c08c5b2e3ad8e932420cd36ce311) Thanks [@sirineJ](https://github.com/sirineJ)! - Exported the Dialog component as an internal component.

- [#2859](https://github.com/sumup-oss/circuit-ui/pull/2859) [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56) Thanks [@sirineJ](https://github.com/sirineJ)! - Refactored the Modal component to use the native `dialog` element. The Modal component can now be rendered directly in your JSX (the older `useModal` hook continues to be supported).

### Patch Changes

- [#2860](https://github.com/sumup-oss/circuit-ui/pull/2860) [`3ab5e39`](https://github.com/sumup-oss/circuit-ui/commit/3ab5e39cf1153d5879a7ae2842b56ae5bfc5469c) Thanks [@sirineJ](https://github.com/sirineJ)! - Fixed an issue with simultaneous instances of the `useScrollLock` hook.

- Updated dependencies [[`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`b7ff643`](https://github.com/sumup-oss/circuit-ui/commit/b7ff643cbb1d190d82a164b5116808546241a528)]:
- @sumup-oss/[email protected]

## 9.9.1

### Patch 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-oss/circuit-ui",
"version": "9.9.1",
"version": "10.0.0-next.0",
"description": "SumUp's React UI component library",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@emotion/jest": "^11.13.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@sumup-oss/design-tokens": "^8.2.0",
"@sumup-oss/design-tokens": "^9.0.0-next.0",
"@sumup-oss/icons": "^5.7.0",
"@sumup-oss/intl": "^3.1.0",
"@testing-library/dom": "^10.4.0",
Expand All @@ -94,7 +94,7 @@
"@emotion/is-prop-valid": "^1.2.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@sumup-oss/design-tokens": ">=8.0.0",
"@sumup-oss/design-tokens": ">=9.0.0-next.0",
"@sumup-oss/icons": ">=5.6.0",
"@sumup-oss/intl": "^3.1.0",
"react": ">=18.0.0 <19.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sumup-oss/design-tokens

## 9.0.0-next.0

### Major Changes

- [#2978](https://github.com/sumup-oss/circuit-ui/pull/2978) [`b7ff643`](https://github.com/sumup-oss/circuit-ui/commit/b7ff643cbb1d190d82a164b5116808546241a528) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the `themePropType` export. Use the `Theme` type instead or (better) migrate to CSS custom properties.

### Minor Changes

- [#2859](https://github.com/sumup-oss/circuit-ui/pull/2859) [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56) Thanks [@sirineJ](https://github.com/sirineJ)! - Added "::backdrop" to the list of selectors to apply theme custom properties to. See https://developer.chrome.com/blog/css-backdrop-inheritance.

## 8.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-oss/design-tokens",
"version": "8.2.0",
"version": "9.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",
Expand Down
14 changes: 14 additions & 0 deletions packages/eslint-plugin-circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @sumup-oss/eslint-plugin-circuit-ui

## 6.0.0-next.0

### Minor Changes

- [#2914](https://github.com/sumup-oss/circuit-ui/pull/2914) [`c01bb30`](https://github.com/sumup-oss/circuit-ui/commit/c01bb304a920dffdaa2baf7921d7b793f7a8ebf5) Thanks [@sirineJ](https://github.com/sirineJ)! - Added a `no-renamed-components` new ESLint rule to flag and replace renamed components.

### Patch Changes

- [#2974](https://github.com/sumup-oss/circuit-ui/pull/2974) [`b025cf4`](https://github.com/sumup-oss/circuit-ui/commit/b025cf4cfa9a1a687623d1d23f3daf0283c0db2c) Thanks [@sirineJ](https://github.com/sirineJ)! - Updated the `component-lifecycle-imports` ESlint rule to flag imports of the now stable Timestamp component from `@sumup-oss/circuit-ui/experimental`

- Updated dependencies [[`c0ca9c5`](https://github.com/sumup-oss/circuit-ui/commit/c0ca9c5f5170b7afe6acbe9793969bc9a208a591), [`6ad9edb`](https://github.com/sumup-oss/circuit-ui/commit/6ad9edbbdebf89abd26639066687bdb2e87c66cc), [`b025cf4`](https://github.com/sumup-oss/circuit-ui/commit/b025cf4cfa9a1a687623d1d23f3daf0283c0db2c), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`c0ca9c5`](https://github.com/sumup-oss/circuit-ui/commit/c0ca9c5f5170b7afe6acbe9793969bc9a208a591), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`bfb9130`](https://github.com/sumup-oss/circuit-ui/commit/bfb9130f684ea965efcb0197b6a4a02d7780f473), [`64faf5e`](https://github.com/sumup-oss/circuit-ui/commit/64faf5e24259baf925f18254e1397f43833bcf78), [`c01bb30`](https://github.com/sumup-oss/circuit-ui/commit/c01bb304a920dffdaa2baf7921d7b793f7a8ebf5), [`ea6d920`](https://github.com/sumup-oss/circuit-ui/commit/ea6d920ae43be4da2701579f56b9fd15cd435c04), [`3ab5e39`](https://github.com/sumup-oss/circuit-ui/commit/3ab5e39cf1153d5879a7ae2842b56ae5bfc5469c), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`b7ff643`](https://github.com/sumup-oss/circuit-ui/commit/b7ff643cbb1d190d82a164b5116808546241a528), [`c0ca9c5`](https://github.com/sumup-oss/circuit-ui/commit/c0ca9c5f5170b7afe6acbe9793969bc9a208a591), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`e925c3a`](https://github.com/sumup-oss/circuit-ui/commit/e925c3a071a6b6d6412aa94028193907f2198e10), [`40ceec5`](https://github.com/sumup-oss/circuit-ui/commit/40ceec53e12096c16f8089edd5591ecbaa6e277d), [`6c6e2ac`](https://github.com/sumup-oss/circuit-ui/commit/6c6e2ac3bc6dd706a2aa6e51eb27ffdd83e90c94), [`c0ca9c5`](https://github.com/sumup-oss/circuit-ui/commit/c0ca9c5f5170b7afe6acbe9793969bc9a208a591), [`bfb9130`](https://github.com/sumup-oss/circuit-ui/commit/bfb9130f684ea965efcb0197b6a4a02d7780f473), [`c78f508`](https://github.com/sumup-oss/circuit-ui/commit/c78f50828ed0c08c5b2e3ad8e932420cd36ce311), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56)]:
- @sumup-oss/[email protected]
- @sumup-oss/[email protected]

## 5.1.1

### 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-oss/eslint-plugin-circuit-ui",
"version": "5.1.1",
"version": "6.0.0-next.0",
"description": "ESLint rules to lint Circuit UI.",
"keywords": [
"sumup",
Expand Down Expand Up @@ -31,13 +31,13 @@
"@typescript-eslint/utils": "^7.16.1"
},
"devDependencies": {
"@sumup-oss/design-tokens": "^8.0.0",
"@sumup-oss/design-tokens": "^9.0.0-next.0",
"@tsconfig/node18": "^18.2.4",
"@typescript-eslint/rule-tester": "^7.16.1",
"typescript": "^5.8.2"
},
"peerDependencies": {
"@sumup-oss/circuit-ui": ">=9.0.0",
"@sumup-oss/design-tokens": ">=8.0.0"
"@sumup-oss/circuit-ui": ">=10.0.0-next.0",
"@sumup-oss/design-tokens": ">=9.0.0-next.0"
}
}
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-oss/stylelint-plugin-circuit-ui

## 4.0.0-next.0

### Patch Changes

- Updated dependencies [[`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`b7ff643`](https://github.com/sumup-oss/circuit-ui/commit/b7ff643cbb1d190d82a164b5116808546241a528)]:
- @sumup-oss/[email protected]

## 3.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-oss/stylelint-plugin-circuit-ui",
"version": "3.0.0",
"version": "4.0.0-next.0",
"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",
"@sumup-oss/design-tokens": "^9.0.0-next.0",
"@tsconfig/node18": "^18.2.4",
"jest-preset-stylelint": "^7.2.0",
"typescript": "^5.8.2"
},
"peerDependencies": {
"@sumup-oss/design-tokens": ">=8.0.0",
"@sumup-oss/design-tokens": ">=9.0.0-next.0",
"stylelint": "^16.16.0"
}
}
8 changes: 8 additions & 0 deletions templates/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sumup-oss/astro-template-circuit-ui

## 4.0.1-next.0

### Patch Changes

- Updated dependencies [[`c0ca9c5`](https://github.com/sumup-oss/circuit-ui/commit/c0ca9c5f5170b7afe6acbe9793969bc9a208a591), [`6ad9edb`](https://github.com/sumup-oss/circuit-ui/commit/6ad9edbbdebf89abd26639066687bdb2e87c66cc), [`b025cf4`](https://github.com/sumup-oss/circuit-ui/commit/b025cf4cfa9a1a687623d1d23f3daf0283c0db2c), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`c0ca9c5`](https://github.com/sumup-oss/circuit-ui/commit/c0ca9c5f5170b7afe6acbe9793969bc9a208a591), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`bfb9130`](https://github.com/sumup-oss/circuit-ui/commit/bfb9130f684ea965efcb0197b6a4a02d7780f473), [`64faf5e`](https://github.com/sumup-oss/circuit-ui/commit/64faf5e24259baf925f18254e1397f43833bcf78), [`c01bb30`](https://github.com/sumup-oss/circuit-ui/commit/c01bb304a920dffdaa2baf7921d7b793f7a8ebf5), [`ea6d920`](https://github.com/sumup-oss/circuit-ui/commit/ea6d920ae43be4da2701579f56b9fd15cd435c04), [`3ab5e39`](https://github.com/sumup-oss/circuit-ui/commit/3ab5e39cf1153d5879a7ae2842b56ae5bfc5469c), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`b7ff643`](https://github.com/sumup-oss/circuit-ui/commit/b7ff643cbb1d190d82a164b5116808546241a528), [`c0ca9c5`](https://github.com/sumup-oss/circuit-ui/commit/c0ca9c5f5170b7afe6acbe9793969bc9a208a591), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`e925c3a`](https://github.com/sumup-oss/circuit-ui/commit/e925c3a071a6b6d6412aa94028193907f2198e10), [`40ceec5`](https://github.com/sumup-oss/circuit-ui/commit/40ceec53e12096c16f8089edd5591ecbaa6e277d), [`6c6e2ac`](https://github.com/sumup-oss/circuit-ui/commit/6c6e2ac3bc6dd706a2aa6e51eb27ffdd83e90c94), [`c0ca9c5`](https://github.com/sumup-oss/circuit-ui/commit/c0ca9c5f5170b7afe6acbe9793969bc9a208a591), [`bfb9130`](https://github.com/sumup-oss/circuit-ui/commit/bfb9130f684ea965efcb0197b6a4a02d7780f473), [`c78f508`](https://github.com/sumup-oss/circuit-ui/commit/c78f50828ed0c08c5b2e3ad8e932420cd36ce311), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56)]:
- @sumup-oss/[email protected]
- @sumup-oss/[email protected]

## 4.0.0

### Major Changes
Expand Down
10 changes: 5 additions & 5 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": "4.0.0",
"version": "4.0.1-next.0",
"private": true,
"sideEffects": false,
"scripts": {
Expand All @@ -16,8 +16,8 @@
},
"dependencies": {
"@astrojs/react": "^4.2.1",
"@sumup-oss/circuit-ui": "^9.0.0",
"@sumup-oss/design-tokens": "^8.0.0",
"@sumup-oss/circuit-ui": "^10.0.0-next.0",
"@sumup-oss/design-tokens": "^9.0.0-next.0",
"@sumup-oss/icons": "^5.0.0",
"@sumup-oss/intl": "^3.1.0",
"@types/react": "^18.3.3",
Expand All @@ -28,9 +28,9 @@
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@sumup-oss/eslint-plugin-circuit-ui": "^5.0.0",
"@sumup-oss/eslint-plugin-circuit-ui": "^6.0.0-next.0",
"@sumup-oss/foundry": "^8.4.1",
"@sumup-oss/stylelint-plugin-circuit-ui": "^3.0.0",
"@sumup-oss/stylelint-plugin-circuit-ui": "^4.0.0-next.0",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.8.2"
}
Expand Down
Loading