chore: Reconfigure packages
This commit is contained in:
parent
992b010354
commit
fa13700bd4
68 changed files with 342 additions and 4 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -4,6 +4,21 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### holmes
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- Homes is a pattern for a Sherlock Holmes hat
|
||||||
|
|
||||||
|
### plugin-gore
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
- A plugin to generate gores for semi-spheres or domes
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### aaron
|
### aaron
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
Unreleased:
|
Unreleased:
|
||||||
date: 2020-02-02
|
date: 2020-02-22
|
||||||
|
Added:
|
||||||
|
holmes:
|
||||||
|
- Homes is a pattern for a Sherlock Holmes hat
|
||||||
|
plugin-gore:
|
||||||
|
- A plugin to generate gores for semi-spheres or domes
|
||||||
|
|
||||||
|
2.2.0:
|
||||||
|
date: 2020-02-22
|
||||||
Added:
|
Added:
|
||||||
breanna:
|
breanna:
|
||||||
- Breanna is a body block for womenswear
|
- Breanna is a body block for womenswear
|
||||||
|
|
|
@ -110,6 +110,9 @@ create-freesewing-pattern:
|
||||||
gatsby-remark-jargon:
|
gatsby-remark-jargon:
|
||||||
_:
|
_:
|
||||||
"remark-jargon": "^{{version}}"
|
"remark-jargon": "^{{version}}"
|
||||||
|
holmes:
|
||||||
|
peer:
|
||||||
|
"@freesewing/plugin-bust": "^{{version}}"
|
||||||
hugo:
|
hugo:
|
||||||
peer:
|
peer:
|
||||||
"@freesewing/brian": "^{{version}}"
|
"@freesewing/brian": "^{{version}}"
|
||||||
|
|
|
@ -14,6 +14,7 @@ css-theme: "A CSS theme for FreeSewing web UIs"
|
||||||
examples: "A FreeSewing pattern holding examples for our documentation"
|
examples: "A FreeSewing pattern holding examples for our documentation"
|
||||||
florent: "A FreeSewing pattern for a flat cap"
|
florent: "A FreeSewing pattern for a flat cap"
|
||||||
gatsby-remark-jargon: "A gatsby-transformer-remark sub-plugin for jargon terms"
|
gatsby-remark-jargon: "A gatsby-transformer-remark sub-plugin for jargon terms"
|
||||||
|
holmes: "A FreeSewing pattern for a Sherlock Holmes hat"
|
||||||
huey: "A FreeSewing pattern for a zip-up hoodie"
|
huey: "A FreeSewing pattern for a zip-up hoodie"
|
||||||
hugo: "A FreeSewing pattern for a hooded jumper with raglan sleeves"
|
hugo: "A FreeSewing pattern for a hooded jumper with raglan sleeves"
|
||||||
i18n: "Translations for the FreeSewing project"
|
i18n: "Translations for the FreeSewing project"
|
||||||
|
@ -31,6 +32,7 @@ plugin-debug: "A FreeSewing plugin to log debug info to your browser console"
|
||||||
plugin-designer: "A FreeSewing plugin to facilitate pattern design"
|
plugin-designer: "A FreeSewing plugin to facilitate pattern design"
|
||||||
plugin-dimension: "A FreeSewing plugin to add dimensions to your (paperless) pattern"
|
plugin-dimension: "A FreeSewing plugin to add dimensions to your (paperless) pattern"
|
||||||
plugin-flip: "A FreeSewing plugin to flip parts horizontally"
|
plugin-flip: "A FreeSewing plugin to flip parts horizontally"
|
||||||
|
plugin-gore: "A FreeSewing plugin to generate gores for a semi-sphere or dome"
|
||||||
plugin-grainline: "A FreeSewing plugin to add grainline indicators on your patterns"
|
plugin-grainline: "A FreeSewing plugin to add grainline indicators on your patterns"
|
||||||
plugin-i18n: "A FreeSewing plugin for pattern translation"
|
plugin-i18n: "A FreeSewing plugin for pattern translation"
|
||||||
plugin-logo: "A FreeSewing plugin to add our logo to your patterns"
|
plugin-logo: "A FreeSewing plugin to add our logo to your patterns"
|
||||||
|
|
|
@ -13,6 +13,8 @@ customRollup:
|
||||||
- utils
|
- utils
|
||||||
- prettier-config
|
- prettier-config
|
||||||
packageJson:
|
packageJson:
|
||||||
|
benjamin:
|
||||||
|
author: woutervdub (https://github.com/woutervdub)
|
||||||
components:
|
components:
|
||||||
# react-scripts doesn't handle .mjs files correctly
|
# react-scripts doesn't handle .mjs files correctly
|
||||||
module: '!'
|
module: '!'
|
||||||
|
@ -50,6 +52,8 @@ packageJson:
|
||||||
css-theme:
|
css-theme:
|
||||||
main: dist/theme.css
|
main: dist/theme.css
|
||||||
module: '!'
|
module: '!'
|
||||||
|
holmes:
|
||||||
|
author: AlfaLyr (https://github.com/alfalyr)
|
||||||
i18n:
|
i18n:
|
||||||
# react-scripts doesn't handle .mjs files correctly
|
# react-scripts doesn't handle .mjs files correctly
|
||||||
module: '!'
|
module: '!'
|
||||||
|
@ -60,6 +64,8 @@ packageJson:
|
||||||
- jargon
|
- jargon
|
||||||
- gatsby
|
- gatsby
|
||||||
- gatsby-plugin
|
- gatsby-plugin
|
||||||
|
plugin-gore:
|
||||||
|
author: AlfaLyr (https://github.com/alfalyr)
|
||||||
prettier-config:
|
prettier-config:
|
||||||
main: "index.json"
|
main: "index.json"
|
||||||
module: '!'
|
module: '!'
|
||||||
|
@ -69,6 +75,8 @@ packageJson:
|
||||||
files:
|
files:
|
||||||
- index.json
|
- index.json
|
||||||
- package.json
|
- package.json
|
||||||
|
sandy:
|
||||||
|
author: AlfaLyr (https://github.com/alfalyr)
|
||||||
utils:
|
utils:
|
||||||
# react-scripts doesn't handle .mjs files correctly
|
# react-scripts doesn't handle .mjs files correctly
|
||||||
module: '!'
|
module: '!'
|
||||||
|
@ -95,4 +103,6 @@ packageJson:
|
||||||
- "tiler/*"
|
- "tiler/*"
|
||||||
- "validateEmail/*"
|
- "validateEmail/*"
|
||||||
- "validateTld/*"
|
- "validateTld/*"
|
||||||
|
waralee:
|
||||||
|
author: woutervdub (https://github.com/woutervdub)
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package aaron
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package benjamin
|
**Note:** Version bump only for package benjamin
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package benjamin
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package benjamin
|
**Note:** Version bump only for package benjamin
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "@freesewing/benjamin",
|
"name": "@freesewing/benjamin",
|
||||||
"version": "2.2.0",
|
"version": "2.2.0",
|
||||||
"description": "A FreeSewing pattern for a bow tie",
|
"description": "A FreeSewing pattern for a bow tie",
|
||||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
"author": "woutervdub (https://github.com/woutervdub)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
"repository": "github:freesewing/freesewing",
|
"repository": "github:freesewing/freesewing",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package bent
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package breanna
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Breanna is a body block for womenswear
|
- Breanna is a body block for womenswear
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package brian
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Reworked Brian to use the new shoulderslope measurement
|
- Reworked Brian to use the new shoulderslope measurement
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package bruce
|
**Note:** Version bump only for package bruce
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package bruce
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package bruce
|
**Note:** Version bump only for package bruce
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package carlita
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
|
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package carlton
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package cathrin
|
**Note:** Version bump only for package cathrin
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package cathrin
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package cathrin
|
**Note:** Version bump only for package cathrin
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package components
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added LineDrawing for Breanna
|
- Added LineDrawing for Breanna
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package core
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added the `Path.noop()` method
|
- Added the `Path.noop()` method
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package create-freesewing-pattern
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [#257](https://github.com/freesewing/freesewing/issues/257): Explain that pattern names are bound by the constraints of NPM package names
|
- [#257](https://github.com/freesewing/freesewing/issues/257): Explain that pattern names are bound by the constraints of NPM package names
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package css-theme
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added styling for table.data
|
- Added styling for table.data
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package examples
|
**Note:** Version bump only for package examples
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package examples
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package examples
|
**Note:** Version bump only for package examples
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package florent
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed an SA issue in brim top and removed SA from interfacing
|
- Fixed an SA issue in brim top and removed SA from interfacing
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package gatsby-remark-jargon
|
**Note:** Version bump only for package gatsby-remark-jargon
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package gatsby-remark-jargon
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package gatsby-remark-jargon
|
**Note:** Version bump only for package gatsby-remark-jargon
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Homes is a pattern for a Sherlock Holmes hat
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
**Note:** Version bump only for package holmes
|
**Note:** Version bump only for package holmes
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package huey
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package hugo
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package i18n
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Added translations for Breanna
|
- Added translations for Breanna
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package jaeger
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package models
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Extended the menswear size range to have 10 different sizes, just like womenswear
|
- Extended the menswear size range to have 10 different sizes, just like womenswear
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package mui-theme
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Changed the light background to `#f8f9fa` rather than `#fff`
|
- Changed the light background to `#f8f9fa` rather than `#fff`
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package pattern-info
|
**Note:** Version bump only for package pattern-info
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package pattern-info
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package pattern-info
|
**Note:** Version bump only for package pattern-info
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package penelope
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed tags in pattern config file
|
- Fixed tags in pattern config file
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-banner
|
**Note:** Version bump only for package plugin-banner
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-banner
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-banner
|
**Note:** Version bump only for package plugin-banner
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-bundle
|
**Note:** Version bump only for package plugin-bundle
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-bundle
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-bundle
|
**Note:** Version bump only for package plugin-bundle
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-bust
|
**Note:** Version bump only for package plugin-bust
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-bust
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-bust
|
**Note:** Version bump only for package plugin-bust
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-buttons
|
**Note:** Version bump only for package plugin-buttons
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-buttons
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-buttons
|
**Note:** Version bump only for package plugin-buttons
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-cutonfold
|
**Note:** Version bump only for package plugin-cutonfold
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-cutonfold
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-cutonfold
|
**Note:** Version bump only for package plugin-cutonfold
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-debug
|
**Note:** Version bump only for package plugin-debug
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-debug
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-debug
|
**Note:** Version bump only for package plugin-debug
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-designer
|
**Note:** Version bump only for package plugin-designer
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-designer
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-designer
|
**Note:** Version bump only for package plugin-designer
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-dimension
|
**Note:** Version bump only for package plugin-dimension
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-dimension
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-dimension
|
**Note:** Version bump only for package plugin-dimension
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-flip
|
**Note:** Version bump only for package plugin-flip
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-flip
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-flip
|
**Note:** Version bump only for package plugin-flip
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- A plugin to generate gores for semi-spheres or domes
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-gore
|
**Note:** Version bump only for package plugin-gore
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-grainline
|
**Note:** Version bump only for package plugin-grainline
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-grainline
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-grainline
|
**Note:** Version bump only for package plugin-grainline
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-i18n
|
**Note:** Version bump only for package plugin-i18n
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-i18n
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-i18n
|
**Note:** Version bump only for package plugin-i18n
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-logo
|
**Note:** Version bump only for package plugin-logo
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-logo
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-logo
|
**Note:** Version bump only for package plugin-logo
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-round
|
**Note:** Version bump only for package plugin-round
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-round
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-round
|
**Note:** Version bump only for package plugin-round
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-scalebox
|
**Note:** Version bump only for package plugin-scalebox
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-scalebox
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-scalebox
|
**Note:** Version bump only for package plugin-scalebox
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-sprinkle
|
**Note:** Version bump only for package plugin-sprinkle
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-sprinkle
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-sprinkle
|
**Note:** Version bump only for package plugin-sprinkle
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-svgattr
|
**Note:** Version bump only for package plugin-svgattr
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-svgattr
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-svgattr
|
**Note:** Version bump only for package plugin-svgattr
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-theme
|
**Note:** Version bump only for package plugin-theme
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-theme
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-theme
|
**Note:** Version bump only for package plugin-theme
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-title
|
**Note:** Version bump only for package plugin-title
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-title
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-title
|
**Note:** Version bump only for package plugin-title
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package plugin-validate
|
**Note:** Version bump only for package plugin-validate
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package plugin-validate
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package plugin-validate
|
**Note:** Version bump only for package plugin-validate
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package prettier-config
|
**Note:** Version bump only for package prettier-config
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package prettier-config
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package prettier-config
|
**Note:** Version bump only for package prettier-config
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package remark-jargon
|
**Note:** Version bump only for package remark-jargon
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package remark-jargon
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package remark-jargon
|
**Note:** Version bump only for package remark-jargon
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package rendertest
|
**Note:** Version bump only for package rendertest
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package rendertest
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package rendertest
|
**Note:** Version bump only for package rendertest
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package sandy
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed tags in pattern config file
|
- Fixed tags in pattern config file
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "@freesewing/sandy",
|
"name": "@freesewing/sandy",
|
||||||
"version": "2.2.0",
|
"version": "2.2.0",
|
||||||
"description": "A FreeSewing pattern for a circle skirt",
|
"description": "A FreeSewing pattern for a circle skirt",
|
||||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
"author": "AlfaLyr (https://github.com/alfalyr)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
"repository": "github:freesewing/freesewing",
|
"repository": "github:freesewing/freesewing",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package shin
|
**Note:** Version bump only for package shin
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package shin
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package shin
|
**Note:** Version bump only for package shin
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package simon
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package simone
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
|
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package sven
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package tamiko
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package theo
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed issue with side piece
|
- Fixed issue with side piece
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package trayvon
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
|
@ -6,6 +6,11 @@
|
||||||
**Note:** Version bump only for package tutorial
|
**Note:** Version bump only for package tutorial
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package tutorial
|
||||||
|
|
||||||
|
|
||||||
## 2.1.9 (2020-01-18)
|
## 2.1.9 (2020-01-18)
|
||||||
|
|
||||||
**Note:** Version bump only for package tutorial
|
**Note:** Version bump only for package tutorial
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package utils
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Neckstimate now uses proportions only
|
- Neckstimate now uses proportions only
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package wahid
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed deprecated `centerBackNeckToWaist` measurement
|
- Removed deprecated `centerBackNeckToWaist` measurement
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
**Note:** Version bump only for package waralee
|
||||||
|
|
||||||
|
|
||||||
|
## 2.2.0 (2020-02-22)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed tags in pattern config file
|
- Fixed tags in pattern config file
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "@freesewing/waralee",
|
"name": "@freesewing/waralee",
|
||||||
"version": "2.2.0",
|
"version": "2.2.0",
|
||||||
"description": "A FreeSewing pattern for wrap pants",
|
"description": "A FreeSewing pattern for wrap pants",
|
||||||
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
|
"author": "woutervdub (https://github.com/woutervdub)",
|
||||||
"homepage": "https://freesewing.org/",
|
"homepage": "https://freesewing.org/",
|
||||||
"repository": "github:freesewing/freesewing",
|
"repository": "github:freesewing/freesewing",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue