From 8acda731bda2892b84c46e1f4c1fcc8e2940d645 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:22:05 +0200 Subject: [PATCH] chore(trunk): release 3.11.0 (#137) 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 dbfb601..c898a18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.11.0](https://github.com/shopware/acceptance-test-suite/compare/v3.10.0...v3.11.0) (2024-10-25) + + +### Features + +* add shipping listing page ([#133](https://github.com/shopware/acceptance-test-suite/issues/133)) ([fcf9e55](https://github.com/shopware/acceptance-test-suite/commit/fcf9e5548090f3c8b64f1ee546d30f6b6499fcc8)) + + +### Bug Fixes + +* hold class name - add admin prefix to reference only ([0594e0a](https://github.com/shopware/acceptance-test-suite/commit/0594e0a2b15002f292a4f50d73bd471567821788)) + ## [3.10.0](https://github.com/shopware/acceptance-test-suite/compare/v3.9.0...v3.10.0) (2024-10-24) diff --git a/package-lock.json b/package-lock.json index 1dabbc9..02d860b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shopware-ag/acceptance-test-suite", - "version": "3.10.0", + "version": "3.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@shopware-ag/acceptance-test-suite", - "version": "3.10.0", + "version": "3.11.0", "license": "MIT", "dependencies": { "@axe-core/playwright": "4.9.1", diff --git a/package.json b/package.json index 7c65572..9a010c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-ag/acceptance-test-suite", - "version": "3.10.0", + "version": "3.11.0", "description": "Shopware Acceptance Test Suite", "author": "shopware AG", "license": "MIT",