diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md index fa50c5176..c2d6d41a9 100644 --- a/packages/ajax/CHANGELOG.md +++ b/packages/ajax/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.14](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.13...@lion/ajax@0.1.14) (2019-07-23) + +**Note:** Version bump only for package @lion/ajax + + + + + ## [0.1.13](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.12...@lion/ajax@0.1.13) (2019-07-23) **Note:** Version bump only for package @lion/ajax diff --git a/packages/ajax/package.json b/packages/ajax/package.json index 275b14e3f..dde50ed38 100644 --- a/packages/ajax/package.json +++ b/packages/ajax/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ajax", - "version": "0.1.13", + "version": "0.1.14", "description": "Thin wrapper around axios to allow for custom interceptors", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,7 +33,7 @@ ], "dependencies": { "@bundled-es-modules/axios": "0.18.1", - "@lion/core": "^0.1.10" + "@lion/core": "^0.1.11" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index e1839dc4b..31055fb24 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.46](https://github.com/ing-bank/lion/compare/@lion/button@0.1.45...@lion/button@0.1.46) (2019-07-23) + +**Note:** Version bump only for package @lion/button + + + + + ## [0.1.45](https://github.com/ing-bank/lion/compare/@lion/button@0.1.44...@lion/button@0.1.45) (2019-07-23) **Note:** Version bump only for package @lion/button diff --git a/packages/button/package.json b/packages/button/package.json index 6375c0973..5b6b6edd6 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.1.45", + "version": "0.1.46", "description": "A button that is easily stylable and accessible in all contexts", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,12 +32,12 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10" + "@lion/core": "^0.1.11" }, "devDependencies": { - "@lion/form": "^0.1.40", - "@lion/icon": "^0.2.2", - "@lion/input": "^0.1.37", + "@lion/form": "^0.1.41", + "@lion/icon": "^0.2.3", + "@lion/input": "^0.1.38", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6", "@polymer/iron-test-helpers": "^3.0.1", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 58891a0fe..a65fbead9 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/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.42](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.41...@lion/calendar@0.1.42) (2019-07-23) + +**Note:** Version bump only for package @lion/calendar + + + + + ## [0.1.41](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.40...@lion/calendar@0.1.41) (2019-07-23) **Note:** Version bump only for package @lion/calendar diff --git a/packages/calendar/package.json b/packages/calendar/package.json index cdf0ea69b..127da51af 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.1.41", + "version": "0.1.42", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,11 +32,11 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10", - "@lion/localize": "^0.4.6" + "@lion/core": "^0.1.11", + "@lion/localize": "^0.4.7" }, "devDependencies": { - "@lion/button": "^0.1.45", + "@lion/button": "^0.1.46", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6", "sinon": "^7.2.2" diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index bd253f08c..c74737c17 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.42](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.41...@lion/checkbox-group@0.1.42) (2019-07-23) + +**Note:** Version bump only for package @lion/checkbox-group + + + + + ## [0.1.41](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.40...@lion/checkbox-group@0.1.41) (2019-07-23) **Note:** Version bump only for package @lion/checkbox-group diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index faf1c6d50..b859461a9 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.1.41", + "version": "0.1.42", "description": "A container for multiple checkboxes", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,13 +32,13 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10", - "@lion/fieldset": "^0.1.37" + "@lion/core": "^0.1.11", + "@lion/fieldset": "^0.1.38" }, "devDependencies": { - "@lion/checkbox": "^0.1.38", - "@lion/form": "^0.1.40", - "@lion/localize": "^0.4.6", + "@lion/checkbox": "^0.1.39", + "@lion/form": "^0.1.41", + "@lion/localize": "^0.4.7", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6", "sinon": "^7.2.2" diff --git a/packages/checkbox/CHANGELOG.md b/packages/checkbox/CHANGELOG.md index 855a90f48..103b2ee08 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.39](https://github.com/ing-bank/lion/compare/@lion/checkbox@0.1.38...@lion/checkbox@0.1.39) (2019-07-23) + +**Note:** Version bump only for package @lion/checkbox + + + + + ## [0.1.38](https://github.com/ing-bank/lion/compare/@lion/checkbox@0.1.37...@lion/checkbox@0.1.38) (2019-07-23) **Note:** Version bump only for package @lion/checkbox diff --git a/packages/checkbox/package.json b/packages/checkbox/package.json index ae58ef32d..cceb0e871 100644 --- a/packages/checkbox/package.json +++ b/packages/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox", - "version": "0.1.38", + "version": "0.1.39", "description": "A single styleable and accessible checkbox", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,9 +32,9 @@ "*.js" ], "dependencies": { - "@lion/choice-input": "^0.2.15", - "@lion/core": "^0.1.10", - "@lion/input": "^0.1.37" + "@lion/choice-input": "^0.2.16", + "@lion/core": "^0.1.11", + "@lion/input": "^0.1.38" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/choice-input/CHANGELOG.md b/packages/choice-input/CHANGELOG.md index 4e45e90cd..58ac2b98a 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.2.16](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.2.15...@lion/choice-input@0.2.16) (2019-07-23) + +**Note:** Version bump only for package @lion/choice-input + + + + + ## [0.2.15](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.2.14...@lion/choice-input@0.2.15) (2019-07-23) **Note:** Version bump only for package @lion/choice-input diff --git a/packages/choice-input/package.json b/packages/choice-input/package.json index 5e978c78b..ab113183b 100644 --- a/packages/choice-input/package.json +++ b/packages/choice-input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/choice-input", - "version": "0.2.15", + "version": "0.2.16", "description": "Base for all choise inputs like checkbox/radio", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,11 +32,11 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10", - "@lion/field": "^0.1.35" + "@lion/core": "^0.1.11", + "@lion/field": "^0.1.36" }, "devDependencies": { - "@lion/input": "^0.1.37", + "@lion/input": "^0.1.38", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6", "sinon": "^7.2.2" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a05c741b9..a6f2e4a7f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.11](https://github.com/ing-bank/lion/compare/@lion/core@0.1.10...@lion/core@0.1.11) (2019-07-23) + +**Note:** Version bump only for package @lion/core + + + + + ## [0.1.10](https://github.com/ing-bank/lion/compare/@lion/core@0.1.9...@lion/core@0.1.10) (2019-07-23) **Note:** Version bump only for package @lion/core diff --git a/packages/core/package.json b/packages/core/package.json index a44a8fbdb..d06177268 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/core", - "version": "0.1.10", + "version": "0.1.11", "description": "Core functionality that is shared across all Lion Web Components", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", diff --git a/packages/field/CHANGELOG.md b/packages/field/CHANGELOG.md index 53b37772d..5b905e606 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.36](https://github.com/ing-bank/lion/compare/@lion/field@0.1.35...@lion/field@0.1.36) (2019-07-23) + +**Note:** Version bump only for package @lion/field + + + + + ## [0.1.35](https://github.com/ing-bank/lion/compare/@lion/field@0.1.34...@lion/field@0.1.35) (2019-07-23) **Note:** Version bump only for package @lion/field diff --git a/packages/field/package.json b/packages/field/package.json index 3f2e2f558..0876b91ad 100644 --- a/packages/field/package.json +++ b/packages/field/package.json @@ -1,6 +1,6 @@ { "name": "@lion/field", - "version": "0.1.35", + "version": "0.1.36", "description": "Fields are the most fundamental building block of the Form System", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,11 +32,11 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10", - "@lion/validate": "^0.2.19" + "@lion/core": "^0.1.11", + "@lion/validate": "^0.2.20" }, "devDependencies": { - "@lion/localize": "^0.4.6", + "@lion/localize": "^0.4.7", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6", "sinon": "^7.2.2" diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index d664f70c7..e04b3fa4a 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.38](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.1.37...@lion/fieldset@0.1.38) (2019-07-23) + +**Note:** Version bump only for package @lion/fieldset + + + + + ## [0.1.37](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.1.36...@lion/fieldset@0.1.37) (2019-07-23) **Note:** Version bump only for package @lion/fieldset diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index 159bdd3e8..8f9eab4ab 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@lion/fieldset", - "version": "0.1.37", + "version": "0.1.38", "description": "Allows to groups multiple input fields or other fieldsets together", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,13 +32,13 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10", - "@lion/field": "^0.1.35", - "@lion/validate": "^0.2.19" + "@lion/core": "^0.1.11", + "@lion/field": "^0.1.36", + "@lion/validate": "^0.2.20" }, "devDependencies": { - "@lion/input": "^0.1.37", - "@lion/localize": "^0.4.6", + "@lion/input": "^0.1.38", + "@lion/localize": "^0.4.7", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6", "sinon": "^7.2.2" diff --git a/packages/form-system/CHANGELOG.md b/packages/form-system/CHANGELOG.md index f8972f243..bbce57a41 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.44](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.43...@lion/form-system@0.0.44) (2019-07-23) + +**Note:** Version bump only for package @lion/form-system + + + + + ## [0.0.43](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.42...@lion/form-system@0.0.43) (2019-07-23) **Note:** Version bump only for package @lion/form-system diff --git a/packages/form-system/package.json b/packages/form-system/package.json index 439248e50..3179879fa 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.0.43", + "version": "0.0.44", "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/", @@ -32,19 +32,19 @@ "*.js" ], "devDependencies": { - "@lion/checkbox": "^0.1.38", - "@lion/checkbox-group": "^0.1.41", - "@lion/core": "^0.1.10", - "@lion/fieldset": "^0.1.37", - "@lion/form": "^0.1.40", - "@lion/input": "^0.1.37", - "@lion/input-amount": "^0.1.38", - "@lion/input-date": "^0.1.37", - "@lion/input-email": "^0.1.37", - "@lion/input-iban": "^0.1.38", - "@lion/radio": "^0.1.38", - "@lion/radio-group": "^0.1.41", - "@lion/textarea": "^0.1.38", + "@lion/checkbox": "^0.1.39", + "@lion/checkbox-group": "^0.1.42", + "@lion/core": "^0.1.11", + "@lion/fieldset": "^0.1.38", + "@lion/form": "^0.1.41", + "@lion/input": "^0.1.38", + "@lion/input-amount": "^0.1.39", + "@lion/input-date": "^0.1.38", + "@lion/input-email": "^0.1.38", + "@lion/input-iban": "^0.1.39", + "@lion/radio": "^0.1.39", + "@lion/radio-group": "^0.1.42", + "@lion/textarea": "^0.1.39", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6" } diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index b80bdda7c..36547092b 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.41](https://github.com/ing-bank/lion/compare/@lion/form@0.1.40...@lion/form@0.1.41) (2019-07-23) + +**Note:** Version bump only for package @lion/form + + + + + ## [0.1.40](https://github.com/ing-bank/lion/compare/@lion/form@0.1.39...@lion/form@0.1.40) (2019-07-23) **Note:** Version bump only for package @lion/form diff --git a/packages/form/package.json b/packages/form/package.json index 99c49dce6..450c5d525 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.1.40", + "version": "0.1.41", "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/", @@ -32,14 +32,14 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10", - "@lion/fieldset": "^0.1.37" + "@lion/core": "^0.1.11", + "@lion/fieldset": "^0.1.38" }, "devDependencies": { - "@lion/input": "^0.1.37", - "@lion/input-iban": "^0.1.38", - "@lion/textarea": "^0.1.38", - "@lion/validate": "^0.2.19", + "@lion/input": "^0.1.38", + "@lion/input-iban": "^0.1.39", + "@lion/textarea": "^0.1.39", + "@lion/validate": "^0.2.20", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6", "sinon": "^7.2.2" diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index 1c937a99c..13a6431d4 100644 --- a/packages/icon/CHANGELOG.md +++ b/packages/icon/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.2.3](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.2...@lion/icon@0.2.3) (2019-07-23) + +**Note:** Version bump only for package @lion/icon + + + + + ## [0.2.2](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.1...@lion/icon@0.2.2) (2019-07-23) **Note:** Version bump only for package @lion/icon diff --git a/packages/icon/package.json b/packages/icon/package.json index dafa4d9e1..99865b3c4 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@lion/icon", - "version": "0.2.2", + "version": "0.2.3", "description": "A web component easily displaying svg icons", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,7 +32,7 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10" + "@lion/core": "^0.1.11" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index 40274f327..5d768b212 100644 --- a/packages/input-amount/CHANGELOG.md +++ b/packages/input-amount/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.39](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.1.38...@lion/input-amount@0.1.39) (2019-07-23) + +**Note:** Version bump only for package @lion/input-amount + + + + + ## [0.1.38](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.1.37...@lion/input-amount@0.1.38) (2019-07-23) **Note:** Version bump only for package @lion/input-amount diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index e24a2df96..f67e32470 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-amount", - "version": "0.1.38", + "version": "0.1.39", "description": "Provide a way for users to fill in an amount", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,11 +32,11 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10", - "@lion/field": "^0.1.35", - "@lion/input": "^0.1.37", - "@lion/localize": "^0.4.6", - "@lion/validate": "^0.2.19" + "@lion/core": "^0.1.11", + "@lion/field": "^0.1.36", + "@lion/input": "^0.1.38", + "@lion/localize": "^0.4.7", + "@lion/validate": "^0.2.20" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md index a48cc6507..88f408e87 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.38](https://github.com/ing-bank/lion/compare/@lion/input-date@0.1.37...@lion/input-date@0.1.38) (2019-07-23) + +**Note:** Version bump only for package @lion/input-date + + + + + ## [0.1.37](https://github.com/ing-bank/lion/compare/@lion/input-date@0.1.36...@lion/input-date@0.1.37) (2019-07-23) **Note:** Version bump only for package @lion/input-date diff --git a/packages/input-date/package.json b/packages/input-date/package.json index 83f56d8e9..c4bbe4693 100644 --- a/packages/input-date/package.json +++ b/packages/input-date/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-date", - "version": "0.1.37", + "version": "0.1.38", "description": "Provide a way for users to fill in a date", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,11 +32,11 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10", - "@lion/field": "^0.1.35", - "@lion/input": "^0.1.37", - "@lion/localize": "^0.4.6", - "@lion/validate": "^0.2.19" + "@lion/core": "^0.1.11", + "@lion/field": "^0.1.36", + "@lion/input": "^0.1.38", + "@lion/localize": "^0.4.7", + "@lion/validate": "^0.2.20" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 21fb62149..4a8f14b72 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/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.45](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.44...@lion/input-datepicker@0.1.45) (2019-07-23) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.1.44](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.43...@lion/input-datepicker@0.1.44) (2019-07-23) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 39c9e4335..ae5b6cc8f 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.1.44", + "version": "0.1.45", "description": "Provide a way for users to fill in a date via a calendar overlay", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -35,15 +35,15 @@ "*.js" ], "dependencies": { - "@lion/calendar": "^0.1.41", - "@lion/core": "^0.1.10", - "@lion/input-date": "^0.1.37", - "@lion/localize": "^0.4.6", - "@lion/overlays": "^0.3.8", - "@lion/validate": "^0.2.19" + "@lion/calendar": "^0.1.42", + "@lion/core": "^0.1.11", + "@lion/input-date": "^0.1.38", + "@lion/localize": "^0.4.7", + "@lion/overlays": "^0.3.9", + "@lion/validate": "^0.2.20" }, "devDependencies": { - "@lion/button": "^0.1.45", + "@lion/button": "^0.1.46", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6", "@polymer/iron-test-helpers": "^3.0.1", diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index 393a0863e..ac4951d2d 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.38](https://github.com/ing-bank/lion/compare/@lion/input-email@0.1.37...@lion/input-email@0.1.38) (2019-07-23) + +**Note:** Version bump only for package @lion/input-email + + + + + ## [0.1.37](https://github.com/ing-bank/lion/compare/@lion/input-email@0.1.36...@lion/input-email@0.1.37) (2019-07-23) **Note:** Version bump only for package @lion/input-email diff --git a/packages/input-email/package.json b/packages/input-email/package.json index c06023392..62bcb2e62 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-email", - "version": "0.1.37", + "version": "0.1.38", "description": "Provide a way for users to fill in an email", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,11 +32,11 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10", - "@lion/field": "^0.1.35", - "@lion/input": "^0.1.37", - "@lion/localize": "^0.4.6", - "@lion/validate": "^0.2.19" + "@lion/core": "^0.1.11", + "@lion/field": "^0.1.36", + "@lion/input": "^0.1.38", + "@lion/localize": "^0.4.7", + "@lion/validate": "^0.2.20" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index 184ddf81f..2e1dd6f2a 100644 --- a/packages/input-iban/CHANGELOG.md +++ b/packages/input-iban/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.39](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.1.38...@lion/input-iban@0.1.39) (2019-07-23) + +**Note:** Version bump only for package @lion/input-iban + + + + + ## [0.1.38](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.1.37...@lion/input-iban@0.1.38) (2019-07-23) **Note:** Version bump only for package @lion/input-iban diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index d3db28c6c..b50bac0f8 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-iban", - "version": "0.1.38", + "version": "0.1.39", "description": "Provide a way for users to fill in an iban", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,13 +33,13 @@ ], "dependencies": { "@bundled-es-modules/ibantools": "2.0.0", - "@lion/core": "^0.1.10", - "@lion/field": "^0.1.35", - "@lion/input": "^0.1.37", - "@lion/localize": "^0.4.6" + "@lion/core": "^0.1.11", + "@lion/field": "^0.1.36", + "@lion/input": "^0.1.38", + "@lion/localize": "^0.4.7" }, "devDependencies": { - "@lion/validate": "^0.2.19", + "@lion/validate": "^0.2.20", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6" } diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index f26e5d452..cd0fed2ee 100644 --- a/packages/input/CHANGELOG.md +++ b/packages/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.38](https://github.com/ing-bank/lion/compare/@lion/input@0.1.37...@lion/input@0.1.38) (2019-07-23) + +**Note:** Version bump only for package @lion/input + + + + + ## [0.1.37](https://github.com/ing-bank/lion/compare/@lion/input@0.1.36...@lion/input@0.1.37) (2019-07-23) **Note:** Version bump only for package @lion/input diff --git a/packages/input/package.json b/packages/input/package.json index e63260299..b363b7323 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input", - "version": "0.1.37", + "version": "0.1.38", "description": "It enhances the functionality of the native `` element", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,12 +32,12 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10", - "@lion/field": "^0.1.35" + "@lion/core": "^0.1.11", + "@lion/field": "^0.1.36" }, "devDependencies": { - "@lion/localize": "^0.4.6", - "@lion/validate": "^0.2.19", + "@lion/localize": "^0.4.7", + "@lion/validate": "^0.2.20", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6" } diff --git a/packages/localize/CHANGELOG.md b/packages/localize/CHANGELOG.md index 59e1be4bb..5088d6ad7 100644 --- a/packages/localize/CHANGELOG.md +++ b/packages/localize/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.4.7](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.6...@lion/localize@0.4.7) (2019-07-23) + +**Note:** Version bump only for package @lion/localize + + + + + ## [0.4.6](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.5...@lion/localize@0.4.6) (2019-07-23) **Note:** Version bump only for package @lion/localize diff --git a/packages/localize/package.json b/packages/localize/package.json index 7ce3294c4..cd4e7cef4 100644 --- a/packages/localize/package.json +++ b/packages/localize/package.json @@ -1,6 +1,6 @@ { "name": "@lion/localize", - "version": "0.4.6", + "version": "0.4.7", "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/", @@ -33,7 +33,7 @@ ], "dependencies": { "@bundled-es-modules/message-format": "6.0.4", - "@lion/core": "^0.1.10" + "@lion/core": "^0.1.11" }, "devDependencies": { "@bundled-es-modules/fetch-mock": "^6.5.2", diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index 375bbbba5..9b9fd0c5b 100644 --- a/packages/overlays/CHANGELOG.md +++ b/packages/overlays/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.3.9](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.8...@lion/overlays@0.3.9) (2019-07-23) + +**Note:** Version bump only for package @lion/overlays + + + + + ## [0.3.8](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.7...@lion/overlays@0.3.8) (2019-07-23) **Note:** Version bump only for package @lion/overlays diff --git a/packages/overlays/package.json b/packages/overlays/package.json index e82a3fce2..5c2652474 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.3.8", + "version": "0.3.9", "description": "Overlays System using lit-html for rendering", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,7 +32,7 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10", + "@lion/core": "^0.1.11", "popper.js": "^1.15.0" }, "devDependencies": { diff --git a/packages/popup/CHANGELOG.md b/packages/popup/CHANGELOG.md index 9743c8e3f..f8de4d14e 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.2.22](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.21...@lion/popup@0.2.22) (2019-07-23) + +**Note:** Version bump only for package @lion/popup + + + + + ## [0.2.21](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.20...@lion/popup@0.2.21) (2019-07-23) **Note:** Version bump only for package @lion/popup diff --git a/packages/popup/package.json b/packages/popup/package.json index 233e60139..c65617c84 100644 --- a/packages/popup/package.json +++ b/packages/popup/package.json @@ -1,6 +1,6 @@ { "name": "@lion/popup", - "version": "0.2.21", + "version": "0.2.22", "description": "Show relative overlay content on click", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,12 +32,12 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10", - "@lion/overlays": "^0.3.8" + "@lion/core": "^0.1.11", + "@lion/overlays": "^0.3.9" }, "devDependencies": { - "@lion/button": "^0.1.45", - "@lion/icon": "^0.2.2", + "@lion/button": "^0.1.46", + "@lion/icon": "^0.2.3", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6" } diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index 6d3c2cf6c..edef8f363 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.42](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.41...@lion/radio-group@0.1.42) (2019-07-23) + +**Note:** Version bump only for package @lion/radio-group + + + + + ## [0.1.41](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.40...@lion/radio-group@0.1.41) (2019-07-23) **Note:** Version bump only for package @lion/radio-group diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index 61b55df9e..4ac83a5c4 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.1.41", + "version": "0.1.42", "description": "Manage a group of choices", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,12 +32,12 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10", - "@lion/fieldset": "^0.1.37" + "@lion/core": "^0.1.11", + "@lion/fieldset": "^0.1.38" }, "devDependencies": { - "@lion/form": "^0.1.40", - "@lion/radio": "^0.1.38", + "@lion/form": "^0.1.41", + "@lion/radio": "^0.1.39", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6" } diff --git a/packages/radio/CHANGELOG.md b/packages/radio/CHANGELOG.md index 099a85890..6014e7169 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.39](https://github.com/ing-bank/lion/compare/@lion/radio@0.1.38...@lion/radio@0.1.39) (2019-07-23) + +**Note:** Version bump only for package @lion/radio + + + + + ## [0.1.38](https://github.com/ing-bank/lion/compare/@lion/radio@0.1.37...@lion/radio@0.1.38) (2019-07-23) **Note:** Version bump only for package @lion/radio diff --git a/packages/radio/package.json b/packages/radio/package.json index 2a5700a7e..3f31a15a4 100644 --- a/packages/radio/package.json +++ b/packages/radio/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio", - "version": "0.1.38", + "version": "0.1.39", "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/", @@ -32,9 +32,9 @@ "*.js" ], "dependencies": { - "@lion/choice-input": "^0.2.15", - "@lion/core": "^0.1.10", - "@lion/input": "^0.1.37" + "@lion/choice-input": "^0.2.16", + "@lion/core": "^0.1.11", + "@lion/input": "^0.1.38" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index 5e4099c1b..ff65faa07 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.36](https://github.com/ing-bank/lion/compare/@lion/select@0.1.35...@lion/select@0.1.36) (2019-07-23) + +**Note:** Version bump only for package @lion/select + + + + + ## [0.1.35](https://github.com/ing-bank/lion/compare/@lion/select@0.1.34...@lion/select@0.1.35) (2019-07-23) **Note:** Version bump only for package @lion/select diff --git a/packages/select/package.json b/packages/select/package.json index bd73544ef..b522a7ce0 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select", - "version": "0.1.35", + "version": "0.1.36", "description": "Provide a set of options where you can select one", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,8 +32,8 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10", - "@lion/field": "^0.1.35" + "@lion/core": "^0.1.11", + "@lion/field": "^0.1.36" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/steps/CHANGELOG.md b/packages/steps/CHANGELOG.md index e0d127525..a1897d745 100644 --- a/packages/steps/CHANGELOG.md +++ b/packages/steps/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.12](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.11...@lion/steps@0.1.12) (2019-07-23) + +**Note:** Version bump only for package @lion/steps + + + + + ## [0.1.11](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.10...@lion/steps@0.1.11) (2019-07-23) **Note:** Version bump only for package @lion/steps diff --git a/packages/steps/package.json b/packages/steps/package.json index ec4af7fdc..b3bdb93b1 100644 --- a/packages/steps/package.json +++ b/packages/steps/package.json @@ -1,6 +1,6 @@ { "name": "@lion/steps", - "version": "0.1.11", + "version": "0.1.12", "description": "Breaks a single goal down into dependable sub-tasks.", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,7 +32,7 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10" + "@lion/core": "^0.1.11" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index 88113592f..c8f7f42d9 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.39](https://github.com/ing-bank/lion/compare/@lion/textarea@0.1.38...@lion/textarea@0.1.39) (2019-07-23) + +**Note:** Version bump only for package @lion/textarea + + + + + ## [0.1.38](https://github.com/ing-bank/lion/compare/@lion/textarea@0.1.37...@lion/textarea@0.1.38) (2019-07-23) **Note:** Version bump only for package @lion/textarea diff --git a/packages/textarea/package.json b/packages/textarea/package.json index e8c43f2f7..0077704f2 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.1.38", + "version": "0.1.39", "description": "Provide a way for users to write text that is multiple lines long", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,8 +32,8 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10", - "@lion/input": "^0.1.37", + "@lion/core": "^0.1.11", + "@lion/input": "^0.1.38", "autosize": "4.0.2" }, "devDependencies": { diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index a948a6960..482cd4e84 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.2.22](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.21...@lion/tooltip@0.2.22) (2019-07-23) + +**Note:** Version bump only for package @lion/tooltip + + + + + ## [0.2.21](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.20...@lion/tooltip@0.2.21) (2019-07-23) **Note:** Version bump only for package @lion/tooltip diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 9c25e6544..6f529a739 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.2.21", + "version": "0.2.22", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,13 +32,13 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10", - "@lion/overlays": "^0.3.8", - "@lion/popup": "^0.2.21" + "@lion/core": "^0.1.11", + "@lion/overlays": "^0.3.9", + "@lion/popup": "^0.2.22" }, "devDependencies": { - "@lion/button": "^0.1.45", - "@lion/icon": "^0.2.2", + "@lion/button": "^0.1.46", + "@lion/icon": "^0.2.3", "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.0.6" } diff --git a/packages/validate/CHANGELOG.md b/packages/validate/CHANGELOG.md index 309a00642..4e4696101 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.2.20](https://github.com/ing-bank/lion/compare/@lion/validate@0.2.19...@lion/validate@0.2.20) (2019-07-23) + +**Note:** Version bump only for package @lion/validate + + + + + ## [0.2.19](https://github.com/ing-bank/lion/compare/@lion/validate@0.2.18...@lion/validate@0.2.19) (2019-07-23) **Note:** Version bump only for package @lion/validate diff --git a/packages/validate/package.json b/packages/validate/package.json index 50d11197d..2fe685488 100644 --- a/packages/validate/package.json +++ b/packages/validate/package.json @@ -1,6 +1,6 @@ { "name": "@lion/validate", - "version": "0.2.19", + "version": "0.2.20", "description": "Validate your form elements", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,8 +32,8 @@ "*.js" ], "dependencies": { - "@lion/core": "^0.1.10", - "@lion/localize": "^0.4.6" + "@lion/core": "^0.1.11", + "@lion/localize": "^0.4.7" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0",