diff --git a/packages/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md index 269bc0869..5a621f732 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.19](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.18...@lion/form-integrations@0.1.19) (2020-07-13) + +**Note:** Version bump only for package @lion/form-integrations + + + + + ## [0.1.18](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.17...@lion/form-integrations@0.1.18) (2020-07-13) **Note:** Version bump only for package @lion/form-integrations diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json index 27a439f6f..ebcf0a30c 100644 --- a/packages/form-integrations/package.json +++ b/packages/form-integrations/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-integrations", - "version": "0.1.18", + "version": "0.1.19", "description": "The Form System allows you to create complex forms with various validation in an easy way", "license": "MIT", "author": "ing-bank", @@ -44,7 +44,7 @@ "@lion/localize": "0.13.1", "@lion/radio-group": "0.11.5", "@lion/select": "0.7.12", - "@lion/select-rich": "0.18.17", + "@lion/select-rich": "0.18.18", "@lion/textarea": "0.7.12", "@lion/validate-messages": "0.2.4" }, diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index e8e3ad3f9..26c42e17b 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.18](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.17...@lion/select-rich@0.18.18) (2020-07-13) + + +### Bug Fixes + +* **select-rich:** align teardown phase with OverlayMixin ([97922df](https://github.com/ing-bank/lion/commit/97922df18117812aa816bf2658d162bf29b0b998)) + + + + + ## [0.18.17](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.16...@lion/select-rich@0.18.17) (2020-07-13) **Note:** Version bump only for package @lion/select-rich diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index d720db70f..5df7ed628 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.18.17", + "version": "0.18.18", "description": "Provides a select with options that can contain html", "license": "MIT", "author": "ing-bank",