Skip to content

Commit

Permalink
v0.10.42
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Sep 16, 2019
1 parent 65871f9 commit d0e9691
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
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.42](https://github.com/cube-js/cube.js/compare/v0.10.41...v0.10.42) (2019-09-16)


### Bug Fixes

* **client-ngx:** Function calls are not supported in decorators but 'ɵangular_packages_core_core_a' was called. ([65871f9](https://github.com/cube-js/cube.js/commit/65871f9))





## [0.10.41](https://github.com/cube-js/cube.js/compare/v0.10.40...v0.10.41) (2019-09-13)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.10.41"
"version": "0.10.42"
}
11 changes: 11 additions & 0 deletions packages/cubejs-client-ngx/CHANGELOG.md
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.42](https://github.com/statsbotco/cubejs-client/compare/v0.10.41...v0.10.42) (2019-09-16)


### Bug Fixes

* **client-ngx:** Function calls are not supported in decorators but 'ɵangular_packages_core_core_a' was called. ([65871f9](https://github.com/statsbotco/cubejs-client/commit/65871f9))





## [0.10.40](https://github.com/statsbotco/cubejs-client/compare/v0.10.39...v0.10.40) (2019-09-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-client-ngx/package.json
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/ngx",
"version": "0.10.40",
"version": "0.10.42",
"description": "Cube.js client for Angular",
"main": "dist/cubejs-client-ngx.js",
"license": "MIT",
Expand All @@ -15,9 +15,9 @@
"build": "ng-packagr -p package.json"
},
"devDependencies": {
"@angular/core": "^8.2.5",
"@angular/compiler": "^7.2.14",
"@angular/compiler-cli": "^7.2.14",
"@angular/core": "^8.2.5",
"ng-packagr": "^5.1.0",
"typescript": "^3.1.1"
},
Expand Down

0 comments on commit d0e9691

Please sign in to comment.