1
0
Fork 0

chore: Changelog update

This commit is contained in:
Joost De Cock 2022-01-19 12:37:55 +01:00
parent 3960fc88b1
commit 3db7557a26
4 changed files with 15 additions and 1 deletions

View file

@ -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)

View file

@ -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:

View file

@ -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"
},

View file

@ -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