diff --git a/.changeset/pre.json b/.changeset/pre.json index 4e4360c6e6..7f85d45ed9 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -58,6 +58,7 @@ "thirty-lions-yawn", "tiny-jars-knock", "tiny-suits-smile", + "two-snakes-tease", "violet-llamas-cheat", "wet-avocados-speak", "wise-emus-count", diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index b5dd1c7cd2..a0dc91fc57 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup-oss/circuit-ui +## 9.0.0-next.5 + +### Major Changes + +- [#2751](https://github.com/sumup-oss/circuit-ui/pull/2751) [`96df6fa`](https://github.com/sumup-oss/circuit-ui/commit/96df6fa5830e89a1804e81b2f6eae8a3186a85d2) Thanks [@connor-baer](https://github.com/connor-baer)! - Updated the PhoneNumberInput component to accept `value` and `defaultValue` props. The `onChange` callback is now called with an `Event` object instead of a string to mimic a native input. + ## 9.0.0-next.4 ### Major Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 0f0335d0e2..24faf6c3be 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.0-next.4", + "version": "9.0.0-next.5", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js",