Skip to content

Commit

Permalink
v0.10.47
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Oct 1, 2019
1 parent 7dfc071 commit d4fa3fd
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.10.46"
"version": "0.10.47"
}
11 changes: 11 additions & 0 deletions packages/cubejs-client-ngx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-client-ngx/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d4fa3fd

Please sign in to comment.