chore: release new versions

- @lion/checkbox-group@0.6.3
 - @lion/form-system@0.4.3
 - @lion/radio-group@0.6.2
This commit is contained in:
CircleCI 2020-02-10 18:19:14 +00:00
parent d2708d2457
commit bf32e05833
6 changed files with 36 additions and 5 deletions

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.6.3](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.6.2...@lion/checkbox-group@0.6.3) (2020-02-10)
### Bug Fixes
* move documentation from readme to mdx ([d2708d2](https://github.com/ing-bank/lion/commit/d2708d2457e4af9685f76f9d0eb3cdf549b16ab7))
## [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)

View file

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

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.4.3](https://github.com/ing-bank/lion/compare/@lion/form-system@0.4.2...@lion/form-system@0.4.3) (2020-02-10)
**Note:** Version bump only for package @lion/form-system
## [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)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/form-system",
"version": "0.4.2",
"version": "0.4.3",
"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/",
@ -34,7 +34,7 @@
],
"devDependencies": {
"@lion/checkbox": "0.3.11",
"@lion/checkbox-group": "0.6.2",
"@lion/checkbox-group": "0.6.3",
"@lion/core": "0.4.3",
"@lion/field": "0.9.1",
"@lion/fieldset": "0.7.1",
@ -47,7 +47,7 @@
"@lion/input-range": "0.2.11",
"@lion/localize": "0.8.6",
"@lion/radio": "0.4.1",
"@lion/radio-group": "0.6.1",
"@lion/radio-group": "0.6.2",
"@lion/select": "0.5.11",
"@lion/select-rich": "0.10.1",
"@lion/textarea": "0.5.12",

View file

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.6.2](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.6.1...@lion/radio-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))
* move documentation from readme to mdx ([d2708d2](https://github.com/ing-bank/lion/commit/d2708d2457e4af9685f76f9d0eb3cdf549b16ab7))
## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.6.0...@lion/radio-group@0.6.1) (2020-02-10)
**Note:** Version bump only for package @lion/radio-group

View file

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