chore: Preparing 3.2 release
This commit is contained in:
parent
796eafd584
commit
617fb6fa17
177 changed files with 688 additions and 651 deletions
|
@ -1,4 +1,4 @@
|
|||
// This file is auto-generated | All changes you make will be overwritten.
|
||||
export const name = '@freesewing/core-plugins'
|
||||
export const version = '3.1.0'
|
||||
export const version = '3.2.0-rc.0'
|
||||
export const data = { name, version }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@freesewing/core-plugins",
|
||||
"version": "3.1.0",
|
||||
"version": "3.2.0-rc.0",
|
||||
"description": "An umbrella package of essential plugins that are bundled with FreeSewing's core library",
|
||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
|
@ -49,16 +49,16 @@
|
|||
"wbuild:all": "yarn wbuild"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "3.1.0"
|
||||
"@freesewing/core": "3.2.0-rc.0"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"mocha": "10.3.0",
|
||||
"mocha": "10.2.0",
|
||||
"chai": "5.0.3",
|
||||
"@freesewing/plugin-annotations": "3.1.0",
|
||||
"@freesewing/plugin-mirror": "3.1.0",
|
||||
"@freesewing/plugin-round": "3.1.0",
|
||||
"@freesewing/plugin-sprinkle": "3.1.0"
|
||||
"@freesewing/plugin-annotations": "3.2.0-rc.0",
|
||||
"@freesewing/plugin-mirror": "3.2.0-rc.0",
|
||||
"@freesewing/plugin-round": "3.2.0-rc.0",
|
||||
"@freesewing/plugin-sprinkle": "3.2.0-rc.0"
|
||||
},
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
@ -66,7 +66,7 @@
|
|||
],
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"tag": "latest"
|
||||
"tag": "next"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue