From fc83a8434040948df1b81f0f8e1cbd48289de531 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 6 Oct 2019 14:05:30 +0200 Subject: [PATCH] chore: Reconfigure packages --- CHANGELOG.md | 8 +++++++- config/changelog.yaml | 10 +++++++--- package.json | 2 +- packages/components/CHANGELOG.md | 5 +++++ packages/utils/CHANGELOG.md | 3 ++- 5 files changed, 22 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1f139bfd56..10e6909e055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ ### components +#### Added + + - Added support for restoring recipe and pattern defaults in DraftConfigurator + #### Changed - Added Penelope and Waralee linedrawings @@ -15,6 +19,7 @@ - Fixed display of nested option in SampleConfigurator - Fixed conflicting key values in React components + - Fixed issue with display of list options in Draftconfigurator ### core @@ -70,6 +75,7 @@ #### Added - Added backend methods for administration + - Added the resendActivationEmail method to backend #### Fixed @@ -125,7 +131,7 @@ #### Fixed - - Fix measurementDiffers to pass breasts parameter to necstimate + - Fix measurementDiffers to pass breasts parameter to neckstimate ## 2.0.2 (2019-09-06) diff --git a/config/changelog.yaml b/config/changelog.yaml index 0741785d1eb..6c9446e390a 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -1,6 +1,8 @@ Unreleased: date: Added: + components: + - Added support for restoring recipe and pattern defaults in DraftConfigurator i18n: - Added translations for Penelope, Waralee, and Simone simone: @@ -9,6 +11,7 @@ Unreleased: - Added the Penelope Pencil Skirt pattern by @woutervdub utils: - Added backend methods for administration + - Added the resendActivationEmail method to backend waralee: - Added the Waralee wrap Pants pattern by @woutervdub Changed: @@ -35,11 +38,12 @@ Unreleased: package has been deprecated. Please import our patterns individually. Removed: Fixed: - css-theme: - - Reduced the sidebar height by 64px to take navbar into account components: - Fixed display of nested option in SampleConfigurator - Fixed conflicting key values in React components + - Fixed issue with display of list options in Draftconfigurator + css-theme: + - Reduced the sidebar height by 64px to take navbar into account simon: - Fixed an issue where the store wasn't properly initialized causing hips and waist ease to be set incorrectly @@ -74,7 +78,7 @@ Unreleased: create-freesewing-pattern: - Updated example package.json to use latest tag rather than beta utils: - - Fix measurementDiffers to pass breasts parameter to necstimate + - Fix measurementDiffers to pass breasts parameter to neckstimate 2.0.2: date: 2019-09-06 diff --git a/package.json b/package.json index 15a22d24d69..1a706e9bf61 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "prerelease": "lerna version --no-git-tag-version --no-push && yarn reconfigure && lerna run build", "release": "lerna exec -- npm publish", "postrelease": "git add . && git commit -m ':bookmark: v$npm_package_version' && git tag -a v$npm_package_version -m ':bookmark: FreeSewing v$npm_package_version'", - "bump": "git add . && git commit -m ':wrench: Reconfigure packages'" + "bump": "git add . && git commit -m 'chore: Reconfigure packages'" }, "repository": { "type": "git", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 38fb5035499..1141d41aebb 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,10 @@ ## Unreleased +### Added + + - Added support for restoring recipe and pattern defaults in DraftConfigurator + ### Changed - Added Penelope and Waralee linedrawings @@ -12,6 +16,7 @@ - Fixed display of nested option in SampleConfigurator - Fixed conflicting key values in React components + - Fixed issue with display of list options in Draftconfigurator ## 2.0.4 (2019-09-27) ### Added diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 7a29ac243ae..72b532ef86a 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -6,6 +6,7 @@ ### Added - Added backend methods for administration + - Added the resendActivationEmail method to backend ### Fixed @@ -19,7 +20,7 @@ ### Fixed - - Fix measurementDiffers to pass breasts parameter to necstimate + - Fix measurementDiffers to pass breasts parameter to neckstimate ## 2.0.2 (2019-09-06) ### Fixed