chore: release new versions
- @lion/popup@0.2.40 - @lion/tooltip@0.2.40
This commit is contained in:
parent
1e698cf529
commit
a5c78611b3
4 changed files with 24 additions and 3 deletions
|
|
@ -3,6 +3,14 @@
|
||||||
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.40](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.39...@lion/popup@0.2.40) (2019-09-09)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @lion/popup
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.2.39](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.38...@lion/popup@0.2.39) (2019-08-29)
|
## [0.2.39](https://github.com/ing-bank/lion/compare/@lion/popup@0.2.38...@lion/popup@0.2.39) (2019-08-29)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/popup
|
**Note:** Version bump only for package @lion/popup
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/popup",
|
"name": "@lion/popup",
|
||||||
"version": "0.2.39",
|
"version": "0.2.40",
|
||||||
"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/",
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,19 @@
|
||||||
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.40](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.39...@lion/tooltip@0.2.40) (2019-09-09)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **tooltip:** add aria role ([b8e9926](https://github.com/ing-bank/lion/commit/b8e9926))
|
||||||
|
* **tooltip:** make tooltip hide with what triggered it ([48a41c9](https://github.com/ing-bank/lion/commit/48a41c9))
|
||||||
|
* **tooltip:** make tooltip hoverable ([73e2305](https://github.com/ing-bank/lion/commit/73e2305))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [0.2.39](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.38...@lion/tooltip@0.2.39) (2019-08-29)
|
## [0.2.39](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.2.38...@lion/tooltip@0.2.39) (2019-08-29)
|
||||||
|
|
||||||
**Note:** Version bump only for package @lion/tooltip
|
**Note:** Version bump only for package @lion/tooltip
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/tooltip",
|
"name": "@lion/tooltip",
|
||||||
"version": "0.2.39",
|
"version": "0.2.40",
|
||||||
"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/",
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "^0.1.13",
|
"@lion/core": "^0.1.13",
|
||||||
"@lion/overlays": "^0.3.12",
|
"@lion/overlays": "^0.3.12",
|
||||||
"@lion/popup": "^0.2.39"
|
"@lion/popup": "^0.2.40"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/button": "^0.3.12",
|
"@lion/button": "^0.3.12",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue