chore: release new versions

- @lion/form-system@0.7.4
 - @lion/select-rich@0.15.0
This commit is contained in:
CircleCI 2020-04-14 05:02:41 +00:00
parent 4832fb9b57
commit b3cd669d5e
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.7.4](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.3...@lion/form-system@0.7.4) (2020-04-14)
**Note:** Version bump only for package @lion/form-system
## [0.7.3](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.2...@lion/form-system@0.7.3) (2020-04-07)
**Note:** Version bump only for package @lion/form-system

View file

@ -1,6 +1,6 @@
{
"name": "@lion/form-system",
"version": "0.7.3",
"version": "0.7.4",
"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/",
@ -48,7 +48,7 @@
"@lion/localize": "0.9.1",
"@lion/radio-group": "0.8.7",
"@lion/select": "0.5.21",
"@lion/select-rich": "0.14.2",
"@lion/select-rich": "0.15.0",
"@lion/textarea": "0.5.22",
"@lion/validate": "0.9.1"
}

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.15.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.14.2...@lion/select-rich@0.15.0) (2020-04-14)
### Features
* **select-rich:** added signleoption functionality ([7c37418](https://github.com/ing-bank/lion/commit/7c3741854d75d841a613717761c433cb868f5c49))
## [0.14.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.14.1...@lion/select-rich@0.14.2) (2020-04-07)
**Note:** Version bump only for package @lion/select-rich

View file

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