@lion/tooltip
Advanced tools
Comparing version 0.11.3 to 0.11.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.11.4](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.11.3...@lion/tooltip@0.11.4) (2020-06-18) | ||
**Note:** Version bump only for package @lion/tooltip | ||
## [0.11.3](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.11.2...@lion/tooltip@0.11.3) (2020-06-10) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@lion/tooltip", | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"description": "Show relative overlay content on hover", | ||
"license": "MIT", | ||
"author": "ing-bank", | ||
"homepage": "https://github.com/ing-bank/lion/", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
@@ -16,21 +13,16 @@ "type": "git", | ||
}, | ||
"scripts": { | ||
"prepublishOnly": "../../scripts/npm-prepublish.js", | ||
"test": "cd ../../ && yarn test:browser --grep \"packages/tooltip/test/**/*.test.js\"", | ||
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/tooltip/test/**/*.test.js\"" | ||
}, | ||
"keywords": [ | ||
"lion", | ||
"web-components", | ||
"tooltip" | ||
], | ||
"main": "index.js", | ||
"module": "index.js", | ||
"files": [ | ||
"*.js", | ||
"docs", | ||
"src", | ||
"test", | ||
"translations", | ||
"*.js" | ||
"translations" | ||
], | ||
"scripts": { | ||
"prepublishOnly": "../../scripts/npm-prepublish.js", | ||
"test": "cd ../../ && yarn test:browser --grep \"packages/tooltip/test/**/*.test.js\"", | ||
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/tooltip/test/**/*.test.js\"" | ||
}, | ||
"sideEffects": [ | ||
@@ -41,6 +33,14 @@ "lion-tooltip.js", | ||
"dependencies": { | ||
"@lion/core": "0.7.1", | ||
"@lion/overlays": "0.16.3" | ||
"@lion/core": "0.7.2", | ||
"@lion/overlays": "0.16.4" | ||
}, | ||
"gitHead": "0f7ee151e0734295198288d38d69e4bf7f4897c1" | ||
"keywords": [ | ||
"lion", | ||
"tooltip", | ||
"web-components" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "8958b2fa02d3b0c39120d405c5284aa01990a524" | ||
} |
50626
+ Added@lion/core@0.7.2(transitive)
+ Added@lion/overlays@0.16.4(transitive)
+ Addedsingleton-manager@1.1.0(transitive)
- Removed@lion/core@0.7.1(transitive)
- Removed@lion/overlays@0.16.3(transitive)
- Removedsingleton-manager@1.0.0(transitive)
Updated@lion/core@0.7.2
Updated@lion/overlays@0.16.4