Skip to content

Commit

Permalink
v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Apr 23, 2019
1 parent 3cef058 commit 560c93b
Show file tree
Hide file tree
Showing 26 changed files with 155 additions and 22 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.6](https://github.com/statsbotco/cube.js/compare/v0.7.5...v0.7.6) (2019-04-23)


### Bug Fixes

* **playground:** Cannot read property 'content' of undefined at e.value ([7392feb](https://github.com/statsbotco/cube.js/commit/7392feb))
* Use cross-fetch instead of isomorphic-fetch to allow React-Native builds ([#92](https://github.com/statsbotco/cube.js/issues/92)) ([79150f4](https://github.com/statsbotco/cube.js/commit/79150f4))
* **query-orchestrator:** add RedisFactory and promisify methods manually ([#89](https://github.com/statsbotco/cube.js/issues/89)) ([cdfcd87](https://github.com/statsbotco/cube.js/commit/cdfcd87)), closes [#84](https://github.com/statsbotco/cube.js/issues/84)


### Features

* Support member key in filters in query ([#91](https://github.com/statsbotco/cube.js/issues/91)) ([e1fccc0](https://github.com/statsbotco/cube.js/commit/e1fccc0))
* **schema-compiler:** Athena rollingWindow support ([f112c69](https://github.com/statsbotco/cube.js/commit/f112c69))





## [0.7.5](https://github.com/statsbotco/cube.js/compare/v0.7.4...v0.7.5) (2019-04-18)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.7.5"
"version": "0.7.6"
}
11 changes: 11 additions & 0 deletions packages/cubejs-api-gateway/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.7.6](https://github.com/statsbotco/cubejs-client/compare/v0.7.5...v0.7.6) (2019-04-23)


### Features

* Support member key in filters in query ([#91](https://github.com/statsbotco/cubejs-client/issues/91)) ([e1fccc0](https://github.com/statsbotco/cubejs-client/commit/e1fccc0))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-api-gateway/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/api-gateway",
"description": "Cube.js API Gateway",
"author": "Statsbot, Inc.",
"version": "0.7.4",
"version": "0.7.6",
"engines": {
"node": ">=8.11.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-bigquery-driver/CHANGELOG.md
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.6](https://github.com/statsbotco/cubejs-client/compare/v0.7.5...v0.7.6) (2019-04-23)

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





# [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/bigquery-driver
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-bigquery-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/bigquery-driver",
"description": "Cube.js BigQuery database driver",
"author": "Statsbot, Inc.",
"version": "0.7.0",
"version": "0.7.6",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -11,7 +11,7 @@
"test": "mocha"
},
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.7.0",
"@cubejs-backend/query-orchestrator": "^0.7.6",
"@google-cloud/bigquery": "^2.1.0",
"ramda": "^0.26.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-cli/CHANGELOG.md
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.6](https://github.com/statsbotco/cubejs-client/compare/v0.7.5...v0.7.6) (2019-04-23)

**Note:** Version bump only for package cubejs-cli





# [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-cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-cli/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "cubejs-cli",
"description": "Cube.js Command Line Interface",
"author": "Statsbot, Inc.",
"version": "0.7.0",
"version": "0.7.6",
"engines": {
"node": ">=8.11.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-client-core/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.7.6](https://github.com/statsbotco/cubejs-client/compare/v0.7.5...v0.7.6) (2019-04-23)


### Bug Fixes

* Use cross-fetch instead of isomorphic-fetch to allow React-Native builds ([#92](https://github.com/statsbotco/cubejs-client/issues/92)) ([79150f4](https://github.com/statsbotco/cubejs-client/commit/79150f4))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-client-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/core",
"version": "0.7.3",
"version": "0.7.6",
"description": "cube.js client",
"main": "dist/cubejs-client-core.js",
"author": "Statsbot, Inc.",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-mssql-driver/CHANGELOG.md
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.6](https://github.com/statsbotco/cubejs-client/compare/v0.7.5...v0.7.6) (2019-04-23)

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





## [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-mssql-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/mssql-driver",
"description": "Cube.js MS SQL database driver",
"author": "Statsbot, Inc.",
"version": "0.7.2",
"version": "0.7.6",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -11,7 +11,7 @@
"test": "mocha"
},
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.7.0",
"@cubejs-backend/query-orchestrator": "^0.7.6",
"mssql": "^5.0.5"
},
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-playground/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.7.6](https://github.com/statsbotco/cubejs-client/compare/v0.7.5...v0.7.6) (2019-04-23)


### Bug Fixes

* **playground:** Cannot read property 'content' of undefined at e.value ([7392feb](https://github.com/statsbotco/cubejs-client/commit/7392feb))





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


Expand Down
6 changes: 3 additions & 3 deletions packages/cubejs-playground/package.json
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/playground",
"version": "0.7.4",
"version": "0.7.6",
"dependencies": {
"@babel/generator": "^7.4.0",
"@babel/parser": "^7.4.2",
Expand All @@ -9,8 +9,8 @@
"@babel/standalone": "^7.3.4",
"@babel/traverse": "^7.4.0",
"@babel/types": "^7.4.0",
"@cubejs-client/core": "^0.7.3",
"@cubejs-client/react": "^0.7.3",
"@cubejs-client/core": "^0.7.6",
"@cubejs-client/react": "^0.7.6",
"antd": "^3.14.1",
"bizcharts": "^3.4.3",
"chart.js": "^2.7.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-query-orchestrator/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.7.6](https://github.com/statsbotco/cubejs-client/compare/v0.7.5...v0.7.6) (2019-04-23)


### Bug Fixes

* **query-orchestrator:** add RedisFactory and promisify methods manually ([#89](https://github.com/statsbotco/cubejs-client/issues/89)) ([cdfcd87](https://github.com/statsbotco/cubejs-client/commit/cdfcd87)), closes [#84](https://github.com/statsbotco/cubejs-client/issues/84)





# [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/query-orchestrator
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-query-orchestrator/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/query-orchestrator",
"description": "Cube.js Query Orchestrator and Cache",
"author": "Statsbot, Inc.",
"version": "0.7.0",
"version": "0.7.6",
"engines": {
"node": ">=8.11.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-react/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.7.6](https://github.com/statsbotco/cubejs-client/compare/v0.7.5...v0.7.6) (2019-04-23)


### Bug Fixes

* Use cross-fetch instead of isomorphic-fetch to allow React-Native builds ([#92](https://github.com/statsbotco/cubejs-client/issues/92)) ([79150f4](https://github.com/statsbotco/cubejs-client/commit/79150f4))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/react",
"version": "0.7.3",
"version": "0.7.6",
"description": "React components for cube.js",
"author": "Statsbot, Inc.",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-schema-compiler/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.7.6](https://github.com/statsbotco/cubejs-client/compare/v0.7.5...v0.7.6) (2019-04-23)


### Features

* **schema-compiler:** Athena rollingWindow support ([f112c69](https://github.com/statsbotco/cubejs-client/commit/f112c69))





## [0.7.5](https://github.com/statsbotco/cubejs-client/compare/v0.7.4...v0.7.5) (2019-04-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-schema-compiler/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/schema-compiler",
"description": "Cube.js schema compiler",
"author": "Statsbot, Inc.",
"version": "0.7.5",
"version": "0.7.6",
"engines": {
"node": ">=8.11.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-server-core/CHANGELOG.md
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.6](https://github.com/statsbotco/cubejs-client/compare/v0.7.5...v0.7.6) (2019-04-23)

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





## [0.7.5](https://github.com/statsbotco/cubejs-client/compare/v0.7.4...v0.7.5) (2019-04-18)

**Note:** Version bump only for package @cubejs-backend/server-core
Expand Down
8 changes: 4 additions & 4 deletions packages/cubejs-server-core/package.json
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.5",
"version": "0.7.6",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -15,9 +15,9 @@
"playground"
],
"dependencies": {
"@cubejs-backend/api-gateway": "^0.7.4",
"@cubejs-backend/query-orchestrator": "^0.7.0",
"@cubejs-backend/schema-compiler": "^0.7.5",
"@cubejs-backend/api-gateway": "^0.7.6",
"@cubejs-backend/query-orchestrator": "^0.7.6",
"@cubejs-backend/schema-compiler": "^0.7.6",
"analytics-node": "^3.3.0",
"codesandbox-import-utils": "^1.3.8",
"cross-spawn": "^6.0.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-server/CHANGELOG.md
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.6](https://github.com/statsbotco/cubejs-client/compare/v0.7.5...v0.7.6) (2019-04-23)

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





## [0.7.5](https://github.com/statsbotco/cubejs-client/compare/v0.7.4...v0.7.5) (2019-04-18)

**Note:** Version bump only for package @cubejs-backend/server
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-server/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/server",
"description": "Cube.js all-in-one server",
"author": "Statsbot, Inc.",
"version": "0.7.5",
"version": "0.7.6",
"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.5",
"@cubejs-backend/server-core": "^0.7.6",
"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
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.6](https://github.com/statsbotco/cubejs-client/compare/v0.7.5...v0.7.6) (2019-04-23)

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





## [0.7.5](https://github.com/statsbotco/cubejs-client/compare/v0.7.4...v0.7.5) (2019-04-18)

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

0 comments on commit 560c93b

Please sign in to comment.