Skip to content

Commit

Permalink
v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Apr 17, 2019
1 parent 04adb7d commit ca092f9
Show file tree
Hide file tree
Showing 14 changed files with 83 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.4](https://github.com/statsbotco/cube.js/compare/v0.7.3...v0.7.4) (2019-04-17)


### Bug Fixes

* Make dashboard app creation explicit. Show error messages if dashboard failed to create. ([3b2a22b](https://github.com/statsbotco/cube.js/commit/3b2a22b))
* **api-gateway:** measures is always required ([04adb7d](https://github.com/statsbotco/cube.js/commit/04adb7d))
* **mongobi-driver:** fix ssl configuration ([#78](https://github.com/statsbotco/cube.js/issues/78)) ([ddc4dff](https://github.com/statsbotco/cube.js/commit/ddc4dff))





## [0.7.3](https://github.com/statsbotco/cube.js/compare/v0.7.2...v0.7.3) (2019-04-16)


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.7.3"
"version": "0.7.4"
}
11 changes: 11 additions & 0 deletions packages/cubejs-api-gateway/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.7.4](https://github.com/statsbotco/cubejs-client/compare/v0.7.3...v0.7.4) (2019-04-17)


### Bug Fixes

* **api-gateway:** measures is always required ([04adb7d](https://github.com/statsbotco/cubejs-client/commit/04adb7d))





# [0.7.0](https://github.com/statsbotco/cubejs-client/compare/v0.6.2...v0.7.0) (2019-04-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/api-gateway",
"description": "Cube.js API Gateway",
"author": "Statsbot, Inc.",
"version": "0.7.0",
"version": "0.7.4",
"engines": {
"node": ">=8.11.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-mongobi-driver/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.7.4](https://github.com/statsbotco/cubejs-client/compare/v0.7.3...v0.7.4) (2019-04-17)


### Bug Fixes

* **mongobi-driver:** fix ssl configuration ([#78](https://github.com/statsbotco/cubejs-client/issues/78)) ([ddc4dff](https://github.com/statsbotco/cubejs-client/commit/ddc4dff))





# [0.7.0](https://github.com/statsbotco/cubejs-client/compare/v0.6.2...v0.7.0) (2019-04-15)

**Note:** Version bump only for package @cubejs-backend/mongobi-driver
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-mongobi-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/mongobi-driver",
"description": "Cube.js MongoBI driver",
"author": "krunalsabnis@gmail.com",
"version": "0.7.0",
"version": "0.7.4",
"engines": {
"node": ">=8.11.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-playground/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.7.4](https://github.com/statsbotco/cubejs-client/compare/v0.7.3...v0.7.4) (2019-04-17)


### Bug Fixes

* Make dashboard app creation explicit. Show error messages if dashboard failed to create. ([3b2a22b](https://github.com/statsbotco/cubejs-client/commit/3b2a22b))





## [0.7.3](https://github.com/statsbotco/cubejs-client/compare/v0.7.2...v0.7.3) (2019-04-16)

**Note:** Version bump only for package @cubejs-client/playground
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/playground",
"version": "0.7.3",
"version": "0.7.4",
"dependencies": {
"@babel/generator": "^7.4.0",
"@babel/parser": "^7.4.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-server-core/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.7.4](https://github.com/statsbotco/cubejs-client/compare/v0.7.3...v0.7.4) (2019-04-17)


### Bug Fixes

* Make dashboard app creation explicit. Show error messages if dashboard failed to create. ([3b2a22b](https://github.com/statsbotco/cubejs-client/commit/3b2a22b))





## [0.7.2](https://github.com/statsbotco/cubejs-client/compare/v0.7.1...v0.7.2) (2019-04-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/server-core",
"description": "Cube.js base component to wire all backend components together",
"author": "Statsbot, Inc.",
"version": "0.7.2",
"version": "0.7.4",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -15,7 +15,7 @@
"playground"
],
"dependencies": {
"@cubejs-backend/api-gateway": "^0.7.0",
"@cubejs-backend/api-gateway": "^0.7.4",
"@cubejs-backend/query-orchestrator": "^0.7.0",
"@cubejs-backend/schema-compiler": "^0.7.0",
"analytics-node": "^3.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.4](https://github.com/statsbotco/cubejs-client/compare/v0.7.3...v0.7.4) (2019-04-17)

**Note:** Version bump only for package @cubejs-backend/server





## [0.7.2](https://github.com/statsbotco/cubejs-client/compare/v0.7.1...v0.7.2) (2019-04-15)

**Note:** Version bump only for package @cubejs-backend/server
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/server",
"description": "Cube.js all-in-one server",
"author": "Statsbot, Inc.",
"version": "0.7.2",
"version": "0.7.4",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -18,7 +18,7 @@
"cubejs-dev-server": "./bin/dev-server.js"
},
"dependencies": {
"@cubejs-backend/server-core": "^0.7.2",
"@cubejs-backend/server-core": "^0.7.4",
"analytics-node": "^3.3.0",
"body-parser": "^1.15.2",
"codesandbox-import-utils": "^1.3.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-serverless/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.4](https://github.com/statsbotco/cubejs-client/compare/v0.7.3...v0.7.4) (2019-04-17)

**Note:** Version bump only for package @cubejs-backend/serverless





## [0.7.2](https://github.com/statsbotco/cubejs-client/compare/v0.7.1...v0.7.2) (2019-04-15)

**Note:** Version bump only for package @cubejs-backend/serverless
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/serverless",
"description": "Cube.js Serverless",
"author": "Statsbot, Inc.",
"version": "0.7.2",
"version": "0.7.4",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -11,7 +11,7 @@
},
"main": "index.js",
"dependencies": {
"@cubejs-backend/server-core": "^0.7.2",
"@cubejs-backend/server-core": "^0.7.4",
"aws-sdk": "^2.404.0",
"cors": "^2.8.5",
"serverless-express": "^2.0.11"
Expand Down

0 comments on commit ca092f9

Please sign in to comment.