1
0
Fork 0

chore: Fixed dependencies for github workflows

This commit is contained in:
Joost De Cock 2020-07-12 15:58:07 +02:00
parent 508adb298e
commit a2caaa7611
193 changed files with 1596 additions and 1217 deletions

View file

@ -1,33 +1,36 @@
# Change log for: @freesewing/models
## 2.2.0 (2020-02-22)
### Changed
- Extended the menswear size range to have 10 different sizes, just like womenswear
- Extended the menswear size range to have 10 different sizes, just like womenswear
## 2.0.1 (2019-09-01)
### Added
- Expanded the size ranges available.
- Added the `withBreasts` models which were missing in earlier releases.
- Expanded the size ranges available.
- Added the `withBreasts` models which were missing in earlier releases.
### Changed
- The models data is now based on the data from the `neckstimate` method in the utils package.
- The models data is now based on the data from the `neckstimate` method in the utils package.
### Fixed
- [#86](https://github.com/freesewing/freesewing/issues/86): The `seatCircumference` measurement was missing, thus making it unavailable on the website
- [#86](https://github.com/freesewing/freesewing/issues/86): The `seatCircumference` measurement was missing, thus making it unavailable on the website
## 2.0.0 (2019-08-25)
### Added
- Initial release
- Initial release
This is the **initial release**, and the start of this change log.
> Prior to version 2, FreeSewing was not a JavaScript project.
> As such, that history is out of scope for this change log.

View file

@ -29,8 +29,10 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"@freesewing/utils": "^2.7.0-beta.1"
"@freesewing/utils": "^2.7.0-beta.2"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",