Skip to content

Commit

Permalink
chore(trunk): release 11.0.0 (#245)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 19, 2024
1 parent a2c18ca commit ecdd714
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [11.0.0](https://github.com/shopware/acceptance-test-suite/compare/v10.2.3...v11.0.0) (2024-12-19)


### ⚠ BREAKING CHANGES

* remove SetSystemConfigValues use TestDataService.setSystemConfig instead
* fix system config api usage

### Bug Fixes

* add AccountRecover and AccountLogin objects for forgot password ([cf65ffe](https://github.com/shopware/acceptance-test-suite/commit/cf65ffe76e09871742089b32307d70ca29d17808))
* fix system config api usage ([6352f54](https://github.com/shopware/acceptance-test-suite/commit/6352f54c6dfb0a5c83b5a9a61acb1cea33183901))
* Refactor Rule assignment task and types ([#237](https://github.com/shopware/acceptance-test-suite/issues/237)) ([49a585f](https://github.com/shopware/acceptance-test-suite/commit/49a585f6088da7825f0bd65f99b9ee68b876dd8e))


### Code Refactoring

* remove SetSystemConfigValues use TestDataService.setSystemConfig instead ([52fc176](https://github.com/shopware/acceptance-test-suite/commit/52fc176cfc57405271a6a00ee3effa7993859e39))

## [10.2.3](https://github.com/shopware/acceptance-test-suite/compare/v10.2.2...v10.2.3) (2024-12-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-ag/acceptance-test-suite",
"version": "10.2.3",
"version": "11.0.0",
"description": "Shopware Acceptance Test Suite",
"author": "shopware AG",
"license": "MIT",
Expand Down

0 comments on commit ecdd714

Please sign in to comment.