diff --git a/.changeset/great-seas-fetch.md b/.changeset/great-seas-fetch.md deleted file mode 100644 index 79396777e4..0000000000 --- a/.changeset/great-seas-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/circuit-ui": patch ---- - -Improved the DateInput component's accessibility when empty. diff --git a/.changeset/odd-insects-destroy.md b/.changeset/odd-insects-destroy.md deleted file mode 100644 index 3f9c6bdb96..0000000000 --- a/.changeset/odd-insects-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/circuit-ui": patch ---- - -Added the missing "use client" directive to a number of components. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 1b773b50fb..05b4a36f24 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @sumup-oss/circuit-ui +## 9.0.2 + +### Patch Changes + +- [#2768](https://github.com/sumup-oss/circuit-ui/pull/2768) [`d578758`](https://github.com/sumup-oss/circuit-ui/commit/d578758ded27cf2a5fb888c49eb07d1590270fe7) Thanks [@connor-baer](https://github.com/connor-baer)! - Improved the DateInput component's accessibility when empty. + +- [#2769](https://github.com/sumup-oss/circuit-ui/pull/2769) [`76787fa`](https://github.com/sumup-oss/circuit-ui/commit/76787fae0f904eacb4d962a50f3c6fea4bcd8e3c) Thanks [@sirineJ](https://github.com/sirineJ)! - Added the missing "use client" directive to a number of components. + ## 9.0.1 ### Patch Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 8a282a9a1f..aa2707a466 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/circuit-ui", - "version": "9.0.1", + "version": "9.0.2", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js",