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
|
### components
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- Added support for restoring recipe and pattern defaults in DraftConfigurator
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
- Added Penelope and Waralee linedrawings
|
- Added Penelope and Waralee linedrawings
|
||||||
|
@ -15,6 +19,7 @@
|
||||||
|
|
||||||
- Fixed display of nested option in SampleConfigurator
|
- Fixed display of nested option in SampleConfigurator
|
||||||
- Fixed conflicting key values in React components
|
- Fixed conflicting key values in React components
|
||||||
|
- Fixed issue with display of list options in Draftconfigurator
|
||||||
|
|
||||||
### core
|
### core
|
||||||
|
|
||||||
|
@ -70,6 +75,7 @@
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
- Added backend methods for administration
|
- Added backend methods for administration
|
||||||
|
- Added the resendActivationEmail method to backend
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
|
@ -125,7 +131,7 @@
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
- Fix measurementDiffers to pass breasts parameter to necstimate
|
- Fix measurementDiffers to pass breasts parameter to neckstimate
|
||||||
|
|
||||||
|
|
||||||
## 2.0.2 (2019-09-06)
|
## 2.0.2 (2019-09-06)
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
Unreleased:
|
Unreleased:
|
||||||
date:
|
date:
|
||||||
Added:
|
Added:
|
||||||
|
components:
|
||||||
|
- Added support for restoring recipe and pattern defaults in DraftConfigurator
|
||||||
i18n:
|
i18n:
|
||||||
- Added translations for Penelope, Waralee, and Simone
|
- Added translations for Penelope, Waralee, and Simone
|
||||||
simone:
|
simone:
|
||||||
|
@ -9,6 +11,7 @@ Unreleased:
|
||||||
- Added the Penelope Pencil Skirt pattern by @woutervdub
|
- Added the Penelope Pencil Skirt pattern by @woutervdub
|
||||||
utils:
|
utils:
|
||||||
- Added backend methods for administration
|
- Added backend methods for administration
|
||||||
|
- Added the resendActivationEmail method to backend
|
||||||
waralee:
|
waralee:
|
||||||
- Added the Waralee wrap Pants pattern by @woutervdub
|
- Added the Waralee wrap Pants pattern by @woutervdub
|
||||||
Changed:
|
Changed:
|
||||||
|
@ -35,11 +38,12 @@ Unreleased:
|
||||||
package has been deprecated. Please import our patterns individually.
|
package has been deprecated. Please import our patterns individually.
|
||||||
Removed:
|
Removed:
|
||||||
Fixed:
|
Fixed:
|
||||||
css-theme:
|
|
||||||
- Reduced the sidebar height by 64px to take navbar into account
|
|
||||||
components:
|
components:
|
||||||
- Fixed display of nested option in SampleConfigurator
|
- Fixed display of nested option in SampleConfigurator
|
||||||
- Fixed conflicting key values in React components
|
- 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:
|
simon:
|
||||||
- Fixed an issue where the store wasn't properly initialized causing hips and waist ease
|
- Fixed an issue where the store wasn't properly initialized causing hips and waist ease
|
||||||
to be set incorrectly
|
to be set incorrectly
|
||||||
|
@ -74,7 +78,7 @@ Unreleased:
|
||||||
create-freesewing-pattern:
|
create-freesewing-pattern:
|
||||||
- Updated example package.json to use latest tag rather than beta
|
- Updated example package.json to use latest tag rather than beta
|
||||||
utils:
|
utils:
|
||||||
- Fix measurementDiffers to pass breasts parameter to necstimate
|
- Fix measurementDiffers to pass breasts parameter to neckstimate
|
||||||
|
|
||||||
2.0.2:
|
2.0.2:
|
||||||
date: 2019-09-06
|
date: 2019-09-06
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
"prerelease": "lerna version --no-git-tag-version --no-push && yarn reconfigure && lerna run build",
|
"prerelease": "lerna version --no-git-tag-version --no-push && yarn reconfigure && lerna run build",
|
||||||
"release": "lerna exec -- npm publish",
|
"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'",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added support for restoring recipe and pattern defaults in DraftConfigurator
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Added Penelope and Waralee linedrawings
|
- Added Penelope and Waralee linedrawings
|
||||||
|
@ -12,6 +16,7 @@
|
||||||
|
|
||||||
- Fixed display of nested option in SampleConfigurator
|
- Fixed display of nested option in SampleConfigurator
|
||||||
- Fixed conflicting key values in React components
|
- Fixed conflicting key values in React components
|
||||||
|
- Fixed issue with display of list options in Draftconfigurator
|
||||||
## 2.0.4 (2019-09-27)
|
## 2.0.4 (2019-09-27)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added backend methods for administration
|
- Added backend methods for administration
|
||||||
|
- Added the resendActivationEmail method to backend
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
@ -19,7 +20,7 @@
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fix measurementDiffers to pass breasts parameter to necstimate
|
- Fix measurementDiffers to pass breasts parameter to neckstimate
|
||||||
## 2.0.2 (2019-09-06)
|
## 2.0.2 (2019-09-06)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue