From 30fb0f383abece72822a421003eec153fa25b129 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 19 Dec 2024 16:30:42 +0000 Subject: [PATCH] Version Packages --- .changeset/lazy-squids-cry.md | 5 ----- .changeset/shaggy-coins-enjoy.md | 5 ----- .changeset/sour-llamas-check.md | 5 ----- packages/circuit-ui/CHANGELOG.md | 10 ++++++++++ packages/circuit-ui/package.json | 4 ++-- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- 7 files changed, 19 insertions(+), 18 deletions(-) delete mode 100644 .changeset/lazy-squids-cry.md delete mode 100644 .changeset/shaggy-coins-enjoy.md delete mode 100644 .changeset/sour-llamas-check.md diff --git a/.changeset/lazy-squids-cry.md b/.changeset/lazy-squids-cry.md deleted file mode 100644 index 6ddfd0bfb9..0000000000 --- a/.changeset/lazy-squids-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/icons": minor ---- - -Added a new icon for Japanese flag with correct country code `flag_jp`. Deprecated the old `flag_ja` icon. diff --git a/.changeset/shaggy-coins-enjoy.md b/.changeset/shaggy-coins-enjoy.md deleted file mode 100644 index a3977204e4..0000000000 --- a/.changeset/shaggy-coins-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/circuit-ui": minor ---- - -Deprecated the Calendar component's `calendar` prop since support for the `gregory` calendar system wasn't fully tested and is partially broken. Use the default `iso8601` calendar system instead. The prop will be removed in the next major version. diff --git a/.changeset/sour-llamas-check.md b/.changeset/sour-llamas-check.md deleted file mode 100644 index c0ee386662..0000000000 --- a/.changeset/sour-llamas-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/circuit-ui": patch ---- - -Fixed the display order of the Calendar component's month headline on Node 22.12 and above. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index c0a1b924eb..25b6be8e80 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @sumup-oss/circuit-ui +## 9.4.0 + +### Minor Changes + +- [#2832](https://github.com/sumup-oss/circuit-ui/pull/2832) [`7a292c7`](https://github.com/sumup-oss/circuit-ui/commit/7a292c7c810364a72b98c6484c51f0bb672ff073) Thanks [@connor-baer](https://github.com/connor-baer)! - Deprecated the Calendar component's `calendar` prop since support for the `gregory` calendar system wasn't fully tested and is partially broken. Use the default `iso8601` calendar system instead. The prop will be removed in the next major version. + +### Patch Changes + +- [#2832](https://github.com/sumup-oss/circuit-ui/pull/2832) [`7a292c7`](https://github.com/sumup-oss/circuit-ui/commit/7a292c7c810364a72b98c6484c51f0bb672ff073) Thanks [@connor-baer](https://github.com/connor-baer)! - Fixed the display order of the Calendar component's month headline on Node 22.12 and above. + ## 9.3.2 ### Patch Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index e530629e51..48f7fc8261 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/circuit-ui", - "version": "9.3.2", + "version": "9.4.0", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js", @@ -63,7 +63,7 @@ "@emotion/react": "^11.13.5", "@emotion/styled": "^11.13.5", "@sumup-oss/design-tokens": "^8.0.0", - "@sumup-oss/icons": "^5.1.0", + "@sumup-oss/icons": "^5.2.0", "@sumup-oss/intl": "^3.0.1", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "6.6.3", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 4083c19ca8..48b7315a39 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup-oss/icons +## 5.2.0 + +### Minor Changes + +- [#2836](https://github.com/sumup-oss/circuit-ui/pull/2836) [`0f4c967`](https://github.com/sumup-oss/circuit-ui/commit/0f4c967b75ec5696a6fade9c33441457f6c71f29) Thanks [@matoous](https://github.com/matoous)! - Added a new icon for Japanese flag with correct country code `flag_jp`. Deprecated the old `flag_ja` icon. + ## 5.1.0 ### Minor Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index d35430aea8..472ab36519 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/icons", - "version": "5.1.0", + "version": "5.2.0", "description": "A collection of icons by SumUp", "type": "module", "main": "./dist/index.js",