chore: release new versions

- @lion/form-integrations@0.1.19
 - @lion/select-rich@0.18.18
This commit is contained in:
CircleCI 2020-07-13 10:19:30 +00:00
parent 400a88d517
commit f4aa37055d
4 changed files with 22 additions and 3 deletions

View file

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [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 **Note:** Version bump only for package @lion/form-integrations

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/form-integrations", "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", "description": "The Form System allows you to create complex forms with various validation in an easy way",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",
@ -44,7 +44,7 @@
"@lion/localize": "0.13.1", "@lion/localize": "0.13.1",
"@lion/radio-group": "0.11.5", "@lion/radio-group": "0.11.5",
"@lion/select": "0.7.12", "@lion/select": "0.7.12",
"@lion/select-rich": "0.18.17", "@lion/select-rich": "0.18.18",
"@lion/textarea": "0.7.12", "@lion/textarea": "0.7.12",
"@lion/validate-messages": "0.2.4" "@lion/validate-messages": "0.2.4"
}, },

View file

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. 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) ## [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 **Note:** Version bump only for package @lion/select-rich

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/select-rich", "name": "@lion/select-rich",
"version": "0.18.17", "version": "0.18.18",
"description": "Provides a select with options that can contain html", "description": "Provides a select with options that can contain html",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",