release: v3.1.0
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes - Added IDs to dimension macros that missed them, causing them to not be shown - Keep seam allowance out of the binding length calculation - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes - Corrected part mixup in translation of flag message - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes - Fixed wrong use of options in a value method. Fixes - Remove names from old plugins from list option - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes - The skirt and curved waistband are now constructed with the ringsector macro - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes - Replaced all instances of 'seperate' with 'separate' in option names - Initial release - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes - Changed defaults to have more rise in the back - Increase default rise - Decrease default vertical stretch - Decreased default back waist dip - Increased default front waist dip - Allowed lower values on back exposure, causing back to flare out - Fix issue with back part when bulge is on and expand is off - Pocket opening was not drawn on the facing and pocket pieces. Fixes - Improve placement of the front welt. Fixes - Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes - Initial release - Added support for notes in flags - Removing macros did not always remove the cutlist data in the store. Fixes - First release of the plugin providing the default packing implementation - First release of the plugin facilitating drafting a ring sector - Allow plugins to provide their own packing implementation - Added named export `cbqc` which exports the constant to approximate a circle with Cubic Bézier curves - Core will now set `activeMacro` in the store, keeping track of the running macro - Added the `generateMacroIds`, `getMacroIds`, and `removeMacroNodes` store methods - Fix order in mergeOptions method so user settings take precendence over defaults - Fix upward snap for snapped percentage option when snap is a simple number - The conditional loading of plugins had a bug causing them to never be loaded - Make Path.split() more robust when handling edge-case. Fixes - Prevent utils.circlesIntersect() from running sqrt on a negative number. Fixes - Removed unwanted debug output
This commit is contained in:
parent
ae0438a75c
commit
ba370f74d2
253 changed files with 963 additions and 717 deletions
36
CHANGELOG.md
36
CHANGELOG.md
|
@ -3,6 +3,9 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
|
||||||
|
## 3.1.0 (2023-12-26)
|
||||||
|
|
||||||
### aaron
|
### aaron
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
@ -12,6 +15,7 @@
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
- Added IDs to dimension macros that missed them, causing them to not be shown
|
- Added IDs to dimension macros that missed them, causing them to not be shown
|
||||||
|
- Keep seam allowance out of the binding length calculation
|
||||||
|
|
||||||
### albert
|
### albert
|
||||||
|
|
||||||
|
@ -80,6 +84,12 @@
|
||||||
|
|
||||||
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
|
||||||
|
|
||||||
|
### penelope
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- Fixed wrong use of options in a value method. Fixes
|
||||||
|
|
||||||
### plugintest
|
### plugintest
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
@ -105,6 +115,12 @@
|
||||||
|
|
||||||
- Replaced all instances of 'seperate' with 'separate' in option names
|
- Replaced all instances of 'seperate' with 'separate' in option names
|
||||||
|
|
||||||
|
### skully
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- Initial release
|
||||||
|
|
||||||
### sven
|
### sven
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
@ -136,12 +152,22 @@
|
||||||
|
|
||||||
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
|
||||||
|
|
||||||
|
### otis
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- Initial release
|
||||||
|
|
||||||
### plugin-annotations
|
### plugin-annotations
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
- Added support for notes in flags
|
- Added support for notes in flags
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- Removing macros did not always remove the cutlist data in the store. Fixes
|
||||||
|
|
||||||
### plugin-bin-pack
|
### plugin-bin-pack
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
@ -167,9 +193,17 @@
|
||||||
- Fix order in mergeOptions method so user settings take precendence over defaults
|
- Fix order in mergeOptions method so user settings take precendence over defaults
|
||||||
- Fix upward snap for snapped percentage option when snap is a simple number
|
- Fix upward snap for snapped percentage option when snap is a simple number
|
||||||
- The conditional loading of plugins had a bug causing them to never be loaded
|
- The conditional loading of plugins had a bug causing them to never be loaded
|
||||||
|
- Make Path.split() more robust when handling edge-case. Fixes
|
||||||
|
- Prevent utils.circlesIntersect() from running sqrt on a negative number. Fixes
|
||||||
|
|
||||||
|
### new-design
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
- Removed unwanted debug output
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### global
|
### global
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,18 @@
|
||||||
Unreleased:
|
Unreleased:
|
||||||
Added:
|
Added:
|
||||||
|
|
||||||
|
3.1.0:
|
||||||
|
date: 2023-12-26
|
||||||
|
Added:
|
||||||
core:
|
core:
|
||||||
- Allow plugins to provide their own packing implementation
|
- Allow plugins to provide their own packing implementation
|
||||||
- Added named export `cbqc` which exports the constant to approximate a circle with Cubic Bézier curves
|
- Added named export `cbqc` which exports the constant to approximate a circle with Cubic Bézier curves
|
||||||
- Core will now set `activeMacro` in the store, keeping track of the running macro
|
- Core will now set `activeMacro` in the store, keeping track of the running macro
|
||||||
- Added the `generateMacroIds`, `getMacroIds`, and `removeMacroNodes` store methods
|
- Added the `generateMacroIds`, `getMacroIds`, and `removeMacroNodes` store methods
|
||||||
|
otis:
|
||||||
|
- Initial release
|
||||||
|
skully:
|
||||||
|
- Initial release
|
||||||
plugin-bin-pack:
|
plugin-bin-pack:
|
||||||
- First release of the plugin providing the default packing implementation
|
- First release of the plugin providing the default packing implementation
|
||||||
plugin-ringsector:
|
plugin-ringsector:
|
||||||
|
@ -51,14 +59,23 @@ Unreleased:
|
||||||
Fixed:
|
Fixed:
|
||||||
aaron:
|
aaron:
|
||||||
- Added IDs to dimension macros that missed them, causing them to not be shown
|
- Added IDs to dimension macros that missed them, causing them to not be shown
|
||||||
|
- Keep seam allowance out of the binding length calculation
|
||||||
core:
|
core:
|
||||||
- Fix order in mergeOptions method so user settings take precendence over defaults
|
- Fix order in mergeOptions method so user settings take precendence over defaults
|
||||||
- Fix upward snap for snapped percentage option when snap is a simple number
|
- Fix upward snap for snapped percentage option when snap is a simple number
|
||||||
- The conditional loading of plugins had a bug causing them to never be loaded
|
- The conditional loading of plugins had a bug causing them to never be loaded
|
||||||
|
- Make Path.split() more robust when handling edge-case. Fixes #5569
|
||||||
|
- Prevent utils.circlesIntersect() from running sqrt on a negative number. Fixes #5697
|
||||||
|
penelope:
|
||||||
|
- Fixed wrong use of options in a value method. Fixes #5497
|
||||||
simon:
|
simon:
|
||||||
- Replaced all instances of 'seperate' with 'separate' in option names
|
- Replaced all instances of 'seperate' with 'separate' in option names
|
||||||
|
new-design:
|
||||||
|
- Removed unwanted debug output
|
||||||
plugintest:
|
plugintest:
|
||||||
- Remove names from old plugins from list option
|
- Remove names from old plugins from list option
|
||||||
|
plugin-annotations:
|
||||||
|
- Removing macros did not always remove the cutlist data in the store. Fixes #5448
|
||||||
uma:
|
uma:
|
||||||
- Changed defaults to have more rise in the back
|
- Changed defaults to have more rise in the back
|
||||||
- Increase default rise
|
- Increase default rise
|
||||||
|
@ -67,13 +84,12 @@ Unreleased:
|
||||||
- Increased default front waist dip
|
- Increased default front waist dip
|
||||||
- Allowed lower values on back exposure, causing back to flare out
|
- Allowed lower values on back exposure, causing back to flare out
|
||||||
- Fix issue with back part when bulge is on and expand is off
|
- Fix issue with back part when bulge is on and expand is off
|
||||||
|
|
||||||
waralee:
|
waralee:
|
||||||
- Pocket opening was not drawn on the facing and pocket pieces. Fixes #4026
|
- Pocket opening was not drawn on the facing and pocket pieces. Fixes #4026
|
||||||
- Improve placement of the front welt. Fixes #4828
|
- Improve placement of the front welt. Fixes #4828
|
||||||
|
|
||||||
3.0.0:
|
3.0.0:
|
||||||
date: 2022-09-30
|
date: 2023-09-30
|
||||||
Changed:
|
Changed:
|
||||||
all:
|
all:
|
||||||
- All FreeSewing pacakges are now ESM only.
|
- All FreeSewing pacakges are now ESM only.
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
"files": ["dist/*", "README.md"],
|
"files": ["dist/*", "README.md"],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
# Change log for: @freesewing/aaron
|
# Change log for: @freesewing/aaron
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.1.0 (2023-12-26)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Added IDs to dimension macros that missed them, causing them to not be shown
|
||||||
|
- Keep seam allowance out of the binding length calculation
|
||||||
|
|
||||||
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/aaron'
|
export const name = '@freesewing/aaron'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/aaron",
|
"name": "@freesewing/aaron",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a A-shirt or tank top",
|
"description": "A FreeSewing pattern for a A-shirt or tank top",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,16 +49,16 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0",
|
"@freesewing/core": "3.1.0",
|
||||||
"@freesewing/brian": "3.1.0-rc.0",
|
"@freesewing/brian": "3.1.0",
|
||||||
"@freesewing/plugin-bust": "3.1.0-rc.0"
|
"@freesewing/plugin-bust": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
# Change log for: @freesewing/albert
|
# Change log for: @freesewing/albert
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.1.0 (2023-12-26)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
|
||||||
|
|
||||||
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/albert'
|
export const name = '@freesewing/albert'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/albert",
|
"name": "@freesewing/albert",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for an apron",
|
"description": "A FreeSewing pattern for an apron",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,14 +49,14 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0"
|
"@freesewing/core": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
# Change log for: @freesewing/bee
|
# Change log for: @freesewing/bee
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.1.0 (2023-12-26)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
|
||||||
|
|
||||||
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/bee'
|
export const name = '@freesewing/bee'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/bee",
|
"name": "@freesewing/bee",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a bikini top",
|
"description": "A FreeSewing pattern for a bikini top",
|
||||||
"author": "bobgeorgethe3rd (https://github.com/bobgeorgethe3rd)",
|
"author": "bobgeorgethe3rd (https://github.com/bobgeorgethe3rd)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,15 +49,15 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0",
|
"@freesewing/core": "3.1.0",
|
||||||
"@freesewing/bella": "3.1.0-rc.0"
|
"@freesewing/bella": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/bella
|
# Change log for: @freesewing/bella
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/bella'
|
export const name = '@freesewing/bella'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/bella",
|
"name": "@freesewing/bella",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a womenswear bodice block",
|
"description": "A FreeSewing pattern for a womenswear bodice block",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,14 +49,14 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0"
|
"@freesewing/core": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
# Change log for: @freesewing/benjamin
|
# Change log for: @freesewing/benjamin
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.1.0 (2023-12-26)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
|
||||||
|
|
||||||
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/benjamin'
|
export const name = '@freesewing/benjamin'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/benjamin",
|
"name": "@freesewing/benjamin",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a bow tie",
|
"description": "A FreeSewing pattern for a bow tie",
|
||||||
"author": "woutervdub (https://github.com/woutervdub)",
|
"author": "woutervdub (https://github.com/woutervdub)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,14 +49,14 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0"
|
"@freesewing/core": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/bent
|
# Change log for: @freesewing/bent
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/bent'
|
export const name = '@freesewing/bent'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/bent",
|
"name": "@freesewing/bent",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a menswear body block with a two-part sleeve",
|
"description": "A FreeSewing pattern for a menswear body block with a two-part sleeve",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,16 +49,16 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0",
|
"@freesewing/core": "3.1.0",
|
||||||
"@freesewing/brian": "3.1.0-rc.0",
|
"@freesewing/brian": "3.1.0",
|
||||||
"@freesewing/plugin-bust": "3.1.0-rc.0"
|
"@freesewing/plugin-bust": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/bob
|
# Change log for: @freesewing/bob
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/bob'
|
export const name = '@freesewing/bob'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/bob",
|
"name": "@freesewing/bob",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a bib",
|
"description": "A FreeSewing pattern for a bib",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,14 +49,14 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0"
|
"@freesewing/core": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/breanna
|
# Change log for: @freesewing/breanna
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/breanna'
|
export const name = '@freesewing/breanna'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/breanna",
|
"name": "@freesewing/breanna",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a basic body block for womenswear",
|
"description": "A FreeSewing pattern for a basic body block for womenswear",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,15 +49,15 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0",
|
"@freesewing/core": "3.1.0",
|
||||||
"@freesewing/brian": "3.1.0-rc.0"
|
"@freesewing/brian": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/brian
|
# Change log for: @freesewing/brian
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/brian'
|
export const name = '@freesewing/brian'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/brian",
|
"name": "@freesewing/brian",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a basic body block for menswear",
|
"description": "A FreeSewing pattern for a basic body block for menswear",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,15 +49,15 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0",
|
"@freesewing/core": "3.1.0",
|
||||||
"@freesewing/plugin-bust": "3.1.0-rc.0"
|
"@freesewing/plugin-bust": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/bruce
|
# Change log for: @freesewing/bruce
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/bruce'
|
export const name = '@freesewing/bruce'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/bruce",
|
"name": "@freesewing/bruce",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for boxer briefs",
|
"description": "A FreeSewing pattern for boxer briefs",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,14 +49,14 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0"
|
"@freesewing/core": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/carlita
|
# Change log for: @freesewing/carlita
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/carlita'
|
export const name = '@freesewing/carlita'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/carlita",
|
"name": "@freesewing/carlita",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat",
|
"description": "A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,18 +49,18 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0",
|
"@freesewing/core": "3.1.0",
|
||||||
"@freesewing/brian": "3.1.0-rc.0",
|
"@freesewing/brian": "3.1.0",
|
||||||
"@freesewing/bent": "3.1.0-rc.0",
|
"@freesewing/bent": "3.1.0",
|
||||||
"@freesewing/carlton": "3.1.0-rc.0",
|
"@freesewing/carlton": "3.1.0",
|
||||||
"@freesewing/plugin-bust": "3.1.0-rc.0"
|
"@freesewing/plugin-bust": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
# Change log for: @freesewing/carlton
|
# Change log for: @freesewing/carlton
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.1.0 (2023-12-26)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
|
||||||
|
|
||||||
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/carlton'
|
export const name = '@freesewing/carlton'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/carlton",
|
"name": "@freesewing/carlton",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat",
|
"description": "A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,17 +49,17 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0",
|
"@freesewing/core": "3.1.0",
|
||||||
"@freesewing/brian": "3.1.0-rc.0",
|
"@freesewing/brian": "3.1.0",
|
||||||
"@freesewing/bent": "3.1.0-rc.0",
|
"@freesewing/bent": "3.1.0",
|
||||||
"@freesewing/plugin-bust": "3.1.0-rc.0"
|
"@freesewing/plugin-bust": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/cathrin
|
# Change log for: @freesewing/cathrin
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/cathrin'
|
export const name = '@freesewing/cathrin'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/cathrin",
|
"name": "@freesewing/cathrin",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a underbust corset / waist trainer",
|
"description": "A FreeSewing pattern for a underbust corset / waist trainer",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,14 +49,14 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0"
|
"@freesewing/core": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
# Change log for: @freesewing/charlie
|
# Change log for: @freesewing/charlie
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.1.0 (2023-12-26)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
|
||||||
|
|
||||||
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/charlie'
|
export const name = '@freesewing/charlie'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/charlie",
|
"name": "@freesewing/charlie",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for chino trousers",
|
"description": "A FreeSewing pattern for chino trousers",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,16 +49,16 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0",
|
"@freesewing/core": "3.1.0",
|
||||||
"@freesewing/titan": "3.1.0-rc.0",
|
"@freesewing/titan": "3.1.0",
|
||||||
"@freesewing/snapseries": "3.1.0-rc.0"
|
"@freesewing/snapseries": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/cornelius
|
# Change log for: @freesewing/cornelius
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/cornelius'
|
export const name = '@freesewing/cornelius'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/cornelius",
|
"name": "@freesewing/cornelius",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for cycling breeches, based on the Keystone drafting system",
|
"description": "A FreeSewing pattern for cycling breeches, based on the Keystone drafting system",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,14 +49,14 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0"
|
"@freesewing/core": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/diana
|
# Change log for: @freesewing/diana
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/diana'
|
export const name = '@freesewing/diana'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/diana",
|
"name": "@freesewing/diana",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a top with a draped neck",
|
"description": "A FreeSewing pattern for a top with a draped neck",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,16 +49,16 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0",
|
"@freesewing/core": "3.1.0",
|
||||||
"@freesewing/brian": "3.1.0-rc.0",
|
"@freesewing/brian": "3.1.0",
|
||||||
"@freesewing/plugin-bust": "3.1.0-rc.0"
|
"@freesewing/plugin-bust": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/examples
|
# Change log for: @freesewing/examples
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/examples'
|
export const name = '@freesewing/examples'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/examples",
|
"name": "@freesewing/examples",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern holding examples for our documentation",
|
"description": "A FreeSewing pattern holding examples for our documentation",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -44,15 +44,15 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0",
|
"@freesewing/core": "3.1.0",
|
||||||
"@freesewing/plugin-gore": "3.1.0-rc.0"
|
"@freesewing/plugin-gore": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/florence
|
# Change log for: @freesewing/florence
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/florence'
|
export const name = '@freesewing/florence'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/florence",
|
"name": "@freesewing/florence",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a face mask",
|
"description": "A FreeSewing pattern for a face mask",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,14 +49,14 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0"
|
"@freesewing/core": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/florent
|
# Change log for: @freesewing/florent
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/florent'
|
export const name = '@freesewing/florent'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/florent",
|
"name": "@freesewing/florent",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a flat cap",
|
"description": "A FreeSewing pattern for a flat cap",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,14 +49,14 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0"
|
"@freesewing/core": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/gozer
|
# Change log for: @freesewing/gozer
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/gozer'
|
export const name = '@freesewing/gozer'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/gozer",
|
"name": "@freesewing/gozer",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a ghost costume",
|
"description": "A FreeSewing pattern for a ghost costume",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,14 +49,14 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0"
|
"@freesewing/core": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/hi
|
# Change log for: @freesewing/hi
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/hi'
|
export const name = '@freesewing/hi'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/hi",
|
"name": "@freesewing/hi",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a shark plush toy",
|
"description": "A FreeSewing pattern for a shark plush toy",
|
||||||
"author": "woutervdub (https://github.com/woutervdub)",
|
"author": "woutervdub (https://github.com/woutervdub)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,14 +49,14 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0"
|
"@freesewing/core": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/holmes
|
# Change log for: @freesewing/holmes
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/holmes'
|
export const name = '@freesewing/holmes'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/holmes",
|
"name": "@freesewing/holmes",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a Sherlock Holmes hat",
|
"description": "A FreeSewing pattern for a Sherlock Holmes hat",
|
||||||
"author": "AlfaLyr (https://github.com/alfalyr)",
|
"author": "AlfaLyr (https://github.com/alfalyr)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,17 +49,17 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0",
|
"@freesewing/core": "3.1.0",
|
||||||
"@freesewing/plugin-bust": "3.1.0-rc.0"
|
"@freesewing/plugin-bust": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@freesewing/plugin-gore": "3.1.0-rc.0"
|
"@freesewing/plugin-gore": "3.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
# Change log for: @freesewing/hortensia
|
# Change log for: @freesewing/hortensia
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.1.0 (2023-12-26)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
|
||||||
|
|
||||||
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/hortensia'
|
export const name = '@freesewing/hortensia'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/hortensia",
|
"name": "@freesewing/hortensia",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a handbag",
|
"description": "A FreeSewing pattern for a handbag",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,14 +49,14 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0"
|
"@freesewing/core": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
# Change log for: @freesewing/huey
|
# Change log for: @freesewing/huey
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.1.0 (2023-12-26)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
|
||||||
|
|
||||||
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/huey'
|
export const name = '@freesewing/huey'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/huey",
|
"name": "@freesewing/huey",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a zip-up hoodie",
|
"description": "A FreeSewing pattern for a zip-up hoodie",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,16 +49,16 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0",
|
"@freesewing/core": "3.1.0",
|
||||||
"@freesewing/brian": "3.1.0-rc.0",
|
"@freesewing/brian": "3.1.0",
|
||||||
"@freesewing/plugin-bust": "3.1.0-rc.0"
|
"@freesewing/plugin-bust": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
# Change log for: @freesewing/hugo
|
# Change log for: @freesewing/hugo
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.1.0 (2023-12-26)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
|
||||||
|
|
||||||
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/hugo'
|
export const name = '@freesewing/hugo'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/hugo",
|
"name": "@freesewing/hugo",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a hooded jumper with raglan sleeves",
|
"description": "A FreeSewing pattern for a hooded jumper with raglan sleeves",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,16 +49,16 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0",
|
"@freesewing/core": "3.1.0",
|
||||||
"@freesewing/brian": "3.1.0-rc.0",
|
"@freesewing/brian": "3.1.0",
|
||||||
"@freesewing/plugin-bust": "3.1.0-rc.0"
|
"@freesewing/plugin-bust": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,14 @@
|
||||||
# Change log for: @freesewing/jaeger
|
# Change log for: @freesewing/jaeger
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.1.0 (2023-12-26)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
|
||||||
|
- Corrected part mixup in translation of flag message
|
||||||
|
|
||||||
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/jaeger'
|
export const name = '@freesewing/jaeger'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/jaeger",
|
"name": "@freesewing/jaeger",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a sport coat style jacket",
|
"description": "A FreeSewing pattern for a sport coat style jacket",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,17 +49,17 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0",
|
"@freesewing/core": "3.1.0",
|
||||||
"@freesewing/brian": "3.1.0-rc.0",
|
"@freesewing/brian": "3.1.0",
|
||||||
"@freesewing/bent": "3.1.0-rc.0",
|
"@freesewing/bent": "3.1.0",
|
||||||
"@freesewing/plugin-bust": "3.1.0-rc.0"
|
"@freesewing/plugin-bust": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/legend
|
# Change log for: @freesewing/legend
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/legend'
|
export const name = '@freesewing/legend'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/legend",
|
"name": "@freesewing/legend",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern to document pattern notation",
|
"description": "A FreeSewing pattern to document pattern notation",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,14 +49,14 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0"
|
"@freesewing/core": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/lucy
|
# Change log for: @freesewing/lucy
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/lucy'
|
export const name = '@freesewing/lucy'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/lucy",
|
"name": "@freesewing/lucy",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a historical tie-on pocket",
|
"description": "A FreeSewing pattern for a historical tie-on pocket",
|
||||||
"author": "SeaZeeZee (https://github.com/SeaZeeZee)",
|
"author": "SeaZeeZee (https://github.com/SeaZeeZee)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,14 +49,14 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0"
|
"@freesewing/core": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/lumira
|
# Change log for: @freesewing/lumira
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/lumira'
|
export const name = '@freesewing/lumira'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/lumira",
|
"name": "@freesewing/lumira",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for leggings",
|
"description": "A FreeSewing pattern for leggings",
|
||||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,14 +49,14 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0"
|
"@freesewing/core": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/lunetius
|
# Change log for: @freesewing/lunetius
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/lunetius'
|
export const name = '@freesewing/lunetius'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/lunetius",
|
"name": "@freesewing/lunetius",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a lacerna, a historical Roman cloak",
|
"description": "A FreeSewing pattern for a lacerna, a historical Roman cloak",
|
||||||
"author": "Starfetch (https://github.com/starfetch)",
|
"author": "Starfetch (https://github.com/starfetch)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,14 +49,14 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0"
|
"@freesewing/core": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/magde
|
# Change log for: @freesewing/magde
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/magde'
|
export const name = '@freesewing/magde'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/magde",
|
"name": "@freesewing/magde",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a bike messenger bag",
|
"description": "A FreeSewing pattern for a bike messenger bag",
|
||||||
"author": "clegganator259 (https://github.com/clegganator259)",
|
"author": "clegganator259 (https://github.com/clegganator259)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,14 +49,14 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0"
|
"@freesewing/core": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Change log for: @freesewing/noble
|
# Change log for: @freesewing/noble
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// This file is auto-generated | All changes you make will be overwritten.
|
// This file is auto-generated | All changes you make will be overwritten.
|
||||||
export const name = '@freesewing/noble'
|
export const name = '@freesewing/noble'
|
||||||
export const version = '3.1.0-rc.0'
|
export const version = '3.1.0'
|
||||||
export const data = { name, version }
|
export const data = { name, version }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@freesewing/noble",
|
"name": "@freesewing/noble",
|
||||||
"version": "3.1.0-rc.0",
|
"version": "3.1.0",
|
||||||
"description": "A FreeSewing pattern for a princess seam bodice block",
|
"description": "A FreeSewing pattern for a princess seam bodice block",
|
||||||
"author": "woutervdub (https://github.com/woutervdub)",
|
"author": "woutervdub (https://github.com/woutervdub)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
|
@ -49,15 +49,15 @@
|
||||||
"wbuild:all": "yarn wbuild"
|
"wbuild:all": "yarn wbuild"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "3.1.0-rc.0",
|
"@freesewing/core": "3.1.0",
|
||||||
"@freesewing/bella": "3.1.0-rc.0"
|
"@freesewing/bella": "3.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"@freesewing/models": "3.1.0-rc.0",
|
"@freesewing/models": "3.1.0",
|
||||||
"@freesewing/plugin-timing": "3.1.0-rc.0"
|
"@freesewing/plugin-timing": "3.1.0"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "latest"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
# Change log for: @freesewing/octoplushy
|
# Change log for: @freesewing/octoplushy
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 (2022-09-30)
|
## 3.1.0 (2023-12-26)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Rephrased flag message when expand is off to avoid confusion about included seam allowance. Fixes
|
||||||
|
|
||||||
|
## 3.0.0 (2023-09-30)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue