chore: release new versions
- @lion/input-datepicker@0.1.19 - @lion/overlays@0.2.7 - @lion/popup@0.1.26 - @lion/tooltip@0.1.26
This commit is contained in:
parent
aa30efcf75
commit
c58f95e163
8 changed files with 39 additions and 7 deletions
|
|
@ -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.19](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.18...@lion/input-datepicker@0.1.19) (2019-06-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.18](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.17...@lion/input-datepicker@0.1.18) (2019-06-20)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.1.18",
|
||||
"version": "0.1.19",
|
||||
"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/",
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
"@lion/core": "^0.1.9",
|
||||
"@lion/input-date": "^0.1.21",
|
||||
"@lion/localize": "^0.4.0",
|
||||
"@lion/overlays": "^0.2.6",
|
||||
"@lion/overlays": "^0.2.7",
|
||||
"@lion/validate": "^0.2.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -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.7](https://github.com/ing-bank/lion/compare/@lion/overlays@0.2.6...@lion/overlays@0.2.7) (2019-06-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.6](https://github.com/ing-bank/lion/compare/@lion/overlays@0.2.5...@lion/overlays@0.2.6) (2019-06-20)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/overlays",
|
||||
"version": "0.2.6",
|
||||
"version": "0.2.7",
|
||||
"description": "Overlays System using lit-html for rendering",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
|
|||
|
|
@ -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.26](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.25...@lion/popup@0.1.26) (2019-06-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/popup
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.25](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.24...@lion/popup@0.1.25) (2019-06-20)
|
||||
|
||||
**Note:** Version bump only for package @lion/popup
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/popup",
|
||||
"version": "0.1.25",
|
||||
"version": "0.1.26",
|
||||
"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.9",
|
||||
"@lion/overlays": "^0.2.6"
|
||||
"@lion/overlays": "^0.2.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/button": "^0.1.25",
|
||||
|
|
|
|||
|
|
@ -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.26](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.25...@lion/tooltip@0.1.26) (2019-06-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/tooltip
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.25](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.24...@lion/tooltip@0.1.25) (2019-06-20)
|
||||
|
||||
**Note:** Version bump only for package @lion/tooltip
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.1.25",
|
||||
"version": "0.1.26",
|
||||
"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.1.9",
|
||||
"@lion/overlays": "^0.2.6"
|
||||
"@lion/overlays": "^0.2.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/button": "^0.1.25",
|
||||
|
|
|
|||
Loading…
Reference in a new issue