chore: release new versions

- @lion/button@0.3.23
 - @lion/calendar@0.2.0
 - @lion/input-datepicker@0.2.0
 - @lion/option@0.2.0
 - @lion/overlays@0.6.0
 - @lion/popup@0.3.0
 - @lion/select-rich@0.3.0
 - @lion/tooltip@0.3.0
This commit is contained in:
CircleCI 2019-10-10 15:21:46 +00:00
parent 91583e14fd
commit a993f8e33f
16 changed files with 108 additions and 20 deletions

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.3.23](https://github.com/ing-bank/lion/compare/@lion/button@0.3.22...@lion/button@0.3.23) (2019-10-10)
### Bug Fixes
* **button:** guard against _nativeButton not defined ([1a22c9b](https://github.com/ing-bank/lion/commit/1a22c9b))
## [0.3.22](https://github.com/ing-bank/lion/compare/@lion/button@0.3.21...@lion/button@0.3.22) (2019-10-09) ## [0.3.22](https://github.com/ing-bank/lion/compare/@lion/button@0.3.21...@lion/button@0.3.22) (2019-10-09)
**Note:** Version bump only for package @lion/button **Note:** Version bump only for package @lion/button

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/button", "name": "@lion/button",
"version": "0.3.22", "version": "0.3.23",
"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/",

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.2.0](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.71...@lion/calendar@0.2.0) (2019-10-10)
### Features
* update to latest overlay system ([4c26bef](https://github.com/ing-bank/lion/commit/4c26bef))
## [0.1.71](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.70...@lion/calendar@0.1.71) (2019-10-09) ## [0.1.71](https://github.com/ing-bank/lion/compare/@lion/calendar@0.1.70...@lion/calendar@0.1.71) (2019-10-09)
**Note:** Version bump only for package @lion/calendar **Note:** Version bump only for package @lion/calendar

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/calendar", "name": "@lion/calendar",
"version": "0.1.71", "version": "0.2.0",
"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.4.19" "@lion/localize": "^0.4.19"
}, },
"devDependencies": { "devDependencies": {
"@lion/button": "^0.3.22", "@lion/button": "^0.3.23",
"@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"

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.2.0](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.77...@lion/input-datepicker@0.2.0) (2019-10-10)
### Features
* update to latest overlay system ([4c26bef](https://github.com/ing-bank/lion/commit/4c26bef))
## [0.1.77](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.76...@lion/input-datepicker@0.1.77) (2019-10-09) ## [0.1.77](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.76...@lion/input-datepicker@0.1.77) (2019-10-09)
**Note:** Version bump only for package @lion/input-datepicker **Note:** Version bump only for package @lion/input-datepicker

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/input-datepicker", "name": "@lion/input-datepicker",
"version": "0.1.77", "version": "0.2.0",
"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,16 +36,16 @@
"*.js" "*.js"
], ],
"dependencies": { "dependencies": {
"@lion/calendar": "^0.1.71", "@lion/calendar": "^0.2.0",
"@lion/core": "^0.2.0", "@lion/core": "^0.2.0",
"@lion/field": "^0.2.10", "@lion/field": "^0.2.10",
"@lion/input-date": "^0.1.58", "@lion/input-date": "^0.1.58",
"@lion/localize": "^0.4.19", "@lion/localize": "^0.4.19",
"@lion/overlays": "^0.5.1", "@lion/overlays": "^0.6.0",
"@lion/validate": "^0.2.35" "@lion/validate": "^0.2.35"
}, },
"devDependencies": { "devDependencies": {
"@lion/button": "^0.3.22", "@lion/button": "^0.3.23",
"@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"

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.2.0](https://github.com/ing-bank/lion/compare/@lion/option@0.1.17...@lion/option@0.2.0) (2019-10-10)
### Features
* update to latest overlay system ([4c26bef](https://github.com/ing-bank/lion/commit/4c26bef))
## [0.1.17](https://github.com/ing-bank/lion/compare/@lion/option@0.1.16...@lion/option@0.1.17) (2019-10-09) ## [0.1.17](https://github.com/ing-bank/lion/compare/@lion/option@0.1.16...@lion/option@0.1.17) (2019-10-09)
**Note:** Version bump only for package @lion/option **Note:** Version bump only for package @lion/option

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/option", "name": "@lion/option",
"version": "0.1.17", "version": "0.2.0",
"description": "Allows to provide options for a rich select", "description": "Allows to provide options for a rich select",
"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,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.6.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.5.1...@lion/overlays@0.6.0) (2019-10-10)
### Features
* **overlays:** release new overlay system ([364f185](https://github.com/ing-bank/lion/commit/364f185))
## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.5.0...@lion/overlays@0.5.1) (2019-09-27) ## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.5.0...@lion/overlays@0.5.1) (2019-09-27)

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/overlays", "name": "@lion/overlays",
"version": "0.5.1", "version": "0.6.0",
"description": "Overlays System using lit-html for rendering", "description": "Overlays System using lit-html for rendering",
"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,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.3.0](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.52...@lion/popup@0.3.0) (2019-10-10)
### Features
* update to latest overlay system ([4c26bef](https://github.com/ing-bank/lion/commit/4c26bef))
## [0.2.52](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.51...@lion/popup@0.2.52) (2019-10-09) ## [0.2.52](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.51...@lion/popup@0.2.52) (2019-10-09)
**Note:** Version bump only for package @lion/popup **Note:** Version bump only for package @lion/popup

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/popup", "name": "@lion/popup",
"version": "0.2.52", "version": "0.3.0",
"description": "Show relative overlay content on click", "description": "Show relative overlay content on click",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",
@ -33,10 +33,10 @@
], ],
"dependencies": { "dependencies": {
"@lion/core": "^0.2.0", "@lion/core": "^0.2.0",
"@lion/overlays": "^0.5.1" "@lion/overlays": "^0.6.0"
}, },
"devDependencies": { "devDependencies": {
"@lion/button": "^0.3.22", "@lion/button": "^0.3.23",
"@lion/icon": "^0.2.7", "@lion/icon": "^0.2.7",
"@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"

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.3.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.2.5...@lion/select-rich@0.3.0) (2019-10-10)
### Features
* update to latest overlay system ([4c26bef](https://github.com/ing-bank/lion/commit/4c26bef))
## [0.2.5](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.2.4...@lion/select-rich@0.2.5) (2019-10-09) ## [0.2.5](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.2.4...@lion/select-rich@0.2.5) (2019-10-09)
**Note:** Version bump only for package @lion/select-rich **Note:** Version bump only for package @lion/select-rich

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/select-rich", "name": "@lion/select-rich",
"version": "0.2.5", "version": "0.3.0",
"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,11 +36,11 @@
"*.js" "*.js"
], ],
"dependencies": { "dependencies": {
"@lion/button": "^0.3.22", "@lion/button": "^0.3.23",
"@lion/core": "^0.2.0", "@lion/core": "^0.2.0",
"@lion/field": "^0.2.10", "@lion/field": "^0.2.10",
"@lion/option": "^0.1.17", "@lion/option": "^0.2.0",
"@lion/overlays": "^0.5.1", "@lion/overlays": "^0.6.0",
"@lion/validate": "^0.2.35" "@lion/validate": "^0.2.35"
}, },
"devDependencies": { "devDependencies": {

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.3.0](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.52...@lion/tooltip@0.3.0) (2019-10-10)
### Features
* update to latest overlay system ([4c26bef](https://github.com/ing-bank/lion/commit/4c26bef))
## [0.2.52](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.51...@lion/tooltip@0.2.52) (2019-10-09) ## [0.2.52](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.51...@lion/tooltip@0.2.52) (2019-10-09)
**Note:** Version bump only for package @lion/tooltip **Note:** Version bump only for package @lion/tooltip

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/tooltip", "name": "@lion/tooltip",
"version": "0.2.52", "version": "0.3.0",
"description": "Show relative overlay content on hover", "description": "Show relative overlay content on hover",
"author": "ing-bank", "author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/", "homepage": "https://github.com/ing-bank/lion/",
@ -33,11 +33,11 @@
], ],
"dependencies": { "dependencies": {
"@lion/core": "^0.2.0", "@lion/core": "^0.2.0",
"@lion/overlays": "^0.5.1", "@lion/overlays": "^0.6.0",
"@lion/popup": "^0.2.52" "@lion/popup": "^0.3.0"
}, },
"devDependencies": { "devDependencies": {
"@lion/button": "^0.3.22", "@lion/button": "^0.3.23",
"@lion/icon": "^0.2.7", "@lion/icon": "^0.2.7",
"@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"