Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (next) #2064

Merged
merged 1 commit into from
Apr 27, 2023
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
9 changes: 8 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@
"changesets": [
"chilled-walls-learn",
"green-singers-sneeze",
"loud-pots-act",
"perfect-beers-fold",
"popular-eels-fetch",
"tall-avocados-sin"
"real-clouds-relate",
"serious-schools-look",
"sour-masks-attend",
"tall-avocados-sin",
"three-radios-confess",
"wise-zoos-do"
]
}
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/circuit-ui

## 7.0.0-next.1

### Major Changes

- [#2063](https://github.com/sumup-oss/circuit-ui/pull/2063) [`fef5b955`](https://github.com/sumup-oss/circuit-ui/commit/fef5b9554d2ff858fb8587f5624d8ee65dfbb969) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the deprecated `children` prop from the Checkbox component. Use the `label` prop instead.

- [#2065](https://github.com/sumup-oss/circuit-ui/pull/2065) [`8adb8fee`](https://github.com/sumup-oss/circuit-ui/commit/8adb8feee02bbfef1d1fc6a9c7a9c5a30e25d027) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the `sharedPropTypes` export. Type the props using TypeScript instead.

- [#2063](https://github.com/sumup-oss/circuit-ui/pull/2063) [`fef5b955`](https://github.com/sumup-oss/circuit-ui/commit/fef5b9554d2ff858fb8587f5624d8ee65dfbb969) Thanks [@connor-baer](https://github.com/connor-baer)! - Removed the deprecated `confirm`, `notify`, and `alert` variants from the Badge, NotificationInline, and NotificationToast components. Use the `success`, `warning`, and `danger` variants instead.

- [#2065](https://github.com/sumup-oss/circuit-ui/pull/2065) [`8adb8fee`](https://github.com/sumup-oss/circuit-ui/commit/8adb8feee02bbfef1d1fc6a9c7a9c5a30e25d027) Thanks [@connor-baer](https://github.com/connor-baer)! - Migrated the Carousel components to TypeScript. Added the required `playButtonLabel`, `pauseButtonLabel`, `prevButtonLabel`, and `nextButtonLabel` props.

- [#2065](https://github.com/sumup-oss/circuit-ui/pull/2065) [`8adb8fee`](https://github.com/sumup-oss/circuit-ui/commit/8adb8feee02bbfef1d1fc6a9c7a9c5a30e25d027) Thanks [@connor-baer](https://github.com/connor-baer)! - Migrated the Calendar components to TypeScript. Some props are now required. The CalendarTagTwoStep's `clearText` and `confirmText` props have been renamed to `clearButtonLabel` and `confirmButtonLabel` respectively.

### Minor Changes

- [#2065](https://github.com/sumup-oss/circuit-ui/pull/2065) [`8adb8fee`](https://github.com/sumup-oss/circuit-ui/commit/8adb8feee02bbfef1d1fc6a9c7a9c5a30e25d027) Thanks [@connor-baer](https://github.com/connor-baer)! - Migrated the Tabs components to TypeScript.

- [#2065](https://github.com/sumup-oss/circuit-ui/pull/2065) [`8adb8fee`](https://github.com/sumup-oss/circuit-ui/commit/8adb8feee02bbfef1d1fc6a9c7a9c5a30e25d027) Thanks [@connor-baer](https://github.com/connor-baer)! - Migrated the Sidebar component to TypeScript.

## 7.0.0-next.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/circuit-ui",
"version": "7.0.0-next.0",
"version": "7.0.0-next.1",
"description": "SumUp's React UI component library",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down