chore: release new versions

- @lion/button@0.5.3
 - @lion/calendar@0.6.6
 - @lion/input-datepicker@0.8.6
 - @lion/select-rich@0.9.6
 - @lion/switch@0.5.5
This commit is contained in:
CircleCI 2020-01-30 12:00:38 +00:00
parent 52aaa756a7
commit 4ce24576a7
10 changed files with 53 additions and 10 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.5.3](https://github.com/ing-bank/lion/compare/@lion/button@0.5.2...@lion/button@0.5.3) (2020-01-30)
### Bug Fixes
* **button:** using space on button should not scroll page ([#531](https://github.com/ing-bank/lion/issues/531)) ([52aaa75](https://github.com/ing-bank/lion/commit/52aaa756a7c3501e20ac5547c39cecf1b3a541ab))
## [0.5.2](https://github.com/ing-bank/lion/compare/@lion/button@0.5.1...@lion/button@0.5.2) (2020-01-20)
**Note:** Version bump only for package @lion/button

View file

@ -1,6 +1,6 @@
{
"name": "@lion/button",
"version": "0.5.2",
"version": "0.5.3",
"description": "A button that is easily styleable and accessible in all contexts",
"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.6.6](https://github.com/ing-bank/lion/compare/@lion/calendar@0.6.5...@lion/calendar@0.6.6) (2020-01-30)
**Note:** Version bump only for package @lion/calendar
## [0.6.5](https://github.com/ing-bank/lion/compare/@lion/calendar@0.6.4...@lion/calendar@0.6.5) (2020-01-23)
**Note:** Version bump only for package @lion/calendar

View file

@ -1,6 +1,6 @@
{
"name": "@lion/calendar",
"version": "0.6.5",
"version": "0.6.6",
"description": "Standalone calendar",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -37,7 +37,7 @@
"@lion/localize": "0.8.4"
},
"devDependencies": {
"@lion/button": "0.5.2",
"@lion/button": "0.5.3",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"

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.8.6](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.8.5...@lion/input-datepicker@0.8.6) (2020-01-30)
**Note:** Version bump only for package @lion/input-datepicker
## [0.8.5](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.8.4...@lion/input-datepicker@0.8.5) (2020-01-23)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.8.5",
"version": "0.8.6",
"description": "Provide a way for users to fill in a date via a calendar overlay",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -36,7 +36,7 @@
"*.js"
],
"dependencies": {
"@lion/calendar": "0.6.5",
"@lion/calendar": "0.6.6",
"@lion/core": "0.4.2",
"@lion/field": "0.8.4",
"@lion/input-date": "0.5.4",
@ -45,7 +45,7 @@
"@lion/validate": "0.6.4"
},
"devDependencies": {
"@lion/button": "0.5.2",
"@lion/button": "0.5.3",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"

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.9.6](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.9.5...@lion/select-rich@0.9.6) (2020-01-30)
**Note:** Version bump only for package @lion/select-rich
## [0.9.5](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.9.4...@lion/select-rich@0.9.5) (2020-01-29)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/select-rich",
"version": "0.9.5",
"version": "0.9.6",
"description": "Provides a select with options that can contain html",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -36,7 +36,7 @@
"*.js"
],
"dependencies": {
"@lion/button": "0.5.2",
"@lion/button": "0.5.3",
"@lion/core": "0.4.2",
"@lion/field": "0.8.4",
"@lion/option": "0.4.4",

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.5.5](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.4...@lion/switch@0.5.5) (2020-01-30)
**Note:** Version bump only for package @lion/switch
## [0.5.4](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.3...@lion/switch@0.5.4) (2020-01-23)
**Note:** Version bump only for package @lion/switch

View file

@ -1,6 +1,6 @@
{
"name": "@lion/switch",
"version": "0.5.4",
"version": "0.5.5",
"description": "A Switch is used for switching a property or feature on and off",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -32,7 +32,7 @@
"*.js"
],
"dependencies": {
"@lion/button": "0.5.2",
"@lion/button": "0.5.3",
"@lion/choice-input": "0.5.4",
"@lion/core": "0.4.2",
"@lion/field": "0.8.4"