chore: release new versions
- @lion/form-system@0.0.63 - @lion/radio-group@0.1.58
This commit is contained in:
parent
6559b34964
commit
1ef9535a75
4 changed files with 22 additions and 3 deletions
|
|
@ -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.0.63](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.62...@lion/form-system@0.0.63) (2019-09-17)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.0.62](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.61...@lion/form-system@0.0.62) (2019-09-17)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-system",
|
||||
"version": "0.0.62",
|
||||
"version": "0.0.63",
|
||||
"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.1.52",
|
||||
"@lion/localize": "^0.4.14",
|
||||
"@lion/radio": "^0.1.51",
|
||||
"@lion/radio-group": "^0.1.57",
|
||||
"@lion/radio-group": "^0.1.58",
|
||||
"@lion/textarea": "^0.1.53",
|
||||
"@lion/validate": "^0.2.29",
|
||||
"@open-wc/demoing-storybook": "^0.2.0",
|
||||
|
|
|
|||
|
|
@ -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.1.58](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.57...@lion/radio-group@0.1.58) (2019-09-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **lion-radio-group:** handle unchecked state ([1adeb46](https://github.com/ing-bank/lion/commit/1adeb46))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.57](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.56...@lion/radio-group@0.1.57) (2019-09-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/radio-group
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/radio-group",
|
||||
"version": "0.1.57",
|
||||
"version": "0.1.58",
|
||||
"description": "Manage a group of choices",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue