1
0
Fork 0

chore: Preparing 3.2 release

This commit is contained in:
joostdecock 2024-02-11 13:30:18 +01:00
parent 796eafd584
commit 617fb6fa17
177 changed files with 688 additions and 651 deletions

View file

@ -1,4 +1,4 @@
// This file is auto-generated | All changes you make will be overwritten.
export const name = '@freesewing/core'
export const version = '3.1.0'
export const version = '3.2.0-rc.0'
export const data = { name, version }

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/core",
"version": "3.1.0",
"version": "3.2.0-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/",
@ -53,7 +53,7 @@
},
"peerDependencies": {},
"dependencies": {
"@freesewing/core-plugins": "3.1.0",
"@freesewing/core-plugins": "3.2.0-rc.0",
"bezier-js": "6.1.4",
"hooks": "0.3.2",
"lodash.get": "4.4.2",
@ -64,7 +64,7 @@
"devDependencies": {
"eslint": "8.56.0",
"nyc": "15.1.0",
"mocha": "10.3.0",
"mocha": "10.2.0",
"chai": "5.0.3",
"chai-string": "1.5.0",
"sinon": "^17.0.1"
@ -75,7 +75,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=18",