From d7c812c95344da236073181ad58fee6a4bc4496f Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 13 Nov 2021 14:55:25 +0100 Subject: [PATCH] chore: Changelog update --- CHANGELOG.md | 6 ++++++ config/changelog.yaml | 4 ++++ packages/core/CHANGELOG.md | 6 ++++++ 3 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e20f662400..93c94c8e733 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ - Fix issue where a very low waist caused the fly to be incorrectly drawn This only happens at unrealistic waist heights, so I changed the option minimum value instead. Closes [#1486](https://github.com/freesewing/freesewing/issues/1486) +### core + +#### Fixed + + - Fixed a copy-paste error that caused the `absoluteOptions` shorthand property to be a proxy for the regular options object instead. Note that this bug (and proxying in general) only occurs in debug mode. + ### penelope #### Changed diff --git a/config/changelog.yaml b/config/changelog.yaml index ce214e8568c..2e08b58b759 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -7,6 +7,10 @@ This only happens at unrealistic waist heights, so I changed the option minimum value instead. Closes [#1486](https://github.com/freesewing/freesewing/issues/1486) + core: + - Fixed a copy-paste error that caused the `absoluteOptions` shorthand + property to be a proxy for the regular options object instead. + Note that this bug (and proxying in general) only occurs in debug mode. yuri: - Fix seam allowance on back, gusset and hood center parts Closes [#1464](https://github.com/freesewing/freesewing/issues/1464) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9368d515303..dbf7fd47b65 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,6 +1,12 @@ # Change log for: @freesewing/core +## 2.19.5 (2022-11-13) + +### Fixed + + - Fixed a copy-paste error that caused the `absoluteOptions` shorthand property to be a proxy for the regular options object instead. Note that this bug (and proxying in general) only occurs in debug mode. + ## 2.19.0 (2021-10-17) ### Added