From 612c7b4822307300b9e6c01037521000f0308f95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:43:54 +0000 Subject: [PATCH] chore(trunk): release 11.5.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9443d87..ac1a44b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [11.5.0](https://github.com/shopware/acceptance-test-suite/compare/v11.4.3...v11.5.0) (2025-02-03) + + +### Features + +* add contact form page object and other corresponding locator addings ([#294](https://github.com/shopware/acceptance-test-suite/issues/294)) ([38983bf](https://github.com/shopware/acceptance-test-suite/commit/38983bf1091c02d9618e70e5285608cc5bb4bda7)) +* Locators and function to change payment methods on existing orders ([aa2c021](https://github.com/shopware/acceptance-test-suite/commit/aa2c021115c2e68b4999ab1597793729fb0e1799)) + + +### Bug Fixes + +* Merge remote-tracking branch 'origin/trunk' into trunk [#0302202501](https://github.com/shopware/acceptance-test-suite/issues/0302202501) ([60ae0e3](https://github.com/shopware/acceptance-test-suite/commit/60ae0e32cdafeaaf403691be5885a987bbdfaf8b)) +* Revert "feat: Locators and function to change payment methods on existing orders" ([a4e0a41](https://github.com/shopware/acceptance-test-suite/commit/a4e0a419dc25507e7a4095dfbb1fbcbbd9a39e65)) +* Revert "fix: Merge remote-tracking branch 'origin/trunk' into trunk [#0302202501](https://github.com/shopware/acceptance-test-suite/issues/0302202501)" ([429e363](https://github.com/shopware/acceptance-test-suite/commit/429e363a4dd5fc35ee0c809c77abfd541ce98889)) + ## [11.4.3](https://github.com/shopware/acceptance-test-suite/compare/v11.4.2...v11.4.3) (2025-01-28) diff --git a/package-lock.json b/package-lock.json index 1c84564..feb15b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shopware-ag/acceptance-test-suite", - "version": "11.4.3", + "version": "11.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@shopware-ag/acceptance-test-suite", - "version": "11.4.3", + "version": "11.5.0", "license": "MIT", "dependencies": { "@axe-core/playwright": "4.9.1", diff --git a/package.json b/package.json index 301ba00..06e44e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-ag/acceptance-test-suite", - "version": "11.4.3", + "version": "11.5.0", "description": "Shopware Acceptance Test Suite", "author": "shopware AG", "license": "MIT",