chore: release new versions

- @lion/button@0.4.0
 - @lion/calendar@0.5.0
 - @lion/dialog@0.2.3
 - @lion/input-datepicker@0.6.0
 - @lion/overlays@0.8.0
 - @lion/popup@0.4.3
 - @lion/select-rich@0.8.0
 - @lion/switch@0.3.10
 - @lion/tooltip@0.5.0
This commit is contained in:
CircleCI 2019-12-04 07:44:37 +00:00
parent 44f82a190e
commit c49a82fec9
18 changed files with 110 additions and 20 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.4.0](https://github.com/ing-bank/lion/compare/@lion/button@0.3.46...@lion/button@0.4.0) (2019-12-04)
### Features
* integrate and pass automated a11y testing ([e1a417b](https://github.com/ing-bank/lion/commit/e1a417b041431e4e25a5b6a63e23ba0a3974f5a5))
## [0.3.46](https://github.com/ing-bank/lion/compare/@lion/button@0.3.45...@lion/button@0.3.46) (2019-12-03)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/button",
"version": "0.3.46",
"version": "0.4.0",
"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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.5.0](https://github.com/ing-bank/lion/compare/@lion/calendar@0.4.2...@lion/calendar@0.5.0) (2019-12-04)
### Features
* integrate and pass automated a11y testing ([e1a417b](https://github.com/ing-bank/lion/commit/e1a417b041431e4e25a5b6a63e23ba0a3974f5a5))
## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/calendar@0.4.1...@lion/calendar@0.4.2) (2019-12-03)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/calendar",
"version": "0.4.2",
"version": "0.5.0",
"description": "Standalone calendar",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -37,7 +37,7 @@
"@lion/localize": "0.7.1"
},
"devDependencies": {
"@lion/button": "0.3.46",
"@lion/button": "0.4.0",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^2.3.4",
"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.2.3](https://github.com/ing-bank/lion/compare/@lion/dialog@0.2.2...@lion/dialog@0.2.3) (2019-12-04)
**Note:** Version bump only for package @lion/dialog
## [0.2.2](https://github.com/ing-bank/lion/compare/@lion/dialog@0.2.1...@lion/dialog@0.2.2) (2019-12-03)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/dialog",
"version": "0.2.2",
"version": "0.2.3",
"description": "Show relative overlay content on click, as a webcomponent",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -31,7 +31,7 @@
],
"dependencies": {
"@lion/core": "0.3.0",
"@lion/overlays": "0.7.1"
"@lion/overlays": "0.8.0"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^0.2.0",

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.6.0](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.5.2...@lion/input-datepicker@0.6.0) (2019-12-04)
### Features
* integrate and pass automated a11y testing ([e1a417b](https://github.com/ing-bank/lion/commit/e1a417b041431e4e25a5b6a63e23ba0a3974f5a5))
## [0.5.2](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.5.1...@lion/input-datepicker@0.5.2) (2019-12-03)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.5.2",
"version": "0.6.0",
"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,16 +36,16 @@
"*.js"
],
"dependencies": {
"@lion/calendar": "0.4.2",
"@lion/calendar": "0.5.0",
"@lion/core": "0.3.0",
"@lion/field": "0.6.7",
"@lion/input-date": "0.3.8",
"@lion/localize": "0.7.1",
"@lion/overlays": "0.7.1",
"@lion/overlays": "0.8.0",
"@lion/validate": "0.5.2"
},
"devDependencies": {
"@lion/button": "0.3.46",
"@lion/button": "0.4.0",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^2.3.4",
"sinon": "^7.2.2"

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.8.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.7.1...@lion/overlays@0.8.0) (2019-12-04)
### Features
* integrate and pass automated a11y testing ([e1a417b](https://github.com/ing-bank/lion/commit/e1a417b041431e4e25a5b6a63e23ba0a3974f5a5))
## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.7.0...@lion/overlays@0.7.1) (2019-12-02)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/overlays",
"version": "0.7.1",
"version": "0.8.0",
"description": "Overlays System using lit-html for rendering",
"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.4.3](https://github.com/ing-bank/lion/compare/@lion/popup@0.4.2...@lion/popup@0.4.3) (2019-12-04)
**Note:** Version bump only for package @lion/popup
## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/popup@0.4.1...@lion/popup@0.4.2) (2019-12-03)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/popup",
"version": "0.4.2",
"version": "0.4.3",
"description": "Show relative overlay content on click",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -33,10 +33,10 @@
],
"dependencies": {
"@lion/core": "0.3.0",
"@lion/overlays": "0.7.1"
"@lion/overlays": "0.8.0"
},
"devDependencies": {
"@lion/button": "0.3.46",
"@lion/button": "0.4.0",
"@lion/icon": "0.2.10",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^2.3.4"

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.8.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.7.2...@lion/select-rich@0.8.0) (2019-12-04)
### Features
* integrate and pass automated a11y testing ([e1a417b](https://github.com/ing-bank/lion/commit/e1a417b041431e4e25a5b6a63e23ba0a3974f5a5))
## [0.7.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.7.1...@lion/select-rich@0.7.2) (2019-12-03)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/select-rich",
"version": "0.7.2",
"version": "0.8.0",
"description": "Provides a select with options that can contain html",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -36,11 +36,11 @@
"*.js"
],
"dependencies": {
"@lion/button": "0.3.46",
"@lion/button": "0.4.0",
"@lion/core": "0.3.0",
"@lion/field": "0.6.7",
"@lion/option": "0.3.8",
"@lion/overlays": "0.7.1",
"@lion/overlays": "0.8.0",
"@lion/validate": "0.5.2"
},
"devDependencies": {

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.3.10](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.9...@lion/switch@0.3.10) (2019-12-04)
**Note:** Version bump only for package @lion/switch
## [0.3.9](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.8...@lion/switch@0.3.9) (2019-12-03)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/switch",
"version": "0.3.9",
"version": "0.3.10",
"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.3.46",
"@lion/button": "0.4.0",
"@lion/choice-input": "0.4.8",
"@lion/core": "0.3.0",
"@lion/field": "0.6.7"

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.0](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.4.2...@lion/tooltip@0.5.0) (2019-12-04)
### Features
* integrate and pass automated a11y testing ([e1a417b](https://github.com/ing-bank/lion/commit/e1a417b041431e4e25a5b6a63e23ba0a3974f5a5))
## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.4.1...@lion/tooltip@0.4.2) (2019-12-03)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/tooltip",
"version": "0.4.2",
"version": "0.5.0",
"description": "Show relative overlay content on hover",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -33,7 +33,7 @@
],
"dependencies": {
"@lion/core": "0.3.0",
"@lion/overlays": "0.7.1"
"@lion/overlays": "0.8.0"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^0.2.0",