@lion/popup
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/popup@0.4.0...@lion/popup@0.4.1) (2019-12-02) | ||
### Bug Fixes | ||
* use strict versions to get correct deps on older versions ([8645c13](https://github.com/ing-bank/lion/commit/8645c13b1d77e488713f2e5e0e4e00c4d30ea1ee)) | ||
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/popup@0.3.20...@lion/popup@0.4.0) (2019-12-01) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@lion/popup", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Show relative overlay content on click", | ||
@@ -35,12 +35,12 @@ "author": "ing-bank", | ||
"dependencies": { | ||
"@lion/core": "^0.3.0", | ||
"@lion/overlays": "^0.7.0" | ||
"@lion/core": "0.3.0", | ||
"@lion/overlays": "^0.7.1" | ||
}, | ||
"devDependencies": { | ||
"@lion/button": "^0.3.44", | ||
"@lion/icon": "^0.2.9", | ||
"@lion/button": "^0.3.45", | ||
"@lion/icon": "^0.2.10", | ||
"@open-wc/demoing-storybook": "^0.2.0", | ||
"@open-wc/testing": "^2.3.4" | ||
}, | ||
"gitHead": "4d029a5d4d8fb8586118047aabc08380a7a93800" | ||
"gitHead": "7db55eda7e4fc73cbf538c15bcde9532fed813b7" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20258
1
Updated@lion/core@0.3.0
Updated@lion/overlays@^0.7.1