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:
parent
2870e0d95c
commit
45252784c6
12 changed files with 65 additions and 14 deletions
|
|
@ -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.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)
|
## [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
|
**Note:** Version bump only for package @lion/checkbox-group
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/checkbox-group",
|
"name": "@lion/checkbox-group",
|
||||||
"version": "0.1.24",
|
"version": "0.1.25",
|
||||||
"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/",
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
"@lion/fieldset": "^0.1.22"
|
"@lion/fieldset": "^0.1.22"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/checkbox": "^0.1.22",
|
"@lion/checkbox": "^0.1.23",
|
||||||
"@lion/form": "^0.1.24",
|
"@lion/form": "^0.1.24",
|
||||||
"@lion/localize": "^0.4.0",
|
"@lion/localize": "^0.4.0",
|
||||||
"@open-wc/demoing-storybook": "^0.2.0",
|
"@open-wc/demoing-storybook": "^0.2.0",
|
||||||
|
|
|
||||||
|
|
@ -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.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)
|
## [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
|
**Note:** Version bump only for package @lion/checkbox
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/checkbox",
|
"name": "@lion/checkbox",
|
||||||
"version": "0.1.22",
|
"version": "0.1.23",
|
||||||
"description": "A single styleable and accessible checkbox",
|
"description": "A single styleable and accessible checkbox",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
"*.js"
|
"*.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/choice-input": "^0.1.22",
|
"@lion/choice-input": "^0.2.0",
|
||||||
"@lion/core": "^0.1.9",
|
"@lion/core": "^0.1.9",
|
||||||
"@lion/input": "^0.1.22"
|
"@lion/input": "^0.1.22"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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.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)
|
## [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
|
**Note:** Version bump only for package @lion/choice-input
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/choice-input",
|
"name": "@lion/choice-input",
|
||||||
"version": "0.1.22",
|
"version": "0.2.0",
|
||||||
"description": "Base for all choise inputs like checkbox/radio",
|
"description": "Base for all choise inputs like checkbox/radio",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
|
||||||
|
|
@ -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.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)
|
## [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
|
**Note:** Version bump only for package @lion/form-system
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/form-system",
|
"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",
|
"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/",
|
||||||
|
|
@ -32,8 +32,8 @@
|
||||||
"*.js"
|
"*.js"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/checkbox": "^0.1.22",
|
"@lion/checkbox": "^0.1.23",
|
||||||
"@lion/checkbox-group": "^0.1.24",
|
"@lion/checkbox-group": "^0.1.25",
|
||||||
"@lion/core": "^0.1.9",
|
"@lion/core": "^0.1.9",
|
||||||
"@lion/fieldset": "^0.1.22",
|
"@lion/fieldset": "^0.1.22",
|
||||||
"@lion/form": "^0.1.24",
|
"@lion/form": "^0.1.24",
|
||||||
|
|
@ -42,8 +42,8 @@
|
||||||
"@lion/input-date": "^0.1.22",
|
"@lion/input-date": "^0.1.22",
|
||||||
"@lion/input-email": "^0.1.22",
|
"@lion/input-email": "^0.1.22",
|
||||||
"@lion/input-iban": "^0.1.23",
|
"@lion/input-iban": "^0.1.23",
|
||||||
"@lion/radio": "^0.1.22",
|
"@lion/radio": "^0.1.23",
|
||||||
"@lion/radio-group": "^0.1.24",
|
"@lion/radio-group": "^0.1.25",
|
||||||
"@lion/textarea": "^0.1.22",
|
"@lion/textarea": "^0.1.22",
|
||||||
"@open-wc/demoing-storybook": "^0.2.0",
|
"@open-wc/demoing-storybook": "^0.2.0",
|
||||||
"@open-wc/testing": "^0.12.5"
|
"@open-wc/testing": "^0.12.5"
|
||||||
|
|
|
||||||
|
|
@ -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.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)
|
## [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
|
**Note:** Version bump only for package @lion/radio-group
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/radio-group",
|
"name": "@lion/radio-group",
|
||||||
"version": "0.1.24",
|
"version": "0.1.25",
|
||||||
"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/",
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/form": "^0.1.24",
|
"@lion/form": "^0.1.24",
|
||||||
"@lion/radio": "^0.1.22",
|
"@lion/radio": "^0.1.23",
|
||||||
"@open-wc/demoing-storybook": "^0.2.0",
|
"@open-wc/demoing-storybook": "^0.2.0",
|
||||||
"@open-wc/testing": "^0.12.5"
|
"@open-wc/testing": "^0.12.5"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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.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)
|
## [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
|
**Note:** Version bump only for package @lion/radio
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/radio",
|
"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",
|
"description": "Provide a way for users to check a single option amongst a set of choices",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
"*.js"
|
"*.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/choice-input": "^0.1.22",
|
"@lion/choice-input": "^0.2.0",
|
||||||
"@lion/core": "^0.1.9",
|
"@lion/core": "^0.1.9",
|
||||||
"@lion/input": "^0.1.22"
|
"@lion/input": "^0.1.22"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue