From df35e90cb575eab3b0462c4db5acbba3b985d998 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Sep 2024 20:20:32 +0000 Subject: [PATCH] Version Packages --- .changeset/dull-moles-remain.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/dull-moles-remain.md diff --git a/.changeset/dull-moles-remain.md b/.changeset/dull-moles-remain.md deleted file mode 100644 index 72b8f1bf..00000000 --- a/.changeset/dull-moles-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sumup-oss/foundry': minor ---- - -Updated all dependencies to their latest minor, most notably [`eslint-plugin-import` v2.30](https://github.com/import-js/eslint-plugin-import/releases/tag/v2.30.0) which should drastically improve the performance of the `import/no-cycle` rule. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7428ec21..e17c3a98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup-oss/foundry +## 8.2.0 + +### Minor Changes + +- [`ae59351`](https://github.com/sumup-oss/foundry/commit/ae59351572a22cce1e47bee34b9730de5c284a5b) Thanks [@connor-baer](https://github.com/connor-baer)! - Updated all dependencies to their latest minor, most notably [`eslint-plugin-import` v2.30](https://github.com/import-js/eslint-plugin-import/releases/tag/v2.30.0) which should drastically improve the performance of the `import/no-cycle` rule. + ## 8.1.1 ### Patch Changes diff --git a/package.json b/package.json index 4f0cb41c..d13cced5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sumup-oss/foundry", - "version": "8.1.1", + "version": "8.2.0", "description": "A toolkit for JavaScript + TypeScript applications by SumUp.", "repository": "https://github.com/sumup-oss/foundry", "author": "Felix Jung , Connor Bär ",