chore: Changelog update
This commit is contained in:
parent
3960fc88b1
commit
3db7557a26
4 changed files with 15 additions and 1 deletions
|
@ -112,6 +112,12 @@
|
||||||
|
|
||||||
- Added the plugintest pattern which is used for testing plugins
|
- 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)
|
## 2.19.9 (2022-01-09)
|
||||||
|
|
||||||
|
|
|
@ -34,6 +34,8 @@ unreleased:
|
||||||
plugin-gore:
|
plugin-gore:
|
||||||
- The `goreNumber` property of the gore macro has been renamed to `gores`
|
- 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
|
- 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:
|
Fixed:
|
||||||
components:
|
components:
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
},
|
},
|
||||||
"peerDependencies": {},
|
"peerDependencies": {},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bezier-js": "^5.1.0",
|
"bezier-js": "^4.1.1",
|
||||||
"bin-pack": "^1.0.2",
|
"bin-pack": "^1.0.2",
|
||||||
"hooks": "^0.3.2"
|
"hooks": "^0.3.2"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
# Change log for: @freesewing/rendertest
|
# 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)
|
## 2.19.6 (2021-12-29)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue