diff --git a/.changeset/brave-seas-speak.md b/.changeset/brave-seas-speak.md deleted file mode 100644 index 694bc9540d..0000000000 --- a/.changeset/brave-seas-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': patch ---- - -Safely access `process.env` environment variables other than `NODE_ENV`. diff --git a/.changeset/four-toes-tan.md b/.changeset/four-toes-tan.md deleted file mode 100644 index d6c4ef7401..0000000000 --- a/.changeset/four-toes-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/circuit-ui': patch ---- - -Fixed the Button text disappearing when a parent element has `aria-busy="true"`. diff --git a/.changeset/rotten-ghosts-exist.md b/.changeset/rotten-ghosts-exist.md deleted file mode 100644 index f5eb97f04d..0000000000 --- a/.changeset/rotten-ghosts-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup/remix-template-circuit-ui': major ---- - -Upgraded the template to [Remix 2](https://remix.run/blog/remix-v2). diff --git a/packages/circuit-ui/CHANGELOG.md b/packages/circuit-ui/CHANGELOG.md index 6d26563f74..34e41f053a 100644 --- a/packages/circuit-ui/CHANGELOG.md +++ b/packages/circuit-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @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`. + +- [#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 diff --git a/packages/circuit-ui/package.json b/packages/circuit-ui/package.json index 0d29667986..779171545b 100644 --- a/packages/circuit-ui/package.json +++ b/packages/circuit-ui/package.json @@ -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", diff --git a/packages/remix-template/CHANGELOG.md b/packages/remix-template/CHANGELOG.md index 5d8eb020f9..5613e1afc8 100644 --- a/packages/remix-template/CHANGELOG.md +++ b/packages/remix-template/CHANGELOG.md @@ -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 diff --git a/packages/remix-template/package.json b/packages/remix-template/package.json index 3e78ae33a7..d38db70e3d 100644 --- a/packages/remix-template/package.json +++ b/packages/remix-template/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/remix-template-circuit-ui", - "version": "1.1.3", + "version": "2.0.0", "private": true, "sideEffects": false, "scripts": {