@cubejs-backend/cubestore
Advanced tools
Comparing version 0.28.13 to 0.28.14
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.28.14](https://github.com/cube-js/cube.js/compare/v0.28.13...v0.28.14) (2021-08-05) | ||
### Bug Fixes | ||
* **cubestore:** proper support for nulls in group by ([922138d](https://github.com/cube-js/cube.js/commit/922138d0c0e294f67aef133b42aeee85070e7a9a)) | ||
## [0.28.13](https://github.com/cube-js/cube.js/compare/v0.28.12...v0.28.13) (2021-08-04) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@cubejs-backend/cubestore", | ||
"version": "0.28.13", | ||
"version": "0.28.14", | ||
"description": "Cube.js pre-aggregation storage layer.", | ||
@@ -40,3 +40,3 @@ "main": "dist/src/index.js", | ||
"dependencies": { | ||
"@cubejs-backend/shared": "^0.28.10", | ||
"@cubejs-backend/shared": "^0.28.14", | ||
"@octokit/core": "^3.2.5", | ||
@@ -54,3 +54,3 @@ "source-map-support": "^0.5.19" | ||
}, | ||
"gitHead": "cb5b2107f28978cf3ec63f524cd33a765aea6b92" | ||
"gitHead": "0d0188a9613ea6030e15411b4ef5786a7e12760a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72098