1
0
Fork 0

chore: develop now hosts v3 code

This commit is contained in:
joostdecock 2022-08-23 13:45:20 +02:00
parent f134ad4f1b
commit ae40299f7b
194 changed files with 845 additions and 928 deletions

View file

@ -53,12 +53,11 @@ A FreeSewing plugin to add a title to your pattern parts
> #### Note: this is the last v2 minor release
> #### Note: Version 3 is a work in progress
>
> We'll be moving to a new major version (v3) so this is the last minor release.
> We'll continue to support this while we work on v3, and backport important fixes.
>
> Once v3 is out, we'll drop official support for v2.
> We are working on a new major version (v3) but it is not ready for prime-time.
> For production use, please refer to our v2 packages (the `latest` on NPM)
> or [the `v2` branch in our monorepo](https://github.com/freesewing/freesewing/tree/v2).
## What am I looking at? 🤔

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/plugin-title",
"version": "2.22.0",
"version": "3.0.0-alpha.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"
"@freesewing/core": "^3.0.0-alpha.0"
},
"dependencies": {},
"devDependencies": {
@ -53,7 +53,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=14.0.0",