Skip to content

Commit

Permalink
Version Packages (#2784)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
connor-baer and github-actions[bot] authored Nov 20, 2024
1 parent 543fc89 commit 976d998
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-flies-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-rabbits-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-tigers-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-emus-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-eggs-sneeze.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.0.5",
"version": "9.1.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.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",
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.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
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.0.0",
"version": "5.1.0",
"description": "A collection of icons by SumUp",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 976d998

Please sign in to comment.