chore: release new versions
- @lion/form-integrations@0.1.22 - @lion/select-rich@0.18.21
This commit is contained in:
parent
adcd2fbb5f
commit
96b82b70b2
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.
|
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.22](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.21...@lion/form-integrations@0.1.22) (2020-07-27)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/form-integrations
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.1.21](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.20...@lion/form-integrations@0.1.21) (2020-07-16)
|
## [0.1.21](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.20...@lion/form-integrations@0.1.21) (2020-07-16)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/form-integrations
|
**Note:** Version bump only for package @lion/form-integrations
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/form-integrations",
|
"name": "@lion/form-integrations",
|
||||||
"version": "0.1.21",
|
"version": "0.1.22",
|
||||||
"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.6",
|
"@lion/radio-group": "0.11.6",
|
||||||
"@lion/select": "0.7.13",
|
"@lion/select": "0.7.13",
|
||||||
"@lion/select-rich": "0.18.20",
|
"@lion/select-rich": "0.18.21",
|
||||||
"@lion/textarea": "0.7.13",
|
"@lion/textarea": "0.7.13",
|
||||||
"@lion/validate-messages": "0.2.5"
|
"@lion/validate-messages": "0.2.5"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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.21](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.20...@lion/select-rich@0.18.21) (2020-07-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **select-rich:** add serializedValue setter due to getter override ([23f61eb](https://github.com/ing-bank/lion/commit/23f61eb81379523087aa67c329352a9d99cd556a))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.18.20](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.19...@lion/select-rich@0.18.20) (2020-07-16)
|
## [0.18.20](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.18.19...@lion/select-rich@0.18.20) (2020-07-16)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/select-rich
|
**Note:** Version bump only for package @lion/select-rich
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/select-rich",
|
"name": "@lion/select-rich",
|
||||||
"version": "0.18.20",
|
"version": "0.18.21",
|
||||||
"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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue