chore: release new versions
- @lion/input-datepicker@0.1.74 - @lion/overlays@0.5.1 - @lion/popup@0.2.49 - @lion/select-rich@0.2.2 - @lion/tooltip@0.2.49
This commit is contained in:
parent
c04e32fb05
commit
2b235054c6
10 changed files with 53 additions and 10 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.74](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.73...@lion/input-datepicker@0.1.74) (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.73](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.72...@lion/input-datepicker@0.1.73) (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.1.73",
|
||||
"version": "0.1.74",
|
||||
"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/",
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"@lion/field": "^0.2.7",
|
||||
"@lion/input-date": "^0.1.55",
|
||||
"@lion/localize": "^0.4.16",
|
||||
"@lion/overlays": "^0.5.0",
|
||||
"@lion/overlays": "^0.5.1",
|
||||
"@lion/validate": "^0.2.32"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -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.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.5.0...@lion/overlays@0.5.1) (2019-09-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** fix contentNodes for local and global overlays ([733991d](https://github.com/ing-bank/lion/commit/733991d))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.5.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.4.0...@lion/overlays@0.5.0) (2019-09-26)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/overlays",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"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.2.49](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.48...@lion/popup@0.2.49) (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/popup
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.48](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.47...@lion/popup@0.2.48) (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/popup
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/popup",
|
||||
"version": "0.2.48",
|
||||
"version": "0.2.49",
|
||||
"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.2.0",
|
||||
"@lion/overlays": "^0.5.0"
|
||||
"@lion/overlays": "^0.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/button": "^0.3.19",
|
||||
|
|
|
|||
|
|
@ -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.2](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.2.1...@lion/select-rich@0.2.2) (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.2.0...@lion/select-rich@0.2.1) (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"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.2.0",
|
||||
"@lion/field": "^0.2.7",
|
||||
"@lion/option": "^0.1.14",
|
||||
"@lion/overlays": "^0.5.0",
|
||||
"@lion/overlays": "^0.5.1",
|
||||
"@lion/validate": "^0.2.32"
|
||||
},
|
||||
"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.49](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.48...@lion/tooltip@0.2.49) (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/tooltip
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.48](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.47...@lion/tooltip@0.2.48) (2019-09-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/tooltip
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.2.48",
|
||||
"version": "0.2.49",
|
||||
"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.2.0",
|
||||
"@lion/overlays": "^0.5.0",
|
||||
"@lion/popup": "^0.2.48"
|
||||
"@lion/overlays": "^0.5.1",
|
||||
"@lion/popup": "^0.2.49"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/button": "^0.3.19",
|
||||
|
|
|
|||
Loading…
Reference in a new issue