diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index c7a6329a5..462a20f9c 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.11.2](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.11.1...@lion/checkbox-group@0.11.2) (2020-07-09) + +**Note:** Version bump only for package @lion/checkbox-group + + + + + ## [0.11.1](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.11.0...@lion/checkbox-group@0.11.1) (2020-07-07) **Note:** Version bump only for package @lion/checkbox-group diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index 6fb9eb019..82694539f 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.11.1", + "version": "0.11.2", "description": "A container for multiple checkboxes", "license": "MIT", "author": "ing-bank", @@ -31,9 +31,9 @@ ], "dependencies": { "@lion/core": "0.7.2", - "@lion/fieldset": "0.13.8", - "@lion/form-core": "0.2.1", - "@lion/input": "0.7.8" + "@lion/fieldset": "0.13.9", + "@lion/form-core": "0.2.2", + "@lion/input": "0.7.9" }, "keywords": [ "checkbox-group", diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index 3af47b0da..8b8bc062e 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.13.9](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.13.8...@lion/fieldset@0.13.9) (2020-07-09) + +**Note:** Version bump only for package @lion/fieldset + + + + + ## [0.13.8](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.13.7...@lion/fieldset@0.13.8) (2020-07-07) **Note:** Version bump only for package @lion/fieldset diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index c1c610508..c8e33fb7c 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@lion/fieldset", - "version": "0.13.8", + "version": "0.13.9", "description": "Allows to groups multiple input fields or other fieldsets together", "license": "MIT", "author": "ing-bank", @@ -30,7 +30,7 @@ ], "dependencies": { "@lion/core": "0.7.2", - "@lion/form-core": "0.2.1" + "@lion/form-core": "0.2.2" }, "keywords": [ "fieldset", diff --git a/packages/form-core/CHANGELOG.md b/packages/form-core/CHANGELOG.md index e7da29794..7f25e9ec5 100644 --- a/packages/form-core/CHANGELOG.md +++ b/packages/form-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.2.2](https://github.com/ing-bank/lion/compare/@lion/form-core@0.2.1...@lion/form-core@0.2.2) (2020-07-09) + + +### Bug Fixes + +* **select-rich:** instantiation after first update ([184898c](https://github.com/ing-bank/lion/commit/184898c111dcb81f269fffc6b82688cc6f25aac2)) + + + + + ## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/form-core@0.2.0...@lion/form-core@0.2.1) (2020-07-07) **Note:** Version bump only for package @lion/form-core diff --git a/packages/form-core/package.json b/packages/form-core/package.json index b9b3aa095..ce047a02d 100644 --- a/packages/form-core/package.json +++ b/packages/form-core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-core", - "version": "0.2.1", + "version": "0.2.2", "description": "Form-core contains all essential building blocks for creating form fields and fieldsets", "license": "MIT", "author": "ing-bank", diff --git a/packages/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md index b57ad7e91..5ecd03282 100644 --- a/packages/form-integrations/CHANGELOG.md +++ b/packages/form-integrations/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.14](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.13...@lion/form-integrations@0.1.14) (2020-07-09) + +**Note:** Version bump only for package @lion/form-integrations + + + + + ## [0.1.13](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.12...@lion/form-integrations@0.1.13) (2020-07-07) **Note:** Version bump only for package @lion/form-integrations diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json index fbba2c9a1..79b50fcf9 100644 --- a/packages/form-integrations/package.json +++ b/packages/form-integrations/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-integrations", - "version": "0.1.13", + "version": "0.1.14", "description": "The Form System allows you to create complex forms with various validation in an easy way", "license": "MIT", "author": "ing-bank", @@ -28,23 +28,23 @@ ], "dependencies": { "@lion/button": "0.7.7", - "@lion/checkbox-group": "0.11.1", + "@lion/checkbox-group": "0.11.2", "@lion/core": "0.7.2", - "@lion/fieldset": "0.13.8", - "@lion/form": "0.6.8", - "@lion/form-core": "0.2.1", - "@lion/input": "0.7.8", - "@lion/input-date": "0.7.8", - "@lion/input-datepicker": "0.14.10", - "@lion/input-email": "0.8.8", - "@lion/input-iban": "0.9.8", - "@lion/input-range": "0.4.8", + "@lion/fieldset": "0.13.9", + "@lion/form": "0.6.9", + "@lion/form-core": "0.2.2", + "@lion/input": "0.7.9", + "@lion/input-date": "0.7.9", + "@lion/input-datepicker": "0.14.11", + "@lion/input-email": "0.8.9", + "@lion/input-iban": "0.9.9", + "@lion/input-range": "0.4.9", "@lion/localize": "0.13.0", - "@lion/radio-group": "0.11.1", - "@lion/select": "0.7.8", - "@lion/select-rich": "0.18.12", - "@lion/textarea": "0.7.8", - "@lion/validate-messages": "0.2.0" + "@lion/radio-group": "0.11.2", + "@lion/select": "0.7.9", + "@lion/select-rich": "0.18.13", + "@lion/textarea": "0.7.9", + "@lion/validate-messages": "0.2.1" }, "keywords": [ "form", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 6d17abb18..1cb3616ea 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.6.9](https://github.com/ing-bank/lion/compare/@lion/form@0.6.8...@lion/form@0.6.9) (2020-07-09) + +**Note:** Version bump only for package @lion/form + + + + + ## [0.6.8](https://github.com/ing-bank/lion/compare/@lion/form@0.6.7...@lion/form@0.6.8) (2020-07-07) **Note:** Version bump only for package @lion/form diff --git a/packages/form/package.json b/packages/form/package.json index aa91c0774..5393a0e9d 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.6.8", + "version": "0.6.9", "description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields", "license": "MIT", "author": "ing-bank", @@ -29,7 +29,7 @@ ], "dependencies": { "@lion/core": "0.7.2", - "@lion/fieldset": "0.13.8" + "@lion/fieldset": "0.13.9" }, "keywords": [ "form", diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index 75da01f46..1f98294a6 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.7.9](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.7.8...@lion/input-amount@0.7.9) (2020-07-09) + +**Note:** Version bump only for package @lion/input-amount + + + + + ## [0.7.8](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.7.7...@lion/input-amount@0.7.8) (2020-07-07) **Note:** Version bump only for package @lion/input-amount diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index 552908f28..3ba796076 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-amount", - "version": "0.7.8", + "version": "0.7.9", "description": "Provide a way for users to fill in an amount", "license": "MIT", "author": "ing-bank", @@ -29,12 +29,12 @@ ], "dependencies": { "@lion/core": "0.7.2", - "@lion/form-core": "0.2.1", - "@lion/input": "0.7.8", + "@lion/form-core": "0.2.2", + "@lion/input": "0.7.9", "@lion/localize": "0.13.0" }, "devDependencies": { - "@lion/validate-messages": "0.2.0" + "@lion/validate-messages": "0.2.1" }, "keywords": [ "input-amount", diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md index 1de0f91b2..b4c08ff5a 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.7.9](https://github.com/ing-bank/lion/compare/@lion/input-date@0.7.8...@lion/input-date@0.7.9) (2020-07-09) + +**Note:** Version bump only for package @lion/input-date + + + + + ## [0.7.8](https://github.com/ing-bank/lion/compare/@lion/input-date@0.7.7...@lion/input-date@0.7.8) (2020-07-07) **Note:** Version bump only for package @lion/input-date diff --git a/packages/input-date/package.json b/packages/input-date/package.json index f2510e7f3..0f9a2d606 100644 --- a/packages/input-date/package.json +++ b/packages/input-date/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-date", - "version": "0.7.8", + "version": "0.7.9", "description": "Provide a way for users to fill in a date", "license": "MIT", "author": "ing-bank", @@ -29,12 +29,12 @@ ], "dependencies": { "@lion/core": "0.7.2", - "@lion/form-core": "0.2.1", - "@lion/input": "0.7.8", + "@lion/form-core": "0.2.2", + "@lion/input": "0.7.9", "@lion/localize": "0.13.0" }, "devDependencies": { - "@lion/validate-messages": "0.2.0" + "@lion/validate-messages": "0.2.1" }, "keywords": [ "input-date", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 57dc9e6bf..ba3a6d476 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.14.11](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.14.10...@lion/input-datepicker@0.14.11) (2020-07-09) + +**Note:** Version bump only for package @lion/input-datepicker + + + + + ## [0.14.10](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.14.9...@lion/input-datepicker@0.14.10) (2020-07-07) **Note:** Version bump only for package @lion/input-datepicker diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index cd211d513..8a887a595 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.14.10", + "version": "0.14.11", "description": "Provide a way for users to fill in a date via a calendar overlay", "license": "MIT", "author": "ing-bank", @@ -31,13 +31,13 @@ "dependencies": { "@lion/calendar": "0.9.5", "@lion/core": "0.7.2", - "@lion/form-core": "0.2.1", - "@lion/input-date": "0.7.8", + "@lion/form-core": "0.2.2", + "@lion/input-date": "0.7.9", "@lion/localize": "0.13.0", "@lion/overlays": "0.16.8" }, "devDependencies": { - "@lion/validate-messages": "0.2.0" + "@lion/validate-messages": "0.2.1" }, "keywords": [ "calendar", diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index 79cf68aa6..2996daa53 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.8.9](https://github.com/ing-bank/lion/compare/@lion/input-email@0.8.8...@lion/input-email@0.8.9) (2020-07-09) + +**Note:** Version bump only for package @lion/input-email + + + + + ## [0.8.8](https://github.com/ing-bank/lion/compare/@lion/input-email@0.8.7...@lion/input-email@0.8.8) (2020-07-07) **Note:** Version bump only for package @lion/input-email diff --git a/packages/input-email/package.json b/packages/input-email/package.json index 674fa5245..80a1df7b2 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-email", - "version": "0.8.8", + "version": "0.8.9", "description": "Provide a way for users to fill in an email", "license": "MIT", "author": "ing-bank", @@ -29,12 +29,12 @@ ], "dependencies": { "@lion/core": "0.7.2", - "@lion/form-core": "0.2.1", - "@lion/input": "0.7.8", + "@lion/form-core": "0.2.2", + "@lion/input": "0.7.9", "@lion/localize": "0.13.0" }, "devDependencies": { - "@lion/validate-messages": "0.2.0" + "@lion/validate-messages": "0.2.1" }, "keywords": [ "input-email", diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index a611acf9f..fb9a87fef 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.9.9](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.9.8...@lion/input-iban@0.9.9) (2020-07-09) + +**Note:** Version bump only for package @lion/input-iban + + + + + ## [0.9.8](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.9.7...@lion/input-iban@0.9.8) (2020-07-07) **Note:** Version bump only for package @lion/input-iban diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index 8e917c91f..68a4cacef 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-iban", - "version": "0.9.8", + "version": "0.9.9", "description": "Provide a way for users to fill in an iban", "license": "MIT", "author": "ing-bank", @@ -29,13 +29,13 @@ ], "dependencies": { "@lion/core": "0.7.2", - "@lion/form-core": "0.2.1", - "@lion/input": "0.7.8", + "@lion/form-core": "0.2.2", + "@lion/input": "0.7.9", "@lion/localize": "0.13.0", "ibantools": "^2.2.0" }, "devDependencies": { - "@lion/validate-messages": "0.2.0" + "@lion/validate-messages": "0.2.1" }, "keywords": [ "input-iban", diff --git a/packages/input-range/CHANGELOG.md b/packages/input-range/CHANGELOG.md index 662714637..4c6ec2493 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.4.9](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.8...@lion/input-range@0.4.9) (2020-07-09) + +**Note:** Version bump only for package @lion/input-range + + + + + ## [0.4.8](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.7...@lion/input-range@0.4.8) (2020-07-07) **Note:** Version bump only for package @lion/input-range diff --git a/packages/input-range/package.json b/packages/input-range/package.json index 0a11838a3..1965f04b6 100644 --- a/packages/input-range/package.json +++ b/packages/input-range/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-range", - "version": "0.4.8", + "version": "0.4.9", "description": "Provide a way for users to select one value from a range of values", "license": "MIT", "author": "ing-bank", @@ -27,8 +27,8 @@ ], "dependencies": { "@lion/core": "0.7.2", - "@lion/form-core": "0.2.1", - "@lion/input": "0.7.8", + "@lion/form-core": "0.2.2", + "@lion/input": "0.7.9", "@lion/localize": "0.13.0" }, "keywords": [ diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index f95456dd2..19c0ba449 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.7.9](https://github.com/ing-bank/lion/compare/@lion/input@0.7.8...@lion/input@0.7.9) (2020-07-09) + +**Note:** Version bump only for package @lion/input + + + + + ## [0.7.8](https://github.com/ing-bank/lion/compare/@lion/input@0.7.7...@lion/input@0.7.8) (2020-07-07) **Note:** Version bump only for package @lion/input diff --git a/packages/input/package.json b/packages/input/package.json index dd493f19d..75ea889c9 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input", - "version": "0.7.8", + "version": "0.7.9", "description": "It enhances the functionality of the native `` element", "license": "MIT", "author": "ing-bank", @@ -29,7 +29,7 @@ ], "dependencies": { "@lion/core": "0.7.2", - "@lion/form-core": "0.2.1" + "@lion/form-core": "0.2.2" }, "keywords": [ "input", diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index ff7772e56..527273876 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.11.2](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.11.1...@lion/radio-group@0.11.2) (2020-07-09) + +**Note:** Version bump only for package @lion/radio-group + + + + + ## [0.11.1](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.11.0...@lion/radio-group@0.11.1) (2020-07-07) **Note:** Version bump only for package @lion/radio-group diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index 43ceb3695..2574aa6f8 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.11.1", + "version": "0.11.2", "description": "Manage a group of choices", "license": "MIT", "author": "ing-bank", @@ -30,9 +30,9 @@ ], "dependencies": { "@lion/core": "0.7.2", - "@lion/fieldset": "0.13.8", - "@lion/form-core": "0.2.1", - "@lion/input": "0.7.8" + "@lion/fieldset": "0.13.9", + "@lion/form-core": "0.2.2", + "@lion/input": "0.7.9" }, "keywords": [ "lion", diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 32ea9de6b..e53b6f1ff 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.18.13](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.12...@lion/select-rich@0.18.13) (2020-07-09) + + +### Bug Fixes + +* **select-rich:** instantiation after first update ([184898c](https://github.com/ing-bank/lion/commit/184898c111dcb81f269fffc6b82688cc6f25aac2)) + + + + + ## [0.18.12](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.11...@lion/select-rich@0.18.12) (2020-07-07) **Note:** Version bump only for package @lion/select-rich diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index 30bc988d8..8be716b67 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.18.12", + "version": "0.18.13", "description": "Provides a select with options that can contain html", "license": "MIT", "author": "ing-bank", @@ -33,7 +33,7 @@ "dependencies": { "@lion/button": "0.7.7", "@lion/core": "0.7.2", - "@lion/form-core": "0.2.1", + "@lion/form-core": "0.2.2", "@lion/overlays": "0.16.8" }, "keywords": [ diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index 1bc184acb..40a54f612 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.7.9](https://github.com/ing-bank/lion/compare/@lion/select@0.7.8...@lion/select@0.7.9) (2020-07-09) + +**Note:** Version bump only for package @lion/select + + + + + ## [0.7.8](https://github.com/ing-bank/lion/compare/@lion/select@0.7.7...@lion/select@0.7.8) (2020-07-07) **Note:** Version bump only for package @lion/select diff --git a/packages/select/package.json b/packages/select/package.json index 2c52bda56..28565efb8 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select", - "version": "0.7.8", + "version": "0.7.9", "description": "Provide a set of options where you can select one", "license": "MIT", "author": "ing-bank", @@ -29,7 +29,7 @@ ], "dependencies": { "@lion/core": "0.7.2", - "@lion/form-core": "0.2.1" + "@lion/form-core": "0.2.2" }, "keywords": [ "lion", diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index 267e1630d..76c282cab 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.10.10](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.9...@lion/switch@0.10.10) (2020-07-09) + +**Note:** Version bump only for package @lion/switch + + + + + ## [0.10.9](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.8...@lion/switch@0.10.9) (2020-07-07) **Note:** Version bump only for package @lion/switch diff --git a/packages/switch/package.json b/packages/switch/package.json index abc4c00b7..6892574d1 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.10.9", + "version": "0.10.10", "description": "A Switch is used for switching a property or feature on and off", "license": "MIT", "author": "ing-bank", @@ -31,7 +31,7 @@ ], "dependencies": { "@lion/core": "0.7.2", - "@lion/form-core": "0.2.1" + "@lion/form-core": "0.2.2" }, "keywords": [ "lion", diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index 3d525a957..6d068e423 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.7.9](https://github.com/ing-bank/lion/compare/@lion/textarea@0.7.8...@lion/textarea@0.7.9) (2020-07-09) + +**Note:** Version bump only for package @lion/textarea + + + + + ## [0.7.8](https://github.com/ing-bank/lion/compare/@lion/textarea@0.7.7...@lion/textarea@0.7.8) (2020-07-07) **Note:** Version bump only for package @lion/textarea diff --git a/packages/textarea/package.json b/packages/textarea/package.json index d8bf8f758..eca8e75d7 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.7.8", + "version": "0.7.9", "description": "Provide a way for users to write text that is multiple lines long", "license": "MIT", "author": "ing-bank", @@ -29,7 +29,7 @@ ], "dependencies": { "@lion/core": "0.7.2", - "@lion/form-core": "0.2.1", + "@lion/form-core": "0.2.2", "autosize": "4.0.2" }, "keywords": [ diff --git a/packages/validate-messages/CHANGELOG.md b/packages/validate-messages/CHANGELOG.md index 8c08f05f1..ff1113920 100644 --- a/packages/validate-messages/CHANGELOG.md +++ b/packages/validate-messages/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.1](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.2.0...@lion/validate-messages@0.2.1) (2020-07-09) + +**Note:** Version bump only for package @lion/validate-messages + + + + + # [0.2.0](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.1.7...@lion/validate-messages@0.2.0) (2020-07-07) diff --git a/packages/validate-messages/package.json b/packages/validate-messages/package.json index 88f092939..8bcf5d996 100644 --- a/packages/validate-messages/package.json +++ b/packages/validate-messages/package.json @@ -1,6 +1,6 @@ { "name": "@lion/validate-messages", - "version": "0.2.0", + "version": "0.2.1", "description": "A set of localized messages for default Validators", "license": "MIT", "author": "ing-bank", @@ -26,7 +26,7 @@ }, "dependencies": { "@lion/core": "0.7.2", - "@lion/form-core": "0.2.1", + "@lion/form-core": "0.2.2", "@lion/localize": "0.13.0" }, "keywords": [