From d4fa3fd119ce5aca020260b9bbb6863d05ab017a Mon Sep 17 00:00:00 2001 From: Pavel Tiunov Date: Mon, 30 Sep 2019 21:50:14 -0700 Subject: [PATCH] v0.10.47 --- 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 5d8f8fbbb84a6..42d0c78a9cbef 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.47](https://github.com/cube-js/cube.js/compare/v0.10.46...v0.10.47) (2019-10-01) + + +### Bug Fixes + +* **client-ngx:** client.ts is missing from the TypeScript compilation ([7dfc071](https://github.com/cube-js/cube.js/commit/7dfc071)) + + + + + ## [0.10.46](https://github.com/cube-js/cube.js/compare/v0.10.45...v0.10.46) (2019-09-30) diff --git a/lerna.json b/lerna.json index cad4d30dc1e33..31cf779ffc98d 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.10.46" + "version": "0.10.47" } diff --git a/packages/cubejs-client-ngx/CHANGELOG.md b/packages/cubejs-client-ngx/CHANGELOG.md index 48a133e021879..31ff86c226017 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.47](https://github.com/statsbotco/cubejs-client/compare/v0.10.46...v0.10.47) (2019-10-01) + + +### Bug Fixes + +* **client-ngx:** client.ts is missing from the TypeScript compilation ([7dfc071](https://github.com/statsbotco/cubejs-client/commit/7dfc071)) + + + + + ## [0.10.43](https://github.com/statsbotco/cubejs-client/compare/v0.10.42...v0.10.43) (2019-09-27) diff --git a/packages/cubejs-client-ngx/package.json b/packages/cubejs-client-ngx/package.json index 74da3bff4d39e..cbc35a8cc816e 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.43", + "version": "0.10.47", "description": "Cube.js client for Angular", "main": "dist/cubejs-client-ngx.umd.js", "module": "dist/cubejs-client-ngx.js",