chore: release new versions

- @lion/input-datepicker@0.1.53
 - @lion/overlays@0.3.12
 - @lion/popup@0.2.30
 - @lion/select-rich@0.1.6
 - @lion/tooltip@0.2.30
This commit is contained in:
CircleCI 2019-08-01 13:06:00 +00:00
parent 32011c95d3
commit 3c495ea2c1
10 changed files with 53 additions and 10 deletions

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.1.53](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.52...@lion/input-datepicker@0.1.53) (2019-08-01)
**Note:** Version bump only for package @lion/input-datepicker
## [0.1.52](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.51...@lion/input-datepicker@0.1.52) (2019-07-30)

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-datepicker",
"version": "0.1.52",
"version": "0.1.53",
"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/",
@ -40,7 +40,7 @@
"@lion/core": "^0.1.13",
"@lion/input-date": "^0.1.42",
"@lion/localize": "^0.4.11",
"@lion/overlays": "^0.3.11",
"@lion/overlays": "^0.3.12",
"@lion/validate": "^0.2.24"
},
"devDependencies": {

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.3.12](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.11...@lion/overlays@0.3.12) (2019-08-01)
### Bug Fixes
* **overlays:** global overlays have fixed positioning context ([6bee300](https://github.com/ing-bank/lion/commit/6bee300))
## [0.3.11](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.10...@lion/overlays@0.3.11) (2019-07-25)
**Note:** Version bump only for package @lion/overlays

View file

@ -1,6 +1,6 @@
{
"name": "@lion/overlays",
"version": "0.3.11",
"version": "0.3.12",
"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.2.30](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.29...@lion/popup@0.2.30) (2019-08-01)
**Note:** Version bump only for package @lion/popup
## [0.2.29](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.28...@lion/popup@0.2.29) (2019-07-30)
**Note:** Version bump only for package @lion/popup

View file

@ -1,6 +1,6 @@
{
"name": "@lion/popup",
"version": "0.2.29",
"version": "0.2.30",
"description": "Show relative overlay content on click",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -33,7 +33,7 @@
],
"dependencies": {
"@lion/core": "^0.1.13",
"@lion/overlays": "^0.3.11"
"@lion/overlays": "^0.3.12"
},
"devDependencies": {
"@lion/button": "^0.3.3",

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.1.6](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.5...@lion/select-rich@0.1.6) (2019-08-01)
**Note:** Version bump only for package @lion/select-rich
## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.1.4...@lion/select-rich@0.1.5) (2019-07-30)
**Note:** Version bump only for package @lion/select-rich

View file

@ -1,6 +1,6 @@
{
"name": "@lion/select-rich",
"version": "0.1.5",
"version": "0.1.6",
"description": "Provides a select with options that can contain html",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -40,7 +40,7 @@
"@lion/core": "^0.1.13",
"@lion/field": "^0.1.40",
"@lion/option": "^0.1.2",
"@lion/overlays": "^0.3.11",
"@lion/overlays": "^0.3.12",
"@lion/validate": "^0.2.24"
},
"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.2.30](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.29...@lion/tooltip@0.2.30) (2019-08-01)
**Note:** Version bump only for package @lion/tooltip
## [0.2.29](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.28...@lion/tooltip@0.2.29) (2019-07-30)
**Note:** Version bump only for package @lion/tooltip

View file

@ -1,6 +1,6 @@
{
"name": "@lion/tooltip",
"version": "0.2.29",
"version": "0.2.30",
"description": "Show relative overlay content on hover",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -33,8 +33,8 @@
],
"dependencies": {
"@lion/core": "^0.1.13",
"@lion/overlays": "^0.3.11",
"@lion/popup": "^0.2.29"
"@lion/overlays": "^0.3.12",
"@lion/popup": "^0.2.30"
},
"devDependencies": {
"@lion/button": "^0.3.3",