release: v2.17.3
This commit is contained in:
parent
aa9bf6b55a
commit
692391eb19
122 changed files with 644 additions and 606 deletions
|
@ -1,6 +1,12 @@
|
|||
# Change log for: @freesewing/utils
|
||||
|
||||
|
||||
## 2.17.3 (2021-08-16)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Added missing `bustPointToUnderbust` measurement to `neckstimate`
|
||||
|
||||
## 2.16.1 (2021-05-30)
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/utils",
|
||||
"version": "2.17.2",
|
||||
"version": "2.17.3",
|
||||
"description": "A collection of utilities shared across freesewing projects",
|
||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
|
|
@ -10,7 +10,7 @@ let v = 0.65 // vertical
|
|||
export default {
|
||||
// Arc measurements
|
||||
bustFront: a,
|
||||
bustPointToUnderbust: a
|
||||
bustPointToUnderbust: a,
|
||||
bustSpan: a,
|
||||
highBustFront: a,
|
||||
// Circumference measurements
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue