From aa6f69ee1873be1019b5841e7ffa4f925e537602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Connor=20B=C3=A4r?= Date: Fri, 26 Jan 2024 16:56:05 +0000 Subject: [PATCH] Version Packages (next) (#933) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 50423ae6..c4848830 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -9,6 +9,7 @@ "four-crews-admire", "fresh-hounds-pretend", "fuzzy-bees-build", + "green-wasps-repeat", "little-pants-attend", "nervous-dolphins-fix", "plenty-needles-hunt", diff --git a/CHANGELOG.md b/CHANGELOG.md index 64db0d1e..56dab423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @sumup/foundry +## 7.0.0-next.4 + +### Minor Changes + +- [#932](https://github.com/sumup-oss/foundry/pull/932) [`85b5fbe`](https://github.com/sumup-oss/foundry/commit/85b5fbe1226065eab98795112b34dc35620c7fe5) Thanks [@connor-baer](https://github.com/connor-baer)! - Expanded the scope of the Cypress and Playwright plugins to account for end-to-end test in subdirectories. + ## 7.0.0-next.3 ### Major Changes diff --git a/package.json b/package.json index b50df96d..70182f97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sumup/foundry", - "version": "7.0.0-next.3", + "version": "7.0.0-next.4", "description": "A toolkit for JavaScript + TypeScript applications by SumUp.", "repository": "https://github.com/sumup-oss/foundry", "author": "Felix Jung , Connor Bär ",