Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2783

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading