diff --git a/.changeset/gentle-files-smell.md b/.changeset/gentle-files-smell.md deleted file mode 100644 index ec7120194e..0000000000 --- a/.changeset/gentle-files-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup/circuit-ui": minor ---- - -Added a new `useMedia` hook to track the state of a [media query](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries). diff --git a/.changeset/metal-horses-occur.md b/.changeset/metal-horses-occur.md deleted file mode 100644 index c1b74dd4c5..0000000000 --- a/.changeset/metal-horses-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup/circuit-ui": minor ---- - -Added support for the SidePanel's `onClose` prop to be asynchronous. The SidePanel is closed after the `onClose` callback resolves and is prevented from closing if the callback rejects. diff --git a/.changeset/moody-scissors-promise.md b/.changeset/moody-scissors-promise.md deleted file mode 100644 index 7fe73f7abb..0000000000 --- a/.changeset/moody-scissors-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup/circuit-ui": minor ---- - -Added an experimental Calendar component that displays a monthly date grid. This is a low-level component for advanced use cases; new DateInput and DateRangeInput components are in development. diff --git a/.changeset/purple-steaks-switch.md b/.changeset/purple-steaks-switch.md deleted file mode 100644 index ece8df40a9..0000000000 --- a/.changeset/purple-steaks-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup/circuit-ui": minor ---- - -Added a new `useSwipe` hook to detect swipe gestures on touch screen devices. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index f4af1bb062..0f2d25a61b 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,17 @@ # @sumup/circuit-ui +## 8.8.0 + +### Minor Changes + +- [#2511](https://github.com/sumup-oss/circuit-ui/pull/2511) [`3e98f16`](https://github.com/sumup-oss/circuit-ui/commit/3e98f16b3bdc8cb89be22d58376472cb363d35f3) Thanks [@connor-baer](https://github.com/connor-baer)! - Added a new `useMedia` hook to track the state of a [media query](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries). + +- [#2499](https://github.com/sumup-oss/circuit-ui/pull/2499) [`def7f98`](https://github.com/sumup-oss/circuit-ui/commit/def7f98b30da1a110f30c218a5382c586d7d6ded) Thanks [@connor-baer](https://github.com/connor-baer)! - Added support for the SidePanel's `onClose` prop to be asynchronous. The SidePanel is closed after the `onClose` callback resolves and is prevented from closing if the callback rejects. + +- [#2494](https://github.com/sumup-oss/circuit-ui/pull/2494) [`3d3ae20`](https://github.com/sumup-oss/circuit-ui/commit/3d3ae201bd816b381c6000c47a6f88025719a3a0) Thanks [@connor-baer](https://github.com/connor-baer)! - Added an experimental Calendar component that displays a monthly date grid. This is a low-level component for advanced use cases; new DateInput and DateRangeInput components are in development. + +- [#2494](https://github.com/sumup-oss/circuit-ui/pull/2494) [`3d3ae20`](https://github.com/sumup-oss/circuit-ui/commit/3d3ae201bd816b381c6000c47a6f88025719a3a0) Thanks [@connor-baer](https://github.com/connor-baer)! - Added a new `useSwipe` hook to detect swipe gestures on touch screen devices. + ## 8.7.0 ### Minor Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index f6ab967d82..9ee69f4322 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/circuit-ui", - "version": "8.7.0", + "version": "8.8.0", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js",