chore: release new versions
- @lion/form-integrations@0.1.19 - @lion/select-rich@0.18.18
This commit is contained in:
parent
400a88d517
commit
f4aa37055d
4 changed files with 22 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue