From 5e3732e3cd117a7cd311dbd5889a37ee956df1be Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Wed, 19 Jan 2022 18:00:28 +0100 Subject: [PATCH] chore: Changelog update --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++ config/changelog.yaml | 27 ++++++++++++------------ packages/bee/CHANGELOG.md | 8 ++++++++ packages/bella/CHANGELOG.md | 7 +++++++ packages/diana/CHANGELOG.md | 6 ++++++ packages/paco/CHANGELOG.md | 6 ++++++ packages/sven/CHANGELOG.md | 7 +++++++ packages/teagan/CHANGELOG.md | 6 ++++++ 8 files changed, 94 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d18ddd9b59f..c715a33db79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ ## unreleased (NaN-NaN-NaN) +### bee + +#### Changed + + - Re-structured option groups + - Expose all options to the user that should be configurable + - Hide/lock options that should be fixed (inherited from Bella) + +### bella + +#### Changed + + - Expose the `fullChestEaseReduction` option to the user via option groups + - Expose the `frontArmholeCurvature` option to the user via option groups + ### components #### Added @@ -26,6 +41,12 @@ - Added support for `settings.scale` - Included variables used by TailwindCSS themes for compatibility +### diana + +#### Changed + + - Expose the `cuffEase` option to the user via option groups + ### examples #### Added @@ -38,6 +59,12 @@ - Fixed issue that was causing plugin translations to always be in English +### paco + +#### Changed + + - Hide the `frontPocketFlapSize` from the user + ### plugin-banner #### Changed @@ -118,6 +145,19 @@ - Restructured the pattern to allow inclusion of individual parts in Example component +### sven + +#### Changed + + - Expose the `hipsEase` option to the user via option groups + - Lock the `waistEase` option to a static value + +### teagan + +#### Changed + + - Lock the `frontArmholeDeeper` option to a static value + ## 2.19.9 (2022-01-09) diff --git a/config/changelog.yaml b/config/changelog.yaml index 7487c95f0fe..25d1c6ec544 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -25,6 +25,15 @@ unreleased: Changed: bee: - Re-structured option groups + - Expose all options to the user that should be configurable + - Hide/lock options that should be fixed (inherited from Bella) + bella: + - Expose the `fullChestEaseReduction` option to the user via option groups + - Expose the `frontArmholeCurvature` option to the user via option groups + diana: + - Expose the `cuffEase` option to the user via option groups + paco: + - Hide the `frontPocketFlapSize` from the user plugin-bundle: - plugin-banner is now part of plugin-bundle - plugin-bartack is now part of plugin-bundle @@ -38,18 +47,15 @@ unreleased: - Using `goreNumber` is now deprecated in favor of `gore` and will be removed in the next majot version rendertest: - Restructured the pattern to allow inclusion of individual parts in Example component + sven: + - Expose the `hipsEase` option to the user via option groups + - Lock the `waistEase` option to a static value + teagan: + - Lock the `frontArmholeDeeper` option to a static value Fixed: - bee: - - Expose all options to the user that should be configurable - - Hide/lock options that should be fixed (inherited from Bella) - bella: - - Expose the `fullChestEaseReduction` option to the user via option groups - - Expose the `frontArmholeCurvature` option to the user via option groups components: - Support handling of ` ` in text - diana: - - Expose the `cuffEase` option to the user via option groups i18n: - Fixed issue that was causing plugin translations to always be in English plugin-bartack: @@ -58,11 +64,6 @@ unreleased: - Support start and endpoints being reversed in `bartackFractionAlong` plugin-dimension: - Support hiding start/end markers on path dimensions (pd macro) - sven: - - Expose the `hipsEase` option to the user via option groups - - Lock the `waistEase` option to a static value - teagan: - - Lock the `frontArmholeDeeper` option to a static value Removed: plugin-title: diff --git a/packages/bee/CHANGELOG.md b/packages/bee/CHANGELOG.md index 70142e4d312..7c531ffd347 100644 --- a/packages/bee/CHANGELOG.md +++ b/packages/bee/CHANGELOG.md @@ -1,6 +1,14 @@ # Change log for: @freesewing/bee +## unreleased (NaN-NaN-NaN) + +### Changed + + - Re-structured option groups + - Expose all options to the user that should be configurable + - Hide/lock options that should be fixed (inherited from Bella) + ## 2.19.0 (2021-10-17) ### Added diff --git a/packages/bella/CHANGELOG.md b/packages/bella/CHANGELOG.md index 034e6ff0388..3fb2e79447f 100644 --- a/packages/bella/CHANGELOG.md +++ b/packages/bella/CHANGELOG.md @@ -1,6 +1,13 @@ # Change log for: @freesewing/bella +## unreleased (NaN-NaN-NaN) + +### Changed + + - Expose the `fullChestEaseReduction` option to the user via option groups + - Expose the `frontArmholeCurvature` option to the user via option groups + ## 2.16.1 (2021-05-30) ### Changed diff --git a/packages/diana/CHANGELOG.md b/packages/diana/CHANGELOG.md index 4e9de96bc2d..4b2fecef858 100644 --- a/packages/diana/CHANGELOG.md +++ b/packages/diana/CHANGELOG.md @@ -1,6 +1,12 @@ # Change log for: @freesewing/diana +## unreleased (NaN-NaN-NaN) + +### Changed + + - Expose the `cuffEase` option to the user via option groups + ## 2.17.0 (2021-07-01) ### Changed diff --git a/packages/paco/CHANGELOG.md b/packages/paco/CHANGELOG.md index 3bf2b271f40..5145878bc78 100644 --- a/packages/paco/CHANGELOG.md +++ b/packages/paco/CHANGELOG.md @@ -1,6 +1,12 @@ # Change log for: @freesewing/paco +## unreleased (NaN-NaN-NaN) + +### Changed + + - Hide the `frontPocketFlapSize` from the user + ## 2.19.4 (2021-11-09) ### Fixed diff --git a/packages/sven/CHANGELOG.md b/packages/sven/CHANGELOG.md index 5200b4c6742..567388e1fc2 100644 --- a/packages/sven/CHANGELOG.md +++ b/packages/sven/CHANGELOG.md @@ -1,6 +1,13 @@ # Change log for: @freesewing/sven +## unreleased (NaN-NaN-NaN) + +### Changed + + - Expose the `hipsEase` option to the user via option groups + - Lock the `waistEase` option to a static value + ## 2.17.0 (2021-07-01) ### Added diff --git a/packages/teagan/CHANGELOG.md b/packages/teagan/CHANGELOG.md index b72fab728ce..d464056fb39 100644 --- a/packages/teagan/CHANGELOG.md +++ b/packages/teagan/CHANGELOG.md @@ -1,6 +1,12 @@ # Change log for: @freesewing/teagan +## unreleased (NaN-NaN-NaN) + +### Changed + + - Lock the `frontArmholeDeeper` option to a static value + ## 2.16.1 (2021-05-30) ### Changed