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 #2288

Merged
merged 1 commit into from
Nov 8, 2023
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/brave-seas-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-wolves-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-toes-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-ghosts-exist.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/circuit-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sumup/circuit-ui

## 7.2.1

### Patch Changes

- [#2282](https://github.com/sumup-oss/circuit-ui/pull/2282) [`6402e293`](https://github.com/sumup-oss/circuit-ui/commit/6402e2932c71430d70246b88dd16f438a4386c0f) Thanks [@dependabot](https://github.com/apps/dependabot)! - Safely access `process.env` environment variables other than `NODE_ENV`.

- [#2289](https://github.com/sumup-oss/circuit-ui/pull/2289) [`b75f63a5`](https://github.com/sumup-oss/circuit-ui/commit/b75f63a50177a7c978112072c07e416175d85136) Thanks [@connor-baer](https://github.com/connor-baer)! - Scroll Popover content when it overflows vertically.

- [#2287](https://github.com/sumup-oss/circuit-ui/pull/2287) [`6a026a8d`](https://github.com/sumup-oss/circuit-ui/commit/6a026a8dbb9cd50764a73c66da514a2ee5243408) Thanks [@connor-baer](https://github.com/connor-baer)! - Fixed the Button text disappearing when a parent element has `aria-busy="true"`.

## 7.2.0

### Minor 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/circuit-ui",
"version": "7.2.0",
"version": "7.2.1",
"description": "SumUp's React UI component library",
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/remix-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sumup/remix-template-circuit-ui

## 2.0.0

### Major Changes

- [#2282](https://github.com/sumup-oss/circuit-ui/pull/2282) [`6402e293`](https://github.com/sumup-oss/circuit-ui/commit/6402e2932c71430d70246b88dd16f438a4386c0f) Thanks [@dependabot](https://github.com/apps/dependabot)! - Upgraded the template to [Remix 2](https://remix.run/blog/remix-v2).

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sumup/remix-template-circuit-ui",
"version": "1.1.3",
"version": "2.0.0",
"private": true,
"sideEffects": false,
"type": "module",
Expand Down
Loading