Skip to content

Commit 196cebc

Browse files
authored
add package lock to fix admin build (#81)
1 parent 12f64ad commit 196cebc

File tree

3 files changed

+2442
-2
lines changed

3 files changed

+2442
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ composer.lock
1010
src/Examples
1111
/docs/.vitepress/dist
1212
/docs/.vitepress/cache
13-
package-lock.json

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.2.1] - 2025-11-10
8+
### Fixed
9+
- Admin build issue in Shopware 6.7
10+
711
## [3.2.0] - 2025-07-11
812
### Added
913
- Added support for PHP 8.4
@@ -185,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
185189
- `getNotSpecifiedSalutationId`
186190
- `getGermanCountryId`
187191

188-
[4.0.0]: https://github.com/basecom/FixturesPlugin/compare/3.1.0...4.0.0
192+
[3.2.1]: https://github.com/basecom/FixturesPlugin/compare/3.2.0...3.2.1
193+
[3.2.0]: https://github.com/basecom/FixturesPlugin/compare/3.1.0...3.2.0
189194
[3.1.0]: https://github.com/basecom/FixturesPlugin/compare/3.0.0...3.1.0
190195
[3.0.0]: https://github.com/basecom/FixturesPlugin/compare/2.4.0...3.0.0
191196
[2.4.0]: https://github.com/basecom/FixturesPlugin/compare/2.3.0...2.4.0

0 commit comments

Comments
 (0)