chore: release new versions

- @lion/checkbox-group@0.6.2
 - @lion/form-system@0.4.2
This commit is contained in:
CircleCI 2020-02-10 17:29:26 +00:00
parent 5957cd9165
commit dee2212209
4 changed files with 25 additions and 3 deletions

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.6.2](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.6.1...@lion/checkbox-group@0.6.2) (2020-02-10)
### Bug Fixes
* **checkbox-group:** throw if name does not contain [] ([5957cd9](https://github.com/ing-bank/lion/commit/5957cd916507c36e424d795e52112c8c623fd29c))
## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.6.0...@lion/checkbox-group@0.6.1) (2020-02-10) ## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.6.0...@lion/checkbox-group@0.6.1) (2020-02-10)
**Note:** Version bump only for package @lion/checkbox-group **Note:** Version bump only for package @lion/checkbox-group

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/checkbox-group", "name": "@lion/checkbox-group",
"version": "0.6.1", "version": "0.6.2",
"description": "A container for multiple checkboxes", "description": "A container for multiple checkboxes",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",

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.4.2](https://github.com/ing-bank/lion/compare/@lion/form-system@0.4.1...@lion/form-system@0.4.2) (2020-02-10)
### Bug Fixes
* **checkbox-group:** throw if name does not contain [] ([5957cd9](https://github.com/ing-bank/lion/commit/5957cd916507c36e424d795e52112c8c623fd29c))
## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/form-system@0.4.0...@lion/form-system@0.4.1) (2020-02-10) ## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/form-system@0.4.0...@lion/form-system@0.4.1) (2020-02-10)
**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.4.1", "version": "0.4.2",
"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/",
@ -34,7 +34,7 @@
], ],
"devDependencies": { "devDependencies": {
"@lion/checkbox": "0.3.11", "@lion/checkbox": "0.3.11",
"@lion/checkbox-group": "0.6.1", "@lion/checkbox-group": "0.6.2",
"@lion/core": "0.4.3", "@lion/core": "0.4.3",
"@lion/field": "0.9.1", "@lion/field": "0.9.1",
"@lion/fieldset": "0.7.1", "@lion/fieldset": "0.7.1",