diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md index 1385aaccf..b6c5ea08e 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.2.2](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.1...@lion/ajax@0.2.2) (2020-01-20) + +**Note:** Version bump only for package @lion/ajax + + + + + ## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.0...@lion/ajax@0.2.1) (2020-01-17) diff --git a/packages/ajax/package.json b/packages/ajax/package.json index 3d227b70a..0ef3517fd 100644 --- a/packages/ajax/package.json +++ b/packages/ajax/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ajax", - "version": "0.2.1", + "version": "0.2.2", "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.4.1" + "@lion/core": "0.4.2" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 792d5acdf..85f9552a1 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.5.2](https://github.com/ing-bank/lion/compare/@lion/button@0.5.1...@lion/button@0.5.2) (2020-01-20) + +**Note:** Version bump only for package @lion/button + + + + + ## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/button@0.5.0...@lion/button@0.5.1) (2020-01-17) diff --git a/packages/button/package.json b/packages/button/package.json index aa2e5a898..4cbaeb974 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.5.1", + "version": "0.5.2", "description": "A button that is easily styleable and accessible in all contexts", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,7 +32,7 @@ "*.js" ], "dependencies": { - "@lion/core": "0.4.1" + "@lion/core": "0.4.2" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index f95139fcc..f3389db3b 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.6.3](https://github.com/ing-bank/lion/compare/@lion/calendar@0.6.2...@lion/calendar@0.6.3) (2020-01-20) + +**Note:** Version bump only for package @lion/calendar + + + + + ## [0.6.2](https://github.com/ing-bank/lion/compare/@lion/calendar@0.6.1...@lion/calendar@0.6.2) (2020-01-17) **Note:** Version bump only for package @lion/calendar diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 2240ff89d..74cceff24 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.6.2", + "version": "0.6.3", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,11 +33,11 @@ "*.js" ], "dependencies": { - "@lion/core": "0.4.1", - "@lion/localize": "0.8.1" + "@lion/core": "0.4.2", + "@lion/localize": "0.8.2" }, "devDependencies": { - "@lion/button": "0.5.1", + "@lion/button": "0.5.2", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.5.0", "sinon": "^7.2.2" diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index 6ce8b8616..638e9d62f 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.5.2](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.5.1...@lion/checkbox-group@0.5.2) (2020-01-20) + +**Note:** Version bump only for package @lion/checkbox-group + + + + + ## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.5.0...@lion/checkbox-group@0.5.1) (2020-01-17) diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index a949c1522..0dd2cf868 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.5.1", + "version": "0.5.2", "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.4.1", - "@lion/fieldset": "0.6.1" + "@lion/core": "0.4.2", + "@lion/fieldset": "0.6.2" }, "devDependencies": { - "@lion/checkbox": "0.3.1", - "@lion/localize": "0.8.1", - "@lion/validate": "0.6.1", + "@lion/checkbox": "0.3.2", + "@lion/localize": "0.8.2", + "@lion/validate": "0.6.2", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.5.0", "sinon": "^7.2.2" diff --git a/packages/checkbox/CHANGELOG.md b/packages/checkbox/CHANGELOG.md index 4b53780f9..b4f4588c9 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.3.2](https://github.com/ing-bank/lion/compare/@lion/checkbox@0.3.1...@lion/checkbox@0.3.2) (2020-01-20) + +**Note:** Version bump only for package @lion/checkbox + + + + + ## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/checkbox@0.3.0...@lion/checkbox@0.3.1) (2020-01-17) diff --git a/packages/checkbox/package.json b/packages/checkbox/package.json index 3bd240f35..01c9e1023 100644 --- a/packages/checkbox/package.json +++ b/packages/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox", - "version": "0.3.1", + "version": "0.3.2", "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.5.1", - "@lion/core": "0.4.1", - "@lion/input": "0.5.1" + "@lion/choice-input": "0.5.2", + "@lion/core": "0.4.2", + "@lion/input": "0.5.2" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/choice-input/CHANGELOG.md b/packages/choice-input/CHANGELOG.md index ca48f0218..1a9ae244c 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.5.2](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.5.1...@lion/choice-input@0.5.2) (2020-01-20) + +**Note:** Version bump only for package @lion/choice-input + + + + + ## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.5.0...@lion/choice-input@0.5.1) (2020-01-17) diff --git a/packages/choice-input/package.json b/packages/choice-input/package.json index 06adc4903..5c4bf6763 100644 --- a/packages/choice-input/package.json +++ b/packages/choice-input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/choice-input", - "version": "0.5.1", + "version": "0.5.2", "description": "Base for all choise inputs like checkbox/radio", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,12 +32,12 @@ "*.js" ], "dependencies": { - "@lion/core": "0.4.1", - "@lion/field": "0.8.1" + "@lion/core": "0.4.2", + "@lion/field": "0.8.2" }, "devDependencies": { - "@lion/input": "0.5.1", - "@lion/validate": "0.6.1", + "@lion/input": "0.5.2", + "@lion/validate": "0.6.2", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.5.0", "sinon": "^7.2.2" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 025f77a27..57354aee3 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.4.2](https://github.com/ing-bank/lion/compare/@lion/core@0.4.1...@lion/core@0.4.2) (2020-01-20) + +**Note:** Version bump only for package @lion/core + + + + + ## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/core@0.4.0...@lion/core@0.4.1) (2020-01-17) diff --git a/packages/core/package.json b/packages/core/package.json index 1be86cf83..74d79a49a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/core", - "version": "0.4.1", + "version": "0.4.2", "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/dialog/CHANGELOG.md b/packages/dialog/CHANGELOG.md index feb410b99..437a1900f 100644 --- a/packages/dialog/CHANGELOG.md +++ b/packages/dialog/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.2](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.1...@lion/dialog@0.4.2) (2020-01-20) + +**Note:** Version bump only for package @lion/dialog + + + + + ## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.0...@lion/dialog@0.4.1) (2020-01-17) diff --git a/packages/dialog/package.json b/packages/dialog/package.json index d1a03a546..0e52db48f 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@lion/dialog", - "version": "0.4.1", + "version": "0.4.2", "description": "Show relative overlay content on click, as a webcomponent", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -30,8 +30,8 @@ "*.js" ], "dependencies": { - "@lion/core": "0.4.1", - "@lion/overlays": "0.11.1" + "@lion/core": "0.4.2", + "@lion/overlays": "0.11.2" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/field/CHANGELOG.md b/packages/field/CHANGELOG.md index c5944b033..4755f2c47 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.8.2](https://github.com/ing-bank/lion/compare/@lion/field@0.8.1...@lion/field@0.8.2) (2020-01-20) + +**Note:** Version bump only for package @lion/field + + + + + ## [0.8.1](https://github.com/ing-bank/lion/compare/@lion/field@0.8.0...@lion/field@0.8.1) (2020-01-17) diff --git a/packages/field/package.json b/packages/field/package.json index b83cdc7af..33f8d907f 100644 --- a/packages/field/package.json +++ b/packages/field/package.json @@ -1,6 +1,6 @@ { "name": "@lion/field", - "version": "0.8.1", + "version": "0.8.2", "description": "Fields are the most fundamental building block of the Form System", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,11 +33,11 @@ "*.js" ], "dependencies": { - "@lion/core": "0.4.1", - "@lion/validate": "0.6.1" + "@lion/core": "0.4.2", + "@lion/validate": "0.6.2" }, "devDependencies": { - "@lion/localize": "0.8.1", + "@lion/localize": "0.8.2", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.5.0", "sinon": "^7.2.2" diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index 857b4b275..d02c64147 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.6.2](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.6.1...@lion/fieldset@0.6.2) (2020-01-20) + +**Note:** Version bump only for package @lion/fieldset + + + + + ## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.6.0...@lion/fieldset@0.6.1) (2020-01-17) diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index 0743cad85..5add0585f 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@lion/fieldset", - "version": "0.6.1", + "version": "0.6.2", "description": "Allows to groups multiple input fields or other fieldsets together", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,12 +32,12 @@ "*.js" ], "dependencies": { - "@lion/core": "0.4.1", - "@lion/field": "0.8.1", - "@lion/validate": "0.6.1" + "@lion/core": "0.4.2", + "@lion/field": "0.8.2", + "@lion/validate": "0.6.2" }, "devDependencies": { - "@lion/localize": "0.8.1", + "@lion/localize": "0.8.2", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.5.0", "sinon": "^7.2.2" diff --git a/packages/form-system/CHANGELOG.md b/packages/form-system/CHANGELOG.md index b185ad745..1b80e5474 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.3.4](https://github.com/ing-bank/lion/compare/@lion/form-system@0.3.3...@lion/form-system@0.3.4) (2020-01-20) + +**Note:** Version bump only for package @lion/form-system + + + + + ## [0.3.3](https://github.com/ing-bank/lion/compare/@lion/form-system@0.3.2...@lion/form-system@0.3.3) (2020-01-20) **Note:** Version bump only for package @lion/form-system diff --git a/packages/form-system/package.json b/packages/form-system/package.json index 80afbcb90..23b1ca09d 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.3.3", + "version": "0.3.4", "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,23 +32,23 @@ "*.js" ], "devDependencies": { - "@lion/checkbox": "0.3.1", - "@lion/checkbox-group": "0.5.1", - "@lion/core": "0.4.1", - "@lion/field": "0.8.1", - "@lion/fieldset": "0.6.1", - "@lion/form": "0.4.1", - "@lion/input": "0.5.1", - "@lion/input-amount": "0.5.1", - "@lion/input-date": "0.5.1", - "@lion/input-email": "0.5.1", - "@lion/input-iban": "0.5.2", - "@lion/input-range": "0.2.1", - "@lion/localize": "0.8.1", - "@lion/radio": "0.3.1", - "@lion/radio-group": "0.5.1", - "@lion/textarea": "0.5.2", - "@lion/validate": "0.6.1", + "@lion/checkbox": "0.3.2", + "@lion/checkbox-group": "0.5.2", + "@lion/core": "0.4.2", + "@lion/field": "0.8.2", + "@lion/fieldset": "0.6.2", + "@lion/form": "0.4.2", + "@lion/input": "0.5.2", + "@lion/input-amount": "0.5.2", + "@lion/input-date": "0.5.2", + "@lion/input-email": "0.5.2", + "@lion/input-iban": "0.5.3", + "@lion/input-range": "0.2.2", + "@lion/localize": "0.8.2", + "@lion/radio": "0.3.2", + "@lion/radio-group": "0.5.2", + "@lion/textarea": "0.5.3", + "@lion/validate": "0.6.2", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.5.0" }, diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 0b682ead8..3dfea6b94 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.4.2](https://github.com/ing-bank/lion/compare/@lion/form@0.4.1...@lion/form@0.4.2) (2020-01-20) + +**Note:** Version bump only for package @lion/form + + + + + ## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/form@0.4.0...@lion/form@0.4.1) (2020-01-17) diff --git a/packages/form/package.json b/packages/form/package.json index 0b5042a6e..9fea21731 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.4.1", + "version": "0.4.2", "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,12 +32,12 @@ "*.js" ], "dependencies": { - "@lion/core": "0.4.1", - "@lion/fieldset": "0.6.1" + "@lion/core": "0.4.2", + "@lion/fieldset": "0.6.2" }, "devDependencies": { - "@lion/field": "0.8.1", - "@lion/validate": "0.6.1", + "@lion/field": "0.8.2", + "@lion/validate": "0.6.2", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.5.0", "sinon": "^7.2.2" diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index 5f81a43ad..747309cff 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/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.2](https://github.com/ing-bank/lion/compare/@lion/helpers@0.2.1...@lion/helpers@0.2.2) (2020-01-20) + +**Note:** Version bump only for package @lion/helpers + + + + + ## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/helpers@0.2.0...@lion/helpers@0.2.1) (2020-01-17) diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 7a5e966e5..1dbdaa842 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@lion/helpers", - "version": "0.2.1", + "version": "0.2.2", "description": "Helpers that are used throughout lion and can be used outside", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,7 +32,7 @@ "*.js" ], "dependencies": { - "@lion/core": "0.4.1" + "@lion/core": "0.4.2" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index 150e486f1..9febbc5fe 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.3.2](https://github.com/ing-bank/lion/compare/@lion/icon@0.3.1...@lion/icon@0.3.2) (2020-01-20) + +**Note:** Version bump only for package @lion/icon + + + + + ## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/icon@0.3.0...@lion/icon@0.3.1) (2020-01-17) diff --git a/packages/icon/package.json b/packages/icon/package.json index b32b7d3c0..354abdede 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@lion/icon", - "version": "0.3.1", + "version": "0.3.2", "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.4.1" + "@lion/core": "0.4.2" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index e0e01d73a..a2f94e129 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.5.2](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.5.1...@lion/input-amount@0.5.2) (2020-01-20) + +**Note:** Version bump only for package @lion/input-amount + + + + + ## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.5.0...@lion/input-amount@0.5.1) (2020-01-17) diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index f5234c55c..1a3def515 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-amount", - "version": "0.5.1", + "version": "0.5.2", "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.4.1", - "@lion/field": "0.8.1", - "@lion/input": "0.5.1", - "@lion/localize": "0.8.1", - "@lion/validate": "0.6.1" + "@lion/core": "0.4.2", + "@lion/field": "0.8.2", + "@lion/input": "0.5.2", + "@lion/localize": "0.8.2", + "@lion/validate": "0.6.2" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md index e382e6442..b5ae4ad0f 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.5.2](https://github.com/ing-bank/lion/compare/@lion/input-date@0.5.1...@lion/input-date@0.5.2) (2020-01-20) + +**Note:** Version bump only for package @lion/input-date + + + + + ## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/input-date@0.5.0...@lion/input-date@0.5.1) (2020-01-17) diff --git a/packages/input-date/package.json b/packages/input-date/package.json index b51301f60..b6da5c6b8 100644 --- a/packages/input-date/package.json +++ b/packages/input-date/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-date", - "version": "0.5.1", + "version": "0.5.2", "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.4.1", - "@lion/field": "0.8.1", - "@lion/input": "0.5.1", - "@lion/localize": "0.8.1", - "@lion/validate": "0.6.1" + "@lion/core": "0.4.2", + "@lion/field": "0.8.2", + "@lion/input": "0.5.2", + "@lion/localize": "0.8.2", + "@lion/validate": "0.6.2" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index ae6aa2dec..94c404107 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.8.3](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.8.2...@lion/input-datepicker@0.8.3) (2020-01-20) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.8.2](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.8.1...@lion/input-datepicker@0.8.2) (2020-01-17) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 662d70d0c..43a1fcbfb 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.8.2", + "version": "0.8.3", "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/", @@ -36,16 +36,16 @@ "*.js" ], "dependencies": { - "@lion/calendar": "0.6.2", - "@lion/core": "0.4.1", - "@lion/field": "0.8.1", - "@lion/input-date": "0.5.1", - "@lion/localize": "0.8.1", - "@lion/overlays": "0.11.1", - "@lion/validate": "0.6.1" + "@lion/calendar": "0.6.3", + "@lion/core": "0.4.2", + "@lion/field": "0.8.2", + "@lion/input-date": "0.5.2", + "@lion/localize": "0.8.2", + "@lion/overlays": "0.11.2", + "@lion/validate": "0.6.2" }, "devDependencies": { - "@lion/button": "0.5.1", + "@lion/button": "0.5.2", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.5.0", "sinon": "^7.2.2" diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index c2af0747e..20adcb0aa 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.5.2](https://github.com/ing-bank/lion/compare/@lion/input-email@0.5.1...@lion/input-email@0.5.2) (2020-01-20) + +**Note:** Version bump only for package @lion/input-email + + + + + ## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/input-email@0.5.0...@lion/input-email@0.5.1) (2020-01-17) diff --git a/packages/input-email/package.json b/packages/input-email/package.json index 20275e950..dd5f0ac15 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-email", - "version": "0.5.1", + "version": "0.5.2", "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.4.1", - "@lion/field": "0.8.1", - "@lion/input": "0.5.1", - "@lion/localize": "0.8.1", - "@lion/validate": "0.6.1" + "@lion/core": "0.4.2", + "@lion/field": "0.8.2", + "@lion/input": "0.5.2", + "@lion/localize": "0.8.2", + "@lion/validate": "0.6.2" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index 01bacb2af..f2213b5fe 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.5.3](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.5.2...@lion/input-iban@0.5.3) (2020-01-20) + +**Note:** Version bump only for package @lion/input-iban + + + + + ## [0.5.2](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.5.1...@lion/input-iban@0.5.2) (2020-01-20) diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index 3c34a3ddc..b5fe6e64a 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-iban", - "version": "0.5.2", + "version": "0.5.3", "description": "Provide a way for users to fill in an iban", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,11 +32,11 @@ "*.js" ], "dependencies": { - "@lion/core": "0.4.1", - "@lion/field": "0.8.1", - "@lion/input": "0.5.1", - "@lion/localize": "0.8.1", - "@lion/validate": "0.6.1", + "@lion/core": "0.4.2", + "@lion/field": "0.8.2", + "@lion/input": "0.5.2", + "@lion/localize": "0.8.2", + "@lion/validate": "0.6.2", "ibantools": "^2.2.0" }, "devDependencies": { diff --git a/packages/input-range/CHANGELOG.md b/packages/input-range/CHANGELOG.md index 976913496..c853fa584 100644 --- a/packages/input-range/CHANGELOG.md +++ b/packages/input-range/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.2](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.1...@lion/input-range@0.2.2) (2020-01-20) + +**Note:** Version bump only for package @lion/input-range + + + + + ## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.0...@lion/input-range@0.2.1) (2020-01-17) diff --git a/packages/input-range/package.json b/packages/input-range/package.json index 30fad2d45..91cc64f7a 100644 --- a/packages/input-range/package.json +++ b/packages/input-range/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-range", - "version": "0.2.1", + "version": "0.2.2", "description": "Provide a way for users to select one value from a range of values", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -31,10 +31,10 @@ "*.js" ], "dependencies": { - "@lion/core": "0.4.1", - "@lion/field": "0.8.1", - "@lion/input": "0.5.1", - "@lion/localize": "0.8.1" + "@lion/core": "0.4.2", + "@lion/field": "0.8.2", + "@lion/input": "0.5.2", + "@lion/localize": "0.8.2" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index 7f39e977d..9b0b8941e 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.5.2](https://github.com/ing-bank/lion/compare/@lion/input@0.5.1...@lion/input@0.5.2) (2020-01-20) + +**Note:** Version bump only for package @lion/input + + + + + ## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/input@0.5.0...@lion/input@0.5.1) (2020-01-17) diff --git a/packages/input/package.json b/packages/input/package.json index 5779d4529..1396784b5 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input", - "version": "0.5.1", + "version": "0.5.2", "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.4.1", - "@lion/field": "0.8.1" + "@lion/core": "0.4.2", + "@lion/field": "0.8.2" }, "devDependencies": { - "@lion/localize": "0.8.1", - "@lion/validate": "0.6.1", + "@lion/localize": "0.8.2", + "@lion/validate": "0.6.2", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.5.0" } diff --git a/packages/localize/CHANGELOG.md b/packages/localize/CHANGELOG.md index 8cbd64c8d..5b29f563b 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.8.2](https://github.com/ing-bank/lion/compare/@lion/localize@0.8.1...@lion/localize@0.8.2) (2020-01-20) + +**Note:** Version bump only for package @lion/localize + + + + + ## [0.8.1](https://github.com/ing-bank/lion/compare/@lion/localize@0.8.0...@lion/localize@0.8.1) (2020-01-17) diff --git a/packages/localize/package.json b/packages/localize/package.json index dba7af1f6..76c4c0562 100644 --- a/packages/localize/package.json +++ b/packages/localize/package.json @@ -1,6 +1,6 @@ { "name": "@lion/localize", - "version": "0.8.1", + "version": "0.8.2", "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/", @@ -34,7 +34,7 @@ ], "dependencies": { "@bundled-es-modules/message-format": "6.0.4", - "@lion/core": "0.4.1" + "@lion/core": "0.4.2" }, "devDependencies": { "@bundled-es-modules/fetch-mock": "^6.5.2", diff --git a/packages/option/CHANGELOG.md b/packages/option/CHANGELOG.md index e9e1d3d57..115882f7c 100644 --- a/packages/option/CHANGELOG.md +++ b/packages/option/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.2](https://github.com/ing-bank/lion/compare/@lion/option@0.4.1...@lion/option@0.4.2) (2020-01-20) + +**Note:** Version bump only for package @lion/option + + + + + ## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/option@0.4.0...@lion/option@0.4.1) (2020-01-17) diff --git a/packages/option/package.json b/packages/option/package.json index 2cad50bfe..f58d5fce8 100644 --- a/packages/option/package.json +++ b/packages/option/package.json @@ -1,6 +1,6 @@ { "name": "@lion/option", - "version": "0.4.1", + "version": "0.4.2", "description": "Allows to provide options for a rich select", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,9 +32,9 @@ "*.js" ], "dependencies": { - "@lion/choice-input": "0.5.1", - "@lion/core": "0.4.1", - "@lion/field": "0.8.1" + "@lion/choice-input": "0.5.2", + "@lion/core": "0.4.2", + "@lion/field": "0.8.2" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index b259161d7..c9221f19a 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.11.2](https://github.com/ing-bank/lion/compare/@lion/overlays@0.11.1...@lion/overlays@0.11.2) (2020-01-20) + +**Note:** Version bump only for package @lion/overlays + + + + + ## [0.11.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.11.0...@lion/overlays@0.11.1) (2020-01-17) diff --git a/packages/overlays/package.json b/packages/overlays/package.json index 1cc8773cd..ccfda2696 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.11.1", + "version": "0.11.2", "description": "Overlays System using lit-html for rendering", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,7 +34,7 @@ "*.js" ], "dependencies": { - "@lion/core": "0.4.1", + "@lion/core": "0.4.2", "popper.js": "^1.15.0" }, "devDependencies": { diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index eca7b30df..fae4ce8be 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.5.2](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.5.1...@lion/radio-group@0.5.2) (2020-01-20) + +**Note:** Version bump only for package @lion/radio-group + + + + + ## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.5.0...@lion/radio-group@0.5.1) (2020-01-17) diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index 20b1311c2..f5f35231b 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.5.1", + "version": "0.5.2", "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.4.1", - "@lion/fieldset": "0.6.1" + "@lion/core": "0.4.2", + "@lion/fieldset": "0.6.2" }, "devDependencies": { - "@lion/radio": "0.3.1", - "@lion/validate": "0.6.1", + "@lion/radio": "0.3.2", + "@lion/validate": "0.6.2", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.5.0" } diff --git a/packages/radio/CHANGELOG.md b/packages/radio/CHANGELOG.md index 80d10dd57..e44b8da7c 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.3.2](https://github.com/ing-bank/lion/compare/@lion/radio@0.3.1...@lion/radio@0.3.2) (2020-01-20) + +**Note:** Version bump only for package @lion/radio + + + + + ## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/radio@0.3.0...@lion/radio@0.3.1) (2020-01-17) diff --git a/packages/radio/package.json b/packages/radio/package.json index 3dba1073f..6fad5ba8f 100644 --- a/packages/radio/package.json +++ b/packages/radio/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio", - "version": "0.3.1", + "version": "0.3.2", "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.5.1", - "@lion/core": "0.4.1", - "@lion/input": "0.5.1" + "@lion/choice-input": "0.5.2", + "@lion/core": "0.4.2", + "@lion/input": "0.5.2" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 09070420e..fdf09bc5a 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/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.9.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.9.1...@lion/select-rich@0.9.2) (2020-01-20) + +**Note:** Version bump only for package @lion/select-rich + + + + + ## [0.9.1](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.9.0...@lion/select-rich@0.9.1) (2020-01-17) diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index d2539438d..868cefe0a 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.9.1", + "version": "0.9.2", "description": "Provides a select with options that can contain html", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -36,15 +36,15 @@ "*.js" ], "dependencies": { - "@lion/button": "0.5.1", - "@lion/core": "0.4.1", - "@lion/field": "0.8.1", - "@lion/option": "0.4.1", - "@lion/overlays": "0.11.1", - "@lion/validate": "0.6.1" + "@lion/button": "0.5.2", + "@lion/core": "0.4.2", + "@lion/field": "0.8.2", + "@lion/option": "0.4.2", + "@lion/overlays": "0.11.2", + "@lion/validate": "0.6.2" }, "devDependencies": { - "@lion/form": "0.4.1", + "@lion/form": "0.4.2", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.5.0" } diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index 3eb61dcb9..6541401f2 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.5.2](https://github.com/ing-bank/lion/compare/@lion/select@0.5.1...@lion/select@0.5.2) (2020-01-20) + +**Note:** Version bump only for package @lion/select + + + + + ## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/select@0.5.0...@lion/select@0.5.1) (2020-01-17) diff --git a/packages/select/package.json b/packages/select/package.json index 18166a881..ba419bb8d 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select", - "version": "0.5.1", + "version": "0.5.2", "description": "Provide a set of options where you can select one", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,11 +32,11 @@ "*.js" ], "dependencies": { - "@lion/core": "0.4.1", - "@lion/field": "0.8.1" + "@lion/core": "0.4.2", + "@lion/field": "0.8.2" }, "devDependencies": { - "@lion/validate": "0.6.1", + "@lion/validate": "0.6.2", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.5.0" } diff --git a/packages/steps/CHANGELOG.md b/packages/steps/CHANGELOG.md index 17cf6a0b6..0dba34b61 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.3.2](https://github.com/ing-bank/lion/compare/@lion/steps@0.3.1...@lion/steps@0.3.2) (2020-01-20) + +**Note:** Version bump only for package @lion/steps + + + + + ## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/steps@0.3.0...@lion/steps@0.3.1) (2020-01-17) diff --git a/packages/steps/package.json b/packages/steps/package.json index baefdd6b9..f9518ff23 100644 --- a/packages/steps/package.json +++ b/packages/steps/package.json @@ -1,6 +1,6 @@ { "name": "@lion/steps", - "version": "0.3.1", + "version": "0.3.2", "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.4.1" + "@lion/core": "0.4.2" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index dae61ba17..9f03b2d18 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/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.5.2](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.1...@lion/switch@0.5.2) (2020-01-20) + +**Note:** Version bump only for package @lion/switch + + + + + ## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.0...@lion/switch@0.5.1) (2020-01-17) diff --git a/packages/switch/package.json b/packages/switch/package.json index 6a2ae12c4..6891948d5 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.5.1", + "version": "0.5.2", "description": "A Switch is used for switching a property or feature on and off", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,14 +32,14 @@ "*.js" ], "dependencies": { - "@lion/button": "0.5.1", - "@lion/choice-input": "0.5.1", - "@lion/core": "0.4.1", - "@lion/field": "0.8.1" + "@lion/button": "0.5.2", + "@lion/choice-input": "0.5.2", + "@lion/core": "0.4.2", + "@lion/field": "0.8.2" }, "devDependencies": { - "@lion/localize": "0.8.1", - "@lion/validate": "0.6.1", + "@lion/localize": "0.8.2", + "@lion/validate": "0.6.2", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.5.0", "sinon": "^7.2.2" diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index 021c1882f..dadf88f71 100644 --- a/packages/tabs/CHANGELOG.md +++ b/packages/tabs/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.2](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.1...@lion/tabs@0.2.2) (2020-01-20) + +**Note:** Version bump only for package @lion/tabs + + + + + ## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.0...@lion/tabs@0.2.1) (2020-01-17) diff --git a/packages/tabs/package.json b/packages/tabs/package.json index 50489a4e0..0a56fc5ec 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tabs", - "version": "0.2.1", + "version": "0.2.2", "description": "Allows users to quickly move between a small number of equally important views.", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,7 +32,7 @@ "*.js" ], "dependencies": { - "@lion/core": "0.4.1" + "@lion/core": "0.4.2" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index 68f5841e6..96b0c1b81 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.5.3](https://github.com/ing-bank/lion/compare/@lion/textarea@0.5.2...@lion/textarea@0.5.3) (2020-01-20) + +**Note:** Version bump only for package @lion/textarea + + + + + ## [0.5.2](https://github.com/ing-bank/lion/compare/@lion/textarea@0.5.1...@lion/textarea@0.5.2) (2020-01-17) diff --git a/packages/textarea/package.json b/packages/textarea/package.json index dff8886dd..12dc2c824 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.5.2", + "version": "0.5.3", "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,12 +32,12 @@ "*.js" ], "dependencies": { - "@lion/core": "0.4.1", - "@lion/field": "0.8.1", + "@lion/core": "0.4.2", + "@lion/field": "0.8.2", "autosize": "4.0.2" }, "devDependencies": { - "@lion/validate": "0.6.1", + "@lion/validate": "0.6.2", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.5.0" } diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 112abed21..a9caf743a 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.7.2](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.7.1...@lion/tooltip@0.7.2) (2020-01-20) + +**Note:** Version bump only for package @lion/tooltip + + + + + ## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.7.0...@lion/tooltip@0.7.1) (2020-01-17) diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 09e3b5db5..60c5b2e9b 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.7.1", + "version": "0.7.2", "description": "Show relative overlay content on hover", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -32,8 +32,8 @@ "*.js" ], "dependencies": { - "@lion/core": "0.4.1", - "@lion/overlays": "0.11.1" + "@lion/core": "0.4.2", + "@lion/overlays": "0.11.2" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/validate/CHANGELOG.md b/packages/validate/CHANGELOG.md index b92a12f08..da553bbd9 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.6.2](https://github.com/ing-bank/lion/compare/@lion/validate@0.6.1...@lion/validate@0.6.2) (2020-01-20) + +**Note:** Version bump only for package @lion/validate + + + + + ## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/validate@0.6.0...@lion/validate@0.6.1) (2020-01-17) diff --git a/packages/validate/package.json b/packages/validate/package.json index c115ee05e..758b38039 100644 --- a/packages/validate/package.json +++ b/packages/validate/package.json @@ -1,6 +1,6 @@ { "name": "@lion/validate", - "version": "0.6.1", + "version": "0.6.2", "description": "Validate your form elements", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -34,8 +34,8 @@ "*.js" ], "dependencies": { - "@lion/core": "0.4.1", - "@lion/localize": "0.8.1" + "@lion/core": "0.4.2", + "@lion/localize": "0.8.2" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3",