From 1b9fb3ef7bd026561344728887e65199d70c4ea1 Mon Sep 17 00:00:00 2001 From: CircleCI Date: Fri, 17 Jan 2020 09:15:57 +0000 Subject: [PATCH] chore: release new versions - @lion/ajax@0.2.1 - @lion/button@0.5.1 - @lion/calendar@0.6.1 - @lion/checkbox-group@0.5.1 - @lion/checkbox@0.3.1 - @lion/choice-input@0.5.1 - @lion/core@0.4.1 - @lion/dialog@0.4.1 - @lion/field@0.8.1 - @lion/fieldset@0.6.1 - @lion/form-system@0.3.1 - @lion/form@0.4.1 - @lion/helpers@0.2.1 - @lion/icon@0.3.1 - @lion/input-amount@0.5.1 - @lion/input-date@0.5.1 - @lion/input-datepicker@0.8.1 - @lion/input-email@0.5.1 - @lion/input-iban@0.5.1 - @lion/input-range@0.2.1 - @lion/input@0.5.1 - @lion/localize@0.8.1 - @lion/option@0.4.1 - @lion/overlays@0.11.1 - @lion/radio-group@0.5.1 - @lion/radio@0.3.1 - @lion/select-rich@0.9.1 - @lion/select@0.5.1 - @lion/steps@0.3.1 - @lion/switch@0.5.1 - @lion/tabs@0.2.1 - @lion/textarea@0.5.1 - @lion/tooltip@0.7.1 - @lion/validate@0.6.1 --- packages/ajax/CHANGELOG.md | 11 ++++++++ packages/ajax/package.json | 4 +-- packages/button/CHANGELOG.md | 11 ++++++++ packages/button/package.json | 4 +-- packages/calendar/CHANGELOG.md | 11 ++++++++ packages/calendar/package.json | 8 +++--- packages/checkbox-group/CHANGELOG.md | 11 ++++++++ packages/checkbox-group/package.json | 12 ++++----- packages/checkbox/CHANGELOG.md | 11 ++++++++ packages/checkbox/package.json | 8 +++--- packages/choice-input/CHANGELOG.md | 11 ++++++++ packages/choice-input/package.json | 10 +++---- packages/core/CHANGELOG.md | 11 ++++++++ packages/core/package.json | 2 +- packages/dialog/CHANGELOG.md | 11 ++++++++ packages/dialog/package.json | 6 ++--- packages/field/CHANGELOG.md | 11 ++++++++ packages/field/package.json | 8 +++--- packages/fieldset/CHANGELOG.md | 11 ++++++++ packages/fieldset/package.json | 10 +++---- packages/form-system/CHANGELOG.md | 11 ++++++++ packages/form-system/package.json | 36 +++++++++++++------------- packages/form/CHANGELOG.md | 11 ++++++++ packages/form/package.json | 10 +++---- packages/helpers/CHANGELOG.md | 11 ++++++++ packages/helpers/package.json | 4 +-- packages/icon/CHANGELOG.md | 11 ++++++++ packages/icon/package.json | 4 +-- packages/input-amount/CHANGELOG.md | 11 ++++++++ packages/input-amount/package.json | 12 ++++----- packages/input-date/CHANGELOG.md | 11 ++++++++ packages/input-date/package.json | 12 ++++----- packages/input-datepicker/CHANGELOG.md | 11 ++++++++ packages/input-datepicker/package.json | 18 ++++++------- packages/input-email/CHANGELOG.md | 11 ++++++++ packages/input-email/package.json | 12 ++++----- packages/input-iban/CHANGELOG.md | 11 ++++++++ packages/input-iban/package.json | 12 ++++----- packages/input-range/CHANGELOG.md | 11 ++++++++ packages/input-range/package.json | 10 +++---- packages/input/CHANGELOG.md | 11 ++++++++ packages/input/package.json | 10 +++---- packages/localize/CHANGELOG.md | 11 ++++++++ packages/localize/package.json | 4 +-- packages/option/CHANGELOG.md | 11 ++++++++ packages/option/package.json | 8 +++--- packages/overlays/CHANGELOG.md | 11 ++++++++ packages/overlays/package.json | 4 +-- packages/radio-group/CHANGELOG.md | 11 ++++++++ packages/radio-group/package.json | 10 +++---- packages/radio/CHANGELOG.md | 11 ++++++++ packages/radio/package.json | 8 +++--- packages/select-rich/CHANGELOG.md | 11 ++++++++ packages/select-rich/package.json | 16 ++++++------ packages/select/CHANGELOG.md | 11 ++++++++ packages/select/package.json | 8 +++--- packages/steps/CHANGELOG.md | 11 ++++++++ packages/steps/package.json | 4 +-- packages/switch/CHANGELOG.md | 11 ++++++++ packages/switch/package.json | 14 +++++----- packages/tabs/CHANGELOG.md | 11 ++++++++ packages/tabs/package.json | 4 +-- packages/textarea/CHANGELOG.md | 11 ++++++++ packages/textarea/package.json | 8 +++--- packages/tooltip/CHANGELOG.md | 11 ++++++++ packages/tooltip/package.json | 6 ++--- packages/validate/CHANGELOG.md | 11 ++++++++ packages/validate/package.json | 6 ++--- 68 files changed, 530 insertions(+), 156 deletions(-) diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md index 4aa880688..1385aaccf 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.2.1](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.0...@lion/ajax@0.2.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.2.0](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.20...@lion/ajax@0.2.0) (2020-01-13) diff --git a/packages/ajax/package.json b/packages/ajax/package.json index 3bff98b52..b3dc4f690 100644 --- a/packages/ajax/package.json +++ b/packages/ajax/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ajax", - "version": "0.2.0", + "version": "0.2.1", "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.0" + "@lion/core": "0.4.1" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 069c47f7a..792d5acdf 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/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.5.1](https://github.com/ing-bank/lion/compare/@lion/button@0.5.0...@lion/button@0.5.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.5.0](https://github.com/ing-bank/lion/compare/@lion/button@0.4.6...@lion/button@0.5.0) (2020-01-13) diff --git a/packages/button/package.json b/packages/button/package.json index e217ec57a..a338f3821 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.5.0", + "version": "0.5.1", "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.0" + "@lion/core": "0.4.1" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 75c7c4548..df720dc0f 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/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.6.1](https://github.com/ing-bank/lion/compare/@lion/calendar@0.6.0...@lion/calendar@0.6.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.6.0](https://github.com/ing-bank/lion/compare/@lion/calendar@0.5.8...@lion/calendar@0.6.0) (2020-01-13) diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 2e4d484d2..def1c003b 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.6.0", + "version": "0.6.1", "description": "Standalone calendar", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,11 +33,11 @@ "*.js" ], "dependencies": { - "@lion/core": "0.4.0", - "@lion/localize": "0.8.0" + "@lion/core": "0.4.1", + "@lion/localize": "0.8.1" }, "devDependencies": { - "@lion/button": "0.5.0", + "@lion/button": "0.5.1", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index 4e68036e5..6ce8b8616 100644 --- a/packages/checkbox-group/CHANGELOG.md +++ b/packages/checkbox-group/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.5.1](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.5.0...@lion/checkbox-group@0.5.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.5.0](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.4.4...@lion/checkbox-group@0.5.0) (2020-01-13) diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index 9a92d285e..42232ceec 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.5.0", + "version": "0.5.1", "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.0", - "@lion/fieldset": "0.6.0" + "@lion/core": "0.4.1", + "@lion/fieldset": "0.6.1" }, "devDependencies": { - "@lion/checkbox": "0.3.0", - "@lion/localize": "0.8.0", - "@lion/validate": "0.6.0", + "@lion/checkbox": "0.3.1", + "@lion/localize": "0.8.1", + "@lion/validate": "0.6.1", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" diff --git a/packages/checkbox/CHANGELOG.md b/packages/checkbox/CHANGELOG.md index 294ddafe8..4b53780f9 100644 --- a/packages/checkbox/CHANGELOG.md +++ b/packages/checkbox/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.3.1](https://github.com/ing-bank/lion/compare/@lion/checkbox@0.3.0...@lion/checkbox@0.3.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.3.0](https://github.com/ing-bank/lion/compare/@lion/checkbox@0.2.13...@lion/checkbox@0.3.0) (2020-01-13) diff --git a/packages/checkbox/package.json b/packages/checkbox/package.json index d6b034d90..0349703e8 100644 --- a/packages/checkbox/package.json +++ b/packages/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox", - "version": "0.3.0", + "version": "0.3.1", "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.0", - "@lion/core": "0.4.0", - "@lion/input": "0.5.0" + "@lion/choice-input": "0.5.1", + "@lion/core": "0.4.1", + "@lion/input": "0.5.1" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/choice-input/CHANGELOG.md b/packages/choice-input/CHANGELOG.md index dde0e4999..ca48f0218 100644 --- a/packages/choice-input/CHANGELOG.md +++ b/packages/choice-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.5.1](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.5.0...@lion/choice-input@0.5.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.5.0](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.4.11...@lion/choice-input@0.5.0) (2020-01-13) diff --git a/packages/choice-input/package.json b/packages/choice-input/package.json index 25e00bbfc..eaa2ef6ef 100644 --- a/packages/choice-input/package.json +++ b/packages/choice-input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/choice-input", - "version": "0.5.0", + "version": "0.5.1", "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.0", - "@lion/field": "0.8.0" + "@lion/core": "0.4.1", + "@lion/field": "0.8.1" }, "devDependencies": { - "@lion/input": "0.5.0", - "@lion/validate": "0.6.0", + "@lion/input": "0.5.1", + "@lion/validate": "0.6.1", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4f47fb6bf..025f77a27 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.4.1](https://github.com/ing-bank/lion/compare/@lion/core@0.4.0...@lion/core@0.4.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.4.0](https://github.com/ing-bank/lion/compare/@lion/core@0.3.0...@lion/core@0.4.0) (2020-01-13) diff --git a/packages/core/package.json b/packages/core/package.json index 1c96fadb7..0218e5cea 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/core", - "version": "0.4.0", + "version": "0.4.1", "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 1dda26461..feb410b99 100644 --- a/packages/dialog/CHANGELOG.md +++ b/packages/dialog/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.4.1](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.0...@lion/dialog@0.4.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.4.0](https://github.com/ing-bank/lion/compare/@lion/dialog@0.3.2...@lion/dialog@0.4.0) (2020-01-13) diff --git a/packages/dialog/package.json b/packages/dialog/package.json index 9c7930fc1..b6e5674ae 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@lion/dialog", - "version": "0.4.0", + "version": "0.4.1", "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.0", - "@lion/overlays": "0.11.0" + "@lion/core": "0.4.1", + "@lion/overlays": "0.11.1" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/field/CHANGELOG.md b/packages/field/CHANGELOG.md index 21a3c5781..c5944b033 100644 --- a/packages/field/CHANGELOG.md +++ b/packages/field/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.8.1](https://github.com/ing-bank/lion/compare/@lion/field@0.8.0...@lion/field@0.8.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.8.0](https://github.com/ing-bank/lion/compare/@lion/field@0.7.1...@lion/field@0.8.0) (2020-01-13) diff --git a/packages/field/package.json b/packages/field/package.json index c4de7efba..520cefe38 100644 --- a/packages/field/package.json +++ b/packages/field/package.json @@ -1,6 +1,6 @@ { "name": "@lion/field", - "version": "0.8.0", + "version": "0.8.1", "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.0", - "@lion/validate": "0.6.0" + "@lion/core": "0.4.1", + "@lion/validate": "0.6.1" }, "devDependencies": { - "@lion/localize": "0.8.0", + "@lion/localize": "0.8.1", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index ad16b6532..857b4b275 100644 --- a/packages/fieldset/CHANGELOG.md +++ b/packages/fieldset/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.6.1](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.6.0...@lion/fieldset@0.6.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.6.0](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.5.7...@lion/fieldset@0.6.0) (2020-01-13) diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index dea8d403d..7bf45349b 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@lion/fieldset", - "version": "0.6.0", + "version": "0.6.1", "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.0", - "@lion/field": "0.8.0", - "@lion/validate": "0.6.0" + "@lion/core": "0.4.1", + "@lion/field": "0.8.1", + "@lion/validate": "0.6.1" }, "devDependencies": { - "@lion/localize": "0.8.0", + "@lion/localize": "0.8.1", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" diff --git a/packages/form-system/CHANGELOG.md b/packages/form-system/CHANGELOG.md index 2ef03f355..4fad87280 100644 --- a/packages/form-system/CHANGELOG.md +++ b/packages/form-system/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.3.1](https://github.com/ing-bank/lion/compare/@lion/form-system@0.3.0...@lion/form-system@0.3.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.3.0](https://github.com/ing-bank/lion/compare/@lion/form-system@0.2.16...@lion/form-system@0.3.0) (2020-01-13) diff --git a/packages/form-system/package.json b/packages/form-system/package.json index 69767df93..7beeef128 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.3.0", + "version": "0.3.1", "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.0", - "@lion/checkbox-group": "0.5.0", - "@lion/core": "0.4.0", - "@lion/field": "0.8.0", - "@lion/fieldset": "0.6.0", - "@lion/form": "0.4.0", - "@lion/input": "0.5.0", - "@lion/input-amount": "0.5.0", - "@lion/input-date": "0.5.0", - "@lion/input-email": "0.5.0", - "@lion/input-iban": "0.5.0", - "@lion/input-range": "0.2.0", - "@lion/localize": "0.8.0", - "@lion/radio": "0.3.0", - "@lion/radio-group": "0.5.0", - "@lion/textarea": "0.5.0", - "@lion/validate": "0.6.0", + "@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.1", + "@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.1", + "@lion/validate": "0.6.1", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.3.4" }, diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 2d23b1b40..0b682ead8 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/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.4.1](https://github.com/ing-bank/lion/compare/@lion/form@0.4.0...@lion/form@0.4.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.4.0](https://github.com/ing-bank/lion/compare/@lion/form@0.3.14...@lion/form@0.4.0) (2020-01-13) diff --git a/packages/form/package.json b/packages/form/package.json index 21dc2761a..7c0b7c7dd 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.4.0", + "version": "0.4.1", "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.0", - "@lion/fieldset": "0.6.0" + "@lion/core": "0.4.1", + "@lion/fieldset": "0.6.1" }, "devDependencies": { - "@lion/field": "0.8.0", - "@lion/validate": "0.6.0", + "@lion/field": "0.8.1", + "@lion/validate": "0.6.1", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index 6d1fbc401..5f81a43ad 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/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.2.1](https://github.com/ing-bank/lion/compare/@lion/helpers@0.2.0...@lion/helpers@0.2.1) (2020-01-17) + + +### Bug Fixes + +* **helpers:** publish folders to npm ([bc6958b](https://github.com/ing-bank/lion/commit/bc6958b98432bf629a8b6a90122cbb8a38416ee7)) + + + + + # 0.2.0 (2020-01-13) diff --git a/packages/helpers/package.json b/packages/helpers/package.json index f121f5a45..e10e99d94 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@lion/helpers", - "version": "0.2.0", + "version": "0.2.1", "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.0" + "@lion/core": "0.4.1" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index 61379584f..150e486f1 100644 --- a/packages/icon/CHANGELOG.md +++ b/packages/icon/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.3.1](https://github.com/ing-bank/lion/compare/@lion/icon@0.3.0...@lion/icon@0.3.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.3.0](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.10...@lion/icon@0.3.0) (2020-01-13) diff --git a/packages/icon/package.json b/packages/icon/package.json index bd2168f8a..982c23533 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@lion/icon", - "version": "0.3.0", + "version": "0.3.1", "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.0" + "@lion/core": "0.4.1" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index 0a64cc17c..e0e01d73a 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.5.1](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.5.0...@lion/input-amount@0.5.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.5.0](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.4.2...@lion/input-amount@0.5.0) (2020-01-13) diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index a35fd2340..76255c963 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-amount", - "version": "0.5.0", + "version": "0.5.1", "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.0", - "@lion/field": "0.8.0", - "@lion/input": "0.5.0", - "@lion/localize": "0.8.0", - "@lion/validate": "0.6.0" + "@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" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md index 39e2442af..e382e6442 100644 --- a/packages/input-date/CHANGELOG.md +++ b/packages/input-date/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.5.1](https://github.com/ing-bank/lion/compare/@lion/input-date@0.5.0...@lion/input-date@0.5.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.5.0](https://github.com/ing-bank/lion/compare/@lion/input-date@0.4.2...@lion/input-date@0.5.0) (2020-01-13) diff --git a/packages/input-date/package.json b/packages/input-date/package.json index 54b854a6f..286ca619a 100644 --- a/packages/input-date/package.json +++ b/packages/input-date/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-date", - "version": "0.5.0", + "version": "0.5.1", "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.0", - "@lion/field": "0.8.0", - "@lion/input": "0.5.0", - "@lion/localize": "0.8.0", - "@lion/validate": "0.6.0" + "@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" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 881dcf95d..d47d86bec 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/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.8.1](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.8.0...@lion/input-datepicker@0.8.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.8.0](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.7.6...@lion/input-datepicker@0.8.0) (2020-01-13) diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 0a8d70bfc..cd8fe4f42 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.8.0", + "version": "0.8.1", "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.0", - "@lion/core": "0.4.0", - "@lion/field": "0.8.0", - "@lion/input-date": "0.5.0", - "@lion/localize": "0.8.0", - "@lion/overlays": "0.11.0", - "@lion/validate": "0.6.0" + "@lion/calendar": "0.6.1", + "@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" }, "devDependencies": { - "@lion/button": "0.5.0", + "@lion/button": "0.5.1", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index 05436dd52..c2af0747e 100644 --- a/packages/input-email/CHANGELOG.md +++ b/packages/input-email/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.5.1](https://github.com/ing-bank/lion/compare/@lion/input-email@0.5.0...@lion/input-email@0.5.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.5.0](https://github.com/ing-bank/lion/compare/@lion/input-email@0.4.2...@lion/input-email@0.5.0) (2020-01-13) diff --git a/packages/input-email/package.json b/packages/input-email/package.json index bfce0238d..973a2f2b0 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-email", - "version": "0.5.0", + "version": "0.5.1", "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.0", - "@lion/field": "0.8.0", - "@lion/input": "0.5.0", - "@lion/localize": "0.8.0", - "@lion/validate": "0.6.0" + "@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" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index c7ed4dc2d..52f98b140 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.5.1](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.5.0...@lion/input-iban@0.5.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.5.0](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.4.2...@lion/input-iban@0.5.0) (2020-01-13) diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index 167a03636..4af237660 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-iban", - "version": "0.5.0", + "version": "0.5.1", "description": "Provide a way for users to fill in an iban", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", @@ -33,11 +33,11 @@ ], "dependencies": { "@bundled-es-modules/ibantools": "2.0.0", - "@lion/core": "0.4.0", - "@lion/field": "0.8.0", - "@lion/input": "0.5.0", - "@lion/localize": "0.8.0", - "@lion/validate": "0.6.0" + "@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" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/input-range/CHANGELOG.md b/packages/input-range/CHANGELOG.md index f9dd55046..976913496 100644 --- a/packages/input-range/CHANGELOG.md +++ b/packages/input-range/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.2.1](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.0...@lion/input-range@0.2.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.2.0](https://github.com/ing-bank/lion/compare/@lion/input-range@0.1.1...@lion/input-range@0.2.0) (2020-01-13) diff --git a/packages/input-range/package.json b/packages/input-range/package.json index 618f484ef..08f0dd137 100644 --- a/packages/input-range/package.json +++ b/packages/input-range/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-range", - "version": "0.2.0", + "version": "0.2.1", "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.0", - "@lion/field": "0.8.0", - "@lion/input": "0.5.0", - "@lion/localize": "0.8.0" + "@lion/core": "0.4.1", + "@lion/field": "0.8.1", + "@lion/input": "0.5.1", + "@lion/localize": "0.8.1" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index 691005426..7f39e977d 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.5.1](https://github.com/ing-bank/lion/compare/@lion/input@0.5.0...@lion/input@0.5.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.5.0](https://github.com/ing-bank/lion/compare/@lion/input@0.4.2...@lion/input@0.5.0) (2020-01-13) diff --git a/packages/input/package.json b/packages/input/package.json index 71b73d8e4..b8667670d 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input", - "version": "0.5.0", + "version": "0.5.1", "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.0", - "@lion/field": "0.8.0" + "@lion/core": "0.4.1", + "@lion/field": "0.8.1" }, "devDependencies": { - "@lion/localize": "0.8.0", - "@lion/validate": "0.6.0", + "@lion/localize": "0.8.1", + "@lion/validate": "0.6.1", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.3.4" } diff --git a/packages/localize/CHANGELOG.md b/packages/localize/CHANGELOG.md index 73d211b6f..8cbd64c8d 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.8.1](https://github.com/ing-bank/lion/compare/@lion/localize@0.8.0...@lion/localize@0.8.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.8.0](https://github.com/ing-bank/lion/compare/@lion/localize@0.7.2...@lion/localize@0.8.0) (2020-01-13) diff --git a/packages/localize/package.json b/packages/localize/package.json index f2f6d78fa..0b4f5f3e9 100644 --- a/packages/localize/package.json +++ b/packages/localize/package.json @@ -1,6 +1,6 @@ { "name": "@lion/localize", - "version": "0.8.0", + "version": "0.8.1", "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.0" + "@lion/core": "0.4.1" }, "devDependencies": { "@bundled-es-modules/fetch-mock": "^6.5.2", diff --git a/packages/option/CHANGELOG.md b/packages/option/CHANGELOG.md index 229eee8e5..e9e1d3d57 100644 --- a/packages/option/CHANGELOG.md +++ b/packages/option/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.4.1](https://github.com/ing-bank/lion/compare/@lion/option@0.4.0...@lion/option@0.4.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.4.0](https://github.com/ing-bank/lion/compare/@lion/option@0.3.11...@lion/option@0.4.0) (2020-01-13) diff --git a/packages/option/package.json b/packages/option/package.json index 9ded1002d..382ad0b9e 100644 --- a/packages/option/package.json +++ b/packages/option/package.json @@ -1,6 +1,6 @@ { "name": "@lion/option", - "version": "0.4.0", + "version": "0.4.1", "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.0", - "@lion/core": "0.4.0", - "@lion/field": "0.8.0" + "@lion/choice-input": "0.5.1", + "@lion/core": "0.4.1", + "@lion/field": "0.8.1" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index 51f636081..b259161d7 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.11.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.11.0...@lion/overlays@0.11.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.11.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.10.1...@lion/overlays@0.11.0) (2020-01-13) diff --git a/packages/overlays/package.json b/packages/overlays/package.json index 234d61e4e..ee3e1f4ad 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.11.0", + "version": "0.11.1", "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.0", + "@lion/core": "0.4.1", "popper.js": "^1.15.0" }, "devDependencies": { diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index 52e22effe..eca7b30df 100644 --- a/packages/radio-group/CHANGELOG.md +++ b/packages/radio-group/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.5.1](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.5.0...@lion/radio-group@0.5.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.5.0](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.4.5...@lion/radio-group@0.5.0) (2020-01-13) diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index 855b03bdf..8acb958e8 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.5.0", + "version": "0.5.1", "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.0", - "@lion/fieldset": "0.6.0" + "@lion/core": "0.4.1", + "@lion/fieldset": "0.6.1" }, "devDependencies": { - "@lion/radio": "0.3.0", - "@lion/validate": "0.6.0", + "@lion/radio": "0.3.1", + "@lion/validate": "0.6.1", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.3.4" } diff --git a/packages/radio/CHANGELOG.md b/packages/radio/CHANGELOG.md index c99868c32..80d10dd57 100644 --- a/packages/radio/CHANGELOG.md +++ b/packages/radio/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.3.1](https://github.com/ing-bank/lion/compare/@lion/radio@0.3.0...@lion/radio@0.3.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.3.0](https://github.com/ing-bank/lion/compare/@lion/radio@0.2.13...@lion/radio@0.3.0) (2020-01-13) diff --git a/packages/radio/package.json b/packages/radio/package.json index 5224fbc39..2b9c4faa9 100644 --- a/packages/radio/package.json +++ b/packages/radio/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio", - "version": "0.3.0", + "version": "0.3.1", "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.0", - "@lion/core": "0.4.0", - "@lion/input": "0.5.0" + "@lion/choice-input": "0.5.1", + "@lion/core": "0.4.1", + "@lion/input": "0.5.1" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index bcb8b128e..09070420e 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/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.9.1](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.9.0...@lion/select-rich@0.9.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.9.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.8.9...@lion/select-rich@0.9.0) (2020-01-13) diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index 1ec4d4867..7ae2f6a2c 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.9.0", + "version": "0.9.1", "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.0", - "@lion/core": "0.4.0", - "@lion/field": "0.8.0", - "@lion/option": "0.4.0", - "@lion/overlays": "0.11.0", - "@lion/validate": "0.6.0" + "@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" }, "devDependencies": { - "@lion/form": "0.4.0", + "@lion/form": "0.4.1", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.3.4" } diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index 15e847452..3eb61dcb9 100644 --- a/packages/select/CHANGELOG.md +++ b/packages/select/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.5.1](https://github.com/ing-bank/lion/compare/@lion/select@0.5.0...@lion/select@0.5.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.5.0](https://github.com/ing-bank/lion/compare/@lion/select@0.4.2...@lion/select@0.5.0) (2020-01-13) diff --git a/packages/select/package.json b/packages/select/package.json index 608beab80..406abe623 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select", - "version": "0.5.0", + "version": "0.5.1", "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.0", - "@lion/field": "0.8.0" + "@lion/core": "0.4.1", + "@lion/field": "0.8.1" }, "devDependencies": { - "@lion/validate": "0.6.0", + "@lion/validate": "0.6.1", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.3.4" } diff --git a/packages/steps/CHANGELOG.md b/packages/steps/CHANGELOG.md index 705cc66d3..17cf6a0b6 100644 --- a/packages/steps/CHANGELOG.md +++ b/packages/steps/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.3.1](https://github.com/ing-bank/lion/compare/@lion/steps@0.3.0...@lion/steps@0.3.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.3.0](https://github.com/ing-bank/lion/compare/@lion/steps@0.2.1...@lion/steps@0.3.0) (2020-01-13) diff --git a/packages/steps/package.json b/packages/steps/package.json index 1a80b187d..030efe504 100644 --- a/packages/steps/package.json +++ b/packages/steps/package.json @@ -1,6 +1,6 @@ { "name": "@lion/steps", - "version": "0.3.0", + "version": "0.3.1", "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.0" + "@lion/core": "0.4.1" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index b70fb3aa8..dae61ba17 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/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.5.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.0...@lion/switch@0.5.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.5.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.4.2...@lion/switch@0.5.0) (2020-01-13) diff --git a/packages/switch/package.json b/packages/switch/package.json index 05ff8a9e0..7b321823c 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.5.0", + "version": "0.5.1", "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.0", - "@lion/choice-input": "0.5.0", - "@lion/core": "0.4.0", - "@lion/field": "0.8.0" + "@lion/button": "0.5.1", + "@lion/choice-input": "0.5.1", + "@lion/core": "0.4.1", + "@lion/field": "0.8.1" }, "devDependencies": { - "@lion/localize": "0.8.0", - "@lion/validate": "0.6.0", + "@lion/localize": "0.8.1", + "@lion/validate": "0.6.1", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.3.4", "sinon": "^7.2.2" diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index 17be1a5fc..021c1882f 100644 --- a/packages/tabs/CHANGELOG.md +++ b/packages/tabs/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.2.1](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.0...@lion/tabs@0.2.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.2.0](https://github.com/ing-bank/lion/compare/@lion/tabs@0.1.3...@lion/tabs@0.2.0) (2020-01-13) diff --git a/packages/tabs/package.json b/packages/tabs/package.json index 4800b9ed2..a5f8e3cec 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tabs", - "version": "0.2.0", + "version": "0.2.1", "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.0" + "@lion/core": "0.4.1" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index 2e1b15336..7f74c84f6 100644 --- a/packages/textarea/CHANGELOG.md +++ b/packages/textarea/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.5.1](https://github.com/ing-bank/lion/compare/@lion/textarea@0.5.0...@lion/textarea@0.5.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.5.0](https://github.com/ing-bank/lion/compare/@lion/textarea@0.4.2...@lion/textarea@0.5.0) (2020-01-13) diff --git a/packages/textarea/package.json b/packages/textarea/package.json index 255b2a1a8..08557daa4 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.5.0", + "version": "0.5.1", "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.0", - "@lion/field": "0.8.0", + "@lion/core": "0.4.1", + "@lion/field": "0.8.1", "autosize": "4.0.2" }, "devDependencies": { - "@lion/validate": "0.6.0", + "@lion/validate": "0.6.1", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.3.4" } diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 7b00fd7ab..112abed21 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/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.7.1](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.7.0...@lion/tooltip@0.7.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.7.0](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.6.2...@lion/tooltip@0.7.0) (2020-01-13) diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index f23fe83c2..8d939d672 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.7.0", + "version": "0.7.1", "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.0", - "@lion/overlays": "0.11.0" + "@lion/core": "0.4.1", + "@lion/overlays": "0.11.1" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", diff --git a/packages/validate/CHANGELOG.md b/packages/validate/CHANGELOG.md index 131957b5d..b92a12f08 100644 --- a/packages/validate/CHANGELOG.md +++ b/packages/validate/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.6.1](https://github.com/ing-bank/lion/compare/@lion/validate@0.6.0...@lion/validate@0.6.1) (2020-01-17) + + +### Bug Fixes + +* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6)) + + + + + # [0.6.0](https://github.com/ing-bank/lion/compare/@lion/validate@0.5.4...@lion/validate@0.6.0) (2020-01-13) diff --git a/packages/validate/package.json b/packages/validate/package.json index 134fe2942..064a4ecf5 100644 --- a/packages/validate/package.json +++ b/packages/validate/package.json @@ -1,6 +1,6 @@ { "name": "@lion/validate", - "version": "0.6.0", + "version": "0.6.1", "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.0", - "@lion/localize": "0.8.0" + "@lion/core": "0.4.1", + "@lion/localize": "0.8.1" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3",