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

@ -57,12 +57,11 @@ This package will not be part of FreeSewing v3.
> #### 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/utils",
"version": "2.22.0",
"version": "3.0.0-alpha.0",
"description": "A collection of utilities shared across freesewing projects",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -63,7 +63,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=14.0.0",