diff --git a/CHANGELOG.md b/CHANGELOG.md index 7416f226e0813..88359bd74de3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.56](https://github.com/cube-js/cube.js/compare/v0.10.55...v0.10.56) (2019-10-04) + + +### Bug Fixes + +* **react:** Evade unnecessary heavy chart renders ([bdcc569](https://github.com/cube-js/cube.js/commit/bdcc569)) + + + + + ## [0.10.55](https://github.com/cube-js/cube.js/compare/v0.10.54...v0.10.55) (2019-10-03) diff --git a/lerna.json b/lerna.json index 97786486dd6cc..d2dd5979cec58 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.10.55" + "version": "0.10.56" } diff --git a/packages/cubejs-client-core/CHANGELOG.md b/packages/cubejs-client-core/CHANGELOG.md index 9009f8c5bcc62..aded91f5389a5 100644 --- a/packages/cubejs-client-core/CHANGELOG.md +++ b/packages/cubejs-client-core/CHANGELOG.md @@ -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.10.56](https://github.com/statsbotco/cubejs-client/compare/v0.10.55...v0.10.56) (2019-10-04) + +**Note:** Version bump only for package @cubejs-client/core + + + + + ## [0.10.55](https://github.com/statsbotco/cubejs-client/compare/v0.10.54...v0.10.55) (2019-10-03) diff --git a/packages/cubejs-client-core/package.json b/packages/cubejs-client-core/package.json index 3c00ca34573ef..4d433a1322546 100644 --- a/packages/cubejs-client-core/package.json +++ b/packages/cubejs-client-core/package.json @@ -1,6 +1,6 @@ { "name": "@cubejs-client/core", - "version": "0.10.55", + "version": "0.10.56", "description": "cube.js client", "main": "dist/cubejs-client-core.js", "author": "Statsbot, Inc.", diff --git a/packages/cubejs-client-ngx/CHANGELOG.md b/packages/cubejs-client-ngx/CHANGELOG.md index 929404ab119ff..0663cea4030c4 100644 --- a/packages/cubejs-client-ngx/CHANGELOG.md +++ b/packages/cubejs-client-ngx/CHANGELOG.md @@ -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.10.56](https://github.com/statsbotco/cubejs-client/compare/v0.10.55...v0.10.56) (2019-10-04) + +**Note:** Version bump only for package @cubejs-client/ngx + + + + + ## [0.10.55](https://github.com/statsbotco/cubejs-client/compare/v0.10.54...v0.10.55) (2019-10-03) **Note:** Version bump only for package @cubejs-client/ngx diff --git a/packages/cubejs-client-ngx/package.json b/packages/cubejs-client-ngx/package.json index b6050f9e42b20..966180d14c880 100644 --- a/packages/cubejs-client-ngx/package.json +++ b/packages/cubejs-client-ngx/package.json @@ -1,6 +1,6 @@ { "name": "@cubejs-client/ngx", - "version": "0.10.55", + "version": "0.10.56", "description": "Cube.js client for Angular", "main": "dist/bundles/cubejs-client-ngx.umd.js", "files": [ @@ -8,7 +8,7 @@ ], "license": "MIT", "dependencies": { - "@cubejs-client/core": "^0.10.55", + "@cubejs-client/core": "^0.10.56", "tslib": "^1.9.0" }, "peerDependencies": { diff --git a/packages/cubejs-playground/CHANGELOG.md b/packages/cubejs-playground/CHANGELOG.md index 2e425c39c5b11..5b56192c41939 100644 --- a/packages/cubejs-playground/CHANGELOG.md +++ b/packages/cubejs-playground/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.56](https://github.com/statsbotco/cubejs-client/compare/v0.10.55...v0.10.56) (2019-10-04) + + +### Bug Fixes + +* **react:** Evade unnecessary heavy chart renders ([bdcc569](https://github.com/statsbotco/cubejs-client/commit/bdcc569)) + + + + + ## [0.10.55](https://github.com/statsbotco/cubejs-client/compare/v0.10.54...v0.10.55) (2019-10-03) diff --git a/packages/cubejs-playground/package.json b/packages/cubejs-playground/package.json index e6ad14873efa6..942925d9d446b 100644 --- a/packages/cubejs-playground/package.json +++ b/packages/cubejs-playground/package.json @@ -1,6 +1,6 @@ { "name": "@cubejs-client/playground", - "version": "0.10.55", + "version": "0.10.56", "dependencies": { "@babel/generator": "^7.4.0", "@babel/parser": "^7.4.2", @@ -9,8 +9,8 @@ "@babel/standalone": "^7.3.4", "@babel/traverse": "^7.4.0", "@babel/types": "^7.4.0", - "@cubejs-client/core": "^0.10.55", - "@cubejs-client/react": "^0.10.55", + "@cubejs-client/core": "^0.10.56", + "@cubejs-client/react": "^0.10.56", "antd": "^3.14.1", "bizcharts": "^3.4.3", "chart.js": "^2.7.3", diff --git a/packages/cubejs-react/CHANGELOG.md b/packages/cubejs-react/CHANGELOG.md index 92cf5477647b9..88bc0c599ef2f 100644 --- a/packages/cubejs-react/CHANGELOG.md +++ b/packages/cubejs-react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.56](https://github.com/statsbotco/cubejs-client/compare/v0.10.55...v0.10.56) (2019-10-04) + + +### Bug Fixes + +* **react:** Evade unnecessary heavy chart renders ([bdcc569](https://github.com/statsbotco/cubejs-client/commit/bdcc569)) + + + + + ## [0.10.55](https://github.com/statsbotco/cubejs-client/compare/v0.10.54...v0.10.55) (2019-10-03) **Note:** Version bump only for package @cubejs-client/react diff --git a/packages/cubejs-react/package.json b/packages/cubejs-react/package.json index 95e8432bec2ba..f12a18b25ebd0 100644 --- a/packages/cubejs-react/package.json +++ b/packages/cubejs-react/package.json @@ -1,6 +1,6 @@ { "name": "@cubejs-client/react", - "version": "0.10.55", + "version": "0.10.56", "description": "React components for cube.js", "author": "Statsbot, Inc.", "dependencies": { diff --git a/packages/cubejs-vue/CHANGELOG.md b/packages/cubejs-vue/CHANGELOG.md index 0a68c0c4fcd03..d45778db0a6d6 100644 --- a/packages/cubejs-vue/CHANGELOG.md +++ b/packages/cubejs-vue/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.56](https://github.com/statsbotco/cubejs-client/compare/v0.10.55...v0.10.56) (2019-10-04) + + +### Bug Fixes + +* **react:** Evade unnecessary heavy chart renders ([bdcc569](https://github.com/statsbotco/cubejs-client/commit/bdcc569)) + + + + + ## [0.10.53](https://github.com/statsbotco/cubejs-client/compare/v0.10.52...v0.10.53) (2019-10-02) diff --git a/packages/cubejs-vue/package.json b/packages/cubejs-vue/package.json index 0affe30d32a97..43d9ca95e3908 100644 --- a/packages/cubejs-vue/package.json +++ b/packages/cubejs-vue/package.json @@ -1,6 +1,6 @@ { "name": "@cubejs-client/vue", - "version": "0.10.53", + "version": "0.10.56", "description": "Vue.js components for cube.js", "author": "Ricardo Tapia", "scripts": {