chore: release new versions

- @lion/form-system@0.10.1
 - @lion/select-rich@0.17.5
This commit is contained in:
CircleCI 2020-05-27 14:35:29 +00:00
parent 641ec01681
commit eabab4b78b
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.
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)

View file

@ -1,6 +1,6 @@
{
"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",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -52,7 +52,7 @@
"@lion/localize": "0.10.0",
"@lion/radio-group": "0.9.3",
"@lion/select": "0.6.1",
"@lion/select-rich": "0.17.4",
"@lion/select-rich": "0.17.5",
"@lion/textarea": "0.6.1",
"@lion/validate": "0.11.0"
}

View file

@ -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.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)
**Note:** Version bump only for package @lion/select-rich

View file

@ -1,6 +1,6 @@
{
"name": "@lion/select-rich",
"version": "0.17.4",
"version": "0.17.5",
"description": "Provides a select with options that can contain html",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",