From 24d259be429990a223a440a9e3f072c4d819e046 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:35:38 +0000 Subject: [PATCH] chore(trunk): release 11.5.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9443d87..48f2346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [11.5.0](https://github.com/shopware/acceptance-test-suite/compare/v11.4.3...v11.5.0) (2025-02-04) + + +### 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)) +* add functions for changing the payment method on an existing order ([#299](https://github.com/shopware/acceptance-test-suite/issues/299)) ([6719019](https://github.com/shopware/acceptance-test-suite/commit/6719019c0989e36408e1967b2e8d32d1e3f5b024)) + ## [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",