Skip to content

Commit 12c80e2

Browse files
Version Packages (next)
1 parent e7b5978 commit 12c80e2

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"thirty-lions-yawn",
5959
"tiny-jars-knock",
6060
"tiny-suits-smile",
61+
"two-snakes-tease",
6162
"violet-llamas-cheat",
6263
"wet-avocados-speak",
6364
"wise-emus-count",

packages/circuit-ui/CHANGELOG.md

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

3+
## 9.0.0-next.5
4+
5+
### Major Changes
6+
7+
- [#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.
8+
39
## 9.0.0-next.4
410

511
### Major Changes

packages/circuit-ui/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/circuit-ui",
3-
"version": "9.0.0-next.4",
3+
"version": "9.0.0-next.5",
44
"description": "SumUp's React UI component library",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)