chore: release new versions

- @lion/popup@0.2.40
 - @lion/tooltip@0.2.40
This commit is contained in:
CircleCI 2019-09-09 12:22:46 +00:00
parent 1e698cf529
commit a5c78611b3
4 changed files with 24 additions and 3 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.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)
**Note:** Version bump only for package @lion/popup

View file

@ -1,6 +1,6 @@
{
"name": "@lion/popup",
"version": "0.2.39",
"version": "0.2.40",
"description": "Show relative overlay content on click",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",

View file

@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
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)
**Note:** Version bump only for package @lion/tooltip

View file

@ -1,6 +1,6 @@
{
"name": "@lion/tooltip",
"version": "0.2.39",
"version": "0.2.40",
"description": "Show relative overlay content on hover",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
@ -34,7 +34,7 @@
"dependencies": {
"@lion/core": "^0.1.13",
"@lion/overlays": "^0.3.12",
"@lion/popup": "^0.2.39"
"@lion/popup": "^0.2.40"
},
"devDependencies": {
"@lion/button": "^0.3.12",