From 7a4c94e846329457bc3f0e0ae9d33fba11e03d75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Nov 2024 11:55:22 +0000 Subject: [PATCH] Version Packages --- .changeset/angry-pots-care.md | 5 ----- .changeset/hungry-sloths-prove.md | 5 ----- packages/circuit-ui/CHANGELOG.md | 6 ++++++ packages/circuit-ui/package.json | 2 +- packages/design-tokens/CHANGELOG.md | 6 ++++++ packages/design-tokens/package.json | 2 +- 6 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 .changeset/angry-pots-care.md delete mode 100644 .changeset/hungry-sloths-prove.md diff --git a/.changeset/angry-pots-care.md b/.changeset/angry-pots-care.md deleted file mode 100644 index 748526e2b9..0000000000 --- a/.changeset/angry-pots-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/design-tokens": patch ---- - -Updated the legacy JavaScript theme to the latest typography token values to match the modern CSS custom variables. diff --git a/.changeset/hungry-sloths-prove.md b/.changeset/hungry-sloths-prove.md deleted file mode 100644 index 1ef6ac7577..0000000000 --- a/.changeset/hungry-sloths-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup-oss/circuit-ui': patch ---- - -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. diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 5df91e05f2..567c32f7ef 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -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 diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 0bc2310531..af7805a4c3 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -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", diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index 71b44de1f4..ee7ac55ceb 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -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 diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index ebd57a9008..1b973b191d 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -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",