diff --git a/CHANGELOG.md b/CHANGELOG.md index b00c5b384ea..763a1262072 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/config/changelog.yaml b/config/changelog.yaml index 017bda0b361..b5f758d4250 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -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: diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7b825e5dac3..90f3ebf76e3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 761ce4ad9b3..94e3059d9c9 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -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 diff --git a/packages/penelope/CHANGELOG.md b/packages/penelope/CHANGELOG.md index 6fbcdc2a77f..cf03a30d191 100644 --- a/packages/penelope/CHANGELOG.md +++ b/packages/penelope/CHANGELOG.md @@ -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 diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 0695d27410d..e226d37994d 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -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 diff --git a/packages/waralee/CHANGELOG.md b/packages/waralee/CHANGELOG.md index e8a7b35a84f..3438e6c6366 100644 --- a/packages/waralee/CHANGELOG.md +++ b/packages/waralee/CHANGELOG.md @@ -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