diff --git a/.changeset/phone-number-input-should-display-country-names.md b/.changeset/phone-number-input-should-display-country-names.md deleted file mode 100644 index 54cffc92c9..0000000000 --- a/.changeset/phone-number-input-should-display-country-names.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup-oss/circuit-ui': minor ---- - -Added a new `shouldDisplayCountryNames` prop to PhoneNumberInput to opt out of `Intl.DisplayNames` localization and display calling codes from `countryCode.options` directly. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 5eb8dda7ab..50f4bd5447 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup-oss/circuit-ui +## 11.11.0 + +### Minor Changes + +- [#3746](https://github.com/sumup-oss/circuit-ui/pull/3746) [`ddda466`](https://github.com/sumup-oss/circuit-ui/commit/ddda466852fa46543870c2f5285e52b56c79ffb8) Thanks [@pdrmdrs](https://github.com/pdrmdrs)! - Added a new `shouldDisplayCountryNames` prop to PhoneNumberInput to opt out of `Intl.DisplayNames` localization and display calling codes from `countryCode.options` directly. + ## 11.10.0 ### Minor Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 8cae3e3f5f..6a8713e1a3 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/circuit-ui", - "version": "11.10.0", + "version": "11.11.0", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js",