Skip to content

Commit

Permalink
Version Packages (#2288)
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 8, 2023
1 parent dadc501 commit 960ad6c
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 22 deletions.
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

1 comment on commit 960ad6c

@vercel
Copy link

@vercel vercel bot commented on 960ad6c Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.