chore: release new versions

- @lion/form-system@0.2.12
 - @lion/radio-group@0.4.2
This commit is contained in:
CircleCI 2019-12-11 15:46:10 +00:00
parent 4dbd73795f
commit d89ca8f17e
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.2.12](https://github.com/ing-bank/lion/compare/@lion/form-system@0.2.11...@lion/form-system@0.2.12) (2019-12-11)
**Note:** Version bump only for package @lion/form-system
## [0.2.11](https://github.com/ing-bank/lion/compare/@lion/form-system@0.2.10...@lion/form-system@0.2.11) (2019-12-11)
**Note:** Version bump only for package @lion/form-system

View file

@ -1,6 +1,6 @@
{
"name": "@lion/form-system",
"version": "0.2.11",
"version": "0.2.12",
"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/",
@ -45,7 +45,7 @@
"@lion/input-iban": "0.4.0",
"@lion/localize": "0.7.1",
"@lion/radio": "0.2.11",
"@lion/radio-group": "0.4.1",
"@lion/radio-group": "0.4.2",
"@lion/textarea": "0.4.0",
"@lion/validate": "0.5.2",
"@open-wc/demoing-storybook": "^0.2.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.4.2](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.4.1...@lion/radio-group@0.4.2) (2019-12-11)
### Bug Fixes
* **lion-radio-group:** wait for registration before setting values ([#421](https://github.com/ing-bank/lion/issues/421)) ([4dbd737](https://github.com/ing-bank/lion/commit/4dbd73795f2b10e61d12804eb488a0b6b583245e))
## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.4.0...@lion/radio-group@0.4.1) (2019-12-11)
**Note:** Version bump only for package @lion/radio-group

View file

@ -1,6 +1,6 @@
{
"name": "@lion/radio-group",
"version": "0.4.1",
"version": "0.4.2",
"description": "Manage a group of choices",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",