Skip to content

Commit

Permalink
Version Packages (#2912)
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 24, 2025
1 parent 737e1b8 commit e777677
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-gifts-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-monkeys-juggle.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.6.0

### Minor Changes

- [#2909](https://github.com/sumup-oss/circuit-ui/pull/2909) [`8f9df8d`](https://github.com/sumup-oss/circuit-ui/commit/8f9df8db449397f98b73f1f26adb9e99b58981a0) Thanks [@connor-baer](https://github.com/connor-baer)! - Applied tighter letter spacing to the Display component.

## 9.5.1

### 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.5.1",
"version": "9.6.0",
"description": "SumUp's React UI component library",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@emotion/jest": "^11.13.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@sumup-oss/design-tokens": "^8.1.0",
"@sumup-oss/design-tokens": "^8.2.0",
"@sumup-oss/icons": "^5.3.0",
"@sumup-oss/intl": "^3.1.0",
"@testing-library/dom": "^10.4.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sumup-oss/design-tokens

## 8.2.0

### Minor Changes

- [#2909](https://github.com/sumup-oss/circuit-ui/pull/2909) [`8f9df8d`](https://github.com/sumup-oss/circuit-ui/commit/8f9df8db449397f98b73f1f26adb9e99b58981a0) Thanks [@connor-baer](https://github.com/connor-baer)! - Added the `--cui-letter-spacing-tight` token. Use it for very large typography.

## 8.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup-oss/design-tokens",
"version": "8.1.0",
"version": "8.2.0",
"description": "Visual primitives such as typography, color, and spacing that are shared across platforms.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down

0 comments on commit e777677

Please sign in to comment.