chore: Reconfigure packages
This commit is contained in:
parent
7c163f0547
commit
fc83a84340
5 changed files with 22 additions and 6 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue