From 4a1c41707f2da3c22ef3f3f6be551e3ec9d0b746 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Dec 2024 17:21:51 +0000 Subject: [PATCH] Version Packages --- .changeset/shaggy-coins-enjoy.md | 5 ----- .changeset/sour-llamas-check.md | 5 ----- packages/circuit-ui/CHANGELOG.md | 10 ++++++++++ packages/circuit-ui/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/shaggy-coins-enjoy.md delete mode 100644 .changeset/sour-llamas-check.md 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..b58958c1a8 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",