diff --git a/.github/workflows/tests.legend.yml b/.github/workflows/tests.legend.yml
new file mode 100644
index 00000000000..68e37c4d15a
--- /dev/null
+++ b/.github/workflows/tests.legend.yml
@@ -0,0 +1,31 @@
+name: Unit tests - Legend
+
+on: [push]
+
+jobs:
+ test:
+ runs-on: ubuntu-latest
+
+ strategy:
+ matrix:
+ node-version: [12.x]
+
+ steps:
+ - name: Checkout repository
+ uses: actions/checkout@v2
+ - name: Setup Node.js ${{ matrix.node-version }}
+ uses: actions/setup-node@v1
+ with:
+ node-version: ${{ matrix.node-version }}
+ - name: Install dependencies
+ run: cd packages/legend && npm install
+ env:
+ CI: true
+ - name: Install peer & test dependencies
+ run: cd packages/legend && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/plugin-buttons @freesewing/models @freesewing/pattern-info mocha chai
+ env:
+ CI: true
+ - name: Build pattern
+ run: cd packages/legend && npm run build
+ - name: Run pattern unit tests
+ run: cd packages/legend && npm run testci
diff --git a/.github/workflows/tests.notation-legend.yml b/.github/workflows/tests.notation-legend.yml
new file mode 100644
index 00000000000..f4a4402f516
--- /dev/null
+++ b/.github/workflows/tests.notation-legend.yml
@@ -0,0 +1,31 @@
+name: Unit tests - Notation-legend
+
+on: [push]
+
+jobs:
+ test:
+ runs-on: ubuntu-latest
+
+ strategy:
+ matrix:
+ node-version: [12.x]
+
+ steps:
+ - name: Checkout repository
+ uses: actions/checkout@v2
+ - name: Setup Node.js ${{ matrix.node-version }}
+ uses: actions/setup-node@v1
+ with:
+ node-version: ${{ matrix.node-version }}
+ - name: Install dependencies
+ run: cd packages/notation-legend && npm install
+ env:
+ CI: true
+ - name: Install peer & test dependencies
+ run: cd packages/notation-legend && npm install @freesewing/core @freesewing/plugin-bundle @freesewing/plugin-buttons @freesewing/models @freesewing/pattern-info mocha chai
+ env:
+ CI: true
+ - name: Build pattern
+ run: cd packages/notation-legend && npm run build
+ - name: Run pattern unit tests
+ run: cd packages/notation-legend && npm run testci
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4cae6fd41ef..42c61287de1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,57 @@
## Unreleased
+### bruce
+
+#### Fixed
+
+- Sampling some options would not work in Bruce because the code shared across patterns would only run once. That's fixed now.
+
+### cathrin
+
+#### Fixed
+
+- [Fixed missing points issue when changing panels option](https://github.com/freesewing/freesewing.org/issues/619)
+- Fixed panels option being a list of numbers rather than strings
+
+### core
+
+#### Added
+
+- Added support for injecting custom (path) styles when sampling. Closes [#380](https://github.com/freesewing/freesewing/issues/380)
+
+### hugo
+
+#### Added
+
+- Added shaping of the side seam
+
+### plugin-buttons
+
+#### Removed
+
+- Snippet `snap-male` and `snap-female` are no longer available. Use `snap-stud` and `snap-socket` instead
+
+### plugin-mirror
+
+#### Added
+
+- A FreeSewing plugin for mirroring points or paths
+- Initial release
+
+### titan
+
+#### Added
+
+- A FreeSewing block for pants/trousers
+- Initial release
+
+### utils
+
+#### Added
+
+- Added new `isDegMeasurement` method. See [#358](https://github.com/freesewing/freesewing/issues/358)
+
## 2.6.0 (2020-05-01)
### brian
@@ -55,6 +106,7 @@
#### Added
- This plugin can export your pattern as DXF-ASTM
+- Initial release
### wahid
@@ -183,6 +235,7 @@
#### Added
- Florence is a face mask pattern
+- Initial release
## 2.3.0 (2020-02-23)
@@ -191,12 +244,14 @@
#### Added
- Homes is a pattern for a Sherlock Holmes hat
+- Initial release
### plugin-gore
#### Added
- A plugin to generate gores for semi-spheres or domes
+- Initial release
## 2.2.0 (2020-02-22)
@@ -509,12 +564,14 @@
#### Added
- Added the gatsby-remark-jargon package, a gatbsy plugin wrapping remark-jargon
+- Initial release
### remark-jargon
#### Added
- Added the remark-jargon package, a remark plugin for jargon terms
+- Initial release
### utils
@@ -570,6 +627,7 @@
#### Added
- Added the Penelope Pencil Skirt pattern by @woutervdub
+- Initial release
### simon
@@ -591,6 +649,7 @@
#### Added
- Added the Simone shirt pattern
+- Initial release
### utils
@@ -608,6 +667,7 @@
#### Added
- Added the Waralee wrap Pants pattern by @woutervdub
+- Initial release
## 2.0.4 (2019-09-27)
@@ -743,7 +803,314 @@
## 2.0.0 (2019-08-25)
-This is the **initial release**, and the start of this change log.
+### aaron
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+#### Added
+
+- Initial release
+
+### benjamin
+
+#### Added
+
+- Initial release
+
+### bent
+
+#### Added
+
+- Initial release
+
+### brian
+
+#### Added
+
+- Initial release
+
+### bruce
+
+#### Added
+
+- Initial release
+
+### carlita
+
+#### Added
+
+- Initial release
+
+### carlton
+
+#### Added
+
+- Initial release
+
+### cathrin
+
+#### Added
+
+- Initial release
+
+### components
+
+#### Added
+
+- Initial release
+
+### core
+
+#### Added
+
+- Initial release
+
+### create-freesewing-pattern
+
+#### Added
+
+- Initial release
+
+### css-theme
+
+#### Added
+
+- Initial release
+
+### examples
+
+#### Added
+
+- Initial release
+
+### florent
+
+#### Added
+
+- Initial release
+
+### huey
+
+#### Added
+
+- Initial release
+
+### hugo
+
+#### Added
+
+- Initial release
+
+### i18n
+
+#### Added
+
+- Initial release
+
+### jaeger
+
+#### Added
+
+- Initial release
+
+### models
+
+#### Added
+
+- Initial release
+
+### mui-theme
+
+#### Added
+
+- Initial release
+
+### pattern-info
+
+#### Added
+
+- Initial release
+
+### plugin-banner
+
+#### Added
+
+- Initial release
+
+### plugin-bundle
+
+#### Added
+
+- Initial release
+
+### plugin-bust
+
+#### Added
+
+- Initial release
+
+### plugin-buttons
+
+#### Added
+
+- Initial release
+
+### plugin-cutonfold
+
+#### Added
+
+- Initial release
+
+### plugin-debug
+
+#### Added
+
+- Initial release
+
+### plugin-designer
+
+#### Added
+
+- Initial release
+
+### plugin-dimension
+
+#### Added
+
+- Initial release
+
+### plugin-flip
+
+#### Added
+
+- Initial release
+
+### plugin-grainline
+
+#### Added
+
+- Initial release
+
+### plugin-i18n
+
+#### Added
+
+- Initial release
+
+### plugin-logo
+
+#### Added
+
+- Initial release
+
+### plugin-round
+
+#### Added
+
+- Initial release
+
+### plugin-scalebox
+
+#### Added
+
+- Initial release
+
+### plugin-sprinkle
+
+#### Added
+
+- Initial release
+
+### plugin-svgattr
+
+#### Added
+
+- Initial release
+
+### plugin-theme
+
+#### Added
+
+- Initial release
+
+### plugin-title
+
+#### Added
+
+- Initial release
+
+### plugin-validate
+
+#### Added
+
+- Initial release
+
+### prettier-config
+
+#### Added
+
+- Initial release
+
+### rendertest
+
+#### Added
+
+- Initial release
+
+### sandy
+
+#### Added
+
+- Initial release
+
+### shin
+
+#### Added
+
+- Initial release
+
+### simon
+
+#### Added
+
+- Initial release
+
+### sven
+
+#### Added
+
+- Initial release
+
+### tamiko
+
+#### Added
+
+- Initial release
+
+### theo
+
+#### Added
+
+- Initial release
+
+### trayvon
+
+#### Added
+
+- Initial release
+
+### tutorial
+
+#### Added
+
+- Initial release
+
+### utils
+
+#### Added
+
+- Initial release
+
+### wahid
+
+#### Added
+
+- Initial release
diff --git a/config/changelog.yaml b/config/changelog.yaml
index f47a7252b03..69f86e2812c 100644
--- a/config/changelog.yaml
+++ b/config/changelog.yaml
@@ -1,10 +1,73 @@
Unreleased:
date:
Added:
+ core:
+ - Added support for injecting custom (path) styles when sampling. Closes [#380](https://github.com/freesewing/freesewing/issues/380)
+ hugo:
+ - Added shaping of the side seam
+ notation-legend:
+ - A pattern to document the markings on our patterns
+ - Initial release
+ plugin-mirror:
+ - A FreeSewing plugin for mirroring points or paths
+ - Initial release
+ titan:
+ - A FreeSewing block for pants/trousers
+ - Initial release
+ utils:
+ - Added new `isDegMeasurement` method. See [#358](https://github.com/freesewing/freesewing/issues/358)
+
Changes:
+ aaron:
+ - Updated side seam shaping and tweaked options for better defaults
+ - Better handling of `armholeDrop` option
+ bent:
+ - Increased default for the `cuffEase` option
+ - Decreased default for the `armholeDepth` option
+ - Better range for the `shoulderSlopeReduction` measurement
+ breanna:
+ - Ported Breanna to the new shoulderSlope measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
+ brian:
+ - Ported brian to new `shoulderSlope` degree measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
+ carlton:
+ - Better range for the `shoulderSlopeReduction` measurement
+ carlita:
+ - Better range for the `shoulderSlopeReduction` measurement
+ css-theme:
+ - Updated the width of the SVG paths of a draft to match plugin-theme
+ diana:
+ - Made the `shoulderSlopeReduction` option static so it's not available in the UI
+ huey:
+ - No longer use the `naturalWaist` measurement
+ - Changed some option to better defaults
+ hugo:
+ - Changed some option to better defaults
+ jaeger:
+ - Changed some option to better defaults
+ - Set an anchor on side part for sampling
+ plugin-buttons:
+ - Snippet names are changed, `snap-male` is now `snap-stud` and `snap-female` is now `snap-socket`
+ Changing this to avoid needless use of gender related terminology.
+ sven:
+ - Improved the shaping of the side seam
+ - Changed some option to better defaults
+ tamiko:
+ - Switch from `shoulderSlope` option to `shoulderSlope` measurement
+ utils:
+ - Changed `neckStimate` to handle new `shoulderSlope` degree measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
+ workbench:
+ - Added changes to support new `shoulderSlope` degree measurement. See [#358](https://github.com/freesewing/freesewing/issues/358)
+
Deprecated:
Fixed:
+ bruce:
+ - Sampling some options would not work in Bruce because the code shared across patterns would only run once. That's fixed now.
+ cathrin:
+ - '[Fixed missing points issue when changing panels option](https://github.com/freesewing/freesewing.org/issues/619)'
+ - Fixed panels option being a list of numbers rather than strings
Removed:
+ plugin-buttons:
+ - Snippet `snap-male` and `snap-female` are no longer available. Use `snap-stud` and `snap-socket` instead
Security:
2.6.0:
@@ -27,6 +90,7 @@ Unreleased:
- Florence is a face mask pattern
plugin-export-dxf:
- This plugin can export your pattern as DXF-ASTM
+ - Initial release
Changes:
core:
- utils now includes `Bezier` which holds the bezier-js library so you don't need to re-import it
@@ -130,14 +194,17 @@ Unreleased:
Added:
florence:
- Florence is a face mask pattern
+ - Initial release
2.3.0:
date: 2020-02-23
Added:
holmes:
- Homes is a pattern for a Sherlock Holmes hat
+ - Initial release
plugin-gore:
- A plugin to generate gores for semi-spheres or domes
+ - Initial release
2.2.0:
date: 2020-02-22
@@ -310,8 +377,10 @@ Unreleased:
- Added the fixme type Blockquote component
gatsby-remark-jargon:
- Added the gatsby-remark-jargon package, a gatbsy plugin wrapping remark-jargon
+ - Initial release
remark-jargon:
- Added the remark-jargon package, a remark plugin for jargon terms
+ - Initial release
Fixed:
css-theme:
- Fixed padding issue on mobile
@@ -327,13 +396,16 @@ Unreleased:
- Added translations for Penelope, Waralee, and Simone
simone:
- Added the Simone shirt pattern
+ - Initial release
penelope:
- Added the Penelope Pencil Skirt pattern by @woutervdub
+ - Initial release
utils:
- Added backend methods for administration
- Added the resendActivationEmail method to backend
waralee:
- Added the Waralee wrap Pants pattern by @woutervdub
+ - Initial release
Changed:
css-theme:
- Made tweaks to the main/sidebar layout
@@ -455,3 +527,111 @@ Unreleased:
models:
- '[#86](https://github.com/freesewing/freesewing/issues/86):
The `seatCircumference` measurement was missing, thus making it unavailable on the website'
+
+2.0.0:
+ date: 2019-08-25
+ Added:
+ aaron:
+ - Initial release
+ benjamin:
+ - Initial release
+ bent:
+ - Initial release
+ brian:
+ - Initial release
+ bruce:
+ - Initial release
+ carlita:
+ - Initial release
+ carlton:
+ - Initial release
+ cathrin:
+ - Initial release
+ components:
+ - Initial release
+ core:
+ - Initial release
+ create-freesewing-pattern:
+ - Initial release
+ css-theme:
+ - Initial release
+ examples:
+ - Initial release
+ florent:
+ - Initial release
+ huey:
+ - Initial release
+ hugo:
+ - Initial release
+ i18n:
+ - Initial release
+ jaeger:
+ - Initial release
+ models:
+ - Initial release
+ mui-theme:
+ - Initial release
+ pattern-info:
+ - Initial release
+ plugin-banner:
+ - Initial release
+ plugin-bundle:
+ - Initial release
+ plugin-bust:
+ - Initial release
+ plugin-buttons:
+ - Initial release
+ plugin-cutonfold:
+ - Initial release
+ plugin-debug:
+ - Initial release
+ plugin-designer:
+ - Initial release
+ plugin-dimension:
+ - Initial release
+ plugin-flip:
+ - Initial release
+ plugin-grainline:
+ - Initial release
+ plugin-i18n:
+ - Initial release
+ plugin-logo:
+ - Initial release
+ plugin-round:
+ - Initial release
+ plugin-scalebox:
+ - Initial release
+ plugin-sprinkle:
+ - Initial release
+ plugin-svgattr:
+ - Initial release
+ plugin-theme:
+ - Initial release
+ plugin-title:
+ - Initial release
+ plugin-validate:
+ - Initial release
+ prettier-config:
+ - Initial release
+ rendertest:
+ - Initial release
+ sandy:
+ - Initial release
+ shin:
+ - Initial release
+ simon:
+ - Initial release
+ sven:
+ - Initial release
+ tamiko:
+ - Initial release
+ theo:
+ - Initial release
+ trayvon:
+ - Initial release
+ tutorial:
+ - Initial release
+ utils:
+ - Initial release
+ wahid:
+ - Initial release
diff --git a/config/dependencies.yaml b/config/dependencies.yaml
index 9f59470dcdd..a462c775c88 100644
--- a/config/dependencies.yaml
+++ b/config/dependencies.yaml
@@ -148,7 +148,7 @@ mui-theme:
'@material-ui/core': '^4.0.1'
'react': '^16.8'
'react-dom': '^16.8'
-notation-legend:
+legend:
peer:
'@freesewing/plugin-buttons': '^{{version}}'
plugin-bundle:
diff --git a/config/descriptions.yaml b/config/descriptions.yaml
index 28adfd825fc..f790dc53569 100644
--- a/config/descriptions.yaml
+++ b/config/descriptions.yaml
@@ -23,7 +23,7 @@ i18n: 'Translations for the FreeSewing project'
jaeger: 'A FreeSewing pattern for a sport coat style jacket'
models: 'Body measurements data for a range of default sizes'
mui-theme: 'A Material-UI theme for FreeSewing web UIs'
-notation-legend: 'A FreeSewing pattern to document pattern notation'
+legend: 'A FreeSewing pattern to document pattern notation'
pattern-info: 'Information about available freesewing patterns'
penelope: 'A FreeSewing pattern for a pencil skirt'
plugin-banner: 'A FreeSewing plugin to repeat text on a path'
@@ -40,6 +40,7 @@ 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'
+plugin-mirror: 'A FreeSewing plugin to mirror points or paths'
plugin-round: 'A FreeSewing plugin to round corners'
plugin-scalebox: 'A FreeSewing plugin to add a scalebox to your pattern'
plugin-sprinkle: 'A FreeSewing plugin to bulk-add snippets to your pattern'
diff --git a/config/templates/changelog.dflt.md b/config/templates/changelog.dflt.md
index b18ba4326a8..360b65fa760 100644
--- a/config/templates/changelog.dflt.md
+++ b/config/templates/changelog.dflt.md
@@ -1,11 +1,3 @@
# Change log for: {{{fullname}}}
-
{{{changelog}}}
-
-## 2.0.0 (2019-08-25)
-
-This is the **initial release**, and the start of this change log.
-
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
diff --git a/packages/aaron/CHANGELOG.md b/packages/aaron/CHANGELOG.md
index 4b70e91cfd4..23aa77707d2 100644
--- a/packages/aaron/CHANGELOG.md
+++ b/packages/aaron/CHANGELOG.md
@@ -1,114 +1,18 @@
# Change log for: @freesewing/aaron
-## Unreleased
-
-**Note:** Version bump only for package aaron
-
-## 2.6.0 (2020-05-01)
-
-**Note:** Version bump only for package aaron
-
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package aaron
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package aaron
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package aaron
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package aaron
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package aaron
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package aaron
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package aaron
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package aaron
-
-## 2.3.0 (2020-02-23)
-
-**Note:** Version bump only for package aaron
-
## 2.2.0 (2020-02-22)
### Changed
- Removed deprecated `centerBackNeckToWaist` measurement
-## 2.1.9 (2020-01-18)
-
-**Note:** Version bump only for package aaron
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package aaron
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package aaron
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package aaron
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package aaron
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package aaron
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package aaron
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package aaron
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package aaron
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package aaron
-
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package aaron
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package aaron
-
-## 2.0.2 (2019-09-06)
-
-**Note:** Version bump only for package aaron
-
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package aaron
-
## 2.0.0 (2019-08-25)
+### Added
+
+- Initial release
+
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/aaron/package.json b/packages/aaron/package.json
index 3c50231deab..5a9b002d12b 100644
--- a/packages/aaron/package.json
+++ b/packages/aaron/package.json
@@ -43,7 +43,7 @@
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
- "babel-eslint": "10.1.0",
+ "babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
@@ -55,7 +55,7 @@
"@freesewing/plugin-buttons": "^2.6.0",
"@freesewing/plugin-flip": "^2.6.0",
"@freesewing/utils": "^2.6.0",
- "@svgr/rollup": "^5.4.0",
+ "@svgr/rollup": "^2.4.1",
"cross-env": "^5.1.4",
"gh-pages": "^1.2.0",
"react-scripts": "^3.0.0",
diff --git a/packages/benjamin/CHANGELOG.md b/packages/benjamin/CHANGELOG.md
index bfabc58dff2..ed88e757787 100644
--- a/packages/benjamin/CHANGELOG.md
+++ b/packages/benjamin/CHANGELOG.md
@@ -1,114 +1,18 @@
# Change log for: @freesewing/benjamin
-## Unreleased
-
-**Note:** Version bump only for package benjamin
-
-## 2.6.0 (2020-05-01)
-
-**Note:** Version bump only for package benjamin
-
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package benjamin
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package benjamin
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package benjamin
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package benjamin
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package benjamin
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package benjamin
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package benjamin
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package benjamin
-
-## 2.3.0 (2020-02-23)
-
-**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
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package benjamin
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package benjamin
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package benjamin
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package benjamin
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package benjamin
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package benjamin
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package benjamin
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package benjamin
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package benjamin
-
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package benjamin
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package benjamin
-
## 2.0.2 (2019-09-06)
### Fixed
- Added bandLength option to fit optiongroup (it was missing)
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package benjamin
-
## 2.0.0 (2019-08-25)
+### Added
+
+- Initial release
+
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/benjamin/package.json b/packages/benjamin/package.json
index 5aabbb8a86e..4951512e76a 100644
--- a/packages/benjamin/package.json
+++ b/packages/benjamin/package.json
@@ -42,7 +42,7 @@
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
- "babel-eslint": "10.1.0",
+ "babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
@@ -54,7 +54,7 @@
"@freesewing/plugin-buttons": "^2.6.0",
"@freesewing/plugin-flip": "^2.6.0",
"@freesewing/utils": "^2.6.0",
- "@svgr/rollup": "^5.4.0",
+ "@svgr/rollup": "^2.4.1",
"cross-env": "^5.1.4",
"gh-pages": "^1.2.0",
"react-scripts": "^3.0.0",
diff --git a/packages/bent/CHANGELOG.md b/packages/bent/CHANGELOG.md
index d75ee064228..38f80cefe2f 100644
--- a/packages/bent/CHANGELOG.md
+++ b/packages/bent/CHANGELOG.md
@@ -1,114 +1,18 @@
# Change log for: @freesewing/bent
-## Unreleased
-
-**Note:** Version bump only for package bent
-
-## 2.6.0 (2020-05-01)
-
-**Note:** Version bump only for package bent
-
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package bent
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package bent
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package bent
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package bent
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package bent
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package bent
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package bent
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package bent
-
-## 2.3.0 (2020-02-23)
-
-**Note:** Version bump only for package bent
-
## 2.2.0 (2020-02-22)
### Changed
- Removed deprecated `centerBackNeckToWaist` measurement
-## 2.1.9 (2020-01-18)
-
-**Note:** Version bump only for package bent
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package bent
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package bent
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package bent
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package bent
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package bent
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package bent
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package bent
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package bent
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package bent
-
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package bent
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package bent
-
-## 2.0.2 (2019-09-06)
-
-**Note:** Version bump only for package bent
-
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package bent
-
## 2.0.0 (2019-08-25)
+### Added
+
+- Initial release
+
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/bent/package.json b/packages/bent/package.json
index e70d828b4a4..0667f7b8097 100644
--- a/packages/bent/package.json
+++ b/packages/bent/package.json
@@ -43,7 +43,7 @@
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
- "babel-eslint": "10.1.0",
+ "babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
@@ -55,7 +55,7 @@
"@freesewing/plugin-buttons": "^2.6.0",
"@freesewing/plugin-flip": "^2.6.0",
"@freesewing/utils": "^2.6.0",
- "@svgr/rollup": "^5.4.0",
+ "@svgr/rollup": "^2.4.1",
"cross-env": "^5.1.4",
"gh-pages": "^1.2.0",
"react-scripts": "^3.0.0",
diff --git a/packages/breanna/CHANGELOG.md b/packages/breanna/CHANGELOG.md
index f68eb480ad6..bccf718fe5b 100644
--- a/packages/breanna/CHANGELOG.md
+++ b/packages/breanna/CHANGELOG.md
@@ -1,49 +1,5 @@
# Change log for: @freesewing/breanna
-## Unreleased
-
-**Note:** Version bump only for package breanna
-
-## 2.6.0 (2020-05-01)
-
-**Note:** Version bump only for package breanna
-
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package breanna
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package breanna
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package breanna
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package breanna
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package breanna
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package breanna
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package breanna
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package breanna
-
-## 2.3.0 (2020-02-23)
-
-**Note:** Version bump only for package breanna
-
## 2.2.0 (2020-02-22)
### Added
@@ -54,65 +10,7 @@
- Removed deprecated `centerBackNeckToWaist` and `hpsToWaistBack` measurements
-## 2.1.9 (2020-01-18)
-
-**Note:** Version bump only for package breanna
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package breanna
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package breanna
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package breanna
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package breanna
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package breanna
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package breanna
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package breanna
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package breanna
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package breanna
-
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package breanna
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package breanna
-
-## 2.0.2 (2019-09-06)
-
-**Note:** Version bump only for package breanna
-
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package breanna
-
-## 2.0.0 (2019-08-25)
-
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/breanna/package.json b/packages/breanna/package.json
index 352d1477b73..dca242609a5 100644
--- a/packages/breanna/package.json
+++ b/packages/breanna/package.json
@@ -43,7 +43,7 @@
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
- "babel-eslint": "10.1.0",
+ "babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
@@ -55,7 +55,7 @@
"@freesewing/plugin-buttons": "^2.6.0",
"@freesewing/plugin-flip": "^2.6.0",
"@freesewing/utils": "^2.6.0",
- "@svgr/rollup": "^5.4.0",
+ "@svgr/rollup": "^2.4.1",
"cross-env": "^5.1.4",
"gh-pages": "^1.2.0",
"react-scripts": "^3.0.0",
diff --git a/packages/brian/CHANGELOG.md b/packages/brian/CHANGELOG.md
index 63091cd0fcb..ae45bbc2de8 100644
--- a/packages/brian/CHANGELOG.md
+++ b/packages/brian/CHANGELOG.md
@@ -1,51 +1,11 @@
# Change log for: @freesewing/brian
-## Unreleased
-
-**Note:** Version bump only for package brian
-
## 2.6.0 (2020-05-01)
### Fixed
- The `saBase` path is no longer being rendered
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package brian
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package brian
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package brian
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package brian
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package brian
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package brian
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package brian
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package brian
-
-## 2.3.0 (2020-02-23)
-
-**Note:** Version bump only for package brian
-
## 2.2.0 (2020-02-22)
### Changed
@@ -54,65 +14,13 @@
- Removed deprecated `centerBackNeckToWaist` measurement
- The `neck` point has been renamed to `hps`
-## 2.1.9 (2020-01-18)
-
-**Note:** Version bump only for package brian
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package brian
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package brian
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package brian
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package brian
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package brian
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package brian
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package brian
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package brian
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package brian
-
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package brian
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package brian
-
-## 2.0.2 (2019-09-06)
-
-**Note:** Version bump only for package brian
-
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package brian
-
## 2.0.0 (2019-08-25)
+### Added
+
+- Initial release
+
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/brian/package.json b/packages/brian/package.json
index 4ee42383bec..d414d096b9a 100644
--- a/packages/brian/package.json
+++ b/packages/brian/package.json
@@ -42,7 +42,7 @@
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
- "babel-eslint": "10.1.0",
+ "babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
@@ -54,7 +54,7 @@
"@freesewing/plugin-buttons": "^2.6.0",
"@freesewing/plugin-flip": "^2.6.0",
"@freesewing/utils": "^2.6.0",
- "@svgr/rollup": "^5.4.0",
+ "@svgr/rollup": "^2.4.1",
"cross-env": "^5.1.4",
"gh-pages": "^1.2.0",
"react-scripts": "^3.0.0",
diff --git a/packages/bruce/CHANGELOG.md b/packages/bruce/CHANGELOG.md
index 3654cf5b13f..8e06f9f8d36 100644
--- a/packages/bruce/CHANGELOG.md
+++ b/packages/bruce/CHANGELOG.md
@@ -1,114 +1,18 @@
# Change log for: @freesewing/bruce
-## Unreleased
-
-**Note:** Version bump only for package bruce
-
-## 2.6.0 (2020-05-01)
-
-**Note:** Version bump only for package bruce
-
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package bruce
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package bruce
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package bruce
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package bruce
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package bruce
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package bruce
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package bruce
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package bruce
-
-## 2.3.0 (2020-02-23)
-
-**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
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package bruce
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package bruce
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package bruce
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package bruce
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package bruce
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package bruce
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package bruce
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package bruce
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package bruce
-
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package bruce
-
## 2.0.3 (2019-09-15)
### Fixed
- [#106](https://github.com/freesewing/freesewing/issues/106): Fix incorrect hem allowance
-## 2.0.2 (2019-09-06)
-
-**Note:** Version bump only for package bruce
-
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package bruce
-
## 2.0.0 (2019-08-25)
+### Added
+
+- Initial release
+
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/bruce/package.json b/packages/bruce/package.json
index ca4a0868ee1..56a6d596557 100644
--- a/packages/bruce/package.json
+++ b/packages/bruce/package.json
@@ -42,7 +42,7 @@
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
- "babel-eslint": "10.1.0",
+ "babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
@@ -54,7 +54,7 @@
"@freesewing/plugin-buttons": "^2.6.0",
"@freesewing/plugin-flip": "^2.6.0",
"@freesewing/utils": "^2.6.0",
- "@svgr/rollup": "^5.4.0",
+ "@svgr/rollup": "^2.4.1",
"cross-env": "^5.1.4",
"gh-pages": "^1.2.0",
"react-scripts": "^3.0.0",
diff --git a/packages/carlita/CHANGELOG.md b/packages/carlita/CHANGELOG.md
index f0c08321b71..f52dfe1bb67 100644
--- a/packages/carlita/CHANGELOG.md
+++ b/packages/carlita/CHANGELOG.md
@@ -1,49 +1,5 @@
# Change log for: @freesewing/carlita
-## Unreleased
-
-**Note:** Version bump only for package carlita
-
-## 2.6.0 (2020-05-01)
-
-**Note:** Version bump only for package carlita
-
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package carlita
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package carlita
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package carlita
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package carlita
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package carlita
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package carlita
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package carlita
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package carlita
-
-## 2.3.0 (2020-02-23)
-
-**Note:** Version bump only for package carlita
-
## 2.2.0 (2020-02-22)
### Changed
@@ -51,65 +7,13 @@
- Renamed `highPointShoulderToBust` measurement to `hpsToBust`
- Removed deprecated `centerBackNeckToWaist` measurement
-## 2.1.9 (2020-01-18)
-
-**Note:** Version bump only for package carlita
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package carlita
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package carlita
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package carlita
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package carlita
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package carlita
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package carlita
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package carlita
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package carlita
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package carlita
-
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package carlita
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package carlita
-
-## 2.0.2 (2019-09-06)
-
-**Note:** Version bump only for package carlita
-
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package carlita
-
## 2.0.0 (2019-08-25)
+### Added
+
+- Initial release
+
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/carlita/package.json b/packages/carlita/package.json
index e7236403754..031737c96ba 100644
--- a/packages/carlita/package.json
+++ b/packages/carlita/package.json
@@ -47,7 +47,7 @@
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
- "babel-eslint": "10.1.0",
+ "babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
@@ -59,7 +59,7 @@
"@freesewing/plugin-buttons": "^2.6.0",
"@freesewing/plugin-flip": "^2.6.0",
"@freesewing/utils": "^2.6.0",
- "@svgr/rollup": "^5.4.0",
+ "@svgr/rollup": "^2.4.1",
"cross-env": "^5.1.4",
"gh-pages": "^1.2.0",
"react-scripts": "^3.0.0",
diff --git a/packages/carlton/CHANGELOG.md b/packages/carlton/CHANGELOG.md
index 3ca4682fbec..d6ac90b84e7 100644
--- a/packages/carlton/CHANGELOG.md
+++ b/packages/carlton/CHANGELOG.md
@@ -1,63 +1,11 @@
# Change log for: @freesewing/carlton
-## Unreleased
-
-**Note:** Version bump only for package carlton
-
-## 2.6.0 (2020-05-01)
-
-**Note:** Version bump only for package carlton
-
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package carlton
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package carlton
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package carlton
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package carlton
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package carlton
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package carlton
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package carlton
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package carlton
-
-## 2.3.0 (2020-02-23)
-
-**Note:** Version bump only for package carlton
-
## 2.2.0 (2020-02-22)
### Changed
- Removed deprecated `centerBackNeckToWaist` measurement
-## 2.1.9 (2020-01-18)
-
-**Note:** Version bump only for package carlton
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package carlton
-
## 2.1.7 (2019-12-15)
### Fixed
@@ -65,55 +13,19 @@
- Added missing scalebox
- Re-numbered tail as part 5
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package carlton
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package carlton
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package carlton
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package carlton
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package carlton
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package carlton
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package carlton
-
## 2.0.4 (2019-09-27)
### Fixed
- [#108](https://github.com/freesewing/freesewing/issues/108): Fixed incorrect width of the Carlton tail
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package carlton
-
-## 2.0.2 (2019-09-06)
-
-**Note:** Version bump only for package carlton
-
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package carlton
-
## 2.0.0 (2019-08-25)
+### Added
+
+- Initial release
+
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/carlton/package.json b/packages/carlton/package.json
index 93f9cf78c48..ca9ead11711 100644
--- a/packages/carlton/package.json
+++ b/packages/carlton/package.json
@@ -45,7 +45,7 @@
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
- "babel-eslint": "10.1.0",
+ "babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
@@ -57,7 +57,7 @@
"@freesewing/plugin-buttons": "^2.6.0",
"@freesewing/plugin-flip": "^2.6.0",
"@freesewing/utils": "^2.6.0",
- "@svgr/rollup": "^5.4.0",
+ "@svgr/rollup": "^2.4.1",
"cross-env": "^5.1.4",
"gh-pages": "^1.2.0",
"react-scripts": "^3.0.0",
diff --git a/packages/cathrin/CHANGELOG.md b/packages/cathrin/CHANGELOG.md
index 5d125126ab1..90a74d3c7a0 100644
--- a/packages/cathrin/CHANGELOG.md
+++ b/packages/cathrin/CHANGELOG.md
@@ -1,112 +1,12 @@
# Change log for: @freesewing/cathrin
-## Unreleased
-
-**Note:** Version bump only for package cathrin
-
-## 2.6.0 (2020-05-01)
-
-**Note:** Version bump only for package cathrin
-
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package cathrin
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package cathrin
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package cathrin
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package cathrin
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package cathrin
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package cathrin
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package cathrin
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package cathrin
-
-## 2.3.0 (2020-02-23)
-
-**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
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package cathrin
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package cathrin
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package cathrin
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package cathrin
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package cathrin
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package cathrin
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package cathrin
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package cathrin
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package cathrin
-
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package cathrin
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package cathrin
-
-## 2.0.2 (2019-09-06)
-
-**Note:** Version bump only for package cathrin
-
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package cathrin
-
## 2.0.0 (2019-08-25)
+### Added
+
+- Initial release
+
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/cathrin/package.json b/packages/cathrin/package.json
index 4669a8b15ba..a10c932c4fb 100644
--- a/packages/cathrin/package.json
+++ b/packages/cathrin/package.json
@@ -42,7 +42,7 @@
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
- "babel-eslint": "10.1.0",
+ "babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
@@ -54,7 +54,7 @@
"@freesewing/plugin-buttons": "^2.6.0",
"@freesewing/plugin-flip": "^2.6.0",
"@freesewing/utils": "^2.6.0",
- "@svgr/rollup": "^5.4.0",
+ "@svgr/rollup": "^2.4.1",
"cross-env": "^5.1.4",
"gh-pages": "^1.2.0",
"react-scripts": "^3.0.0",
diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md
index 312d0de9d7b..33251b77bb3 100644
--- a/packages/components/CHANGELOG.md
+++ b/packages/components/CHANGELOG.md
@@ -1,9 +1,5 @@
# Change log for: @freesewing/components
-## Unreleased
-
-**Note:** Version bump only for package components
-
## 2.6.0 (2020-05-01)
### Added
@@ -14,26 +10,6 @@
- Refactor to remove prop-types dependency
- Reworked the withLanguage component to allow adding translations at run-time
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package components
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package components
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package components
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package components
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package components
-
## 2.4.2 (2020-03-08)
### Changed
@@ -46,14 +22,6 @@
- Fixed `updatePatternData` props issue in the Workbench component
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package components
-
-## 2.3.0 (2020-02-23)
-
-**Note:** Version bump only for package components
-
## 2.2.0 (2020-02-22)
### Added
@@ -68,26 +36,6 @@
- Term `recipe` is now `pattern`
- Term `gist` is now `data`
-## 2.1.9 (2020-01-18)
-
-**Note:** Version bump only for package components
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package components
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package components
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package components
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package components
-
## 2.1.4 (2019-11-01)
### Deprecated
@@ -98,14 +46,6 @@
- The Ogol component has been removed as it wasn't used
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package components
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package components
-
## 2.1.1 (2019-10-13)
### Added
@@ -154,13 +94,13 @@
- DraftConfigurator now properly styles pattern options 3 levels deep
- [#105](https://github.com/freesewing/freesewing.org/issues/105): Moved state change in render loop to useEffect
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package components
-
## 2.0.0 (2019-08-25)
+### Added
+
+- Initial release
+
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md
index fec256e70c6..2a63c8696cc 100644
--- a/packages/core/CHANGELOG.md
+++ b/packages/core/CHANGELOG.md
@@ -1,51 +1,11 @@
# Change log for: @freesewing/core
-## Unreleased
-
-**Note:** Version bump only for package core
-
-## 2.6.0 (2020-05-01)
-
-**Note:** Version bump only for package core
-
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package core
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package core
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package core
-
## 2.4.4 (2020-03-15)
### Fixed
- New Svg.escapeText() method to escape text at render time, rather than at draft time This fixes the difference in the inch symbol is displayed in the React component or rendered SVG
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package core
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package core
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package core
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package core
-
-## 2.3.0 (2020-02-23)
-
-**Note:** Version bump only for package core
-
## 2.2.0 (2020-02-22)
### Added
@@ -59,63 +19,19 @@
- [#19](https://github.com/freesewing/freesewing/issues/19): Path offset issue is now fixed in upstream bezier-js@2.4.6
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package core
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package core
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package core
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package core
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package core
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package core
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package core
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package core
-
## 2.1.0 (2019-10-06)
### Changed
- The pattern super constructor now sets a `config` property that holds the pattern configuration. This means that unlike before, there is no need to instantiate a pattern to access its config. You can just import the pattern, and it's config property will contain the pattern config.
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package core
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package core
-
-## 2.0.2 (2019-09-06)
-
-**Note:** Version bump only for package core
-
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package core
-
## 2.0.0 (2019-08-25)
+### Added
+
+- Initial release
+
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/create-freesewing-pattern/CHANGELOG.md b/packages/create-freesewing-pattern/CHANGELOG.md
index 36418fddffd..8f3bba9113b 100644
--- a/packages/create-freesewing-pattern/CHANGELOG.md
+++ b/packages/create-freesewing-pattern/CHANGELOG.md
@@ -1,101 +1,17 @@
# Change log for: create-freesewing-pattern
-## Unreleased
-
-**Note:** Version bump only for package create-freesewing-pattern
-
## 2.6.0 (2020-05-01)
### Added
- [#365](https://github.com/freesewing/freesewing/issues/365): Check for node version and raise an error it is too old.
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
-## 2.3.0 (2020-02-23)
-
-**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
-## 2.1.9 (2020-01-18)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
## 2.0.3 (2019-09-15)
### Fixed
@@ -112,13 +28,13 @@
- Added missing `file-saver` dependency
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package create-freesewing-pattern
-
## 2.0.0 (2019-08-25)
+### Added
+
+- Initial release
+
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/css-theme/CHANGELOG.md b/packages/css-theme/CHANGELOG.md
index 16fa69813db..44bba904492 100644
--- a/packages/css-theme/CHANGELOG.md
+++ b/packages/css-theme/CHANGELOG.md
@@ -1,9 +1,5 @@
# Change log for: @freesewing/css-theme
-## Unreleased
-
-**Note:** Version bump only for package css-theme
-
## 2.6.0 (2020-05-01)
### Added
@@ -16,38 +12,6 @@
- Fixed incorrect border value on active sidebar link
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package css-theme
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package css-theme
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package css-theme
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package css-theme
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package css-theme
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package css-theme
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package css-theme
-
-## 2.3.0 (2020-02-23)
-
-**Note:** Version bump only for package css-theme
-
## 2.2.0 (2020-02-22)
### Added
@@ -59,38 +23,6 @@
- Added new styles for the frontend changes in 2.2
- Removed smaller fonts in ul.links
-## 2.1.9 (2020-01-18)
-
-**Note:** Version bump only for package css-theme
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package css-theme
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package css-theme
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package css-theme
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package css-theme
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package css-theme
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package css-theme
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package css-theme
-
## 2.1.1 (2019-10-13)
### Fixed
@@ -109,27 +41,19 @@
- Fixed blockquote width on XS screens
- Made sidebar wider
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package css-theme
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package css-theme
-
## 2.0.2 (2019-09-06)
### Fixed
- Updated styles for DraftConfigurator component for pattern options 3 levels deep
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package css-theme
-
## 2.0.0 (2019-08-25)
+### Added
+
+- Initial release
+
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/diana/CHANGELOG.md b/packages/diana/CHANGELOG.md
index 1e3382a6ad2..c0256a6cb37 100644
--- a/packages/diana/CHANGELOG.md
+++ b/packages/diana/CHANGELOG.md
@@ -1,114 +1,12 @@
# Change log for: @freesewing/diana
-## Unreleased
-
-**Note:** Version bump only for package diana
-
-## 2.6.0 (2020-05-01)
-
-**Note:** Version bump only for package diana
-
## 2.5.0 (2020-04-05)
### Added
- Diana is a top with a draped neck
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package diana
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package diana
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package diana
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package diana
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package diana
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package diana
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package diana
-
-## 2.3.0 (2020-02-23)
-
-**Note:** Version bump only for package diana
-
-## 2.2.0 (2020-02-22)
-
-**Note:** Version bump only for package diana
-
-## 2.1.9 (2020-01-18)
-
-**Note:** Version bump only for package diana
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package diana
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package diana
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package diana
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package diana
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package diana
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package diana
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package diana
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package diana
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package diana
-
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package diana
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package diana
-
-## 2.0.2 (2019-09-06)
-
-**Note:** Version bump only for package diana
-
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package diana
-
-## 2.0.0 (2019-08-25)
-
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/diana/package.json b/packages/diana/package.json
index 121d7144d3c..392a74769e7 100644
--- a/packages/diana/package.json
+++ b/packages/diana/package.json
@@ -43,7 +43,7 @@
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
- "babel-eslint": "10.1.0",
+ "babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
@@ -55,7 +55,7 @@
"@freesewing/plugin-buttons": "^2.6.0",
"@freesewing/plugin-flip": "^2.6.0",
"@freesewing/utils": "^2.6.0",
- "@svgr/rollup": "^5.4.0",
+ "@svgr/rollup": "^2.4.1",
"cross-env": "^5.1.4",
"gh-pages": "^1.2.0",
"react-scripts": "^3.0.0",
diff --git a/packages/examples/CHANGELOG.md b/packages/examples/CHANGELOG.md
index 263f8240972..01a9f7cbd56 100644
--- a/packages/examples/CHANGELOG.md
+++ b/packages/examples/CHANGELOG.md
@@ -1,112 +1,12 @@
# Change log for: @freesewing/examples
-## Unreleased
-
-**Note:** Version bump only for package examples
-
-## 2.6.0 (2020-05-01)
-
-**Note:** Version bump only for package examples
-
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package examples
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package examples
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package examples
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package examples
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package examples
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package examples
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package examples
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package examples
-
-## 2.3.0 (2020-02-23)
-
-**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
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package examples
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package examples
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package examples
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package examples
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package examples
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package examples
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package examples
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package examples
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package examples
-
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package examples
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package examples
-
-## 2.0.2 (2019-09-06)
-
-**Note:** Version bump only for package examples
-
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package examples
-
## 2.0.0 (2019-08-25)
+### Added
+
+- Initial release
+
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/examples/package.json b/packages/examples/package.json
index a4100847cc8..5de178b4f47 100644
--- a/packages/examples/package.json
+++ b/packages/examples/package.json
@@ -37,7 +37,7 @@
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
- "babel-eslint": "10.1.0",
+ "babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
@@ -49,7 +49,7 @@
"@freesewing/plugin-buttons": "^2.6.0",
"@freesewing/plugin-flip": "^2.6.0",
"@freesewing/utils": "^2.6.0",
- "@svgr/rollup": "^5.4.0",
+ "@svgr/rollup": "^2.4.1",
"cross-env": "^5.1.4",
"gh-pages": "^1.2.0",
"react-scripts": "^3.0.0",
diff --git a/packages/florence/CHANGELOG.md b/packages/florence/CHANGELOG.md
index 7bbe6b3574c..68073df9446 100644
--- a/packages/florence/CHANGELOG.md
+++ b/packages/florence/CHANGELOG.md
@@ -1,9 +1,5 @@
# Change log for: @freesewing/florence
-## Unreleased
-
-**Note:** Version bump only for package florence
-
## 2.6.0 (2020-05-01)
### Added
@@ -14,107 +10,14 @@
- @freesewing/fu has been renamed to @freesewing/florence
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package florence
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package florence
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package florence
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package florence
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package florence
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package florence
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package florence
-
## 2.4.0 (2020-02-29)
### Added
- Florence is a face mask pattern
-
-## 2.3.0 (2020-02-23)
-
-**Note:** Version bump only for package florence
-
-## 2.2.0 (2020-02-22)
-
-**Note:** Version bump only for package florence
-
-## 2.1.9 (2020-01-18)
-
-**Note:** Version bump only for package florence
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package florence
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package florence
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package florence
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package florence
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package florence
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package florence
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package florence
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package florence
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package florence
-
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package florence
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package florence
-
-## 2.0.2 (2019-09-06)
-
-**Note:** Version bump only for package florence
-
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package florence
-
-## 2.0.0 (2019-08-25)
+- Initial release
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/florence/package.json b/packages/florence/package.json
index c0ff391b334..d09fbdc4aad 100644
--- a/packages/florence/package.json
+++ b/packages/florence/package.json
@@ -42,7 +42,7 @@
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
- "babel-eslint": "10.1.0",
+ "babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
@@ -54,7 +54,7 @@
"@freesewing/plugin-buttons": "^2.6.0",
"@freesewing/plugin-flip": "^2.6.0",
"@freesewing/utils": "^2.6.0",
- "@svgr/rollup": "^5.4.0",
+ "@svgr/rollup": "^2.4.1",
"cross-env": "^5.1.4",
"gh-pages": "^1.2.0",
"react-scripts": "^3.0.0",
diff --git a/packages/florent/CHANGELOG.md b/packages/florent/CHANGELOG.md
index b2bd3e5ff03..2e1c2b6629b 100644
--- a/packages/florent/CHANGELOG.md
+++ b/packages/florent/CHANGELOG.md
@@ -1,114 +1,18 @@
# Change log for: @freesewing/florent
-## Unreleased
-
-**Note:** Version bump only for package florent
-
-## 2.6.0 (2020-05-01)
-
-**Note:** Version bump only for package florent
-
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package florent
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package florent
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package florent
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package florent
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package florent
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package florent
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package florent
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package florent
-
-## 2.3.0 (2020-02-23)
-
-**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
-## 2.1.9 (2020-01-18)
-
-**Note:** Version bump only for package florent
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package florent
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package florent
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package florent
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package florent
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package florent
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package florent
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package florent
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package florent
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package florent
-
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package florent
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package florent
-
-## 2.0.2 (2019-09-06)
-
-**Note:** Version bump only for package florent
-
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package florent
-
## 2.0.0 (2019-08-25)
+### Added
+
+- Initial release
+
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/florent/package.json b/packages/florent/package.json
index 0d7c4daf4b7..6b65942ba12 100644
--- a/packages/florent/package.json
+++ b/packages/florent/package.json
@@ -42,7 +42,7 @@
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
- "babel-eslint": "10.1.0",
+ "babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
@@ -54,7 +54,7 @@
"@freesewing/plugin-buttons": "^2.6.0",
"@freesewing/plugin-flip": "^2.6.0",
"@freesewing/utils": "^2.6.0",
- "@svgr/rollup": "^5.4.0",
+ "@svgr/rollup": "^2.4.1",
"cross-env": "^5.1.4",
"gh-pages": "^1.2.0",
"react-scripts": "^3.0.0",
diff --git a/packages/gatsby-remark-jargon/CHANGELOG.md b/packages/gatsby-remark-jargon/CHANGELOG.md
index f990dccf3ab..c0897cfe44a 100644
--- a/packages/gatsby-remark-jargon/CHANGELOG.md
+++ b/packages/gatsby-remark-jargon/CHANGELOG.md
@@ -1,114 +1,13 @@
# Change log for: gatsby-remark-jargon
-## Unreleased
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.6.0 (2020-05-01)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.3.0 (2020-02-23)
-
-**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
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
## 2.1.1 (2019-10-13)
### Added
- Added the gatsby-remark-jargon package, a gatbsy plugin wrapping remark-jargon
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.0.2 (2019-09-06)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package gatsby-remark-jargon
-
-## 2.0.0 (2019-08-25)
+- Initial release
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/holmes/CHANGELOG.md b/packages/holmes/CHANGELOG.md
index 6d9f58a0685..4100c8b5bf1 100644
--- a/packages/holmes/CHANGELOG.md
+++ b/packages/holmes/CHANGELOG.md
@@ -1,114 +1,13 @@
# Change log for: @freesewing/holmes
-## Unreleased
-
-**Note:** Version bump only for package holmes
-
-## 2.6.0 (2020-05-01)
-
-**Note:** Version bump only for package holmes
-
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package holmes
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package holmes
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package holmes
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package holmes
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package holmes
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package holmes
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package holmes
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package holmes
-
## 2.3.0 (2020-02-23)
### Added
- Homes is a pattern for a Sherlock Holmes hat
-
-## 2.2.0 (2020-02-22)
-
-**Note:** Version bump only for package holmes
-
-## 2.1.9 (2020-01-18)
-
-**Note:** Version bump only for package holmes
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package holmes
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package holmes
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package holmes
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package holmes
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package holmes
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package holmes
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package holmes
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package holmes
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package holmes
-
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package holmes
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package holmes
-
-## 2.0.2 (2019-09-06)
-
-**Note:** Version bump only for package holmes
-
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package holmes
-
-## 2.0.0 (2019-08-25)
+- Initial release
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/holmes/package.json b/packages/holmes/package.json
index ece8eb993b8..b59b641c1eb 100644
--- a/packages/holmes/package.json
+++ b/packages/holmes/package.json
@@ -45,7 +45,7 @@
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
- "babel-eslint": "10.1.0",
+ "babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
@@ -57,7 +57,7 @@
"@freesewing/plugin-buttons": "^2.6.0",
"@freesewing/plugin-flip": "^2.6.0",
"@freesewing/utils": "^2.6.0",
- "@svgr/rollup": "^5.4.0",
+ "@svgr/rollup": "^2.4.1",
"cross-env": "^5.1.4",
"gh-pages": "^1.2.0",
"react-scripts": "^3.0.0",
diff --git a/packages/huey/CHANGELOG.md b/packages/huey/CHANGELOG.md
index 4bd3073c8b8..9ecc485db7e 100644
--- a/packages/huey/CHANGELOG.md
+++ b/packages/huey/CHANGELOG.md
@@ -1,116 +1,24 @@
# Change log for: @freesewing/huey
-## Unreleased
-
-**Note:** Version bump only for package huey
-
-## 2.6.0 (2020-05-01)
-
-**Note:** Version bump only for package huey
-
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package huey
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package huey
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package huey
-
## 2.4.4 (2020-03-15)
### Fixed
- The `sleevecapBackFactorY` and `sleevecapFrontFactorY` options had a minimum above the default
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package huey
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package huey
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package huey
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package huey
-
-## 2.3.0 (2020-02-23)
-
-**Note:** Version bump only for package huey
-
## 2.2.0 (2020-02-22)
### Changed
- Removed deprecated `centerBackNeckToWaist` measurement
-## 2.1.9 (2020-01-18)
-
-**Note:** Version bump only for package huey
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package huey
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package huey
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package huey
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package huey
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package huey
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package huey
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package huey
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package huey
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package huey
-
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package huey
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package huey
-
-## 2.0.2 (2019-09-06)
-
-**Note:** Version bump only for package huey
-
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package huey
-
## 2.0.0 (2019-08-25)
+### Added
+
+- Initial release
+
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/huey/package.json b/packages/huey/package.json
index fa85a8e975c..203180e9224 100644
--- a/packages/huey/package.json
+++ b/packages/huey/package.json
@@ -43,7 +43,7 @@
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
- "babel-eslint": "10.1.0",
+ "babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
@@ -55,7 +55,7 @@
"@freesewing/plugin-buttons": "^2.6.0",
"@freesewing/plugin-flip": "^2.6.0",
"@freesewing/utils": "^2.6.0",
- "@svgr/rollup": "^5.4.0",
+ "@svgr/rollup": "^2.4.1",
"cross-env": "^5.1.4",
"gh-pages": "^1.2.0",
"react-scripts": "^3.0.0",
diff --git a/packages/hugo/CHANGELOG.md b/packages/hugo/CHANGELOG.md
index a0cb9d93891..fda443f9fdf 100644
--- a/packages/hugo/CHANGELOG.md
+++ b/packages/hugo/CHANGELOG.md
@@ -1,9 +1,5 @@
# Change log for: @freesewing/hugo
-## Unreleased
-
-**Note:** Version bump only for package hugo
-
## 2.6.0 (2020-05-01)
### Fixed
@@ -12,42 +8,6 @@
- Do not render pocket outline when complete is falsy
- Do not render pocket facing hint when complete is falsy
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package hugo
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package hugo
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package hugo
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package hugo
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package hugo
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package hugo
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package hugo
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package hugo
-
-## 2.3.0 (2020-02-23)
-
-**Note:** Version bump only for package hugo
-
## 2.2.0 (2020-02-22)
### Changed
@@ -58,65 +18,13 @@
- Made sure dimensions for hood center and waistband are always shown
-## 2.1.9 (2020-01-18)
-
-**Note:** Version bump only for package hugo
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package hugo
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package hugo
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package hugo
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package hugo
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package hugo
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package hugo
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package hugo
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package hugo
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package hugo
-
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package hugo
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package hugo
-
-## 2.0.2 (2019-09-06)
-
-**Note:** Version bump only for package hugo
-
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package hugo
-
## 2.0.0 (2019-08-25)
+### Added
+
+- Initial release
+
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/hugo/package.json b/packages/hugo/package.json
index ccff5135f46..36232d7e8f4 100644
--- a/packages/hugo/package.json
+++ b/packages/hugo/package.json
@@ -43,7 +43,7 @@
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
- "babel-eslint": "10.1.0",
+ "babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
@@ -55,7 +55,7 @@
"@freesewing/plugin-buttons": "^2.6.0",
"@freesewing/plugin-flip": "^2.6.0",
"@freesewing/utils": "^2.6.0",
- "@svgr/rollup": "^5.4.0",
+ "@svgr/rollup": "^2.4.1",
"cross-env": "^5.1.4",
"gh-pages": "^1.2.0",
"react-scripts": "^3.0.0",
diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md
index e233c81e0f4..ae867cdb93e 100644
--- a/packages/i18n/CHANGELOG.md
+++ b/packages/i18n/CHANGELOG.md
@@ -1,13 +1,5 @@
# Change log for: @freesewing/i18n
-## Unreleased
-
-**Note:** Version bump only for package i18n
-
-## 2.6.0 (2020-05-01)
-
-**Note:** Version bump only for package i18n
-
## 2.5.0 (2020-04-05)
### Added
@@ -20,14 +12,6 @@
- Fixed an bug in the i18n package
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package i18n
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package i18n
-
## 2.4.3 (2020-03-12)
### Added
@@ -40,18 +24,6 @@
- Added more strings
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package i18n
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package i18n
-
-## 2.3.0 (2020-02-23)
-
-**Note:** Version bump only for package i18n
-
## 2.2.0 (2020-02-22)
### Added
@@ -68,30 +40,6 @@
- Removed the files for homepage translation, and moved that content to markdown
- Removed the files for editor translation, as it is no longer used
-## 2.1.9 (2020-01-18)
-
-**Note:** Version bump only for package i18n
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package i18n
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package i18n
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package i18n
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package i18n
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package i18n
-
## 2.1.3 (2019-10-18)
### Added
@@ -104,37 +52,25 @@
- Fixed issue where symlinks were causing all languages to export English strings
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package i18n
-
## 2.1.0 (2019-10-06)
### Added
- Added translations for Penelope, Waralee, and Simone
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package i18n
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package i18n
-
## 2.0.2 (2019-09-06)
### Added
- [#90](https://github.com/freesewing/freesewing/issues/90): Added missing option translations for Benjamin, Florent, Sandy, Shin, and Theo
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package i18n
-
## 2.0.0 (2019-08-25)
+### Added
+
+- Initial release
+
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/jaeger/CHANGELOG.md b/packages/jaeger/CHANGELOG.md
index 4d8e6a4b75d..93201e69a34 100644
--- a/packages/jaeger/CHANGELOG.md
+++ b/packages/jaeger/CHANGELOG.md
@@ -1,116 +1,24 @@
# Change log for: @freesewing/jaeger
-## Unreleased
-
-**Note:** Version bump only for package jaeger
-
-## 2.6.0 (2020-05-01)
-
-**Note:** Version bump only for package jaeger
-
-## 2.5.0 (2020-04-05)
-
-**Note:** Version bump only for package jaeger
-
-## 2.4.6 (2020-03-23)
-
-**Note:** Version bump only for package jaeger
-
-## 2.4.5 (2020-03-19)
-
-**Note:** Version bump only for package jaeger
-
-## 2.4.4 (2020-03-15)
-
-**Note:** Version bump only for package jaeger
-
-## 2.4.3 (2020-03-12)
-
-**Note:** Version bump only for package jaeger
-
-## 2.4.2 (2020-03-08)
-
-**Note:** Version bump only for package jaeger
-
-## 2.4.1 (2020-03-04)
-
-**Note:** Version bump only for package jaeger
-
-## 2.4.0 (2020-02-29)
-
-**Note:** Version bump only for package jaeger
-
-## 2.3.0 (2020-02-23)
-
-**Note:** Version bump only for package jaeger
-
## 2.2.0 (2020-02-22)
### Changed
- Removed deprecated `centerBackNeckToWaist` measurement
-## 2.1.9 (2020-01-18)
-
-**Note:** Version bump only for package jaeger
-
-## 2.1.8 (2019-12-16)
-
-**Note:** Version bump only for package jaeger
-
-## 2.1.7 (2019-12-15)
-
-**Note:** Version bump only for package jaeger
-
-## 2.1.6 (2019-11-24)
-
-**Note:** Version bump only for package jaeger
-
-## 2.1.5 (2019-11-19)
-
-**Note:** Version bump only for package jaeger
-
-## 2.1.4 (2019-11-01)
-
-**Note:** Version bump only for package jaeger
-
-## 2.1.3 (2019-10-18)
-
-**Note:** Version bump only for package jaeger
-
-## 2.1.2 (2019-10-14)
-
-**Note:** Version bump only for package jaeger
-
-## 2.1.1 (2019-10-13)
-
-**Note:** Version bump only for package jaeger
-
-## 2.1.0 (2019-10-06)
-
-**Note:** Version bump only for package jaeger
-
-## 2.0.4 (2019-09-27)
-
-**Note:** Version bump only for package jaeger
-
-## 2.0.3 (2019-09-15)
-
-**Note:** Version bump only for package jaeger
-
## 2.0.2 (2019-09-06)
### Fixed
- [#76](https://github.com/freesewing/freesewing.org/issues/76): Fixed a typo in Jaeger that was causing the side vent length to be wrong
-## 2.0.1 (2019-09-01)
-
-**Note:** Version bump only for package jaeger
-
## 2.0.0 (2019-08-25)
+### Added
+
+- Initial release
+
This is the **initial release**, and the start of this change log.
-Prior to version 2, FreeSewing was not a JavaScript project.
-As such, that history is out of scope for this change log.
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/jaeger/package.json b/packages/jaeger/package.json
index 649bffc7089..1987dffe4a5 100644
--- a/packages/jaeger/package.json
+++ b/packages/jaeger/package.json
@@ -45,7 +45,7 @@
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
- "babel-eslint": "10.1.0",
+ "babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
@@ -57,7 +57,7 @@
"@freesewing/plugin-buttons": "^2.6.0",
"@freesewing/plugin-flip": "^2.6.0",
"@freesewing/utils": "^2.6.0",
- "@svgr/rollup": "^5.4.0",
+ "@svgr/rollup": "^2.4.1",
"cross-env": "^5.1.4",
"gh-pages": "^1.2.0",
"react-scripts": "^3.0.0",
diff --git a/packages/notation-legend/.eslintrc.js b/packages/legend/.eslintrc.js
similarity index 100%
rename from packages/notation-legend/.eslintrc.js
rename to packages/legend/.eslintrc.js
diff --git a/packages/legend/CHANGELOG.md b/packages/legend/CHANGELOG.md
new file mode 100644
index 00000000000..4bcc1750b0a
--- /dev/null
+++ b/packages/legend/CHANGELOG.md
@@ -0,0 +1,6 @@
+# Change log for: @freesewing/legend
+
+This is the **initial release**, and the start of this change log.
+
+> Prior to version 2, FreeSewing was not a JavaScript project.
+> As such, that history is out of scope for this change log.
diff --git a/packages/notation-legend/README.md b/packages/legend/README.md
similarity index 87%
rename from packages/notation-legend/README.md
rename to packages/legend/README.md
index 7d234a9c451..6ac93eac3ea 100644
--- a/packages/notation-legend/README.md
+++ b/packages/legend/README.md
@@ -1,14 +1,14 @@

-# examples example
+# legend example
This project was bootstrapped with [Create Freesewing Pattern](https://en.freesewing.dev/create-freesewing-pattern):
@@ -43,7 +43,7 @@ To run this example, follow these steps:
- In the folder above this one, run: `yarn start` (or `npm start`)
- Then, in new terminal, run the same command in this folder: `yarn start` (or `npm start`)
-This will spin up the development environment, similar to [our online demo](https://examples.freesewing.dev/).
+This will spin up the development environment, similar to [our online demo](https://legend.freesewing.dev/).
## About FreeSewing 🤔
diff --git a/packages/notation-legend/example/package.json b/packages/legend/example/package.json
similarity index 93%
rename from packages/notation-legend/example/package.json
rename to packages/legend/example/package.json
index 49218445f64..4c717e1d007 100644
--- a/packages/notation-legend/example/package.json
+++ b/packages/legend/example/package.json
@@ -1,6 +1,6 @@
{
- "name": "examples-example",
- "homepage": "https://freesewing.github.io/examples",
+ "name": "legend-example",
+ "homepage": "https://freesewing.github.io/legend",
"version": "0.0.0",
"private": true,
"dependencies": {
diff --git a/packages/notation-legend/example/public/App.js b/packages/legend/example/public/App.js
similarity index 100%
rename from packages/notation-legend/example/public/App.js
rename to packages/legend/example/public/App.js
diff --git a/packages/notation-legend/example/public/favicon.ico b/packages/legend/example/public/favicon.ico
similarity index 100%
rename from packages/notation-legend/example/public/favicon.ico
rename to packages/legend/example/public/favicon.ico
diff --git a/packages/notation-legend/example/public/index.html b/packages/legend/example/public/index.html
similarity index 98%
rename from packages/notation-legend/example/public/index.html
rename to packages/legend/example/public/index.html
index 29c4b9d87b2..9fa4944c2bd 100644
--- a/packages/notation-legend/example/public/index.html
+++ b/packages/legend/example/public/index.html
@@ -19,7 +19,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
- examples
+ legend