1
0
Fork 0

prerelease: v3.3.0-rc.1

This commit is contained in:
joostdecock 2024-05-11 17:30:26 +02:00
parent 2c1a7b08ba
commit 21f386f56e
185 changed files with 749 additions and 749 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/plugin-bin-pack",
"version": "3.2.0",
"version": "3.3.0-rc.1",
"description": "A FreeSewing plugin that adds a bin-pack algorithm to the core library",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -49,7 +49,7 @@
"wbuild:all": "yarn wbuild"
},
"peerDependencies": {
"@freesewing/core": "3.2.0"
"@freesewing/core": "3.3.0-rc.1"
},
"dependencies": {},
"devDependencies": {
@ -62,7 +62,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">= 18.17.0 <22"