chore: release new versions

- @lion/form-system@0.7.9
 - @lion/select-rich@0.15.2
This commit is contained in:
CircleCI 2020-04-20 13:46:19 +00:00
parent 71c3124868
commit 0e5a442e47
4 changed files with 19 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.9](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.8...@lion/form-system@0.7.9) (2020-04-20)
**Note:** Version bump only for package @lion/form-system
## [0.7.8](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.7...@lion/form-system@0.7.8) (2020-04-17)
**Note:** Version bump only for package @lion/form-system

View file

@ -1,6 +1,6 @@
{
"name": "@lion/form-system",
"version": "0.7.8",
"version": "0.7.9",
"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.15.1",
"@lion/select-rich": "0.15.2",
"@lion/textarea": "0.5.22",
"@lion/validate": "0.9.1"
}

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.15.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.15.1...@lion/select-rich@0.15.2) (2020-04-20)
**Note:** Version bump only for package @lion/select-rich
## [0.15.1](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.15.0...@lion/select-rich@0.15.1) (2020-04-15)
**Note:** Version bump only for package @lion/select-rich

View file

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