diff --git a/CHANGELOG.md b/CHANGELOG.md index d3303591b72..d18ddd9b59f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -112,6 +112,12 @@ - Added the plugintest pattern which is used for testing plugins +### rendertest + +#### Changed + + - Restructured the pattern to allow inclusion of individual parts in Example component + ## 2.19.9 (2022-01-09) diff --git a/config/changelog.yaml b/config/changelog.yaml index 0b59e5bf664..57066bdc156 100644 --- a/config/changelog.yaml +++ b/config/changelog.yaml @@ -34,6 +34,8 @@ unreleased: plugin-gore: - The `goreNumber` property of the gore macro has been renamed to `gores` - Using `goreNumber` is now deprecated in favor of `gore` and will be removed in the next majot version + rendertest: + - Restructured the pattern to allow inclusion of individual parts in Example component Fixed: components: diff --git a/packages/core/package.json b/packages/core/package.json index df15e177f39..15042256b8e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -42,7 +42,7 @@ }, "peerDependencies": {}, "dependencies": { - "bezier-js": "^5.1.0", + "bezier-js": "^4.1.1", "bin-pack": "^1.0.2", "hooks": "^0.3.2" }, diff --git a/packages/rendertest/CHANGELOG.md b/packages/rendertest/CHANGELOG.md index 7a14efd33fb..b0d5924f656 100644 --- a/packages/rendertest/CHANGELOG.md +++ b/packages/rendertest/CHANGELOG.md @@ -1,6 +1,12 @@ # Change log for: @freesewing/rendertest +## unreleased (NaN-NaN-NaN) + +### Changed + + - Restructured the pattern to allow inclusion of individual parts in Example component + ## 2.19.6 (2021-12-29) ### Changed