@slickgrid-universal/empty-warning-component
Advanced tools
Comparing version 0.14.0 to 0.14.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.14.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.0...v0.14.1) (2021-05-22) | ||
**Note:** Version bump only for package @slickgrid-universal/empty-warning-component | ||
# [0.14.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.13.0...v0.14.0) (2021-05-22) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@slickgrid-universal/empty-warning-component", | ||
"version": "0.14.0", | ||
"version": "0.14.1", | ||
"description": "Slick Empty Warning Component - Vanilla Implementation of an Empty Dataset Warning Component", | ||
@@ -41,3 +41,3 @@ "main": "dist/commonjs/index.js", | ||
"dependencies": { | ||
"@slickgrid-universal/common": "^0.14.0", | ||
"@slickgrid-universal/common": "^0.14.1", | ||
"dompurify": "^2.2.8" | ||
@@ -50,3 +50,3 @@ }, | ||
}, | ||
"gitHead": "4ca3a936e05458c8532dd46173b2e229727ac4e2" | ||
"gitHead": "6709f5df99830cf3113e5883fa0a0bc39a45dfd6" | ||
} |
43101