chore: release new versions
- @lion/button@0.4.5 - @lion/calendar@0.5.6 - @lion/checkbox-group@0.4.3 - @lion/fieldset@0.5.6 - @lion/form-system@0.2.14 - @lion/form@0.3.13 - @lion/input-datepicker@0.7.2 - @lion/radio-group@0.4.4 - @lion/select-rich@0.8.6 - @lion/switch@0.4.1
This commit is contained in:
parent
dfe3d6834e
commit
a0c9f0bd3e
20 changed files with 107 additions and 24 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.4.5](https://github.com/ing-bank/lion/compare/@lion/button@0.4.4...@lion/button@0.4.5) (2019-12-16)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/button
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.4.4](https://github.com/ing-bank/lion/compare/@lion/button@0.4.3...@lion/button@0.4.4) (2019-12-13)
|
## [0.4.4](https://github.com/ing-bank/lion/compare/@lion/button@0.4.3...@lion/button@0.4.4) (2019-12-13)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/button
|
**Note:** Version bump only for package @lion/button
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/button",
|
"name": "@lion/button",
|
||||||
"version": "0.4.4",
|
"version": "0.4.5",
|
||||||
"description": "A button that is easily styleable and accessible in all contexts",
|
"description": "A button that is easily styleable and accessible in all contexts",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
"@lion/core": "0.3.0"
|
"@lion/core": "0.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/form": "0.3.12",
|
"@lion/form": "0.3.13",
|
||||||
"@lion/icon": "0.2.10",
|
"@lion/icon": "0.2.10",
|
||||||
"@lion/input": "0.4.1",
|
"@lion/input": "0.4.1",
|
||||||
"@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.5.6](https://github.com/ing-bank/lion/compare/@lion/calendar@0.5.5...@lion/calendar@0.5.6) (2019-12-16)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/calendar
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.5.5](https://github.com/ing-bank/lion/compare/@lion/calendar@0.5.4...@lion/calendar@0.5.5) (2019-12-13)
|
## [0.5.5](https://github.com/ing-bank/lion/compare/@lion/calendar@0.5.4...@lion/calendar@0.5.5) (2019-12-13)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/calendar
|
**Note:** Version bump only for package @lion/calendar
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/calendar",
|
"name": "@lion/calendar",
|
||||||
"version": "0.5.5",
|
"version": "0.5.6",
|
||||||
"description": "Standalone calendar",
|
"description": "Standalone calendar",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
"@lion/localize": "0.7.1"
|
"@lion/localize": "0.7.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/button": "0.4.4",
|
"@lion/button": "0.4.5",
|
||||||
"@open-wc/demoing-storybook": "^0.2.0",
|
"@open-wc/demoing-storybook": "^0.2.0",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.3.4",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
|
|
|
||||||
|
|
@ -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.4.3](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.4.2...@lion/checkbox-group@0.4.3) (2019-12-16)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/checkbox-group
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.4.1...@lion/checkbox-group@0.4.2) (2019-12-13)
|
## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.4.1...@lion/checkbox-group@0.4.2) (2019-12-13)
|
||||||
|
|
||||||
**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.4.2",
|
"version": "0.4.3",
|
||||||
"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/",
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.3.0",
|
"@lion/core": "0.3.0",
|
||||||
"@lion/fieldset": "0.5.5"
|
"@lion/fieldset": "0.5.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/checkbox": "0.2.12",
|
"@lion/checkbox": "0.2.12",
|
||||||
|
|
|
||||||
|
|
@ -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.5.6](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.5.5...@lion/fieldset@0.5.6) (2019-12-16)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **fieldset:** 0 is now a valid serializedValue ([b9f8c96](https://github.com/ing-bank/lion/commit/b9f8c962a6ced8ea483bb9b0db54e32d13005a57))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.5.5](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.5.4...@lion/fieldset@0.5.5) (2019-12-13)
|
## [0.5.5](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.5.4...@lion/fieldset@0.5.5) (2019-12-13)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/fieldset
|
**Note:** Version bump only for package @lion/fieldset
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/fieldset",
|
"name": "@lion/fieldset",
|
||||||
"version": "0.5.5",
|
"version": "0.5.6",
|
||||||
"description": "Allows to groups multiple input fields or other fieldsets together",
|
"description": "Allows to groups multiple input fields or other fieldsets together",
|
||||||
"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.2.14](https://github.com/ing-bank/lion/compare/@lion/form-system@0.2.13...@lion/form-system@0.2.14) (2019-12-16)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/form-system
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.2.13](https://github.com/ing-bank/lion/compare/@lion/form-system@0.2.12...@lion/form-system@0.2.13) (2019-12-13)
|
## [0.2.13](https://github.com/ing-bank/lion/compare/@lion/form-system@0.2.12...@lion/form-system@0.2.13) (2019-12-13)
|
||||||
|
|
||||||
**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.2.13",
|
"version": "0.2.14",
|
||||||
"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,11 +33,11 @@
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/checkbox": "0.2.12",
|
"@lion/checkbox": "0.2.12",
|
||||||
"@lion/checkbox-group": "0.4.2",
|
"@lion/checkbox-group": "0.4.3",
|
||||||
"@lion/core": "0.3.0",
|
"@lion/core": "0.3.0",
|
||||||
"@lion/field": "0.7.0",
|
"@lion/field": "0.7.0",
|
||||||
"@lion/fieldset": "0.5.5",
|
"@lion/fieldset": "0.5.6",
|
||||||
"@lion/form": "0.3.12",
|
"@lion/form": "0.3.13",
|
||||||
"@lion/input": "0.4.1",
|
"@lion/input": "0.4.1",
|
||||||
"@lion/input-amount": "0.4.1",
|
"@lion/input-amount": "0.4.1",
|
||||||
"@lion/input-date": "0.4.1",
|
"@lion/input-date": "0.4.1",
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
"@lion/input-iban": "0.4.1",
|
"@lion/input-iban": "0.4.1",
|
||||||
"@lion/localize": "0.7.1",
|
"@lion/localize": "0.7.1",
|
||||||
"@lion/radio": "0.2.12",
|
"@lion/radio": "0.2.12",
|
||||||
"@lion/radio-group": "0.4.3",
|
"@lion/radio-group": "0.4.4",
|
||||||
"@lion/textarea": "0.4.1",
|
"@lion/textarea": "0.4.1",
|
||||||
"@lion/validate": "0.5.3",
|
"@lion/validate": "0.5.3",
|
||||||
"@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.3.13](https://github.com/ing-bank/lion/compare/@lion/form@0.3.12...@lion/form@0.3.13) (2019-12-16)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/form
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.3.12](https://github.com/ing-bank/lion/compare/@lion/form@0.3.11...@lion/form@0.3.12) (2019-12-13)
|
## [0.3.12](https://github.com/ing-bank/lion/compare/@lion/form@0.3.11...@lion/form@0.3.12) (2019-12-13)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/form
|
**Note:** Version bump only for package @lion/form
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/form",
|
"name": "@lion/form",
|
||||||
"version": "0.3.12",
|
"version": "0.3.13",
|
||||||
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
|
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.3.0",
|
"@lion/core": "0.3.0",
|
||||||
"@lion/fieldset": "0.5.5"
|
"@lion/fieldset": "0.5.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/input": "0.4.1",
|
"@lion/input": "0.4.1",
|
||||||
|
|
|
||||||
|
|
@ -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.2](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.7.1...@lion/input-datepicker@0.7.2) (2019-12-16)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/input-datepicker
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.7.0...@lion/input-datepicker@0.7.1) (2019-12-13)
|
## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.7.0...@lion/input-datepicker@0.7.1) (2019-12-13)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/input-datepicker
|
**Note:** Version bump only for package @lion/input-datepicker
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/input-datepicker",
|
"name": "@lion/input-datepicker",
|
||||||
"version": "0.7.1",
|
"version": "0.7.2",
|
||||||
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
"homepage": "https://github.com/ing-bank/lion/",
|
"homepage": "https://github.com/ing-bank/lion/",
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
"*.js"
|
"*.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/calendar": "0.5.5",
|
"@lion/calendar": "0.5.6",
|
||||||
"@lion/core": "0.3.0",
|
"@lion/core": "0.3.0",
|
||||||
"@lion/field": "0.7.0",
|
"@lion/field": "0.7.0",
|
||||||
"@lion/input-date": "0.4.1",
|
"@lion/input-date": "0.4.1",
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
"@lion/validate": "0.5.3"
|
"@lion/validate": "0.5.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/button": "0.4.4",
|
"@lion/button": "0.4.5",
|
||||||
"@open-wc/demoing-storybook": "^0.2.0",
|
"@open-wc/demoing-storybook": "^0.2.0",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.3.4",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
|
|
|
||||||
|
|
@ -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.4.4](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.4.3...@lion/radio-group@0.4.4) (2019-12-16)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/radio-group
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.4.3](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.4.2...@lion/radio-group@0.4.3) (2019-12-13)
|
## [0.4.3](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.4.2...@lion/radio-group@0.4.3) (2019-12-13)
|
||||||
|
|
||||||
**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.4.3",
|
"version": "0.4.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/",
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.3.0",
|
"@lion/core": "0.3.0",
|
||||||
"@lion/fieldset": "0.5.5"
|
"@lion/fieldset": "0.5.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/radio": "0.2.12",
|
"@lion/radio": "0.2.12",
|
||||||
|
|
|
||||||
|
|
@ -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.6](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.8.5...@lion/select-rich@0.8.6) (2019-12-16)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/select-rich
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.8.5](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.8.4...@lion/select-rich@0.8.5) (2019-12-13)
|
## [0.8.5](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.8.4...@lion/select-rich@0.8.5) (2019-12-13)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/select-rich
|
**Note:** Version bump only for package @lion/select-rich
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/select-rich",
|
"name": "@lion/select-rich",
|
||||||
"version": "0.8.5",
|
"version": "0.8.6",
|
||||||
"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/",
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
"*.js"
|
"*.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/button": "0.4.4",
|
"@lion/button": "0.4.5",
|
||||||
"@lion/core": "0.3.0",
|
"@lion/core": "0.3.0",
|
||||||
"@lion/field": "0.7.0",
|
"@lion/field": "0.7.0",
|
||||||
"@lion/option": "0.3.10",
|
"@lion/option": "0.3.10",
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
"@lion/validate": "0.5.3"
|
"@lion/validate": "0.5.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/form": "0.3.12",
|
"@lion/form": "0.3.13",
|
||||||
"@open-wc/demoing-storybook": "^0.2.0",
|
"@open-wc/demoing-storybook": "^0.2.0",
|
||||||
"@open-wc/testing": "^2.3.4"
|
"@open-wc/testing": "^2.3.4"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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.4.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.4.0...@lion/switch@0.4.1) (2019-12-16)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/switch
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.13...@lion/switch@0.4.0) (2019-12-13)
|
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.13...@lion/switch@0.4.0) (2019-12-13)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/switch",
|
"name": "@lion/switch",
|
||||||
"version": "0.4.0",
|
"version": "0.4.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/",
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
"*.js"
|
"*.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/button": "0.4.4",
|
"@lion/button": "0.4.5",
|
||||||
"@lion/choice-input": "0.4.10",
|
"@lion/choice-input": "0.4.10",
|
||||||
"@lion/core": "0.3.0",
|
"@lion/core": "0.3.0",
|
||||||
"@lion/field": "0.7.0"
|
"@lion/field": "0.7.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue