fix(simon): Missing store object in buttonplacket part
This commit is contained in:
parent
1f665af908
commit
4772fa988c
5 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ export default (part) => {
|
|||
paperless,
|
||||
macro,
|
||||
options,
|
||||
store,
|
||||
} = part.shorthand()
|
||||
|
||||
if (!options.seperateButtonPlacket || options.buttonPlacketStyle !== 'classic') {
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue