chore: release new versions

- @lion/form-system@0.0.79
 - @lion/radio-group@0.1.73
This commit is contained in:
CircleCI 2019-10-25 14:08:38 +00:00
parent 80cdac0130
commit 91ebd2f405
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. 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.0.79](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.78...@lion/form-system@0.0.79) (2019-10-25)
**Note:** Version bump only for package @lion/form-system
## [0.0.78](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.77...@lion/form-system@0.0.78) (2019-10-25) ## [0.0.78](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.77...@lion/form-system@0.0.78) (2019-10-25)
**Note:** Version bump only for package @lion/form-system **Note:** Version bump only for package @lion/form-system

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/form-system", "name": "@lion/form-system",
"version": "0.0.78", "version": "0.0.79",
"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/",
@ -45,7 +45,7 @@
"@lion/input-iban": "^0.1.66", "@lion/input-iban": "^0.1.66",
"@lion/localize": "^0.4.21", "@lion/localize": "^0.4.21",
"@lion/radio": "^0.1.64", "@lion/radio": "^0.1.64",
"@lion/radio-group": "^0.1.72", "@lion/radio-group": "^0.1.73",
"@lion/textarea": "^0.1.66", "@lion/textarea": "^0.1.66",
"@lion/validate": "^0.2.38", "@lion/validate": "^0.2.38",
"@open-wc/demoing-storybook": "^0.2.0", "@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. 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.1.73](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.72...@lion/radio-group@0.1.73) (2019-10-25)
### Bug Fixes
* **radio-group:** change check of value to only null or undefined ([fd98a55](https://github.com/ing-bank/lion/commit/fd98a55))
## [0.1.72](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.71...@lion/radio-group@0.1.72) (2019-10-25) ## [0.1.72](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.71...@lion/radio-group@0.1.72) (2019-10-25)
**Note:** Version bump only for package @lion/radio-group **Note:** Version bump only for package @lion/radio-group

View file

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