Skip to content

Commit 737a268

Browse files
Version Packages (next)
1 parent 793c145 commit 737a268

File tree

17 files changed

+121
-33
lines changed

17 files changed

+121
-33
lines changed

.changeset/pre.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,15 @@
1212
"next-app": "2.0.0",
1313
"@sumup-oss/remix-template-circuit-ui": "4.0.0"
1414
},
15-
"changesets": []
15+
"changesets": [
16+
"cyan-knives-drop",
17+
"eight-beers-think",
18+
"gold-lemons-report",
19+
"grumpy-wombats-talk",
20+
"poor-ads-hunt",
21+
"rich-icons-pretend",
22+
"sharp-seals-leave",
23+
"tricky-bottles-camp",
24+
"wicked-pants-cough"
25+
]
1626
}

packages/circuit-ui/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @sumup-oss/circuit-ui
22

3+
## 10.0.0-next.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
9+
- [#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.
10+
11+
- [#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.
12+
13+
- [#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.
14+
15+
- [#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.
16+
17+
- [#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).
18+
19+
### Patch Changes
20+
21+
- [#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.
22+
23+
- Updated dependencies [[`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`36f6217`](https://github.com/sumup-oss/circuit-ui/commit/36f621746eb60d9a7912528b5b41b1c98b22f82e)]:
24+
- @sumup-oss/design-tokens@8.1.0-next.0
25+
- @sumup-oss/icons@5.2.1-next.0
26+
327
## 9.4.0
428

529
### Minor Changes

packages/circuit-ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup-oss/circuit-ui",
3-
"version": "9.4.0",
3+
"version": "10.0.0-next.0",
44
"description": "SumUp's React UI component library",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -62,8 +62,8 @@
6262
"@emotion/jest": "^11.13.0",
6363
"@emotion/react": "^11.14.0",
6464
"@emotion/styled": "^11.14.0",
65-
"@sumup-oss/design-tokens": "^8.0.0",
66-
"@sumup-oss/icons": "^5.2.0",
65+
"@sumup-oss/design-tokens": "^8.1.0-next.0",
66+
"@sumup-oss/icons": "^5.2.1-next.0",
6767
"@sumup-oss/intl": "^3.0.1",
6868
"@testing-library/dom": "^10.4.0",
6969
"@testing-library/jest-dom": "6.6.3",
@@ -89,8 +89,8 @@
8989
"@emotion/is-prop-valid": "^1.2.1",
9090
"@emotion/react": "^11.11.0",
9191
"@emotion/styled": "^11.11.0",
92-
"@sumup-oss/design-tokens": ">=8.0.0",
93-
"@sumup-oss/icons": ">=5.0.0",
92+
"@sumup-oss/design-tokens": ">=8.1.0-next.0",
93+
"@sumup-oss/icons": ">=5.2.1-next.0",
9494
"@sumup-oss/intl": "3.x",
9595
"react": ">=18.0.0 <19.0.0",
9696
"react-dom": ">=18.0.0 <19.0.0",

packages/design-tokens/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sumup-oss/design-tokens
22

3+
## 8.1.0-next.0
4+
5+
### Minor Changes
6+
7+
- [#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+
39
## 8.0.1
410

511
### Patch Changes

packages/design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup-oss/design-tokens",
3-
"version": "8.0.1",
3+
"version": "8.1.0-next.0",
44
"description": "Visual primitives such as typography, color, and spacing that are shared across platforms.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",

packages/eslint-plugin-circuit-ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sumup-oss/eslint-plugin-circuit-ui
22

3+
## 6.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`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), [`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56), [`3ab5e39`](https://github.com/sumup-oss/circuit-ui/commit/3ab5e39cf1153d5879a7ae2842b56ae5bfc5469c), [`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)]:
8+
- @sumup-oss/circuit-ui@10.0.0-next.0
9+
- @sumup-oss/design-tokens@8.1.0-next.0
10+
311
## 5.1.1
412

513
### Patch Changes

packages/eslint-plugin-circuit-ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup-oss/eslint-plugin-circuit-ui",
3-
"version": "5.1.1",
3+
"version": "6.0.0-next.0",
44
"description": "ESLint rules to lint Circuit UI.",
55
"keywords": [
66
"sumup",
@@ -31,13 +31,13 @@
3131
"@typescript-eslint/utils": "^7.16.1"
3232
},
3333
"devDependencies": {
34-
"@sumup-oss/design-tokens": "^8.0.0",
34+
"@sumup-oss/design-tokens": "^8.1.0-next.0",
3535
"@tsconfig/node18": "^18.2.4",
3636
"@typescript-eslint/rule-tester": "^7.16.1",
3737
"typescript": "^5.6.2"
3838
},
3939
"peerDependencies": {
40-
"@sumup-oss/circuit-ui": ">=9.0.0",
41-
"@sumup-oss/design-tokens": ">=8.0.0"
40+
"@sumup-oss/circuit-ui": ">=10.0.0-next.0",
41+
"@sumup-oss/design-tokens": ">=8.1.0-next.0"
4242
}
4343
}

packages/icons/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sumup-oss/icons
22

3+
## 5.2.1-next.0
4+
5+
### Patch Changes
6+
7+
- [#2856](https://github.com/sumup-oss/circuit-ui/pull/2856) [`36f6217`](https://github.com/sumup-oss/circuit-ui/commit/36f621746eb60d9a7912528b5b41b1c98b22f82e) Thanks [@connor-baer](https://github.com/connor-baer)! - Updated the Calendar icon to the latest design.
8+
39
## 5.2.0
410

511
### Minor Changes

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup-oss/icons",
3-
"version": "5.2.0",
3+
"version": "5.2.1-next.0",
44
"description": "A collection of icons by SumUp",
55
"type": "module",
66
"main": "./dist/index.js",

packages/stylelint-plugin-circuit-ui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sumup-oss/stylelint-plugin-circuit-ui
22

3+
## 4.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3dd75c9`](https://github.com/sumup-oss/circuit-ui/commit/3dd75c9b647eb80d5043c6cac1cbb0d299654f56)]:
8+
- @sumup-oss/design-tokens@8.1.0-next.0
9+
310
## 3.0.0
411

512
### Major Changes

0 commit comments

Comments
 (0)