From 7954b05ce60ea10e9d8478e466483ff1155636b7 Mon Sep 17 00:00:00 2001 From: Pavel Tiunov Date: Tue, 1 Oct 2019 16:17:10 -0700 Subject: [PATCH] v0.10.50 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/cubejs-client-ngx/CHANGELOG.md | 11 +++++++++++ packages/cubejs-client-ngx/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 237059496468d..7988bc7a9d224 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.50](https://github.com/cube-js/cube.js/compare/v0.10.49...v0.10.50) (2019-10-01) + + +### Bug Fixes + +* **client-ngx:** client.ts is missing from the TypeScript compilation. Fix files ([ae5c2df](https://github.com/cube-js/cube.js/commit/ae5c2df)) + + + + + ## [0.10.49](https://github.com/cube-js/cube.js/compare/v0.10.48...v0.10.49) (2019-10-01) diff --git a/lerna.json b/lerna.json index 4a085b908eac7..f2797bcae9b19 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.10.49" + "version": "0.10.50" } diff --git a/packages/cubejs-client-ngx/CHANGELOG.md b/packages/cubejs-client-ngx/CHANGELOG.md index e506213560dd7..b70c65ea02757 100644 --- a/packages/cubejs-client-ngx/CHANGELOG.md +++ b/packages/cubejs-client-ngx/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.50](https://github.com/statsbotco/cubejs-client/compare/v0.10.49...v0.10.50) (2019-10-01) + + +### Bug Fixes + +* **client-ngx:** client.ts is missing from the TypeScript compilation. Fix files ([ae5c2df](https://github.com/statsbotco/cubejs-client/commit/ae5c2df)) + + + + + ## [0.10.49](https://github.com/statsbotco/cubejs-client/compare/v0.10.48...v0.10.49) (2019-10-01) diff --git a/packages/cubejs-client-ngx/package.json b/packages/cubejs-client-ngx/package.json index 7f72aa90490e4..ae1aa13f7fe14 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.49", + "version": "0.10.50", "description": "Cube.js client for Angular", "main": "dist/bundles/cubejs-client-ngx.umd.js", "files": [