1
0
Fork 0

fix(simon): Missing store object in buttonplacket part

This commit is contained in:
Joost De Cock 2021-11-01 18:15:47 +01:00
parent 1f665af908
commit 4772fa988c
5 changed files with 7 additions and 6 deletions

View file

@ -25,13 +25,13 @@
#### Fixed
- Fixed missing store object in buttonholeplacket part
- Fixed missing store object in button(hole)placket part
### simone
#### Fixed
- Fixed missing store object in buttonholeplacket part
- Fixed missing store object in button(hole)placket part
### titan

View file

@ -6,9 +6,9 @@ unreleased:
holmes:
- Fixed SA to use twice the SA value on hem allowance
simon:
- Fixed missing store object in buttonholeplacket part
- Fixed missing store object in button(hole)placket part
simone:
- Fixed missing store object in buttonholeplacket part
- Fixed missing store object in button(hole)placket part
Changed:
titan:

View file

@ -5,7 +5,7 @@
### Fixed
- Fixed missing store object in buttonholeplacket part
- Fixed missing store object in button(hole)placket part
## 2.19.1 (2021-10-23)

View file

@ -14,6 +14,7 @@ export default (part) => {
paperless,
macro,
options,
store,
} = part.shorthand()
if (!options.seperateButtonPlacket || options.buttonPlacketStyle !== 'classic') {

View file

@ -5,7 +5,7 @@
### Fixed
- Fixed missing store object in buttonholeplacket part
- Fixed missing store object in button(hole)placket part
## 2.19.1 (2021-10-23)