Skip to content

Commit 7a05693

Browse files
Version Packages (#2783)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2b682c1 commit 7a05693

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/angry-pots-care.md

-5
This file was deleted.

.changeset/hungry-sloths-prove.md

-5
This file was deleted.

packages/circuit-ui/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sumup-oss/circuit-ui
22

3+
## 9.0.5
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 9.0.4
410

511
### Patch Changes

packages/circuit-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup-oss/circuit-ui",
3-
"version": "9.0.4",
3+
"version": "9.0.5",
44
"description": "SumUp's React UI component library",
55
"type": "module",
66
"main": "./dist/index.js",

packages/design-tokens/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sumup-oss/design-tokens
22

3+
## 8.0.1
4+
5+
### Patch Changes
6+
7+
- [#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+
39
## 8.0.0
410

511
### Major Changes

packages/design-tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sumup-oss/design-tokens",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "Visual primitives such as typography, color, and spacing that are shared across platforms.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/es/index.js",

0 commit comments

Comments
 (0)