chore: Reconfigure packages
This commit is contained in:
parent
580883c77f
commit
1ca97116a0
5 changed files with 52 additions and 2 deletions
27
CHANGELOG.md
27
CHANGELOG.md
|
@ -1,6 +1,33 @@
|
|||
# Change log for: FreeSewing (global)
|
||||
|
||||
|
||||
## unreleased (NaN-NaN-NaN)
|
||||
|
||||
### charlie
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Support drafting of non-human measurements (dolls & giants) Closes [#1313](https://github.com/freesewing/freesewing/issues/1313)
|
||||
|
||||
### components
|
||||
|
||||
#### Changed
|
||||
|
||||
- Added measurements for dolls & giants to Workbench measurments selector
|
||||
- Added sampling for dolls & giants to Workbench tests
|
||||
|
||||
### paco
|
||||
|
||||
#### Changed
|
||||
|
||||
- Changed `waistbandWidth` option type from `mm` to `pct`
|
||||
- Changed `ankleElastic` option type from `mm` to `pct`
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Support drafting of non-human measurements (dolls & giants) Closes [#1316](https://github.com/freesewing/freesewing/issues/1313)
|
||||
|
||||
|
||||
## 2.18.0 (2021-09-09)
|
||||
|
||||
### core
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
# Change log for: @freesewing/charlie
|
||||
|
||||
|
||||
## unreleased (NaN-NaN-NaN)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Support drafting of non-human measurements (dolls & giants) Closes [#1313](https://github.com/freesewing/freesewing/issues/1313)
|
||||
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
# Change log for: @freesewing/components
|
||||
|
||||
|
||||
## unreleased (NaN-NaN-NaN)
|
||||
|
||||
### Changed
|
||||
|
||||
- Added measurements for dolls & giants to Workbench measurments selector
|
||||
- Added sampling for dolls & giants to Workbench tests
|
||||
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,17 @@
|
|||
# Change log for: @freesewing/paco
|
||||
|
||||
|
||||
## unreleased (NaN-NaN-NaN)
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed `waistbandWidth` option type from `mm` to `pct`
|
||||
- Changed `ankleElastic` option type from `mm` to `pct`
|
||||
|
||||
### Fixed
|
||||
|
||||
- Support drafting of non-human measurements (dolls & giants) Closes [#1316](https://github.com/freesewing/freesewing/issues/1313)
|
||||
|
||||
## 2.17.0 (2021-07-01)
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -26,8 +26,7 @@ testPatternDrafting(
|
|||
Paco,
|
||||
expect,
|
||||
models,
|
||||
patterns,
|
||||
true
|
||||
patterns
|
||||
)
|
||||
|
||||
// Test sampling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue