chore: release new versions

- @lion/checkbox-group@0.1.25
 - @lion/checkbox@0.1.23
 - @lion/choice-input@0.2.0
 - @lion/form-system@0.0.27
 - @lion/radio-group@0.1.25
 - @lion/radio@0.1.23
This commit is contained in:
CircleCI 2019-06-25 14:59:17 +00:00
parent 2870e0d95c
commit 45252784c6
12 changed files with 65 additions and 14 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.1.25](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.24...@lion/checkbox-group@0.1.25) (2019-06-25)
**Note:** Version bump only for package @lion/checkbox-group
## [0.1.24](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.1.23...@lion/checkbox-group@0.1.24) (2019-06-24)
**Note:** Version bump only for package @lion/checkbox-group

View file

@ -1,6 +1,6 @@
{
"name": "@lion/checkbox-group",
"version": "0.1.24",
"version": "0.1.25",
"description": "A container for multiple checkboxes",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -36,7 +36,7 @@
"@lion/fieldset": "^0.1.22"
},
"devDependencies": {
"@lion/checkbox": "^0.1.22",
"@lion/checkbox": "^0.1.23",
"@lion/form": "^0.1.24",
"@lion/localize": "^0.4.0",
"@open-wc/demoing-storybook": "^0.2.0",

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.1.23](https://github.com/ing-bank/lion/compare/@lion/checkbox@0.1.22...@lion/checkbox@0.1.23) (2019-06-25)
**Note:** Version bump only for package @lion/checkbox
## [0.1.22](https://github.com/ing-bank/lion/compare/@lion/checkbox@0.1.21...@lion/checkbox@0.1.22) (2019-06-24)
**Note:** Version bump only for package @lion/checkbox

View file

@ -1,6 +1,6 @@
{
"name": "@lion/checkbox",
"version": "0.1.22",
"version": "0.1.23",
"description": "A single styleable and accessible checkbox",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -32,7 +32,7 @@
"*.js"
],
"dependencies": {
"@lion/choice-input": "^0.1.22",
"@lion/choice-input": "^0.2.0",
"@lion/core": "^0.1.9",
"@lion/input": "^0.1.22"
},

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.2.0](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.1.22...@lion/choice-input@0.2.0) (2019-06-25)
### Features
* **choice-input:** api normalization and cleanup ([2870e0d](https://github.com/ing-bank/lion/commit/2870e0d))
## [0.1.22](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.1.21...@lion/choice-input@0.1.22) (2019-06-24)
**Note:** Version bump only for package @lion/choice-input

View file

@ -1,6 +1,6 @@
{
"name": "@lion/choice-input",
"version": "0.1.22",
"version": "0.2.0",
"description": "Base for all choise inputs like checkbox/radio",
"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.0.27](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.26...@lion/form-system@0.0.27) (2019-06-25)
**Note:** Version bump only for package @lion/form-system
## [0.0.26](https://github.com/ing-bank/lion/compare/@lion/form-system@0.0.25...@lion/form-system@0.0.26) (2019-06-25)
**Note:** Version bump only for package @lion/form-system

View file

@ -1,6 +1,6 @@
{
"name": "@lion/form-system",
"version": "0.0.26",
"version": "0.0.27",
"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/",
@ -32,8 +32,8 @@
"*.js"
],
"devDependencies": {
"@lion/checkbox": "^0.1.22",
"@lion/checkbox-group": "^0.1.24",
"@lion/checkbox": "^0.1.23",
"@lion/checkbox-group": "^0.1.25",
"@lion/core": "^0.1.9",
"@lion/fieldset": "^0.1.22",
"@lion/form": "^0.1.24",
@ -42,8 +42,8 @@
"@lion/input-date": "^0.1.22",
"@lion/input-email": "^0.1.22",
"@lion/input-iban": "^0.1.23",
"@lion/radio": "^0.1.22",
"@lion/radio-group": "^0.1.24",
"@lion/radio": "^0.1.23",
"@lion/radio-group": "^0.1.25",
"@lion/textarea": "^0.1.22",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.12.5"

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.1.25](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.24...@lion/radio-group@0.1.25) (2019-06-25)
**Note:** Version bump only for package @lion/radio-group
## [0.1.24](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.1.23...@lion/radio-group@0.1.24) (2019-06-24)
**Note:** Version bump only for package @lion/radio-group

View file

@ -1,6 +1,6 @@
{
"name": "@lion/radio-group",
"version": "0.1.24",
"version": "0.1.25",
"description": "Manage a group of choices",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -37,7 +37,7 @@
},
"devDependencies": {
"@lion/form": "^0.1.24",
"@lion/radio": "^0.1.22",
"@lion/radio": "^0.1.23",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^0.12.5"
}

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.1.23](https://github.com/ing-bank/lion/compare/@lion/radio@0.1.22...@lion/radio@0.1.23) (2019-06-25)
**Note:** Version bump only for package @lion/radio
## [0.1.22](https://github.com/ing-bank/lion/compare/@lion/radio@0.1.21...@lion/radio@0.1.22) (2019-06-24)
**Note:** Version bump only for package @lion/radio

View file

@ -1,6 +1,6 @@
{
"name": "@lion/radio",
"version": "0.1.22",
"version": "0.1.23",
"description": "Provide a way for users to check a single option amongst a set of choices",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -32,7 +32,7 @@
"*.js"
],
"dependencies": {
"@lion/choice-input": "^0.1.22",
"@lion/choice-input": "^0.2.0",
"@lion/core": "^0.1.9",
"@lion/input": "^0.1.22"
},