diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md index ff0830266..73d9235f5 100644 --- a/packages/ajax/CHANGELOG.md +++ b/packages/ajax/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.4...@lion/ajax@0.1.5) (2019-05-07) + + +### Bug Fixes + +* import from entry points so stories can be extended ([49f18a4](https://github.com/ing-bank/lion/commit/49f18a4)) + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.3...@lion/ajax@0.1.4) (2019-04-28) diff --git a/packages/ajax/package.json b/packages/ajax/package.json index 4c7533ec9..0131bdcb4 100644 --- a/packages/ajax/package.json +++ b/packages/ajax/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ajax", - "version": "0.1.4", + "version": "0.1.5", "description": "Thin wrapper around axios to allow for custom interceptors", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index d4f9c1571..4cb761f52 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/button@0.1.4...@lion/button@0.1.5) (2019-05-07) + +**Note:** Version bump only for package @lion/button + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/button@0.1.3...@lion/button@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/button diff --git a/packages/button/package.json b/packages/button/package.json index 96d8a375d..ac99e820a 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.1.4", + "version": "0.1.5", "description": "A button that is easily stylable and accessible in all contexts", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,9 +33,9 @@ "@lion/core": "^0.1.3" }, "devDependencies": { - "@lion/form": "^0.1.4", + "@lion/form": "^0.1.5", "@lion/icon": "^0.1.3", - "@lion/input": "^0.1.4", + "@lion/input": "^0.1.5", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1", "@polymer/iron-test-helpers": "^3.0.1", diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index 132d63fd5..dcd65cb29 100644 --- a/packages/checkbox-group/CHANGELOG.md +++ b/packages/checkbox-group/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.4...@lion/checkbox-group@0.1.5) (2019-05-07) + +**Note:** Version bump only for package @lion/checkbox-group + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.3...@lion/checkbox-group@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/checkbox-group diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index 2244f3c1b..701eab80e 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.1.4", + "version": "0.1.5", "description": "A container for multiple checkboxes", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -31,12 +31,12 @@ ], "dependencies": { "@lion/core": "^0.1.3", - "@lion/fieldset": "^0.1.4" + "@lion/fieldset": "^0.1.5" }, "devDependencies": { - "@lion/checkbox": "^0.1.4", - "@lion/form": "^0.1.4", - "@lion/localize": "^0.1.4", + "@lion/checkbox": "^0.1.5", + "@lion/form": "^0.1.5", + "@lion/localize": "^0.1.5", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1", "sinon": "^7.2.2" diff --git a/packages/checkbox/CHANGELOG.md b/packages/checkbox/CHANGELOG.md index d300c546f..8cb9c235a 100644 --- a/packages/checkbox/CHANGELOG.md +++ b/packages/checkbox/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/checkbox@0.1.4...@lion/checkbox@0.1.5) (2019-05-07) + +**Note:** Version bump only for package @lion/checkbox + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/checkbox@0.1.3...@lion/checkbox@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/checkbox diff --git a/packages/checkbox/package.json b/packages/checkbox/package.json index 2e5e1fcb0..5695d2736 100644 --- a/packages/checkbox/package.json +++ b/packages/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox", - "version": "0.1.4", + "version": "0.1.5", "description": "A single styleable and accessible checkbox", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -30,9 +30,9 @@ "*.js" ], "dependencies": { - "@lion/choice-input": "^0.1.4", + "@lion/choice-input": "^0.1.5", "@lion/core": "^0.1.3", - "@lion/input": "^0.1.4" + "@lion/input": "^0.1.5" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/choice-input/CHANGELOG.md b/packages/choice-input/CHANGELOG.md index 9ea8f7836..e062a657f 100644 --- a/packages/choice-input/CHANGELOG.md +++ b/packages/choice-input/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.1.4...@lion/choice-input@0.1.5) (2019-05-07) + +**Note:** Version bump only for package @lion/choice-input + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.1.3...@lion/choice-input@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/choice-input diff --git a/packages/choice-input/package.json b/packages/choice-input/package.json index 320d7589e..610deaa8b 100644 --- a/packages/choice-input/package.json +++ b/packages/choice-input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/choice-input", - "version": "0.1.4", + "version": "0.1.5", "description": "Base for all choise inputs like checkbox/radio", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -31,10 +31,10 @@ ], "dependencies": { "@lion/core": "^0.1.3", - "@lion/field": "^0.1.4" + "@lion/field": "^0.1.5" }, "devDependencies": { - "@lion/input": "^0.1.4", + "@lion/input": "^0.1.5", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1" } diff --git a/packages/field/CHANGELOG.md b/packages/field/CHANGELOG.md index 382d19a17..81f39bcee 100644 --- a/packages/field/CHANGELOG.md +++ b/packages/field/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/field@0.1.4...@lion/field@0.1.5) (2019-05-07) + +**Note:** Version bump only for package @lion/field + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/field@0.1.3...@lion/field@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/field diff --git a/packages/field/package.json b/packages/field/package.json index 887402d9f..3588afa76 100644 --- a/packages/field/package.json +++ b/packages/field/package.json @@ -1,6 +1,6 @@ { "name": "@lion/field", - "version": "0.1.4", + "version": "0.1.5", "description": "Fields are the most fundamental building block of the Form System", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,10 +32,10 @@ ], "dependencies": { "@lion/core": "^0.1.3", - "@lion/validate": "^0.1.4" + "@lion/validate": "^0.1.5" }, "devDependencies": { - "@lion/localize": "^0.1.4", + "@lion/localize": "^0.1.5", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1", "sinon": "^7.2.2" diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index 9a58a2b2f..714f279c7 100644 --- a/packages/fieldset/CHANGELOG.md +++ b/packages/fieldset/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.1.4...@lion/fieldset@0.1.5) (2019-05-07) + +**Note:** Version bump only for package @lion/fieldset + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.1.3...@lion/fieldset@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/fieldset diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index 08a171d16..1de654c70 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@lion/fieldset", - "version": "0.1.4", + "version": "0.1.5", "description": "Allows to groups multiple input fields or other fieldsets together", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -31,12 +31,12 @@ ], "dependencies": { "@lion/core": "^0.1.3", - "@lion/field": "^0.1.4", - "@lion/validate": "^0.1.4" + "@lion/field": "^0.1.5", + "@lion/validate": "^0.1.5" }, "devDependencies": { - "@lion/input": "^0.1.4", - "@lion/localize": "^0.1.4", + "@lion/input": "^0.1.5", + "@lion/localize": "^0.1.5", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1", "sinon": "^7.2.2" diff --git a/packages/form-system/CHANGELOG.md b/packages/form-system/CHANGELOG.md index 3cb68ecaa..f4f99ea02 100644 --- a/packages/form-system/CHANGELOG.md +++ b/packages/form-system/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.6](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.5...@lion/form-system@0.0.6) (2019-05-07) + +**Note:** Version bump only for package @lion/form-system + + + + + ## [0.0.5](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.4...@lion/form-system@0.0.5) (2019-04-29) **Note:** Version bump only for package @lion/form-system diff --git a/packages/form-system/package.json b/packages/form-system/package.json index aec344971..452bc3093 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.0.5", + "version": "0.0.6", "description": "The Form System allows you to create complex forms with various validation in an easy way", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -30,19 +30,19 @@ "*.js" ], "devDependencies": { - "@lion/checkbox": "^0.1.4", - "@lion/checkbox-group": "^0.1.4", + "@lion/checkbox": "^0.1.5", + "@lion/checkbox-group": "^0.1.5", "@lion/core": "^0.1.3", - "@lion/fieldset": "^0.1.4", - "@lion/form": "^0.1.4", - "@lion/input": "^0.1.4", - "@lion/input-amount": "^0.1.4", - "@lion/input-date": "^0.1.4", - "@lion/input-email": "^0.1.4", - "@lion/input-iban": "^0.1.4", - "@lion/radio": "^0.1.4", - "@lion/radio-group": "^0.1.4", - "@lion/textarea": "^0.1.4", + "@lion/fieldset": "^0.1.5", + "@lion/form": "^0.1.5", + "@lion/input": "^0.1.5", + "@lion/input-amount": "^0.1.5", + "@lion/input-date": "^0.1.5", + "@lion/input-email": "^0.1.5", + "@lion/input-iban": "^0.1.5", + "@lion/radio": "^0.1.5", + "@lion/radio-group": "^0.1.5", + "@lion/textarea": "^0.1.5", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1" } diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 35d3b9588..5d370916f 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/form@0.1.4...@lion/form@0.1.5) (2019-05-07) + +**Note:** Version bump only for package @lion/form + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/form@0.1.3...@lion/form@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/form diff --git a/packages/form/package.json b/packages/form/package.json index 1d1e293f3..9aa0d3e52 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.1.4", + "version": "0.1.5", "description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -31,13 +31,13 @@ ], "dependencies": { "@lion/core": "^0.1.3", - "@lion/fieldset": "^0.1.4" + "@lion/fieldset": "^0.1.5" }, "devDependencies": { - "@lion/input": "^0.1.4", - "@lion/input-iban": "^0.1.4", - "@lion/textarea": "^0.1.4", - "@lion/validate": "^0.1.4", + "@lion/input": "^0.1.5", + "@lion/input-iban": "^0.1.5", + "@lion/textarea": "^0.1.5", + "@lion/validate": "^0.1.5", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1" } diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index 17db3c754..11c803aa6 100644 --- a/packages/input-amount/CHANGELOG.md +++ b/packages/input-amount/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.1.4...@lion/input-amount@0.1.5) (2019-05-07) + + +### Bug Fixes + +* **input-amount:** remove randomOkValidator as default ([d5e2dfe](https://github.com/ing-bank/lion/commit/d5e2dfe)) + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.1.3...@lion/input-amount@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/input-amount diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index 4b4c851a6..287b6e404 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-amount", - "version": "0.1.4", + "version": "0.1.5", "description": "Provide a way for users to fill in an amount", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -31,10 +31,10 @@ ], "dependencies": { "@lion/core": "^0.1.3", - "@lion/field": "^0.1.4", - "@lion/input": "^0.1.4", - "@lion/localize": "^0.1.4", - "@lion/validate": "^0.1.4" + "@lion/field": "^0.1.5", + "@lion/input": "^0.1.5", + "@lion/localize": "^0.1.5", + "@lion/validate": "^0.1.5" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md index 7f634a4ba..73e404382 100644 --- a/packages/input-date/CHANGELOG.md +++ b/packages/input-date/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/input-date@0.1.4...@lion/input-date@0.1.5) (2019-05-07) + +**Note:** Version bump only for package @lion/input-date + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/input-date@0.1.3...@lion/input-date@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/input-date diff --git a/packages/input-date/package.json b/packages/input-date/package.json index bb37cb01e..975d739f1 100644 --- a/packages/input-date/package.json +++ b/packages/input-date/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-date", - "version": "0.1.4", + "version": "0.1.5", "description": "Provide a way for users to fill in a date", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -31,10 +31,10 @@ ], "dependencies": { "@lion/core": "^0.1.3", - "@lion/field": "^0.1.4", - "@lion/input": "^0.1.4", - "@lion/localize": "^0.1.4", - "@lion/validate": "^0.1.4" + "@lion/field": "^0.1.5", + "@lion/input": "^0.1.5", + "@lion/localize": "^0.1.5", + "@lion/validate": "^0.1.5" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index 770c8d919..be37f596b 100644 --- a/packages/input-email/CHANGELOG.md +++ b/packages/input-email/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/input-email@0.1.4...@lion/input-email@0.1.5) (2019-05-07) + +**Note:** Version bump only for package @lion/input-email + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/input-email@0.1.3...@lion/input-email@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/input-email diff --git a/packages/input-email/package.json b/packages/input-email/package.json index b208e6326..462e690e5 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-email", - "version": "0.1.4", + "version": "0.1.5", "description": "Provide a way for users to fill in an email", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -31,10 +31,10 @@ ], "dependencies": { "@lion/core": "^0.1.3", - "@lion/field": "^0.1.4", - "@lion/input": "^0.1.4", - "@lion/localize": "^0.1.4", - "@lion/validate": "^0.1.4" + "@lion/field": "^0.1.5", + "@lion/input": "^0.1.5", + "@lion/localize": "^0.1.5", + "@lion/validate": "^0.1.5" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index 4ad327d23..b51bbf2c4 100644 --- a/packages/input-iban/CHANGELOG.md +++ b/packages/input-iban/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.1.4...@lion/input-iban@0.1.5) (2019-05-07) + + +### Bug Fixes + +* import from entry points so stories can be extended ([49f18a4](https://github.com/ing-bank/lion/commit/49f18a4)) + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.1.3...@lion/input-iban@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/input-iban diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index 4fa94dfe0..904b640b2 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-iban", - "version": "0.1.4", + "version": "0.1.5", "description": "Provide a way for users to fill in an iban", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,12 +33,12 @@ "dependencies": { "@bundled-es-modules/ibantools": "2.0.0", "@lion/core": "^0.1.3", - "@lion/field": "^0.1.4", - "@lion/input": "^0.1.4", - "@lion/localize": "^0.1.4" + "@lion/field": "^0.1.5", + "@lion/input": "^0.1.5", + "@lion/localize": "^0.1.5" }, "devDependencies": { - "@lion/validate": "^0.1.4", + "@lion/validate": "^0.1.5", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1" } diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index eb3269302..73e7bd88c 100644 --- a/packages/input/CHANGELOG.md +++ b/packages/input/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/input@0.1.4...@lion/input@0.1.5) (2019-05-07) + + +### Bug Fixes + +* import from entry points so stories can be extended ([49f18a4](https://github.com/ing-bank/lion/commit/49f18a4)) + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/input@0.1.3...@lion/input@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/input diff --git a/packages/input/package.json b/packages/input/package.json index 5e7d6b1fd..30dbc97ad 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input", - "version": "0.1.4", + "version": "0.1.5", "description": "It enhances the functionality of the native `` element", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -31,11 +31,11 @@ ], "dependencies": { "@lion/core": "^0.1.3", - "@lion/field": "^0.1.4" + "@lion/field": "^0.1.5" }, "devDependencies": { - "@lion/localize": "^0.1.4", - "@lion/validate": "^0.1.4", + "@lion/localize": "^0.1.5", + "@lion/validate": "^0.1.5", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1" } diff --git a/packages/localize/CHANGELOG.md b/packages/localize/CHANGELOG.md index cce5f3911..fadcd3530 100644 --- a/packages/localize/CHANGELOG.md +++ b/packages/localize/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/localize@0.1.4...@lion/localize@0.1.5) (2019-05-07) + + +### Bug Fixes + +* import from entry points so stories can be extended ([49f18a4](https://github.com/ing-bank/lion/commit/49f18a4)) + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/localize@0.1.3...@lion/localize@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/localize diff --git a/packages/localize/package.json b/packages/localize/package.json index 7d21d04db..0c5cc397b 100644 --- a/packages/localize/package.json +++ b/packages/localize/package.json @@ -1,6 +1,6 @@ { "name": "@lion/localize", - "version": "0.1.4", + "version": "0.1.5", "description": "The localization system helps to manage localization data split into locales and automate its loading", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index 756b2d085..a1227f373 100644 --- a/packages/overlays/CHANGELOG.md +++ b/packages/overlays/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/overlays@0.1.3...@lion/overlays@0.1.4) (2019-05-07) + + +### Bug Fixes + +* import from entry points so stories can be extended ([49f18a4](https://github.com/ing-bank/lion/commit/49f18a4)) + + + + + ## [0.1.3](https://github.com/ing-bank/lion/compare/@lion/overlays@0.1.2...@lion/overlays@0.1.3) (2019-04-28) diff --git a/packages/overlays/package.json b/packages/overlays/package.json index 6d05a31b7..d81c19f8e 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.1.3", + "version": "0.1.4", "description": "Overlays System using lit-html for rendering", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/popup/CHANGELOG.md b/packages/popup/CHANGELOG.md index 66f5a1089..c7849fe56 100644 --- a/packages/popup/CHANGELOG.md +++ b/packages/popup/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.4...@lion/popup@0.1.5) (2019-05-07) + +**Note:** Version bump only for package @lion/popup + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.3...@lion/popup@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/popup diff --git a/packages/popup/package.json b/packages/popup/package.json index c45eb9310..c6406e078 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.1.4", + "version": "0.1.5", "description": "Show relative overlay content on click", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -31,10 +31,10 @@ ], "dependencies": { "@lion/core": "^0.1.3", - "@lion/overlays": "^0.1.3" + "@lion/overlays": "^0.1.4" }, "devDependencies": { - "@lion/button": "^0.1.4", + "@lion/button": "^0.1.5", "@lion/icon": "^0.1.3", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1" diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index a9f2ea1ae..da1ab4beb 100644 --- a/packages/radio-group/CHANGELOG.md +++ b/packages/radio-group/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.4...@lion/radio-group@0.1.5) (2019-05-07) + +**Note:** Version bump only for package @lion/radio-group + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.3...@lion/radio-group@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/radio-group diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index de9669490..7ce7ea81d 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.1.4", + "version": "0.1.5", "description": "Manage a group of choices", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -31,11 +31,11 @@ ], "dependencies": { "@lion/core": "^0.1.3", - "@lion/fieldset": "^0.1.4" + "@lion/fieldset": "^0.1.5" }, "devDependencies": { - "@lion/form": "^0.1.4", - "@lion/radio": "^0.1.4", + "@lion/form": "^0.1.5", + "@lion/radio": "^0.1.5", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1" } diff --git a/packages/radio/CHANGELOG.md b/packages/radio/CHANGELOG.md index c41ec3986..6780b12ca 100644 --- a/packages/radio/CHANGELOG.md +++ b/packages/radio/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/radio@0.1.4...@lion/radio@0.1.5) (2019-05-07) + +**Note:** Version bump only for package @lion/radio + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/radio@0.1.3...@lion/radio@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/radio diff --git a/packages/radio/package.json b/packages/radio/package.json index 6b7fb0970..68b389930 100644 --- a/packages/radio/package.json +++ b/packages/radio/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio", - "version": "0.1.4", + "version": "0.1.5", "description": "Provide a way for users to check a single option amongst a set of choices", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -30,9 +30,9 @@ "*.js" ], "dependencies": { - "@lion/choice-input": "^0.1.4", + "@lion/choice-input": "^0.1.5", "@lion/core": "^0.1.3", - "@lion/input": "^0.1.4" + "@lion/input": "^0.1.5" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index 73b1c43b1..5d370b5fd 100644 --- a/packages/select/CHANGELOG.md +++ b/packages/select/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/select@0.1.4...@lion/select@0.1.5) (2019-05-07) + +**Note:** Version bump only for package @lion/select + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/select@0.1.3...@lion/select@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/select diff --git a/packages/select/package.json b/packages/select/package.json index e1fbe4f4c..b2ce023d3 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select", - "version": "0.1.4", + "version": "0.1.5", "description": "Provide a set of options where you can select one", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -31,7 +31,7 @@ ], "dependencies": { "@lion/core": "^0.1.3", - "@lion/field": "^0.1.4" + "@lion/field": "^0.1.5" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index 87b54bcd9..ff8de41c0 100644 --- a/packages/textarea/CHANGELOG.md +++ b/packages/textarea/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/textarea@0.1.4...@lion/textarea@0.1.5) (2019-05-07) + +**Note:** Version bump only for package @lion/textarea + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/textarea@0.1.3...@lion/textarea@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/textarea diff --git a/packages/textarea/package.json b/packages/textarea/package.json index adcb4fdd4..0526062d8 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.1.4", + "version": "0.1.5", "description": "Provide a way for users to write text that is multiple lines long", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -31,7 +31,7 @@ ], "dependencies": { "@lion/core": "^0.1.3", - "@lion/input": "^0.1.4", + "@lion/input": "^0.1.5", "autosize": "4.0.2" }, "devDependencies": { diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 0a86782eb..7ff53e7a9 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.4...@lion/tooltip@0.1.5) (2019-05-07) + +**Note:** Version bump only for package @lion/tooltip + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.3...@lion/tooltip@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 7e718f3ec..99c1ee87b 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.1.4", + "version": "0.1.5", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -31,10 +31,10 @@ ], "dependencies": { "@lion/core": "^0.1.3", - "@lion/overlays": "^0.1.3" + "@lion/overlays": "^0.1.4" }, "devDependencies": { - "@lion/button": "^0.1.4", + "@lion/button": "^0.1.5", "@lion/icon": "^0.1.3", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^0.11.1" diff --git a/packages/validate/CHANGELOG.md b/packages/validate/CHANGELOG.md index 2102aaa82..4599ce54f 100644 --- a/packages/validate/CHANGELOG.md +++ b/packages/validate/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/validate@0.1.4...@lion/validate@0.1.5) (2019-05-07) + +**Note:** Version bump only for package @lion/validate + + + + + ## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/validate@0.1.3...@lion/validate@0.1.4) (2019-04-29) **Note:** Version bump only for package @lion/validate diff --git a/packages/validate/package.json b/packages/validate/package.json index daacf9299..5a09bd7ff 100644 --- a/packages/validate/package.json +++ b/packages/validate/package.json @@ -1,6 +1,6 @@ { "name": "@lion/validate", - "version": "0.1.4", + "version": "0.1.5", "description": "Validate your form elements", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,7 +33,7 @@ ], "dependencies": { "@lion/core": "^0.1.3", - "@lion/localize": "^0.1.4" + "@lion/localize": "^0.1.5" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0",