diff --git a/.changeset/four-humans-cheer.md b/.changeset/four-humans-cheer.md deleted file mode 100644 index 497f2d02..00000000 --- a/.changeset/four-humans-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sumup-oss/foundry": minor ---- - -Added support for the Circuit UI plugins under the new `@sumup/oss` package scope. diff --git a/CHANGELOG.md b/CHANGELOG.md index e17c3a98..b25311df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup-oss/foundry +## 8.3.0 + +### Minor Changes + +- [#1032](https://github.com/sumup-oss/foundry/pull/1032) [`ebcfdf8`](https://github.com/sumup-oss/foundry/commit/ebcfdf8df48580fde60c8a88671da0d3d584cef9) Thanks [@connor-baer](https://github.com/connor-baer)! - Added support for the Circuit UI plugins under the new `@sumup/oss` package scope. + ## 8.2.0 ### Minor Changes diff --git a/package.json b/package.json index c4795f03..f4a106f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/foundry", - "version": "8.2.0", + "version": "8.3.0", "description": "A toolkit for JavaScript + TypeScript applications by SumUp.", "repository": "https://github.com/sumup-oss/foundry", "author": "Felix Jung , Connor Bär ",