chore: release new versions
- @lion/form-system@0.10.1 - @lion/select-rich@0.17.5
This commit is contained in:
parent
641ec01681
commit
eabab4b78b
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.10.1](https://github.com/ing-bank/lion/compare/@lion/form-system@0.10.0...@lion/form-system@0.10.1) (2020-05-27)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/form-system
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [0.10.0](https://github.com/ing-bank/lion/compare/@lion/form-system@0.9.0...@lion/form-system@0.10.0) (2020-05-27)
|
# [0.10.0](https://github.com/ing-bank/lion/compare/@lion/form-system@0.9.0...@lion/form-system@0.10.0) (2020-05-27)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/form-system",
|
"name": "@lion/form-system",
|
||||||
"version": "0.10.0",
|
"version": "0.10.1",
|
||||||
"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",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
@ -52,7 +52,7 @@
|
||||||
"@lion/localize": "0.10.0",
|
"@lion/localize": "0.10.0",
|
||||||
"@lion/radio-group": "0.9.3",
|
"@lion/radio-group": "0.9.3",
|
||||||
"@lion/select": "0.6.1",
|
"@lion/select": "0.6.1",
|
||||||
"@lion/select-rich": "0.17.4",
|
"@lion/select-rich": "0.17.5",
|
||||||
"@lion/textarea": "0.6.1",
|
"@lion/textarea": "0.6.1",
|
||||||
"@lion/validate": "0.11.0"
|
"@lion/validate": "0.11.0"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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.17.5](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.17.4...@lion/select-rich@0.17.5) (2020-05-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **select-rich:** prevent scrolling when focused ([dd3053a](https://github.com/ing-bank/lion/commit/dd3053a7bcab59b2c7736e2fa13a53a154953f02))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.17.4](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.17.3...@lion/select-rich@0.17.4) (2020-05-27)
|
## [0.17.4](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.17.3...@lion/select-rich@0.17.4) (2020-05-27)
|
||||||
|
|
||||||
**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.17.4",
|
"version": "0.17.5",
|
||||||
"description": "Provides a select with options that can contain html",
|
"description": "Provides a select with options that can contain html",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue