Skip to content

Commit

Permalink
Version Packages (#2867)
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 Jan 16, 2025
1 parent d5308e7 commit 43a6a60
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-planes-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-wombats-return.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sumup-oss/circuit-ui

## 9.5.0

### Minor Changes

- [#2822](https://github.com/sumup-oss/circuit-ui/pull/2822) [`8fe9315`](https://github.com/sumup-oss/circuit-ui/commit/8fe93157e9dd783f2a50259fdcd926170e0ca41c) Thanks [@connor-baer](https://github.com/connor-baer)! - Added an experimental Timestamp component to display a human-readable date time to users.

## 9.4.0

### Minor 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.4.0",
"version": "9.5.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.2.0",
"@sumup-oss/icons": "^5.3.0",
"@sumup-oss/intl": "^3.1.0",
"@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.3.0

### Minor Changes

- [#2870](https://github.com/sumup-oss/circuit-ui/pull/2870) [`d5308e7`](https://github.com/sumup-oss/circuit-ui/commit/d5308e7b3a83f8c6d17974d43df5a9dc1f3af2e8) Thanks [@matoous](https://github.com/matoous)! - Added new Code icon.

## 5.2.1

### Patch 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.2.1",
"version": "5.3.0",
"description": "A collection of icons by SumUp",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 43a6a60

Please sign in to comment.