fix(simon/simone): Dependencies. Closes #1454
This commit is contained in:
parent
c201ad04c7
commit
0fec8565c7
6 changed files with 35 additions and 0 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -3,6 +3,18 @@
|
||||||
|
|
||||||
## unreleased (2022-11-05)
|
## unreleased (2022-11-05)
|
||||||
|
|
||||||
|
### simon
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- Fix dependencies when only drafting a front Closes [#1445](https://github.com/freesewing/freesewing/issues/1445)
|
||||||
|
|
||||||
|
### simone
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- Fix dependencies when only drafting a front Closes [#1445](https://github.com/freesewing/freesewing/issues/1445)
|
||||||
|
|
||||||
### titan
|
### titan
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
|
@ -2,10 +2,17 @@ unreleased:
|
||||||
date: 2022-11-05
|
date: 2022-11-05
|
||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
|
simon:
|
||||||
|
- Fix dependencies when only drafting a front
|
||||||
|
Closes [#1445](https://github.com/freesewing/freesewing/issues/1445)
|
||||||
|
simone:
|
||||||
|
- Fix dependencies when only drafting a front
|
||||||
|
Closes [#1445](https://github.com/freesewing/freesewing/issues/1445)
|
||||||
titan:
|
titan:
|
||||||
- Fixed a regression that caused the `waistHeight` option to be ignored.
|
- Fixed a regression that caused the `waistHeight` option to be ignored.
|
||||||
Closes [#1467](https://github.com/freesewing/freesewing/issues/1467)
|
Closes [#1467](https://github.com/freesewing/freesewing/issues/1467)
|
||||||
|
|
||||||
|
|
||||||
2.19.3:
|
2.19.3:
|
||||||
date: 2021-11-05
|
date: 2021-11-05
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/simon
|
# Change log for: @freesewing/simon
|
||||||
|
|
||||||
|
|
||||||
|
## unreleased (2022-11-05)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fix dependencies when only drafting a front Closes [#1445](https://github.com/freesewing/freesewing/issues/1445)
|
||||||
|
|
||||||
## 2.19.2 (2021-11-02)
|
## 2.19.2 (2021-11-02)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -120,6 +120,8 @@ export default {
|
||||||
dependencies: {
|
dependencies: {
|
||||||
sleeveBase: ['frontBase', 'backBase', 'back'],
|
sleeveBase: ['frontBase', 'backBase', 'back'],
|
||||||
sleeve: ['sleeveBase', 'front', 'back'],
|
sleeve: ['sleeveBase', 'front', 'back'],
|
||||||
|
frontRight: ['back'],
|
||||||
|
frontLeft: ['back'],
|
||||||
},
|
},
|
||||||
inject: {
|
inject: {
|
||||||
frontBase: 'base',
|
frontBase: 'base',
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/simone
|
# Change log for: @freesewing/simone
|
||||||
|
|
||||||
|
|
||||||
|
## unreleased (2022-11-05)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fix dependencies when only drafting a front Closes [#1445](https://github.com/freesewing/freesewing/issues/1445)
|
||||||
|
|
||||||
## 2.19.2 (2021-11-02)
|
## 2.19.2 (2021-11-02)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -128,6 +128,8 @@ export default {
|
||||||
dependencies: {
|
dependencies: {
|
||||||
sleeveBase: ['frontBase', 'backBase', 'back'],
|
sleeveBase: ['frontBase', 'backBase', 'back'],
|
||||||
sleeve: ['sleeveBase', 'front', 'back'],
|
sleeve: ['sleeveBase', 'front', 'back'],
|
||||||
|
frontRight: ['back'],
|
||||||
|
frontLeft: ['back'],
|
||||||
},
|
},
|
||||||
inject: {
|
inject: {
|
||||||
frontBase: 'base',
|
frontBase: 'base',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue