diff --git a/config/templates/package.dflt.json b/config/templates/package.dflt.json index fd16baebc7f..0be3916083f 100644 --- a/config/templates/package.dflt.json +++ b/config/templates/package.dflt.json @@ -25,7 +25,7 @@ "files": ["dist/*", "README.md"], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/config/templates/readme.dflt.md b/config/templates/readme.dflt.md index 3952df8a923..aaeeb936fcc 100644 --- a/config/templates/readme.dflt.md +++ b/config/templates/readme.dflt.md @@ -8,12 +8,11 @@ {{{info}}} -> #### 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? 🤔 diff --git a/designs/aaron/README.md b/designs/aaron/README.md index 9df9abe6274..24b6aa72db4 100644 --- a/designs/aaron/README.md +++ b/designs/aaron/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a A-shirt or tank top -> #### 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? 🤔 diff --git a/designs/aaron/package.json b/designs/aaron/package.json index a45876eb4fc..dbb51942f11 100644 --- a/designs/aaron/package.json +++ b/designs/aaron/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/aaron", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a A-shirt or tank top", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,11 +40,11 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/brian": "^2.22.0", - "@freesewing/plugin-bust": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/brian": "^3.0.0-alpha.0", + "@freesewing/plugin-bust": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -57,7 +57,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/albert/README.md b/designs/albert/README.md index 1652dc72f8a..3d4b0383f18 100644 --- a/designs/albert/README.md +++ b/designs/albert/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for an apron -> #### 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? 🤔 diff --git a/designs/albert/package.json b/designs/albert/package.json index a65016e1af6..546537df38b 100644 --- a/designs/albert/package.json +++ b/designs/albert/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/albert", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for an apron", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/bee/README.md b/designs/bee/README.md index ef976673272..8f890186960 100644 --- a/designs/bee/README.md +++ b/designs/bee/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a bikini top -> #### 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? 🤔 diff --git a/designs/bee/package.json b/designs/bee/package.json index d189140d9f0..e8ee2697585 100644 --- a/designs/bee/package.json +++ b/designs/bee/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/bee", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a bikini top", "author": "bobgeorgethe3rd (https://github.com/bobgeorgethe3rd)", "homepage": "https://freesewing.org/", @@ -40,10 +40,10 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/bella": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/bella": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -56,7 +56,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/bella/README.md b/designs/bella/README.md index 780d44e66cb..56438d6c4a8 100644 --- a/designs/bella/README.md +++ b/designs/bella/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a womenswear bodice block -> #### 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? 🤔 diff --git a/designs/bella/package.json b/designs/bella/package.json index 2639918370c..a18c1ab342d 100644 --- a/designs/bella/package.json +++ b/designs/bella/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/bella", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a womenswear bodice block", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step3": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/benjamin/README.md b/designs/benjamin/README.md index 31b86969a38..531a8825e91 100644 --- a/designs/benjamin/README.md +++ b/designs/benjamin/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a bow tie -> #### 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? 🤔 diff --git a/designs/benjamin/package.json b/designs/benjamin/package.json index 65b7ee23b23..6b683661b38 100644 --- a/designs/benjamin/package.json +++ b/designs/benjamin/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/benjamin", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a bow tie", "author": "woutervdub (https://github.com/woutervdub)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/bent/README.md b/designs/bent/README.md index a11494a2218..04a5f9b35ab 100644 --- a/designs/bent/README.md +++ b/designs/bent/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a menswear body block with a two-part sleeve -> #### 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? 🤔 diff --git a/designs/bent/package.json b/designs/bent/package.json index 3eee8f8df4a..3b368e37ec3 100644 --- a/designs/bent/package.json +++ b/designs/bent/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/bent", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a menswear body block with a two-part sleeve", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,12 +40,12 @@ "cibuild_step4": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/brian": "^2.22.0", - "@freesewing/plugin-mirror": "^2.22.0", - "@freesewing/plugin-bust": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/brian": "^3.0.0-alpha.0", + "@freesewing/plugin-mirror": "^3.0.0-alpha.0", + "@freesewing/plugin-bust": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -58,7 +58,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/bob/README.md b/designs/bob/README.md index e87cefccfa1..b5112564c73 100644 --- a/designs/bob/README.md +++ b/designs/bob/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a bib -> #### 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? 🤔 diff --git a/designs/bob/package.json b/designs/bob/package.json index f9780c69548..4d84ed97ee8 100644 --- a/designs/bob/package.json +++ b/designs/bob/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/bob", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a bib", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/breanna/README.md b/designs/breanna/README.md index e26d5d2cf5f..f2e8896721d 100644 --- a/designs/breanna/README.md +++ b/designs/breanna/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a basic body block for womenswear -> #### 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? 🤔 diff --git a/designs/breanna/package.json b/designs/breanna/package.json index 27d7eeb021f..5acb74e7a24 100644 --- a/designs/breanna/package.json +++ b/designs/breanna/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/breanna", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a basic body block for womenswear", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,10 +40,10 @@ "cibuild_step3": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/brian": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/brian": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -56,7 +56,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/brian/README.md b/designs/brian/README.md index f57394853e7..c7c7f1c06d8 100644 --- a/designs/brian/README.md +++ b/designs/brian/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a basic body block for menswear -> #### 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? 🤔 diff --git a/designs/brian/package.json b/designs/brian/package.json index 88013891de1..bc31968224c 100644 --- a/designs/brian/package.json +++ b/designs/brian/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/brian", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a basic body block for menswear", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,11 +40,11 @@ "cibuild_step3": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/plugin-mirror": "^2.22.0", - "@freesewing/plugin-bust": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/plugin-mirror": "^3.0.0-alpha.0", + "@freesewing/plugin-bust": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -57,7 +57,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/bruce/README.md b/designs/bruce/README.md index 90d7221e99d..c0d308299e1 100644 --- a/designs/bruce/README.md +++ b/designs/bruce/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for boxer briefs -> #### 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? 🤔 diff --git a/designs/bruce/package.json b/designs/bruce/package.json index 9345b92af07..985c0cd146b 100644 --- a/designs/bruce/package.json +++ b/designs/bruce/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/bruce", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for boxer briefs", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/carlita/README.md b/designs/carlita/README.md index 3abab875825..712597f177a 100644 --- a/designs/carlita/README.md +++ b/designs/carlita/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat -> #### 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? 🤔 diff --git a/designs/carlita/package.json b/designs/carlita/package.json index 45f90e0a45b..246f94fa961 100644 --- a/designs/carlita/package.json +++ b/designs/carlita/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/carlita", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,14 +40,14 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/brian": "^2.22.0", - "@freesewing/bent": "^2.22.0", - "@freesewing/carlton": "^2.22.0", - "@freesewing/plugin-bust": "^2.22.0", - "@freesewing/plugin-mirror": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/brian": "^3.0.0-alpha.0", + "@freesewing/bent": "^3.0.0-alpha.0", + "@freesewing/carlton": "^3.0.0-alpha.0", + "@freesewing/plugin-bust": "^3.0.0-alpha.0", + "@freesewing/plugin-mirror": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -60,7 +60,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/carlton/README.md b/designs/carlton/README.md index d6bd8511dc7..401c054e2b9 100644 --- a/designs/carlton/README.md +++ b/designs/carlton/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat -> #### 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? 🤔 diff --git a/designs/carlton/package.json b/designs/carlton/package.json index 9aceda19a47..d7423c240d7 100644 --- a/designs/carlton/package.json +++ b/designs/carlton/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/carlton", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,13 +40,13 @@ "cibuild_step4": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/brian": "^2.22.0", - "@freesewing/bent": "^2.22.0", - "@freesewing/plugin-mirror": "^2.22.0", - "@freesewing/plugin-bust": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/brian": "^3.0.0-alpha.0", + "@freesewing/bent": "^3.0.0-alpha.0", + "@freesewing/plugin-mirror": "^3.0.0-alpha.0", + "@freesewing/plugin-bust": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -59,7 +59,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/cathrin/README.md b/designs/cathrin/README.md index cd3cbba956d..9b78ce86e2c 100644 --- a/designs/cathrin/README.md +++ b/designs/cathrin/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a underbust corset / waist trainer -> #### 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? 🤔 diff --git a/designs/cathrin/package.json b/designs/cathrin/package.json index 9ce784c92de..68f9d2bc235 100644 --- a/designs/cathrin/package.json +++ b/designs/cathrin/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/cathrin", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a underbust corset / waist trainer", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/charlie/README.md b/designs/charlie/README.md index bad4cb83a8e..d68db192629 100644 --- a/designs/charlie/README.md +++ b/designs/charlie/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for chino trousers -> #### 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? 🤔 diff --git a/designs/charlie/package.json b/designs/charlie/package.json index c9af76aa51a..b8cef950fa3 100644 --- a/designs/charlie/package.json +++ b/designs/charlie/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/charlie", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for chino trousers", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,12 +40,12 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/plugin-bartack": "^2.22.0", - "@freesewing/plugin-mirror": "^2.22.0", - "@freesewing/titan": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/plugin-bartack": "^3.0.0-alpha.0", + "@freesewing/plugin-mirror": "^3.0.0-alpha.0", + "@freesewing/titan": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -58,7 +58,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/cornelius/README.md b/designs/cornelius/README.md index 1c124951a77..2c043f5fe44 100644 --- a/designs/cornelius/README.md +++ b/designs/cornelius/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for cycling breeches, based on the Keystone drafting system -> #### 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? 🤔 diff --git a/designs/cornelius/package.json b/designs/cornelius/package.json index 4aebea7d8c4..43d09e40ba1 100644 --- a/designs/cornelius/package.json +++ b/designs/cornelius/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/cornelius", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for cycling breeches, based on the Keystone drafting system", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/diana/README.md b/designs/diana/README.md index 2c1b70045eb..12625e759c2 100644 --- a/designs/diana/README.md +++ b/designs/diana/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a top with a draped neck -> #### 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? 🤔 diff --git a/designs/diana/package.json b/designs/diana/package.json index 84764c30cb4..8daa2820026 100644 --- a/designs/diana/package.json +++ b/designs/diana/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/diana", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a top with a draped neck", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,11 +40,11 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/brian": "^2.22.0", - "@freesewing/plugin-bust": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/brian": "^3.0.0-alpha.0", + "@freesewing/plugin-bust": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -57,7 +57,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/examples/README.md b/designs/examples/README.md index 5e6417bf0bd..87f47016fbf 100644 --- a/designs/examples/README.md +++ b/designs/examples/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern holding examples for our documentation -> #### 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? 🤔 diff --git a/designs/examples/package.json b/designs/examples/package.json index 9e66593c5b5..dc970a9ed65 100644 --- a/designs/examples/package.json +++ b/designs/examples/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/examples", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern holding examples for our documentation", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -35,11 +35,11 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/plugin-mirror": "^2.22.0", - "@freesewing/plugin-gore": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/plugin-mirror": "^3.0.0-alpha.0", + "@freesewing/plugin-gore": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -52,7 +52,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/florence/README.md b/designs/florence/README.md index 55eda8438e6..9f243b09676 100644 --- a/designs/florence/README.md +++ b/designs/florence/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a face mask -> #### 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? 🤔 diff --git a/designs/florence/package.json b/designs/florence/package.json index 761f6ab27bd..11f26e50131 100644 --- a/designs/florence/package.json +++ b/designs/florence/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/florence", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a face mask", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/florent/README.md b/designs/florent/README.md index 11006e42bd4..fff3a6fb1a2 100644 --- a/designs/florent/README.md +++ b/designs/florent/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a flat cap -> #### 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? 🤔 diff --git a/designs/florent/package.json b/designs/florent/package.json index 2ce358f273b..bcd30838313 100644 --- a/designs/florent/package.json +++ b/designs/florent/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/florent", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a flat cap", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/hi/README.md b/designs/hi/README.md index 44fa54650ec..3a6501a4055 100644 --- a/designs/hi/README.md +++ b/designs/hi/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a shark plush toy -> #### 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? 🤔 diff --git a/designs/hi/package.json b/designs/hi/package.json index e0ea186747d..a47d971796f 100644 --- a/designs/hi/package.json +++ b/designs/hi/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/hi", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a shark plush toy", "author": "woutervdub (https://github.com/woutervdub)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/holmes/README.md b/designs/holmes/README.md index 8da1a98af28..fe56e802ff1 100644 --- a/designs/holmes/README.md +++ b/designs/holmes/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a Sherlock Holmes hat -> #### 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? 🤔 diff --git a/designs/holmes/package.json b/designs/holmes/package.json index c110b47fceb..56377ac4137 100644 --- a/designs/holmes/package.json +++ b/designs/holmes/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/holmes", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a Sherlock Holmes hat", "author": "AlfaLyr (https://github.com/alfalyr)", "homepage": "https://freesewing.org/", @@ -40,13 +40,13 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/plugin-bust": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/plugin-bust": "^3.0.0-alpha.0" }, "dependencies": { - "@freesewing/plugin-gore": "^2.22.0" + "@freesewing/plugin-gore": "^3.0.0-alpha.0" }, "devDependencies": { "mocha": "^10.0.0", @@ -58,7 +58,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/hortensia/README.md b/designs/hortensia/README.md index 27c283521a1..03b7aa2d1f4 100644 --- a/designs/hortensia/README.md +++ b/designs/hortensia/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a handbag -> #### 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? 🤔 diff --git a/designs/hortensia/package.json b/designs/hortensia/package.json index 9d433fba307..3eb05fcf8a3 100644 --- a/designs/hortensia/package.json +++ b/designs/hortensia/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/hortensia", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a handbag", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/huey/README.md b/designs/huey/README.md index 4dc4a05e48c..a41a0a6d574 100644 --- a/designs/huey/README.md +++ b/designs/huey/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a zip-up hoodie -> #### 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? 🤔 diff --git a/designs/huey/package.json b/designs/huey/package.json index 16b64fa900f..8ef8e2cd7bc 100644 --- a/designs/huey/package.json +++ b/designs/huey/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/huey", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a zip-up hoodie", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,11 +40,11 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/brian": "^2.22.0", - "@freesewing/plugin-bust": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/brian": "^3.0.0-alpha.0", + "@freesewing/plugin-bust": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -57,7 +57,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/hugo/README.md b/designs/hugo/README.md index a262419710b..57c6a5766cb 100644 --- a/designs/hugo/README.md +++ b/designs/hugo/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a hooded jumper with raglan sleeves -> #### 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? 🤔 diff --git a/designs/hugo/package.json b/designs/hugo/package.json index 6d165606389..eae01f021c7 100644 --- a/designs/hugo/package.json +++ b/designs/hugo/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/hugo", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a hooded jumper with raglan sleeves", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,11 +40,11 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/brian": "^2.22.0", - "@freesewing/plugin-bust": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/brian": "^3.0.0-alpha.0", + "@freesewing/plugin-bust": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -57,7 +57,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/jaeger/README.md b/designs/jaeger/README.md index 6819ecbd6cb..136387e6fde 100644 --- a/designs/jaeger/README.md +++ b/designs/jaeger/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a sport coat style jacket -> #### 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? 🤔 diff --git a/designs/jaeger/package.json b/designs/jaeger/package.json index 34193d537e5..4f670e3a210 100644 --- a/designs/jaeger/package.json +++ b/designs/jaeger/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/jaeger", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a sport coat style jacket", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,13 +40,13 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/brian": "^2.22.0", - "@freesewing/bent": "^2.22.0", - "@freesewing/plugin-bust": "^2.22.0", - "@freesewing/plugin-mirror": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/brian": "^3.0.0-alpha.0", + "@freesewing/bent": "^3.0.0-alpha.0", + "@freesewing/plugin-bust": "^3.0.0-alpha.0", + "@freesewing/plugin-mirror": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -59,7 +59,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/legend/README.md b/designs/legend/README.md index b75a587daf8..54cabd0a178 100644 --- a/designs/legend/README.md +++ b/designs/legend/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern to document pattern notation -> #### 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? 🤔 diff --git a/designs/legend/package.json b/designs/legend/package.json index 4f28462bd82..14d3cc4c23f 100644 --- a/designs/legend/package.json +++ b/designs/legend/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/legend", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern to document pattern notation", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,10 +40,10 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/plugin-buttons": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/plugin-buttons": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -56,7 +56,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/lucy/README.md b/designs/lucy/README.md index acd5c9af55c..0d690633e6a 100644 --- a/designs/lucy/README.md +++ b/designs/lucy/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a historical tie-on pocket -> #### 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? 🤔 diff --git a/designs/lucy/package.json b/designs/lucy/package.json index 7bc624cb8ed..279ca3bf14e 100644 --- a/designs/lucy/package.json +++ b/designs/lucy/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/lucy", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a historical tie-on pocket", "author": "SeaZeeZee (https://github.com/SeaZeeZee)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/lunetius/README.md b/designs/lunetius/README.md index dc16208becc..3bedd319c95 100644 --- a/designs/lunetius/README.md +++ b/designs/lunetius/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a lacerna, a historical Roman cloak -> #### 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? 🤔 diff --git a/designs/lunetius/package.json b/designs/lunetius/package.json index 7d0f5af4fe6..934b843b12c 100644 --- a/designs/lunetius/package.json +++ b/designs/lunetius/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/lunetius", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a lacerna, a historical Roman cloak", "author": "Starfetch (https://github.com/starfetch)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/noble/README.md b/designs/noble/README.md index 47f740372d9..72332c4bf69 100644 --- a/designs/noble/README.md +++ b/designs/noble/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a princess seam bodice block -> #### 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? 🤔 diff --git a/designs/noble/package.json b/designs/noble/package.json index 9fd94dc75db..09211c2fea8 100644 --- a/designs/noble/package.json +++ b/designs/noble/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/noble", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a princess seam bodice block", "author": "woutervdub (https://github.com/woutervdub)", "homepage": "https://freesewing.org/", @@ -40,10 +40,10 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/bella": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/bella": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -56,7 +56,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/octoplushy/README.md b/designs/octoplushy/README.md index 1be520126e8..87aba4de415 100644 --- a/designs/octoplushy/README.md +++ b/designs/octoplushy/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for an octopus plushy toy -> #### 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? 🤔 diff --git a/designs/octoplushy/package.json b/designs/octoplushy/package.json index d7a7db3a72c..d45bcec3585 100644 --- a/designs/octoplushy/package.json +++ b/designs/octoplushy/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/octoplushy", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for an octopus plushy toy", "author": "woutervdub (https://github.com/woutervdub)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/paco/README.md b/designs/paco/README.md index 88c0ca109fc..8f6b958f184 100644 --- a/designs/paco/README.md +++ b/designs/paco/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for summer pants -> #### 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? 🤔 diff --git a/designs/paco/package.json b/designs/paco/package.json index 1ba0faf0c6a..eedb21016b2 100644 --- a/designs/paco/package.json +++ b/designs/paco/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/paco", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for summer pants", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,10 +40,10 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/titan": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/titan": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -56,7 +56,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/penelope/README.md b/designs/penelope/README.md index a0b549435b7..6a31c9a8f2c 100644 --- a/designs/penelope/README.md +++ b/designs/penelope/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a pencil skirt -> #### 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? 🤔 diff --git a/designs/penelope/package.json b/designs/penelope/package.json index d76f1d2229c..e6489da1196 100644 --- a/designs/penelope/package.json +++ b/designs/penelope/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/penelope", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a pencil skirt", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/plugintest/README.md b/designs/plugintest/README.md index 43222905edf..2c313c1edeb 100644 --- a/designs/plugintest/README.md +++ b/designs/plugintest/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern to test (y)our plugins -> #### 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? 🤔 diff --git a/designs/plugintest/package.json b/designs/plugintest/package.json index cbe8679d5a5..2339c5c1404 100644 --- a/designs/plugintest/package.json +++ b/designs/plugintest/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugintest", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern to test (y)our plugins", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,30 +40,30 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/plugin-banner": "^2.22.0", - "@freesewing/plugin-bartack": "^2.22.0", - "@freesewing/plugin-bust": "^2.22.0", - "@freesewing/plugin-buttons": "^2.22.0", - "@freesewing/plugin-cutonfold": "^2.22.0", - "@freesewing/plugin-dimension": "^2.22.0", - "@freesewing/plugin-flip": "^2.22.0", - "@freesewing/plugin-gore": "^2.22.0", - "@freesewing/plugin-grainline": "^2.22.0", - "@freesewing/plugin-i18n": "^2.22.0", - "@freesewing/plugin-logo": "^2.22.0", - "@freesewing/plugin-measurements": "^2.22.0", - "@freesewing/plugin-mirror": "^2.22.0", - "@freesewing/plugin-notches": "^2.22.0", - "@freesewing/plugin-round": "^2.22.0", - "@freesewing/plugin-scalebox": "^2.22.0", - "@freesewing/plugin-sprinkle": "^2.22.0", - "@freesewing/plugin-svgattr": "^2.22.0", - "@freesewing/plugin-theme": "^2.22.0", - "@freesewing/plugin-title": "^2.22.0", - "@freesewing/plugin-validate": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/plugin-banner": "^3.0.0-alpha.0", + "@freesewing/plugin-bartack": "^3.0.0-alpha.0", + "@freesewing/plugin-bust": "^3.0.0-alpha.0", + "@freesewing/plugin-buttons": "^3.0.0-alpha.0", + "@freesewing/plugin-cutonfold": "^3.0.0-alpha.0", + "@freesewing/plugin-dimension": "^3.0.0-alpha.0", + "@freesewing/plugin-flip": "^3.0.0-alpha.0", + "@freesewing/plugin-gore": "^3.0.0-alpha.0", + "@freesewing/plugin-grainline": "^3.0.0-alpha.0", + "@freesewing/plugin-i18n": "^3.0.0-alpha.0", + "@freesewing/plugin-logo": "^3.0.0-alpha.0", + "@freesewing/plugin-measurements": "^3.0.0-alpha.0", + "@freesewing/plugin-mirror": "^3.0.0-alpha.0", + "@freesewing/plugin-notches": "^3.0.0-alpha.0", + "@freesewing/plugin-round": "^3.0.0-alpha.0", + "@freesewing/plugin-scalebox": "^3.0.0-alpha.0", + "@freesewing/plugin-sprinkle": "^3.0.0-alpha.0", + "@freesewing/plugin-svgattr": "^3.0.0-alpha.0", + "@freesewing/plugin-theme": "^3.0.0-alpha.0", + "@freesewing/plugin-title": "^3.0.0-alpha.0", + "@freesewing/plugin-validate": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -76,7 +76,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/rendertest/README.md b/designs/rendertest/README.md index e034ef8e861..f7425ba1b69 100644 --- a/designs/rendertest/README.md +++ b/designs/rendertest/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern to test (y)our render engine our CSS -> #### 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? 🤔 diff --git a/designs/rendertest/package.json b/designs/rendertest/package.json index fa63eafce03..46a80de57de 100644 --- a/designs/rendertest/package.json +++ b/designs/rendertest/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/rendertest", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern to test (y)our render engine our CSS", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/sandy/README.md b/designs/sandy/README.md index e565ff1619f..3ca332f8379 100644 --- a/designs/sandy/README.md +++ b/designs/sandy/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a circle skirt -> #### 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? 🤔 diff --git a/designs/sandy/package.json b/designs/sandy/package.json index 565cd390b91..f378b9eeb85 100644 --- a/designs/sandy/package.json +++ b/designs/sandy/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/sandy", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a circle skirt", "author": "AlfaLyr (https://github.com/alfalyr)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/shin/README.md b/designs/shin/README.md index 55f796085ff..e7cc5f5e7ac 100644 --- a/designs/shin/README.md +++ b/designs/shin/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for swim trunks -> #### 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? 🤔 diff --git a/designs/shin/package.json b/designs/shin/package.json index a7857095c24..cb9e256db5e 100644 --- a/designs/shin/package.json +++ b/designs/shin/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/shin", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for swim trunks", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/simon/README.md b/designs/simon/README.md index 8800ce1f2d3..4c5dca17717 100644 --- a/designs/simon/README.md +++ b/designs/simon/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a button down shirt -> #### 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? 🤔 diff --git a/designs/simon/package.json b/designs/simon/package.json index bcc2b14dbbf..853a3ae737e 100644 --- a/designs/simon/package.json +++ b/designs/simon/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/simon", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a button down shirt", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,12 +40,12 @@ "cibuild_step4": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/brian": "^2.22.0", - "@freesewing/plugin-bust": "^2.22.0", - "@freesewing/plugin-flip": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/brian": "^3.0.0-alpha.0", + "@freesewing/plugin-bust": "^3.0.0-alpha.0", + "@freesewing/plugin-flip": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -58,7 +58,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/simone/README.md b/designs/simone/README.md index 016755b8bb1..32ba81ac53e 100644 --- a/designs/simone/README.md +++ b/designs/simone/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a button down shirt (Simone = Simon for people wit -> #### 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? 🤔 diff --git a/designs/simone/package.json b/designs/simone/package.json index 8b305d0ab87..9ae72529948 100644 --- a/designs/simone/package.json +++ b/designs/simone/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/simone", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a button down shirt (Simone = Simon for people with breasts)", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,13 +40,13 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/brian": "^2.22.0", - "@freesewing/simon": "^2.22.0", - "@freesewing/plugin-flip": "^2.22.0", - "@freesewing/plugin-bust": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/brian": "^3.0.0-alpha.0", + "@freesewing/simon": "^3.0.0-alpha.0", + "@freesewing/plugin-flip": "^3.0.0-alpha.0", + "@freesewing/plugin-bust": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -59,7 +59,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/sven/README.md b/designs/sven/README.md index dbc5e95adc3..ab36b5850b1 100644 --- a/designs/sven/README.md +++ b/designs/sven/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a straightforward sweater -> #### 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? 🤔 diff --git a/designs/sven/package.json b/designs/sven/package.json index 8d84ac49fe7..15e8609bb10 100644 --- a/designs/sven/package.json +++ b/designs/sven/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/sven", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a straightforward sweater", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,11 +40,11 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/brian": "^2.22.0", - "@freesewing/plugin-bust": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/brian": "^3.0.0-alpha.0", + "@freesewing/plugin-bust": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -57,7 +57,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/tamiko/README.md b/designs/tamiko/README.md index 137fea83928..22cdaaac686 100644 --- a/designs/tamiko/README.md +++ b/designs/tamiko/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a zero-waste top -> #### 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? 🤔 diff --git a/designs/tamiko/package.json b/designs/tamiko/package.json index 6d48105a9d4..21497ed914f 100644 --- a/designs/tamiko/package.json +++ b/designs/tamiko/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/tamiko", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a zero-waste top", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,10 +40,10 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/plugin-bust": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/plugin-bust": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -56,7 +56,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/teagan/README.md b/designs/teagan/README.md index e4d6fc82426..e3eaeb7b102 100644 --- a/designs/teagan/README.md +++ b/designs/teagan/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a T-shirt -> #### 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? 🤔 diff --git a/designs/teagan/package.json b/designs/teagan/package.json index 91716971c1d..e8543f44706 100644 --- a/designs/teagan/package.json +++ b/designs/teagan/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/teagan", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a T-shirt", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,11 +40,11 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/brian": "^2.22.0", - "@freesewing/plugin-bust": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/brian": "^3.0.0-alpha.0", + "@freesewing/plugin-bust": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -57,7 +57,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/theo/README.md b/designs/theo/README.md index f7d2237c3ce..e60332008ea 100644 --- a/designs/theo/README.md +++ b/designs/theo/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for classic trousers -> #### 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? 🤔 diff --git a/designs/theo/package.json b/designs/theo/package.json index 873e62a28de..4578d8dd1e3 100644 --- a/designs/theo/package.json +++ b/designs/theo/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/theo", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for classic trousers", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/tiberius/README.md b/designs/tiberius/README.md index 1a8d5b31479..300763e23b4 100644 --- a/designs/tiberius/README.md +++ b/designs/tiberius/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a tunica, a historical Roman tunic -> #### 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? 🤔 diff --git a/designs/tiberius/package.json b/designs/tiberius/package.json index 82c325490d4..af44a0450e3 100644 --- a/designs/tiberius/package.json +++ b/designs/tiberius/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/tiberius", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a tunica, a historical Roman tunic", "author": "Starfetch (https://github.com/starfetch)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/titan/README.md b/designs/titan/README.md index 7d68260fe5a..a438b68d8a3 100644 --- a/designs/titan/README.md +++ b/designs/titan/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a unisex trouser block -> #### 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? 🤔 diff --git a/designs/titan/package.json b/designs/titan/package.json index 5620ee2b44d..5c4c21dc033 100644 --- a/designs/titan/package.json +++ b/designs/titan/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/titan", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a unisex trouser block", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step3": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/trayvon/README.md b/designs/trayvon/README.md index 4d2398dce71..f5ee159a8be 100644 --- a/designs/trayvon/README.md +++ b/designs/trayvon/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a tie -> #### 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? 🤔 diff --git a/designs/trayvon/package.json b/designs/trayvon/package.json index 06e83000799..40cc4778847 100644 --- a/designs/trayvon/package.json +++ b/designs/trayvon/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/trayvon", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a tie", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/tutorial/README.md b/designs/tutorial/README.md index 0b8a778734b..5fe37c92a84 100644 --- a/designs/tutorial/README.md +++ b/designs/tutorial/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a baby bib that's used in our tutorial -> #### 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? 🤔 diff --git a/designs/tutorial/package.json b/designs/tutorial/package.json index 9ab0df4559b..cc33716657e 100644 --- a/designs/tutorial/package.json +++ b/designs/tutorial/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/tutorial", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a baby bib that's used in our tutorial", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/unice/README.md b/designs/unice/README.md index effa787e905..3c02b12a2d2 100644 --- a/designs/unice/README.md +++ b/designs/unice/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a basic, highly-customizable underwear pattern -> #### 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? 🤔 diff --git a/designs/unice/package.json b/designs/unice/package.json index 74e9934bf51..5f80131cfad 100644 --- a/designs/unice/package.json +++ b/designs/unice/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/unice", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a basic, highly-customizable underwear pattern", "author": "Anna Puk (https://github.com/anna-puk)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/ursula/README.md b/designs/ursula/README.md index e05bae6eabd..6ac01f03c93 100644 --- a/designs/ursula/README.md +++ b/designs/ursula/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a basic, highly-customizable underwear pattern -> #### 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? 🤔 diff --git a/designs/ursula/package.json b/designs/ursula/package.json index eea473b9315..029c928992a 100644 --- a/designs/ursula/package.json +++ b/designs/ursula/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/ursula", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a basic, highly-customizable underwear pattern", "author": "Natalia Sayang (https://github.com/nataliasayang)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step4": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/wahid/README.md b/designs/wahid/README.md index c4a313dac07..90bfab9d57e 100644 --- a/designs/wahid/README.md +++ b/designs/wahid/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a classic fitted waistcoat -> #### 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? 🤔 diff --git a/designs/wahid/package.json b/designs/wahid/package.json index 255be650e6f..3216fcab34c 100644 --- a/designs/wahid/package.json +++ b/designs/wahid/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/wahid", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a classic fitted waistcoat", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -40,11 +40,11 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/brian": "^2.22.0", - "@freesewing/plugin-bust": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/brian": "^3.0.0-alpha.0", + "@freesewing/plugin-bust": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -57,7 +57,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/walburga/README.md b/designs/walburga/README.md index 4995750b5ee..7cb4c93c4a1 100644 --- a/designs/walburga/README.md +++ b/designs/walburga/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a wappenrock (tabard/surcoat), a historical Europe -> #### 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? 🤔 diff --git a/designs/walburga/package.json b/designs/walburga/package.json index 40d59b8d5d8..059689b2c2b 100644 --- a/designs/walburga/package.json +++ b/designs/walburga/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/walburga", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a wappenrock (tabard/surcoat), a historical European/medieval (ish) garment", "author": "Starfetch (https://github.com/starfetch)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/waralee/README.md b/designs/waralee/README.md index cabd9e44e32..ec1407bb205 100644 --- a/designs/waralee/README.md +++ b/designs/waralee/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for wrap pants -> #### 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? 🤔 diff --git a/designs/waralee/package.json b/designs/waralee/package.json index 92314753967..16dc7dc303b 100644 --- a/designs/waralee/package.json +++ b/designs/waralee/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/waralee", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for wrap pants", "author": "woutervdub (https://github.com/woutervdub)", "homepage": "https://freesewing.org/", @@ -40,9 +40,9 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -55,7 +55,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/designs/yuri/README.md b/designs/yuri/README.md index bd7051b9b83..69e3dcb622a 100644 --- a/designs/yuri/README.md +++ b/designs/yuri/README.md @@ -53,12 +53,11 @@ A FreeSewing pattern for a fancy zipless sweater based on the Huey hoodie -> #### 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? 🤔 diff --git a/designs/yuri/package.json b/designs/yuri/package.json index e5d2fdd744a..303491c016f 100644 --- a/designs/yuri/package.json +++ b/designs/yuri/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/yuri", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing pattern for a fancy zipless sweater based on the Huey hoodie", "author": "biou (https://github.com/biou)", "homepage": "https://freesewing.org/", @@ -40,11 +40,11 @@ "cibuild_step5": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0", - "@freesewing/plugin-bundle": "^2.22.0", - "@freesewing/config-helpers": "^2.22.0", - "@freesewing/brian": "^2.22.0", - "@freesewing/plugin-bust": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/plugin-bundle": "^3.0.0-alpha.0", + "@freesewing/config-helpers": "^3.0.0-alpha.0", + "@freesewing/brian": "^3.0.0-alpha.0", + "@freesewing/plugin-bust": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -57,7 +57,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/lerna.json b/lerna.json index 99ecf345e83..a158188f638 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.22.0", + "version": "3.0.0-alpha.0", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/components/README.md b/packages/components/README.md index 6ed13fabaa2..5acd2ec8211 100644 --- a/packages/components/README.md +++ b/packages/components/README.md @@ -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? 🤔 diff --git a/packages/components/package.json b/packages/components/package.json index 25b4c05e720..ef9dceec1ad 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/components", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A collection of React components for FreeSewing web UIs", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -33,20 +33,20 @@ "peerDependencies": { "axios": "^0.25.0", "react": "^17.0.2", - "@freesewing/pattern-info": "^2.22.0", - "@freesewing/mui-theme": "^2.22.0", - "@freesewing/css-theme": "^2.22.0", - "@freesewing/plugin-theme": "^2.22.0", - "@freesewing/core": "^2.22.0", - "@freesewing/models": "^2.22.0", - "@freesewing/examples": "^2.22.0", - "@freesewing/rendertest": "^2.22.0", - "@freesewing/tutorial": "^2.22.0", + "@freesewing/pattern-info": "^3.0.0-alpha.0", + "@freesewing/mui-theme": "^3.0.0-alpha.0", + "@freesewing/css-theme": "^3.0.0-alpha.0", + "@freesewing/plugin-theme": "^3.0.0-alpha.0", + "@freesewing/core": "^3.0.0-alpha.0", + "@freesewing/models": "^3.0.0-alpha.0", + "@freesewing/examples": "^3.0.0-alpha.0", + "@freesewing/rendertest": "^3.0.0-alpha.0", + "@freesewing/tutorial": "^3.0.0-alpha.0", "@fontsource/permanent-marker": "latest", "@fontsource/roboto-mono": "latest", "@fontsource/ubuntu": "latest", - "@freesewing/i18n": "^2.22.0", - "@freesewing/utils": "^2.22.0", + "@freesewing/i18n": "^3.0.0-alpha.0", + "@freesewing/utils": "^3.0.0-alpha.0", "react-intl": "^5.25.1", "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", @@ -81,7 +81,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/packages/config-helpers/README.md b/packages/config-helpers/README.md index 9ef29c844a8..63807d62c55 100644 --- a/packages/config-helpers/README.md +++ b/packages/config-helpers/README.md @@ -53,12 +53,11 @@ A FreeSewing package to facilitate pattern configurations -> #### 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? 🤔 diff --git a/packages/config-helpers/package.json b/packages/config-helpers/package.json index b76250a5fe6..2d89aefeb61 100644 --- a/packages/config-helpers/package.json +++ b/packages/config-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/config-helpers", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing package to facilitate pattern configurations", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -39,7 +39,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/packages/core/README.md b/packages/core/README.md index cb90582811a..b25a48e515b 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -53,12 +53,11 @@ A library for creating made-to-measure sewing patterns -> #### 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? 🤔 diff --git a/packages/core/package.json b/packages/core/package.json index 53445f51790..608c96aeaa4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/core", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A library for creating made-to-measure sewing patterns", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -56,7 +56,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/packages/css-theme/README.md b/packages/css-theme/README.md index 71661e3cbcb..1d1480f4280 100644 --- a/packages/css-theme/README.md +++ b/packages/css-theme/README.md @@ -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? 🤔 diff --git a/packages/css-theme/package.json b/packages/css-theme/package.json index 7c2941c526a..9995cdfa4fe 100644 --- a/packages/css-theme/package.json +++ b/packages/css-theme/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/css-theme", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A CSS theme for FreeSewing web UIs", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -47,7 +47,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/packages/gatsby-remark-jargon/README.md b/packages/gatsby-remark-jargon/README.md index b36eb99eb00..43834ba68a6 100644 --- a/packages/gatsby-remark-jargon/README.md +++ b/packages/gatsby-remark-jargon/README.md @@ -187,12 +187,11 @@ Typically, you will want to stick to: -> #### 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? 🤔 diff --git a/packages/gatsby-remark-jargon/package.json b/packages/gatsby-remark-jargon/package.json index 47540ca09e6..7b549cef765 100644 --- a/packages/gatsby-remark-jargon/package.json +++ b/packages/gatsby-remark-jargon/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-remark-jargon", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A gatsby-transformer-remark sub-plugin for jargon terms", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -35,7 +35,7 @@ }, "peerDependencies": {}, "dependencies": { - "remark-jargon": "^2.22.0" + "remark-jargon": "^3.0.0-alpha.0" }, "devDependencies": {}, "files": [ @@ -44,7 +44,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/packages/i18n/README.md b/packages/i18n/README.md index 392369d7ffb..35a61925fce 100644 --- a/packages/i18n/README.md +++ b/packages/i18n/README.md @@ -105,12 +105,11 @@ to translate the emails we send out to users. -> #### 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? 🤔 diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 085afeb3aa6..0df70f26b50 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/i18n", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "Translations for the FreeSewing project", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -37,7 +37,7 @@ "cibuild_step7": "node build.js" }, "peerDependencies": { - "@freesewing/pattern-info": "^2.22.0" + "@freesewing/pattern-info": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { @@ -49,7 +49,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/packages/i18n/src/next/de/patterns.mjs b/packages/i18n/src/next/de/patterns.mjs index 8d595cb9ca4..f300e91996d 100644 --- a/packages/i18n/src/next/de/patterns.mjs +++ b/packages/i18n/src/next/de/patterns.mjs @@ -57,6 +57,8 @@ const patterns = { "lunetius.d": "Lunetius ist eine Lacerna, ein historischer römischer Mantel", "noble.t": "Noble body block", "noble.d": "Noble is a body block with prince(ess) seams", + "octoplushy.t": "Octoplushy the octopus", + "octoplushy.d": "A multi-armed companion for next-level hugs", "paco.t": "Paco, die Hose", "paco.d": "Paco ist eine lässige, aber stilvolle Sommerhose.", "penelope.t": "Penelope, der Bleistiftrock", diff --git a/packages/i18n/src/next/es/patterns.mjs b/packages/i18n/src/next/es/patterns.mjs index 01a0b0d2329..1c151d4530d 100644 --- a/packages/i18n/src/next/es/patterns.mjs +++ b/packages/i18n/src/next/es/patterns.mjs @@ -57,6 +57,8 @@ const patterns = { "lunetius.d": "Lunetius es una lacerna, una capa histórica romana", "noble.t": "Noble, patrón base de torso", "noble.d": "Noble es un patrón base de torso con corte de príncipe o princesa", + "octoplushy.t": "Octoplushy the octopus", + "octoplushy.d": "A multi-armed companion for next-level hugs", "paco.t": "Paco, pantalones largos", "paco.d": "Paco son pantalones de verano casual pero con estilo.", "penelope.t": "Penelope, falda de tubo", diff --git a/packages/i18n/src/next/fr/patterns.mjs b/packages/i18n/src/next/fr/patterns.mjs index c29c6d69f37..7dc6d1b26d1 100644 --- a/packages/i18n/src/next/fr/patterns.mjs +++ b/packages/i18n/src/next/fr/patterns.mjs @@ -57,6 +57,8 @@ const patterns = { "lunetius.d": "Lunetius est une lacerne, un manteau romain historique", "noble.t": "Noble body block", "noble.d": "Noble is a body block with prince(ess) seams", + "octoplushy.t": "Octoplushy the octopus", + "octoplushy.d": "A multi-armed companion for next-level hugs", "paco.t": "Pantalon Paco", "paco.d": "Paco est un pantalon d'été décontracté mais élégant.", "penelope.t": "Jupe crayon Penelope", diff --git a/packages/i18n/src/next/nl/patterns.mjs b/packages/i18n/src/next/nl/patterns.mjs index f963d6660d3..fbffc44c2bf 100644 --- a/packages/i18n/src/next/nl/patterns.mjs +++ b/packages/i18n/src/next/nl/patterns.mjs @@ -57,6 +57,8 @@ const patterns = { "lunetius.d": "Lunetius is a lacerna, a historical Roman cloak", "noble.t": "Noble body block", "noble.d": "Noble is a body block with prince(ess) seams", + "octoplushy.t": "Octoplushy the octopus", + "octoplushy.d": "A multi-armed companion for next-level hugs", "paco.t": "Paco broek", "paco.d": "Paco is een casual maar stijlvolle zomerbroek.", "penelope.t": "Penelope pencil skirt", diff --git a/packages/models/README.md b/packages/models/README.md index b206483ed75..7f924e0f78c 100644 --- a/packages/models/README.md +++ b/packages/models/README.md @@ -96,12 +96,11 @@ All measurements are in mm. -> #### 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? 🤔 diff --git a/packages/models/package.json b/packages/models/package.json index 5811edb16fd..f1cc307d2b9 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/models", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "Body measurements data for a range of default sizes", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -35,7 +35,7 @@ "cibuild_step6": "node build.js" }, "peerDependencies": { - "@freesewing/utils": "^2.22.0" + "@freesewing/utils": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": {}, @@ -45,7 +45,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/packages/mui-theme/README.md b/packages/mui-theme/README.md index 9994fb2b46c..4355f710d71 100644 --- a/packages/mui-theme/README.md +++ b/packages/mui-theme/README.md @@ -89,12 +89,11 @@ See [the Material-UI docs on themes](https://material-ui.com/customization/theme -> #### 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? 🤔 diff --git a/packages/mui-theme/package.json b/packages/mui-theme/package.json index de425061ec5..eadfc0ed35a 100644 --- a/packages/mui-theme/package.json +++ b/packages/mui-theme/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/mui-theme", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A Material-UI theme for FreeSewing web UIs", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -45,7 +45,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/packages/new-design/README.md b/packages/new-design/README.md index 0945642e707..6712f3b0fbe 100644 --- a/packages/new-design/README.md +++ b/packages/new-design/README.md @@ -53,12 +53,11 @@ Initializer package for a new FreeSewing design: npx @freesewing/new-design -> #### 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? 🤔 diff --git a/packages/new-design/package.json b/packages/new-design/package.json index 4fe951911e3..11641366d69 100644 --- a/packages/new-design/package.json +++ b/packages/new-design/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/new-design", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "Initializer package for a new FreeSewing design: npx @freesewing/new-design", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -49,7 +49,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/packages/pattern-info/README.md b/packages/pattern-info/README.md index 51b81aac9ee..c4ae94949df 100644 --- a/packages/pattern-info/README.md +++ b/packages/pattern-info/README.md @@ -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? 🤔 diff --git a/packages/pattern-info/package.json b/packages/pattern-info/package.json index d88b32f14d8..992e14e0838 100644 --- a/packages/pattern-info/package.json +++ b/packages/pattern-info/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/pattern-info", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "Information about available freesewing patterns", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -41,7 +41,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/packages/prettier-config/README.md b/packages/prettier-config/README.md index 9cfe19b0666..c30d75a0b42 100644 --- a/packages/prettier-config/README.md +++ b/packages/prettier-config/README.md @@ -53,12 +53,11 @@ FreeSewing's shared configuration for prettier -> #### 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? 🤔 diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 37686feb243..97ea6d85b7e 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/prettier-config", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "FreeSewing's shared configuration for prettier", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -29,7 +29,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/packages/rehype-jargon/README.md b/packages/rehype-jargon/README.md index ac0e29c712c..41c2af0445c 100644 --- a/packages/rehype-jargon/README.md +++ b/packages/rehype-jargon/README.md @@ -179,12 +179,11 @@ info and instructions on how to use this plugin with [Gatsby](https://www.gatsby -> #### 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? 🤔 diff --git a/packages/rehype-jargon/package.json b/packages/rehype-jargon/package.json index 3d631532a6f..cb1cb195760 100644 --- a/packages/rehype-jargon/package.json +++ b/packages/rehype-jargon/package.json @@ -1,6 +1,6 @@ { "name": "rehype-jargon", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A Rehype plugin for jargon terms", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -42,7 +42,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/packages/remark-jargon/README.md b/packages/remark-jargon/README.md index d7810a88cf4..1d5e7bce693 100644 --- a/packages/remark-jargon/README.md +++ b/packages/remark-jargon/README.md @@ -184,12 +184,11 @@ info and instructions on how to use this plugin with [Gatsby](https://www.gatsby -> #### 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? 🤔 diff --git a/packages/remark-jargon/package.json b/packages/remark-jargon/package.json index 180b164ecae..7b4c534d13d 100644 --- a/packages/remark-jargon/package.json +++ b/packages/remark-jargon/package.json @@ -1,6 +1,6 @@ { "name": "remark-jargon", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A Remark plugin for jargon terms", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -44,7 +44,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/packages/utils/README.md b/packages/utils/README.md index 18b5ed9f088..985db826352 100644 --- a/packages/utils/README.md +++ b/packages/utils/README.md @@ -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? 🤔 diff --git a/packages/utils/package.json b/packages/utils/package.json index 1821a06c96d..b41a1a96358 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -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 (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -63,7 +63,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/plugins/plugin-banner/README.md b/plugins/plugin-banner/README.md index e7595cd57cf..e1713adc05d 100644 --- a/plugins/plugin-banner/README.md +++ b/plugins/plugin-banner/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin to repeat text on a path -> #### 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? 🤔 diff --git a/plugins/plugin-banner/package.json b/plugins/plugin-banner/package.json index 53b38ed611e..c2d16c002be 100644 --- a/plugins/plugin-banner/package.json +++ b/plugins/plugin-banner/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-banner", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin to repeat text on a path", "author": "Joost De Cock (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", diff --git a/plugins/plugin-bartack/README.md b/plugins/plugin-bartack/README.md index 38db89a2b11..87ee0a89014 100644 --- a/plugins/plugin-bartack/README.md +++ b/plugins/plugin-bartack/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin to add bartacks to your pattern -> #### 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? 🤔 diff --git a/plugins/plugin-bartack/package.json b/plugins/plugin-bartack/package.json index 3b7f0caa3df..0c32943be5d 100644 --- a/plugins/plugin-bartack/package.json +++ b/plugins/plugin-bartack/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-bartack", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin to add bartacks to your pattern", "author": "Joost De Cock (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", diff --git a/plugins/plugin-bundle/README.md b/plugins/plugin-bundle/README.md index 2da51c10c66..054a326201e 100644 --- a/plugins/plugin-bundle/README.md +++ b/plugins/plugin-bundle/README.md @@ -82,12 +82,11 @@ let pattern = new freesewing.Pattern().with(plugins); -> #### 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? 🤔 diff --git a/plugins/plugin-bundle/package.json b/plugins/plugin-bundle/package.json index dea6772336d..97ad838147a 100644 --- a/plugins/plugin-bundle/package.json +++ b/plugins/plugin-bundle/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-bundle", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "An umbrella package of 8 essential FreeSewing build-time plugins", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", @@ -41,23 +41,23 @@ "cibuild_step2": "node build.js" }, "peerDependencies": { - "@freesewing/core": "^2.22.0" + "@freesewing/core": "^3.0.0-alpha.0" }, "dependencies": {}, "devDependencies": { "mocha": "^10.0.0", "chai": "^4.2.0", - "@freesewing/plugin-banner": "^2.22.0", - "@freesewing/plugin-buttons": "^2.22.0", - "@freesewing/plugin-cutonfold": "^2.22.0", - "@freesewing/plugin-dimension": "^2.22.0", - "@freesewing/plugin-grainline": "^2.22.0", - "@freesewing/plugin-logo": "^2.22.0", - "@freesewing/plugin-mirror": "^2.22.0", - "@freesewing/plugin-title": "^2.22.0", - "@freesewing/plugin-scalebox": "^2.22.0", - "@freesewing/plugin-round": "^2.22.0", - "@freesewing/plugin-sprinkle": "^2.22.0" + "@freesewing/plugin-banner": "^3.0.0-alpha.0", + "@freesewing/plugin-buttons": "^3.0.0-alpha.0", + "@freesewing/plugin-cutonfold": "^3.0.0-alpha.0", + "@freesewing/plugin-dimension": "^3.0.0-alpha.0", + "@freesewing/plugin-grainline": "^3.0.0-alpha.0", + "@freesewing/plugin-logo": "^3.0.0-alpha.0", + "@freesewing/plugin-mirror": "^3.0.0-alpha.0", + "@freesewing/plugin-title": "^3.0.0-alpha.0", + "@freesewing/plugin-scalebox": "^3.0.0-alpha.0", + "@freesewing/plugin-round": "^3.0.0-alpha.0", + "@freesewing/plugin-sprinkle": "^3.0.0-alpha.0" }, "files": [ "dist/*", @@ -65,7 +65,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "next" }, "engines": { "node": ">=14.0.0", diff --git a/plugins/plugin-bust/README.md b/plugins/plugin-bust/README.md index bab0b9b5b47..1d582679edc 100644 --- a/plugins/plugin-bust/README.md +++ b/plugins/plugin-bust/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin that helps with bust-adjusting menswear patterns -> #### 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? 🤔 diff --git a/plugins/plugin-bust/package.json b/plugins/plugin-bust/package.json index 9fa2dcaf01f..a2c4b90f2b4 100644 --- a/plugins/plugin-bust/package.json +++ b/plugins/plugin-bust/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-bust", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin that helps with bust-adjusting menswear patterns", "author": "Joost De Cock (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", diff --git a/plugins/plugin-buttons/README.md b/plugins/plugin-buttons/README.md index c8ebc7fa728..f714a10ba8c 100644 --- a/plugins/plugin-buttons/README.md +++ b/plugins/plugin-buttons/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin that provides button, buttonhole, and snap snippets -> #### 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? 🤔 diff --git a/plugins/plugin-buttons/package.json b/plugins/plugin-buttons/package.json index 748186ebd95..14ef8f5e9ea 100644 --- a/plugins/plugin-buttons/package.json +++ b/plugins/plugin-buttons/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-buttons", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin that provides button, buttonhole, and snap snippets", "author": "Joost De Cock (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", diff --git a/plugins/plugin-cutonfold/README.md b/plugins/plugin-cutonfold/README.md index 13f6a4bea03..cffbb8e9d08 100644 --- a/plugins/plugin-cutonfold/README.md +++ b/plugins/plugin-cutonfold/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin to add cut-on-fold indicators on your patterns -> #### 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? 🤔 diff --git a/plugins/plugin-cutonfold/package.json b/plugins/plugin-cutonfold/package.json index e6915012261..55f36a6eac9 100644 --- a/plugins/plugin-cutonfold/package.json +++ b/plugins/plugin-cutonfold/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-cutonfold", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin to add cut-on-fold indicators on your patterns", "author": "Joost De Cock (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", diff --git a/plugins/plugin-dimension/README.md b/plugins/plugin-dimension/README.md index 288486ef361..253db7e9eaf 100644 --- a/plugins/plugin-dimension/README.md +++ b/plugins/plugin-dimension/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin to add dimensions to your (paperless) pattern -> #### 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? 🤔 diff --git a/plugins/plugin-dimension/package.json b/plugins/plugin-dimension/package.json index e9b7fc148f7..720deac5fb1 100644 --- a/plugins/plugin-dimension/package.json +++ b/plugins/plugin-dimension/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-dimension", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin to add dimensions to your (paperless) pattern", "author": "Joost De Cock (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", diff --git a/plugins/plugin-export-dxf/README.md b/plugins/plugin-export-dxf/README.md index 9936248961b..7ba867fe45a 100644 --- a/plugins/plugin-export-dxf/README.md +++ b/plugins/plugin-export-dxf/README.md @@ -139,12 +139,11 @@ That means, no seam allowance, or titles, no notches, and so on. -> #### 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? 🤔 diff --git a/plugins/plugin-export-dxf/package.json b/plugins/plugin-export-dxf/package.json index 6d9c0610bdb..c9ebcc0e820 100644 --- a/plugins/plugin-export-dxf/package.json +++ b/plugins/plugin-export-dxf/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-export-dxf", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin to export your pattern as DXF-ASTM", "author": "Joost De Cock (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", diff --git a/plugins/plugin-flip/README.md b/plugins/plugin-flip/README.md index ae5c219c136..12eb8ea3ff3 100644 --- a/plugins/plugin-flip/README.md +++ b/plugins/plugin-flip/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin to flip parts horizontally -> #### 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? 🤔 diff --git a/plugins/plugin-flip/package.json b/plugins/plugin-flip/package.json index 69a2e3b04e5..9b96f617cfd 100644 --- a/plugins/plugin-flip/package.json +++ b/plugins/plugin-flip/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-flip", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin to flip parts horizontally", "author": "Joost De Cock (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", diff --git a/plugins/plugin-gore/README.md b/plugins/plugin-gore/README.md index 9ee1d57c265..4e001fe1027 100644 --- a/plugins/plugin-gore/README.md +++ b/plugins/plugin-gore/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin to generate gores for a semi-sphere or dome -> #### 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? 🤔 diff --git a/plugins/plugin-gore/package.json b/plugins/plugin-gore/package.json index 07c1c66145f..3c124560fc4 100644 --- a/plugins/plugin-gore/package.json +++ b/plugins/plugin-gore/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-gore", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin to generate gores for a semi-sphere or dome", "author": "AlfaLyr (https://github.com/alfalyr)", "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", diff --git a/plugins/plugin-grainline/README.md b/plugins/plugin-grainline/README.md index 761e119b862..438f0579cce 100644 --- a/plugins/plugin-grainline/README.md +++ b/plugins/plugin-grainline/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin to add grainline indicators on your patterns -> #### 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? 🤔 diff --git a/plugins/plugin-grainline/package.json b/plugins/plugin-grainline/package.json index 9ab91765e0f..1b039de19b3 100644 --- a/plugins/plugin-grainline/package.json +++ b/plugins/plugin-grainline/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-grainline", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin to add grainline indicators on your patterns", "author": "Joost De Cock (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", diff --git a/plugins/plugin-i18n/README.md b/plugins/plugin-i18n/README.md index 2aeb3f4187f..b50befe3a9e 100644 --- a/plugins/plugin-i18n/README.md +++ b/plugins/plugin-i18n/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin for pattern translation -> #### 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? 🤔 diff --git a/plugins/plugin-i18n/package.json b/plugins/plugin-i18n/package.json index 3b71a8a3f7f..2cbbfbac47a 100644 --- a/plugins/plugin-i18n/package.json +++ b/plugins/plugin-i18n/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-i18n", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin for pattern translation", "author": "Joost De Cock (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", diff --git a/plugins/plugin-logo/README.md b/plugins/plugin-logo/README.md index 9af49f34736..0ef71eb2ceb 100644 --- a/plugins/plugin-logo/README.md +++ b/plugins/plugin-logo/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin to add our logo to your patterns -> #### 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? 🤔 diff --git a/plugins/plugin-logo/package.json b/plugins/plugin-logo/package.json index ad523e7add4..4e95ac907d6 100644 --- a/plugins/plugin-logo/package.json +++ b/plugins/plugin-logo/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-logo", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin to add our logo to your patterns", "author": "Joost De Cock (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", diff --git a/plugins/plugin-measurements/README.md b/plugins/plugin-measurements/README.md index ae632fee649..7fa0779d7b0 100644 --- a/plugins/plugin-measurements/README.md +++ b/plugins/plugin-measurements/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin that adds additional measurements that can be calculated fro -> #### 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? 🤔 diff --git a/plugins/plugin-measurements/package.json b/plugins/plugin-measurements/package.json index 93fbc776352..1128b5d71cd 100644 --- a/plugins/plugin-measurements/package.json +++ b/plugins/plugin-measurements/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-measurements", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin that adds additional measurements that can be calculated from existing ones", "author": "Joost De Cock (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", diff --git a/plugins/plugin-mirror/README.md b/plugins/plugin-mirror/README.md index c7601aaf2c1..5017b352a55 100644 --- a/plugins/plugin-mirror/README.md +++ b/plugins/plugin-mirror/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin to mirror points or paths -> #### 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? 🤔 diff --git a/plugins/plugin-mirror/package.json b/plugins/plugin-mirror/package.json index d4fa27f1fae..f7576bbcc83 100644 --- a/plugins/plugin-mirror/package.json +++ b/plugins/plugin-mirror/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-mirror", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin to mirror points or paths", "author": "Joost De Cock (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", diff --git a/plugins/plugin-notches/README.md b/plugins/plugin-notches/README.md index 2bd2c498268..613d18259ef 100644 --- a/plugins/plugin-notches/README.md +++ b/plugins/plugin-notches/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin that provides front and back notch snippets -> #### 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? 🤔 diff --git a/plugins/plugin-notches/package.json b/plugins/plugin-notches/package.json index f5d5c132689..faeadf0e27c 100644 --- a/plugins/plugin-notches/package.json +++ b/plugins/plugin-notches/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-notches", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin that provides front and back notch snippets", "author": "Joost De Cock (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", diff --git a/plugins/plugin-round/README.md b/plugins/plugin-round/README.md index cc4397e5c88..f254f42aa9a 100644 --- a/plugins/plugin-round/README.md +++ b/plugins/plugin-round/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin to round corners -> #### 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? 🤔 diff --git a/plugins/plugin-round/package.json b/plugins/plugin-round/package.json index cc6337718ab..720681d3faa 100644 --- a/plugins/plugin-round/package.json +++ b/plugins/plugin-round/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-round", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin to round corners", "author": "Joost De Cock (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", diff --git a/plugins/plugin-scalebox/README.md b/plugins/plugin-scalebox/README.md index d1cc246d75b..9924f7d4451 100644 --- a/plugins/plugin-scalebox/README.md +++ b/plugins/plugin-scalebox/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin to add a scalebox to your pattern -> #### 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? 🤔 diff --git a/plugins/plugin-scalebox/package.json b/plugins/plugin-scalebox/package.json index 3f2df05561e..1b62bdf9de1 100644 --- a/plugins/plugin-scalebox/package.json +++ b/plugins/plugin-scalebox/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-scalebox", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin to add a scalebox to your pattern", "author": "Joost De Cock (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", diff --git a/plugins/plugin-sprinkle/README.md b/plugins/plugin-sprinkle/README.md index 36a0104e1ff..9db8be663fc 100644 --- a/plugins/plugin-sprinkle/README.md +++ b/plugins/plugin-sprinkle/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin to bulk-add snippets to your pattern -> #### 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? 🤔 diff --git a/plugins/plugin-sprinkle/package.json b/plugins/plugin-sprinkle/package.json index 884bbfc7bf3..302240c149e 100644 --- a/plugins/plugin-sprinkle/package.json +++ b/plugins/plugin-sprinkle/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-sprinkle", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin to bulk-add snippets to your pattern", "author": "Joost De Cock (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", diff --git a/plugins/plugin-svgattr/README.md b/plugins/plugin-svgattr/README.md index 9840151c57c..862db87a802 100644 --- a/plugins/plugin-svgattr/README.md +++ b/plugins/plugin-svgattr/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin to set SVG attributes -> #### 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? 🤔 diff --git a/plugins/plugin-svgattr/package.json b/plugins/plugin-svgattr/package.json index 54407b6a1a4..77ad29e36e0 100644 --- a/plugins/plugin-svgattr/package.json +++ b/plugins/plugin-svgattr/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-svgattr", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin to set SVG attributes", "author": "Joost De Cock (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", diff --git a/plugins/plugin-theme/README.md b/plugins/plugin-theme/README.md index 27f6dfbb294..2d4bd3f89a9 100644 --- a/plugins/plugin-theme/README.md +++ b/plugins/plugin-theme/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin that provides a default theme -> #### 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? 🤔 diff --git a/plugins/plugin-theme/package.json b/plugins/plugin-theme/package.json index c4fbdc2e0a2..a184d1843d2 100644 --- a/plugins/plugin-theme/package.json +++ b/plugins/plugin-theme/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-theme", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin that provides a default theme", "author": "Joost De Cock (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", diff --git a/plugins/plugin-title/README.md b/plugins/plugin-title/README.md index b408f5af723..a8b970cca46 100644 --- a/plugins/plugin-title/README.md +++ b/plugins/plugin-title/README.md @@ -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? 🤔 diff --git a/plugins/plugin-title/package.json b/plugins/plugin-title/package.json index 00a277df6bb..8dc08f7c1e8 100644 --- a/plugins/plugin-title/package.json +++ b/plugins/plugin-title/package.json @@ -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 (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", diff --git a/plugins/plugin-validate/README.md b/plugins/plugin-validate/README.md index 3005ec6730a..71937144573 100644 --- a/plugins/plugin-validate/README.md +++ b/plugins/plugin-validate/README.md @@ -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? 🤔 diff --git a/plugins/plugin-validate/package.json b/plugins/plugin-validate/package.json index e1ec403df84..bcc2033628a 100644 --- a/plugins/plugin-validate/package.json +++ b/plugins/plugin-validate/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-validate", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin that validates aspects of your code", "author": "Joost De Cock (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", diff --git a/plugins/plugin-versionfree-svg/README.md b/plugins/plugin-versionfree-svg/README.md index 29cc16b4d7e..7a2a9e47941 100644 --- a/plugins/plugin-versionfree-svg/README.md +++ b/plugins/plugin-versionfree-svg/README.md @@ -53,12 +53,11 @@ A FreeSewing plugin to keep version info out of your SVG to allow easy diffs acr -> #### 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? 🤔 diff --git a/plugins/plugin-versionfree-svg/package.json b/plugins/plugin-versionfree-svg/package.json index c53c47d41ca..4d300aa2ec2 100644 --- a/plugins/plugin-versionfree-svg/package.json +++ b/plugins/plugin-versionfree-svg/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/plugin-versionfree-svg", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A FreeSewing plugin to keep version info out of your SVG to allow easy diffs across versions", "author": "Joost De Cock (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", diff --git a/sites/backend/package.json b/sites/backend/package.json index 3d23cbff586..7c31b1e6bdc 100644 --- a/sites/backend/package.json +++ b/sites/backend/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/backend", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "The freesewing.org backend", "private": true, "main": "build/main.js", @@ -53,7 +53,7 @@ ] }, "dependencies": { - "@freesewing/i18n": "^2.22.0", + "@freesewing/i18n": "^3.0.0-alpha.0", "axios": "0.18.0", "body-parser": "1.20.0", "chai": "^4.3.4", diff --git a/sites/dev/package.json b/sites/dev/package.json index 3450201b5c9..93c44008201 100644 --- a/sites/dev/package.json +++ b/sites/dev/package.json @@ -1,6 +1,6 @@ { "name": "freesewing.dev", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "private": true, "scripts": { "dev": "node --experimental-json-modules ./node_modules/.bin/next dev -p 8000", @@ -39,7 +39,7 @@ "rehype-stringify": "^9.0.2", "remark-copy-linked-files": "https://github.com/joostdecock/remark-copy-linked-files", "remark-gfm": "^3.0.1", - "remark-jargon": "^2.22.0", + "remark-jargon": "^3.0.0-alpha.0", "roughjs": "^4.5.2", "viz.js": "^2.1.2" }, diff --git a/sites/lab/package.json b/sites/lab/package.json index b756166c2c5..c009ade0c43 100644 --- a/sites/lab/package.json +++ b/sites/lab/package.json @@ -1,6 +1,6 @@ { "name": "freesewing.lab", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "private": true, "scripts": { "dev": "node --experimental-json-modules ../../node_modules/.bin/next dev -p 8000", @@ -44,7 +44,7 @@ "rehype-stringify": "^9.0.2", "remark-copy-linked-files": "https://github.com/joostdecock/remark-copy-linked-files", "remark-gfm": "^3.0.1", - "remark-jargon": "^2.22.0" + "remark-jargon": "^3.0.0-alpha.0" }, "devDependencies": { "autoprefixer": "^10.4.0", diff --git a/sites/org/package.json b/sites/org/package.json index c66cfb1cf5e..85889caceef 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -1,6 +1,6 @@ { "name": "freesewing.org", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "private": true, "scripts": { "dev": "SITE=org node --experimental-json-modules ./node_modules/.bin/next dev -p 8000", @@ -40,7 +40,7 @@ "rehype-stringify": "^9.0.2", "remark-copy-linked-files": "https://github.com/joostdecock/remark-copy-linked-files", "remark-gfm": "^3.0.1", - "remark-jargon": "^2.22.0" + "remark-jargon": "^3.0.0-alpha.0" }, "devDependencies": { "autoprefixer": "^10.4.0", diff --git a/sites/shared/package.json b/sites/shared/package.json index 24baeb379b4..176926b06ad 100644 --- a/sites/shared/package.json +++ b/sites/shared/package.json @@ -1,6 +1,6 @@ { "name": "freesewing.shared", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "private": true, "scripts": { "dev": "next dev -p 3002", diff --git a/sites/strapi/package.json b/sites/strapi/package.json index f2691dd51e7..1ad9001bb9e 100644 --- a/sites/strapi/package.json +++ b/sites/strapi/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/strapi", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "Freesewing's Strapi instance", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://posts.freesewing.org/", diff --git a/sites/svgtopdf/package.json b/sites/svgtopdf/package.json index a7c6b51630c..e7085098f2b 100644 --- a/sites/svgtopdf/package.json +++ b/sites/svgtopdf/package.json @@ -1,6 +1,6 @@ { "name": "@freesewing/svg2pdf", - "version": "2.22.0", + "version": "3.0.0-alpha.0", "description": "A freesewing.org backend to turn SVG patterns into (tiled) PDFs", "main": "dist/index.js", "module": "dist/index.mjs",