1
0
Fork 0

pre-release: 2.21.3.-rc.0

This commit is contained in:
Joost De Cock 2022-07-02 20:07:11 +02:00
parent 7a33cf1783
commit 23d62c55d1
101 changed files with 476 additions and 454 deletions

View file

@ -1,6 +1,12 @@
# Change log for: @freesewing/core
## 2.21.3 (2022-07-03)
### Changed
- Make generatePartTransform a named export
## 2.21.0 (2022-06-27)
### Changed

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/core",
"version": "2.21.2",
"version": "2.21.3-rc.0",
"description": "A library for creating made-to-measure sewing patterns",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -57,7 +57,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=14.0.0",