From f4331c4cd648a0136bdfceaeec2e700456ab2e1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 09:13:33 +0100 Subject: [PATCH] chore(trunk): release 7.0.0 (#205) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d35ef..c06b206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## [7.0.0](https://github.com/shopware/acceptance-test-suite/compare/v6.0.0...v7.0.0) (2024-12-05) + + +### ⚠ BREAKING CHANGES + +* NEXT-39285 - allow overriding register task by passing an object ([#202](https://github.com/shopware/acceptance-test-suite/issues/202)) + +### Features + +* add page object checkout order edit ([#204](https://github.com/shopware/acceptance-test-suite/issues/204)) ([a82c8ab](https://github.com/shopware/acceptance-test-suite/commit/a82c8ab61cca132e2c8310b870309c72963dcadb)) +* NEXT-39285 - allow overriding register task by passing an object ([#202](https://github.com/shopware/acceptance-test-suite/issues/202)) ([2375723](https://github.com/shopware/acceptance-test-suite/commit/237572302c2e2d71c29a0d4f37a2533b97c18e54)) + ## [6.0.0](https://github.com/shopware/acceptance-test-suite/compare/v5.5.0...v6.0.0) (2024-12-04) diff --git a/package-lock.json b/package-lock.json index ba8b60e..5c37029 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shopware-ag/acceptance-test-suite", - "version": "6.0.0", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@shopware-ag/acceptance-test-suite", - "version": "6.0.0", + "version": "7.0.0", "license": "MIT", "dependencies": { "@axe-core/playwright": "4.9.1", diff --git a/package.json b/package.json index b7a89cd..b2349de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-ag/acceptance-test-suite", - "version": "6.0.0", + "version": "7.0.0", "description": "Shopware Acceptance Test Suite", "author": "shopware AG", "license": "MIT",