1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
joostdecock 2022-08-23 13:13:56 +02:00
parent e1d10aba62
commit d230d0dee8
126 changed files with 751 additions and 477 deletions

View file

@ -1,6 +1,13 @@
# Change log for: @freesewing/plugin-title
## 2.22.0 (2022-08-23)
### Added
- Added support for removing the title via a macro call
- Added a render timestamp to the title
## 2.21.0 (2022-06-27)
### Changed

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/plugin-title",
"version": "2.22.0-rc.0",
"version": "2.22.0",
"description": "A FreeSewing plugin to add a title to your pattern parts",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -40,7 +40,7 @@
"cibuild_step1": "node build.js"
},
"peerDependencies": {
"@freesewing/core": "^2.22.0-rc.0"
"@freesewing/core": "^2.22.0"
},
"dependencies": {},
"devDependencies": {
@ -53,7 +53,7 @@
],
"publishConfig": {
"access": "public",
"tag": "next"
"tag": "latest"
},
"engines": {
"node": ">=14.0.0",