fix(simon): Missing store object in buttonholdplacket part
Closes #1428
This commit is contained in:
parent
1e2ed2b5dd
commit
1f665af908
5 changed files with 29 additions and 0 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -21,6 +21,18 @@
|
||||||
|
|
||||||
- Migrated the `waistbandWidth` option from mm to snapped pct
|
- Migrated the `waistbandWidth` option from mm to snapped pct
|
||||||
|
|
||||||
|
### simon
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- Fixed missing store object in buttonholeplacket part
|
||||||
|
|
||||||
|
### simone
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- Fixed missing store object in buttonholeplacket part
|
||||||
|
|
||||||
### titan
|
### titan
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
|
@ -5,6 +5,10 @@ unreleased:
|
||||||
- Removed lingering console.log statements
|
- Removed lingering console.log statements
|
||||||
holmes:
|
holmes:
|
||||||
- Fixed SA to use twice the SA value on hem allowance
|
- Fixed SA to use twice the SA value on hem allowance
|
||||||
|
simon:
|
||||||
|
- Fixed missing store object in buttonholeplacket part
|
||||||
|
simone:
|
||||||
|
- Fixed missing store object in buttonholeplacket part
|
||||||
|
|
||||||
Changed:
|
Changed:
|
||||||
titan:
|
titan:
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/simon
|
# Change log for: @freesewing/simon
|
||||||
|
|
||||||
|
|
||||||
|
## unreleased (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed missing store object in buttonholeplacket part
|
||||||
|
|
||||||
## 2.19.1 (2021-10-23)
|
## 2.19.1 (2021-10-23)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -14,6 +14,7 @@ export default (part) => {
|
||||||
paperless,
|
paperless,
|
||||||
macro,
|
macro,
|
||||||
options,
|
options,
|
||||||
|
store,
|
||||||
} = part.shorthand()
|
} = part.shorthand()
|
||||||
|
|
||||||
if (!options.seperateButtonholePlacket || options.buttonholePlacketStyle !== 'classic') {
|
if (!options.seperateButtonholePlacket || options.buttonholePlacketStyle !== 'classic') {
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/simone
|
# Change log for: @freesewing/simone
|
||||||
|
|
||||||
|
|
||||||
|
## unreleased (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed missing store object in buttonholeplacket part
|
||||||
|
|
||||||
## 2.19.1 (2021-10-23)
|
## 2.19.1 (2021-10-23)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue