1
0
Fork 0

fix(simon/simone): Dependencies. Closes #1454

This commit is contained in:
Joost De Cock 2021-11-08 19:02:15 +01:00
parent c201ad04c7
commit 0fec8565c7
6 changed files with 35 additions and 0 deletions

View file

@ -3,6 +3,18 @@
## 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
#### Fixed

View file

@ -2,10 +2,17 @@ unreleased:
date: 2022-11-05
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:
- Fixed a regression that caused the `waistHeight` option to be ignored.
Closes [#1467](https://github.com/freesewing/freesewing/issues/1467)
2.19.3:
date: 2021-11-05

View file

@ -1,6 +1,12 @@
# 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)
### Fixed

View file

@ -120,6 +120,8 @@ export default {
dependencies: {
sleeveBase: ['frontBase', 'backBase', 'back'],
sleeve: ['sleeveBase', 'front', 'back'],
frontRight: ['back'],
frontLeft: ['back'],
},
inject: {
frontBase: 'base',

View file

@ -1,6 +1,12 @@
# 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)
### Fixed

View file

@ -128,6 +128,8 @@ export default {
dependencies: {
sleeveBase: ['frontBase', 'backBase', 'back'],
sleeve: ['sleeveBase', 'front', 'back'],
frontRight: ['back'],
frontLeft: ['back'],
},
inject: {
frontBase: 'base',