diff --git a/packages/form-system/CHANGELOG.md b/packages/form-system/CHANGELOG.md index 4fad87280..4b8040b57 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.2](https://github.com/ing-bank/lion/compare/@lion/form-system@0.3.1...@lion/form-system@0.3.2) (2020-01-17) + +**Note:** Version bump only for package @lion/form-system + + + + + ## [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) diff --git a/packages/form-system/package.json b/packages/form-system/package.json index 7beeef128..36b886ff3 100644 --- a/packages/form-system/package.json +++ b/packages/form-system/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-system", - "version": "0.3.1", + "version": "0.3.2", "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/", @@ -47,7 +47,7 @@ "@lion/localize": "0.8.1", "@lion/radio": "0.3.1", "@lion/radio-group": "0.5.1", - "@lion/textarea": "0.5.1", + "@lion/textarea": "0.5.2", "@lion/validate": "0.6.1", "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.3.4" diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index 7f74c84f6..68f5841e6 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.2](https://github.com/ing-bank/lion/compare/@lion/textarea@0.5.1...@lion/textarea@0.5.2) (2020-01-17) + + +### Bug Fixes + +* unregister form element when disconnected ([60284d7](https://github.com/ing-bank/lion/commit/60284d79bc538632661e2f00ef47aeb191988a91)) + + + + + ## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/textarea@0.5.0...@lion/textarea@0.5.1) (2020-01-17) diff --git a/packages/textarea/package.json b/packages/textarea/package.json index 08557daa4..ec10db22c 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.5.1", + "version": "0.5.2", "description": "Provide a way for users to write text that is multiple lines long", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/",