chore: Reconfigure packages
This commit is contained in:
parent
057e67a1f6
commit
102d17b25c
8 changed files with 128 additions and 6 deletions
67
CHANGELOG.md
67
CHANGELOG.md
|
@ -5,6 +5,10 @@
|
||||||
|
|
||||||
### charlie
|
### charlie
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Changed the `waistbandWidth` option type from `mm` to `pct`
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
- Support drafting of non-human measurements (dolls & giants) Closes [#1313](https://github.com/freesewing/freesewing/issues/1313)
|
- Support drafting of non-human measurements (dolls & giants) Closes [#1313](https://github.com/freesewing/freesewing/issues/1313)
|
||||||
|
@ -16,16 +20,73 @@
|
||||||
- Added measurements for dolls & giants to Workbench measurments selector
|
- Added measurements for dolls & giants to Workbench measurments selector
|
||||||
- Added sampling for dolls & giants to Workbench tests
|
- Added sampling for dolls & giants to Workbench tests
|
||||||
|
|
||||||
|
### jaeger
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Changed the `collarRoll` option type from `mm` to `pct`
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- Support drafting of non-human measurements (dolls & giants) Closes [#1321](https://github.com/freesewing/freesewing/issues/1313)
|
||||||
|
|
||||||
### paco
|
### paco
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
- Changed `waistbandWidth` option type from `mm` to `pct`
|
- Changed the `waistbandWidth` option type from `mm` to `pct`
|
||||||
- Changed `ankleElastic` option type from `mm` to `pct`
|
- Changed the `ankleElastic` option type from `mm` to `pct`
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
- Support drafting of non-human measurements (dolls & giants) Closes [#1316](https://github.com/freesewing/freesewing/issues/1313)
|
- Support drafting of non-human measurements (dolls & giants) Closes [#1316](https://github.com/freesewing/freesewing/issues/1316)
|
||||||
|
|
||||||
|
### penelope
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Changed the `hem` option type from `mm` to `pct`
|
||||||
|
- Changed the `waistBandWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `seatEase` option type from `mm` to `pct`
|
||||||
|
- Changed the `waistEase` option type from `mm` to `pct`
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- Support drafting of non-human measurements (dolls & giants) Closes [#1320](https://github.com/freesewing/freesewing/issues/1316)
|
||||||
|
|
||||||
|
### simon
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Changed the `buttonPlacketWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `buttonholePlacketWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `buttonholePlacketFoldWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `collarStandWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `sleevePlacketWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `boxPleatWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `boxPleatFold` option type from `mm` to `pct`
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- Support drafting of non-human measurements (dolls & giants) Closes [#1319](https://github.com/freesewing/freesewing/issues/1319)
|
||||||
|
|
||||||
|
### simone
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Changed the `buttonPlacketWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `buttonholePlacketWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `buttonholePlacketFoldWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `collarStandWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `sleevePlacketWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `boxPleatWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `boxPleatFold` option type from `mm` to `pct`
|
||||||
|
|
||||||
|
### theo
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Added deprecation warning as we need to rewrite this pattern
|
||||||
|
|
||||||
|
|
||||||
## 2.18.0 (2021-09-09)
|
## 2.18.0 (2021-09-09)
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
|
|
||||||
## unreleased (NaN-NaN-NaN)
|
## unreleased (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Changed the `waistbandWidth` option type from `mm` to `pct`
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Support drafting of non-human measurements (dolls & giants) Closes [#1313](https://github.com/freesewing/freesewing/issues/1313)
|
- Support drafting of non-human measurements (dolls & giants) Closes [#1313](https://github.com/freesewing/freesewing/issues/1313)
|
||||||
|
|
|
@ -1,6 +1,16 @@
|
||||||
# Change log for: @freesewing/jaeger
|
# Change log for: @freesewing/jaeger
|
||||||
|
|
||||||
|
|
||||||
|
## unreleased (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Changed the `collarRoll` option type from `mm` to `pct`
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Support drafting of non-human measurements (dolls & giants) Closes [#1321](https://github.com/freesewing/freesewing/issues/1313)
|
||||||
|
|
||||||
## 2.17.0 (2021-07-01)
|
## 2.17.0 (2021-07-01)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Changed `waistbandWidth` option type from `mm` to `pct`
|
- Changed the `waistbandWidth` option type from `mm` to `pct`
|
||||||
- Changed `ankleElastic` option type from `mm` to `pct`
|
- Changed the `ankleElastic` option type from `mm` to `pct`
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Support drafting of non-human measurements (dolls & giants) Closes [#1316](https://github.com/freesewing/freesewing/issues/1313)
|
- Support drafting of non-human measurements (dolls & giants) Closes [#1316](https://github.com/freesewing/freesewing/issues/1316)
|
||||||
|
|
||||||
## 2.17.0 (2021-07-01)
|
## 2.17.0 (2021-07-01)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,19 @@
|
||||||
# Change log for: @freesewing/penelope
|
# Change log for: @freesewing/penelope
|
||||||
|
|
||||||
|
|
||||||
|
## unreleased (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Changed the `hem` option type from `mm` to `pct`
|
||||||
|
- Changed the `waistBandWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `seatEase` option type from `mm` to `pct`
|
||||||
|
- Changed the `waistEase` option type from `mm` to `pct`
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Support drafting of non-human measurements (dolls & giants) Closes [#1320](https://github.com/freesewing/freesewing/issues/1316)
|
||||||
|
|
||||||
## 2.16.1 (2021-05-30)
|
## 2.16.1 (2021-05-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,22 @@
|
||||||
# Change log for: @freesewing/simon
|
# Change log for: @freesewing/simon
|
||||||
|
|
||||||
|
|
||||||
|
## unreleased (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Changed the `buttonPlacketWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `buttonholePlacketWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `buttonholePlacketFoldWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `collarStandWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `sleevePlacketWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `boxPleatWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `boxPleatFold` option type from `mm` to `pct`
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Support drafting of non-human measurements (dolls & giants) Closes [#1319](https://github.com/freesewing/freesewing/issues/1319)
|
||||||
|
|
||||||
## 2.18.0 (2021-09-09)
|
## 2.18.0 (2021-09-09)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -1,6 +1,18 @@
|
||||||
# Change log for: @freesewing/simone
|
# Change log for: @freesewing/simone
|
||||||
|
|
||||||
|
|
||||||
|
## unreleased (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Changed the `buttonPlacketWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `buttonholePlacketWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `buttonholePlacketFoldWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `collarStandWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `sleevePlacketWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `boxPleatWidth` option type from `mm` to `pct`
|
||||||
|
- Changed the `boxPleatFold` option type from `mm` to `pct`
|
||||||
|
|
||||||
## 2.17.2 (2021-08-15)
|
## 2.17.2 (2021-08-15)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/theo
|
# Change log for: @freesewing/theo
|
||||||
|
|
||||||
|
|
||||||
|
## unreleased (NaN-NaN-NaN)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Added deprecation warning as we need to rewrite this pattern
|
||||||
|
|
||||||
## 2.18.0 (2021-09-09)
|
## 2.18.0 (2021-09-09)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue