Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2024
1 parent 0f4c967 commit 30fb0f3
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-squids-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-coins-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-llamas-check.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 30fb0f3

Please sign in to comment.