From 976d998f9a135855ee3a97c5b8f8886df21f9e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Connor=20B=C3=A4r?= Date: Wed, 20 Nov 2024 15:45:09 +0100 Subject: [PATCH] Version Packages (#2784) Co-authored-by: github-actions[bot] --- .changeset/little-flies-attend.md | 5 ----- .changeset/ninety-rabbits-vanish.md | 5 ----- .changeset/poor-tigers-wave.md | 5 ----- .changeset/rude-emus-breathe.md | 5 ----- .changeset/six-eggs-sneeze.md | 5 ----- packages/circuit-ui/CHANGELOG.md | 14 ++++++++++++++ packages/circuit-ui/package.json | 4 ++-- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- 9 files changed, 23 insertions(+), 28 deletions(-) delete mode 100644 .changeset/little-flies-attend.md delete mode 100644 .changeset/ninety-rabbits-vanish.md delete mode 100644 .changeset/poor-tigers-wave.md delete mode 100644 .changeset/rude-emus-breathe.md delete mode 100644 .changeset/six-eggs-sneeze.md diff --git a/.changeset/little-flies-attend.md b/.changeset/little-flies-attend.md deleted file mode 100644 index f9a8897c8a..0000000000 --- a/.changeset/little-flies-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/circuit-ui": minor ---- - -Added a SkipLink component to allow skipping repetitive content for screen reader and keyboard users. diff --git a/.changeset/ninety-rabbits-vanish.md b/.changeset/ninety-rabbits-vanish.md deleted file mode 100644 index 3725c29cf4..0000000000 --- a/.changeset/ninety-rabbits-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup-oss/circuit-ui': patch ---- - -Fixed a hydration error that could occur in the CurrencyInput, Calendar, and DateInput components when no explicit locale was provided. diff --git a/.changeset/poor-tigers-wave.md b/.changeset/poor-tigers-wave.md deleted file mode 100644 index fed1ad5de0..0000000000 --- a/.changeset/poor-tigers-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/icons": minor ---- - -Added new icon `ParcelLocker` in size 24. diff --git a/.changeset/rude-emus-breathe.md b/.changeset/rude-emus-breathe.md deleted file mode 100644 index 8bda779a1d..0000000000 --- a/.changeset/rude-emus-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup-oss/circuit-ui': minor ---- - -Added the global style resets to the relevant components directly. This makes the components more resilient against style conflicts when used alongside other UI libraries and global styles on a page. diff --git a/.changeset/six-eggs-sneeze.md b/.changeset/six-eggs-sneeze.md deleted file mode 100644 index 990785e3c8..0000000000 --- a/.changeset/six-eggs-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/circuit-ui": minor ---- - -Added a skip link in the TopNavigation and SideNavigation components to allow user to bypass navigation blocks. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 567c32f7ef..c46e31ab2d 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,19 @@ # @sumup-oss/circuit-ui +## 9.1.0 + +### Minor Changes + +- [#2780](https://github.com/sumup-oss/circuit-ui/pull/2780) [`cbc3716`](https://github.com/sumup-oss/circuit-ui/commit/cbc371643b6b0774af8ac51e4b796b421263322d) Thanks [@sirineJ](https://github.com/sirineJ)! - Added a SkipLink component to allow skipping repetitive content for screen reader and keyboard users. + +- [#2237](https://github.com/sumup-oss/circuit-ui/pull/2237) [`6aafecd`](https://github.com/sumup-oss/circuit-ui/commit/6aafecdf8333cc4e7ff9788449357f01a9de3e64) Thanks [@connor-baer](https://github.com/connor-baer)! - Added the global style resets to the relevant components directly. This makes the components more resilient against style conflicts when used alongside other UI libraries and global styles on a page. + +- [#2780](https://github.com/sumup-oss/circuit-ui/pull/2780) [`cbc3716`](https://github.com/sumup-oss/circuit-ui/commit/cbc371643b6b0774af8ac51e4b796b421263322d) Thanks [@sirineJ](https://github.com/sirineJ)! - Added a skip link in the TopNavigation and SideNavigation components to allow user to bypass navigation blocks. + +### Patch Changes + +- [#2787](https://github.com/sumup-oss/circuit-ui/pull/2787) [`543fc89`](https://github.com/sumup-oss/circuit-ui/commit/543fc89d67b355e6f863d1481bc751b5cd8f32b6) Thanks [@connor-baer](https://github.com/connor-baer)! - Fixed a hydration error that could occur in the CurrencyInput, Calendar, and DateInput components when no explicit locale was provided. + ## 9.0.5 ### Patch Changes diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index af7805a4c3..4ba8e3d7a9 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/circuit-ui", - "version": "9.0.5", + "version": "9.1.0", "description": "SumUp's React UI component library", "type": "module", "main": "./dist/index.js", @@ -63,7 +63,7 @@ "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@sumup-oss/design-tokens": "^8.0.0", - "@sumup-oss/icons": "^5.0.0", + "@sumup-oss/icons": "^5.1.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 2189d50b01..4083c19ca8 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup-oss/icons +## 5.1.0 + +### Minor Changes + +- [#2785](https://github.com/sumup-oss/circuit-ui/pull/2785) [`75d1105`](https://github.com/sumup-oss/circuit-ui/commit/75d1105ee3a69a9c9283d0ac3c7705f6c84588ee) Thanks [@giedoka](https://github.com/giedoka)! - Added new icon `ParcelLocker` in size 24. + ## 5.0.0 ### Major Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 11f4541332..57d839c1a6 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/icons", - "version": "5.0.0", + "version": "5.1.0", "description": "A collection of icons by SumUp", "type": "module", "main": "./dist/index.js",