🔧 Reconfigure packages
This commit is contained in:
parent
261da52c3b
commit
fc0059647c
7 changed files with 56 additions and 10 deletions
30
CHANGELOG.md
30
CHANGELOG.md
|
@ -4,6 +4,36 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
### core
|
||||
|
||||
#### Changed
|
||||
|
||||
- The pattern super constructor now sets a `config` property that holds the pattern configuration. This means that unlike before, there is no need to instantiate a pattern to access its config. You can just import the pattern, and it's config property will contain the pattern config.
|
||||
|
||||
### i18n
|
||||
|
||||
#### Added
|
||||
|
||||
- Added translations for Penelope and Waralee
|
||||
|
||||
### penelope
|
||||
|
||||
#### Added
|
||||
|
||||
- Added the Penelope Pencil Skirt pattern by @woutervdub
|
||||
|
||||
### utils
|
||||
|
||||
#### Added
|
||||
|
||||
- Added backend methods for administration
|
||||
|
||||
### waralee
|
||||
|
||||
#### Added
|
||||
|
||||
- Added the Waralee wrap Pants pattern by @woutervdub
|
||||
|
||||
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
|
|
|
@ -1,8 +1,24 @@
|
|||
Unreleased:
|
||||
date:
|
||||
Added:
|
||||
penelope:
|
||||
- Added the Penelope Pencil Skirt pattern by @woutervdub
|
||||
waralee:
|
||||
- Added the Waralee wrap Pants pattern by @woutervdub
|
||||
i18n:
|
||||
- Added translations for Penelope and Waralee
|
||||
utils:
|
||||
- Added backend methods for administration
|
||||
Changed:
|
||||
core:
|
||||
- The pattern super constructor now sets a `config` property that
|
||||
holds the pattern configuration. This means that unlike before, there
|
||||
is no need to instantiate a pattern to access its config. You can just
|
||||
import the pattern, and it's config property will contain the pattern config.
|
||||
Deprecated:
|
||||
patterns:
|
||||
- The [@freesewing/patterns](https://www.npmjs.com/package/@freesewing/patterns)
|
||||
package has been deprecated. Please import our patterns individually.
|
||||
Removed:
|
||||
Fixed:
|
||||
Security:
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
||||
### Changed
|
||||
|
||||
- The pattern super constructor now sets a `config` property that holds the pattern configuration. This means that unlike before, there is no need to instantiate a pattern to access its config. You can just import the pattern, and it's config property will contain the pattern config.
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package core
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
||||
### Added
|
||||
|
||||
- Added translations for Penelope and Waralee
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package i18n
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
||||
### Added
|
||||
|
||||
- Added the Penelope Pencil Skirt pattern by @woutervdub
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package penelope
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package utils
|
||||
|
||||
### Added
|
||||
|
||||
- Added backend methods for administration
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package utils
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
**Note:** Version bump only for package waralee
|
||||
|
||||
### Added
|
||||
|
||||
- Added the Waralee wrap Pants pattern by @woutervdub
|
||||
## 2.0.4 (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package waralee
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue