From a78416965bc23c757d56ec4e28131f43bf25b985 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:26:34 +0000 Subject: [PATCH 1/2] chore(trunk): release 10.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0679505f..b1aa864a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [10.2.0](https://github.com/shopware/acceptance-test-suite/compare/v10.1.0...v10.2.0) (2024-12-16) + + +### Features + +* add account recover page ([#235](https://github.com/shopware/acceptance-test-suite/issues/235)) ([c70ae47](https://github.com/shopware/acceptance-test-suite/commit/c70ae474205d4afbcabdb8f686e1ed860f36652d)) + + +### Bug Fixes + +* type check to stop IDE complaint ([#228](https://github.com/shopware/acceptance-test-suite/issues/228)) ([4eab21c](https://github.com/shopware/acceptance-test-suite/commit/4eab21c21236b652618789b982cf608b14f8533f)) + + +### Miscellaneous Chores + +* release 10.2.0 ([1a60727](https://github.com/shopware/acceptance-test-suite/commit/1a60727110063843e5f504bc96ff635e06c074fe)) + ## [10.1.0](https://github.com/shopware/acceptance-test-suite/compare/v10.0.1...v10.1.0) (2024-12-13) diff --git a/package-lock.json b/package-lock.json index 8a1e0442..3d1f3876 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shopware-ag/acceptance-test-suite", - "version": "10.1.0", + "version": "10.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@shopware-ag/acceptance-test-suite", - "version": "10.1.0", + "version": "10.2.0", "license": "MIT", "dependencies": { "@axe-core/playwright": "4.9.1", diff --git a/package.json b/package.json index 181dbbc2..8c9589ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-ag/acceptance-test-suite", - "version": "10.1.0", + "version": "10.2.0", "description": "Shopware Acceptance Test Suite", "author": "shopware AG", "license": "MIT", From 2c83dccf7fad1dc1c33394e5b244d953180534f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:53:50 +0000 Subject: [PATCH 2/2] chore(trunk): release 10.2.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1aa864a..92451a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ### Features * add account recover page ([#235](https://github.com/shopware/acceptance-test-suite/issues/235)) ([c70ae47](https://github.com/shopware/acceptance-test-suite/commit/c70ae474205d4afbcabdb8f686e1ed860f36652d)) +* add some locators to AccountProfile ([bbfc459](https://github.com/shopware/acceptance-test-suite/pull/232/commits/bbfc459a24fb4cc53acfe44790071a4afcfcf2ce)) ### Bug Fixes