chore: release new versions
- @lion/input-datepicker@0.1.23 - @lion/overlays@0.3.0 - @lion/popup@0.2.0 - @lion/tooltip@0.2.0
This commit is contained in:
parent
e3af4e7009
commit
0b1cb9fe34
8 changed files with 49 additions and 8 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.23](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.22...@lion/input-datepicker@0.1.23) (2019-06-28)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.22](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.1.21...@lion/input-datepicker@0.1.22) (2019-06-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.1.22",
|
||||
"version": "0.1.23",
|
||||
"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.23",
|
||||
"@lion/localize": "^0.4.1",
|
||||
"@lion/overlays": "^0.2.7",
|
||||
"@lion/overlays": "^0.3.0",
|
||||
"@lion/validate": "^0.2.10"
|
||||
},
|
||||
"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.3.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.2.7...@lion/overlays@0.3.0) (2019-06-28)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** base LocalOverlay positioning system on Popper.js ([22357ea](https://github.com/ing-bank/lion/commit/22357ea))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/overlays",
|
||||
"version": "0.2.7",
|
||||
"version": "0.3.0",
|
||||
"description": "Overlays System using lit-html for rendering",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
|
|||
|
|
@ -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.2.0](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.29...@lion/popup@0.2.0) (2019-06-28)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **popup:** change API to popper based ([1e6d60d](https://github.com/ing-bank/lion/commit/1e6d60d))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.29](https://github.com/ing-bank/lion/compare/@lion/popup@0.1.28...@lion/popup@0.1.29) (2019-06-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/popup
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/popup",
|
||||
"version": "0.1.29",
|
||||
"version": "0.2.0",
|
||||
"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.7"
|
||||
"@lion/overlays": "^0.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/button": "^0.1.28",
|
||||
|
|
|
|||
|
|
@ -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.2.0](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.29...@lion/tooltip@0.2.0) (2019-06-28)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **tooltip:** change API to popper based ([c01cfe9](https://github.com/ing-bank/lion/commit/c01cfe9))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.29](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.28...@lion/tooltip@0.1.29) (2019-06-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/tooltip
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.1.29",
|
||||
"version": "0.2.0",
|
||||
"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.9",
|
||||
"@lion/popup": "^0.1.23",
|
||||
"@lion/overlays": "^0.2.7"
|
||||
"@lion/overlays": "^0.3.0",
|
||||
"@lion/popup": "^0.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/button": "^0.1.28",
|
||||
|
|
|
|||
Loading…
Reference in a new issue