Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2833

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.14.0",
"@emotion/styled": "^11.14.0",
"@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
Loading