Skip to content

Commit

Permalink
Version Packages (#2783)
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 18, 2024
1 parent 2b682c1 commit 7a05693
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-pots-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-sloths-prove.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.0.5

### Patch Changes

- [#2781](https://github.com/sumup-oss/circuit-ui/pull/2781) [`2b682c1`](https://github.com/sumup-oss/circuit-ui/commit/2b682c1d84c74ff730e2e99c46fc9ce7e43a2e3c) Thanks [@connor-baer](https://github.com/connor-baer)! - Improved the DateInput component's calendar dialog to be placed relative to the calendar button instead of the whole field. This improves the placement when the DateInput is rendered near the center of the viewport. The default `bottom-end` placement can be customized using the new `placement` prop.

## 9.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "9.0.5",
"description": "SumUp's React UI component library",
"type": "module",
"main": "./dist/index.js",
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.0.1

### Patch Changes

- [#2782](https://github.com/sumup-oss/circuit-ui/pull/2782) [`0a6ec4e`](https://github.com/sumup-oss/circuit-ui/commit/0a6ec4efc5fcf6ac43c0ced2822a90a9ac0a35e7) Thanks [@connor-baer](https://github.com/connor-baer)! - Updated the legacy JavaScript theme to the latest typography token values to match the modern CSS custom variables.

## 8.0.0

### Major 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.0.0",
"version": "8.0.1",
"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 7a05693

Please sign in to comment.