chore: release new versions

- @lion/checkbox-group@0.8.4
 - @lion/choice-input@0.7.6
 - @lion/form-system@0.6.5
 - @lion/radio-group@0.8.4
 - @lion/select-rich@0.12.1
 - @lion/switch@0.7.1
This commit is contained in:
CircleCI 2020-03-12 16:34:05 +00:00
parent a40445cbcd
commit af03fd41b0
12 changed files with 64 additions and 13 deletions

View file

@ -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.8.4](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.8.3...@lion/checkbox-group@0.8.4) (2020-03-12)
**Note:** Version bump only for package @lion/checkbox-group
## [0.8.3](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.8.2...@lion/checkbox-group@0.8.3) (2020-03-05) ## [0.8.3](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.8.2...@lion/checkbox-group@0.8.3) (2020-03-05)
**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.8.3", "version": "0.8.4",
"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/",
@ -34,7 +34,7 @@
"*.js" "*.js"
], ],
"dependencies": { "dependencies": {
"@lion/choice-input": "0.7.5", "@lion/choice-input": "0.7.6",
"@lion/core": "0.4.5", "@lion/core": "0.4.5",
"@lion/fieldset": "0.9.3", "@lion/fieldset": "0.9.3",
"@lion/input": "0.5.18" "@lion/input": "0.5.18"

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.7.6](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.7.5...@lion/choice-input@0.7.6) (2020-03-12)
### Bug Fixes
* **choice-input:** fix serializedValue setter check ([0445b86](https://github.com/ing-bank/lion/commit/0445b86350f65649c03ed84bfaf9652838c43e55))
## [0.7.5](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.7.4...@lion/choice-input@0.7.5) (2020-03-05) ## [0.7.5](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.7.4...@lion/choice-input@0.7.5) (2020-03-05)
**Note:** Version bump only for package @lion/choice-input **Note:** Version bump only for package @lion/choice-input

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/choice-input", "name": "@lion/choice-input",
"version": "0.7.5", "version": "0.7.6",
"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/",

View file

@ -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.6.5](https://github.com/ing-bank/lion/compare/@lion/form-system@0.6.4...@lion/form-system@0.6.5) (2020-03-12)
**Note:** Version bump only for package @lion/form-system
## [0.6.4](https://github.com/ing-bank/lion/compare/@lion/form-system@0.6.3...@lion/form-system@0.6.4) (2020-03-09) ## [0.6.4](https://github.com/ing-bank/lion/compare/@lion/form-system@0.6.3...@lion/form-system@0.6.4) (2020-03-09)
**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.6.4", "version": "0.6.5",
"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/",
@ -33,7 +33,7 @@
"*.js" "*.js"
], ],
"devDependencies": { "devDependencies": {
"@lion/checkbox-group": "0.8.3", "@lion/checkbox-group": "0.8.4",
"@lion/core": "0.4.5", "@lion/core": "0.4.5",
"@lion/field": "0.11.3", "@lion/field": "0.11.3",
"@lion/fieldset": "0.9.3", "@lion/fieldset": "0.9.3",
@ -45,9 +45,9 @@
"@lion/input-iban": "0.6.3", "@lion/input-iban": "0.6.3",
"@lion/input-range": "0.2.18", "@lion/input-range": "0.2.18",
"@lion/localize": "0.8.10", "@lion/localize": "0.8.10",
"@lion/radio-group": "0.8.3", "@lion/radio-group": "0.8.4",
"@lion/select": "0.5.18", "@lion/select": "0.5.18",
"@lion/select-rich": "0.12.0", "@lion/select-rich": "0.12.1",
"@lion/textarea": "0.5.19", "@lion/textarea": "0.5.19",
"@lion/validate": "0.8.0", "@lion/validate": "0.8.0",
"@open-wc/demoing-storybook": "^1.10.4", "@open-wc/demoing-storybook": "^1.10.4",

View file

@ -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.8.4](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.8.3...@lion/radio-group@0.8.4) (2020-03-12)
**Note:** Version bump only for package @lion/radio-group
## [0.8.3](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.8.2...@lion/radio-group@0.8.3) (2020-03-05) ## [0.8.3](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.8.2...@lion/radio-group@0.8.3) (2020-03-05)
**Note:** Version bump only for package @lion/radio-group **Note:** Version bump only for package @lion/radio-group

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/radio-group", "name": "@lion/radio-group",
"version": "0.8.3", "version": "0.8.4",
"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/",
@ -34,7 +34,7 @@
"*.js" "*.js"
], ],
"dependencies": { "dependencies": {
"@lion/choice-input": "0.7.5", "@lion/choice-input": "0.7.6",
"@lion/core": "0.4.5", "@lion/core": "0.4.5",
"@lion/fieldset": "0.9.3", "@lion/fieldset": "0.9.3",
"@lion/input": "0.5.18" "@lion/input": "0.5.18"

View file

@ -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.12.1](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.12.0...@lion/select-rich@0.12.1) (2020-03-12)
**Note:** Version bump only for package @lion/select-rich
# [0.12.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.11.4...@lion/select-rich@0.12.0) (2020-03-05) # [0.12.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.11.4...@lion/select-rich@0.12.0) (2020-03-05)

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/select-rich", "name": "@lion/select-rich",
"version": "0.12.0", "version": "0.12.1",
"description": "Provides a select with options that can contain html", "description": "Provides a select with options that can contain html",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",
@ -39,7 +39,7 @@
], ],
"dependencies": { "dependencies": {
"@lion/button": "0.5.9", "@lion/button": "0.5.9",
"@lion/choice-input": "0.7.5", "@lion/choice-input": "0.7.6",
"@lion/core": "0.4.5", "@lion/core": "0.4.5",
"@lion/field": "0.11.3", "@lion/field": "0.11.3",
"@lion/overlays": "0.12.4", "@lion/overlays": "0.12.4",

View file

@ -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.7.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.7.0...@lion/switch@0.7.1) (2020-03-12)
**Note:** Version bump only for package @lion/switch
# [0.7.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.6.3...@lion/switch@0.7.0) (2020-03-05) # [0.7.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.6.3...@lion/switch@0.7.0) (2020-03-05)

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/switch", "name": "@lion/switch",
"version": "0.7.0", "version": "0.7.1",
"description": "A Switch is used for switching a property or feature on and off", "description": "A Switch is used for switching a property or feature on and off",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",
@ -34,7 +34,7 @@
"*.js" "*.js"
], ],
"dependencies": { "dependencies": {
"@lion/choice-input": "0.7.5", "@lion/choice-input": "0.7.6",
"@lion/core": "0.4.5", "@lion/core": "0.4.5",
"@lion/field": "0.11.3" "@lion/field": "0.11.3"
}, },