1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2020-02-22 14:20:21 +01:00
parent 992b010354
commit fa13700bd4
68 changed files with 342 additions and 4 deletions

View file

@ -4,6 +4,21 @@
## 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
#### Changed

View file

@ -1,5 +1,13 @@
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:
breanna:
- Breanna is a body block for womenswear

View file

@ -110,6 +110,9 @@ create-freesewing-pattern:
gatsby-remark-jargon:
_:
"remark-jargon": "^{{version}}"
holmes:
peer:
"@freesewing/plugin-bust": "^{{version}}"
hugo:
peer:
"@freesewing/brian": "^{{version}}"

View file

@ -14,6 +14,7 @@ css-theme: "A CSS theme for FreeSewing web UIs"
examples: "A FreeSewing pattern holding examples for our documentation"
florent: "A FreeSewing pattern for a flat cap"
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"
hugo: "A FreeSewing pattern for a hooded jumper with raglan sleeves"
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-dimension: "A FreeSewing plugin to add dimensions to your (paperless) pattern"
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-i18n: "A FreeSewing plugin for pattern translation"
plugin-logo: "A FreeSewing plugin to add our logo to your patterns"

View file

@ -13,6 +13,8 @@ customRollup:
- utils
- prettier-config
packageJson:
benjamin:
author: woutervdub (https://github.com/woutervdub)
components:
# react-scripts doesn't handle .mjs files correctly
module: '!'
@ -50,6 +52,8 @@ packageJson:
css-theme:
main: dist/theme.css
module: '!'
holmes:
author: AlfaLyr (https://github.com/alfalyr)
i18n:
# react-scripts doesn't handle .mjs files correctly
module: '!'
@ -60,6 +64,8 @@ packageJson:
- jargon
- gatsby
- gatsby-plugin
plugin-gore:
author: AlfaLyr (https://github.com/alfalyr)
prettier-config:
main: "index.json"
module: '!'
@ -69,6 +75,8 @@ packageJson:
files:
- index.json
- package.json
sandy:
author: AlfaLyr (https://github.com/alfalyr)
utils:
# react-scripts doesn't handle .mjs files correctly
module: '!'
@ -95,4 +103,6 @@ packageJson:
- "tiler/*"
- "validateEmail/*"
- "validateTld/*"
waralee:
author: woutervdub (https://github.com/woutervdub)

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package aaron
## 2.2.0 (2020-02-22)
### Changed
- Removed deprecated `centerBackNeckToWaist` measurement

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package benjamin

View file

@ -2,7 +2,7 @@
"name": "@freesewing/benjamin",
"version": "2.2.0",
"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/",
"repository": "github:freesewing/freesewing",
"license": "MIT",

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package bent
## 2.2.0 (2020-02-22)
### Changed
- Removed deprecated `centerBackNeckToWaist` measurement

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package breanna
## 2.2.0 (2020-02-22)
### Added
- Breanna is a body block for womenswear

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package brian
## 2.2.0 (2020-02-22)
### Changed
- Reworked Brian to use the new shoulderslope measurement

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package bruce

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package carlita
## 2.2.0 (2020-02-22)
### Changed
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package carlton
## 2.2.0 (2020-02-22)
### Changed
- Removed deprecated `centerBackNeckToWaist` measurement

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package cathrin

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package components
## 2.2.0 (2020-02-22)
### Added
- Added LineDrawing for Breanna

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package core
## 2.2.0 (2020-02-22)
### Added
- Added the `Path.noop()` method

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package create-freesewing-pattern
## 2.2.0 (2020-02-22)
### Fixed
- [#257](https://github.com/freesewing/freesewing/issues/257): Explain that pattern names are bound by the constraints of NPM package names

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package css-theme
## 2.2.0 (2020-02-22)
### Added
- Added styling for table.data

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package examples

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package florent
## 2.2.0 (2020-02-22)
### Fixed
- Fixed an SA issue in brim top and removed SA from interfacing

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package gatsby-remark-jargon

View file

@ -3,6 +3,11 @@
## Unreleased
### Added
- Homes is a pattern for a Sherlock Holmes hat
## 2.2.0 (2020-02-22)
**Note:** Version bump only for package holmes

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package huey
## 2.2.0 (2020-02-22)
### Changed
- Removed deprecated `centerBackNeckToWaist` measurement

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package hugo
## 2.2.0 (2020-02-22)
### Changed
- Removed deprecated `centerBackNeckToWaist` measurement

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package i18n
## 2.2.0 (2020-02-22)
### Added
- Added translations for Breanna

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package jaeger
## 2.2.0 (2020-02-22)
### Changed
- Removed deprecated `centerBackNeckToWaist` measurement

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package models
## 2.2.0 (2020-02-22)
### Changed
- Extended the menswear size range to have 10 different sizes, just like womenswear

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package mui-theme
## 2.2.0 (2020-02-22)
### Changed
- Changed the light background to `#f8f9fa` rather than `#fff`

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package pattern-info

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package penelope
## 2.2.0 (2020-02-22)
### Fixed
- Fixed tags in pattern config file

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-banner

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-bundle

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-bust

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-buttons

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-cutonfold

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-debug

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-designer

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-dimension

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-flip

View file

@ -3,6 +3,11 @@
## 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

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-grainline

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-i18n

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-logo

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-round

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-scalebox

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-sprinkle

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-svgattr

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-theme

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-title

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package plugin-validate

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package prettier-config

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package remark-jargon

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package rendertest

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package sandy
## 2.2.0 (2020-02-22)
### Fixed
- Fixed tags in pattern config file

View file

@ -2,7 +2,7 @@
"name": "@freesewing/sandy",
"version": "2.2.0",
"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/",
"repository": "github:freesewing/freesewing",
"license": "MIT",

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package shin

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package simon
## 2.2.0 (2020-02-22)
### Changed
- Removed deprecated `centerBackNeckToWaist` measurement

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package simone
## 2.2.0 (2020-02-22)
### Changed
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package sven
## 2.2.0 (2020-02-22)
### Changed
- Removed deprecated `centerBackNeckToWaist` measurement

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package tamiko
## 2.2.0 (2020-02-22)
### Changed
- Removed deprecated `centerBackNeckToWaist` measurement

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package theo
## 2.2.0 (2020-02-22)
### Fixed
- Fixed issue with side piece

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package trayvon
## 2.2.0 (2020-02-22)
### Changed
- Removed deprecated `centerBackNeckToWaist` measurement

View file

@ -6,6 +6,11 @@
**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)
**Note:** Version bump only for package tutorial

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package utils
## 2.2.0 (2020-02-22)
### Changed
- Neckstimate now uses proportions only

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package wahid
## 2.2.0 (2020-02-22)
### Changed
- Removed deprecated `centerBackNeckToWaist` measurement

View file

@ -3,6 +3,11 @@
## Unreleased
**Note:** Version bump only for package waralee
## 2.2.0 (2020-02-22)
### Fixed
- Fixed tags in pattern config file

View file

@ -2,7 +2,7 @@
"name": "@freesewing/waralee",
"version": "2.2.0",
"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/",
"repository": "github:freesewing/freesewing",
"license": "MIT",