Skip to content

Commit

Permalink
v0.10.17
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Jul 31, 2019
1 parent 723359c commit 8f4bc93
Show file tree
Hide file tree
Showing 20 changed files with 122 additions and 18 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.17](https://github.com/cube-js/cube.js/compare/v0.10.16...v0.10.17) (2019-07-31)


### Bug Fixes

* BigQuery external rollup compatibility: use `__` separator for member aliases. Fix all tests. ([723359c](https://github.com/cube-js/cube.js/commit/723359c))
* Moved joi dependency to it's new availability ([#171](https://github.com/cube-js/cube.js/issues/171)) ([1c20838](https://github.com/cube-js/cube.js/commit/1c20838))


### Features

* **playground:** Show editable files hint ([2dffe6c](https://github.com/cube-js/cube.js/commit/2dffe6c))
* **playground:** Slack and Docs links ([3270e70](https://github.com/cube-js/cube.js/commit/3270e70))





## [0.10.16](https://github.com/cube-js/cube.js/compare/v0.10.15...v0.10.16) (2019-07-20)


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.16"
"version": "0.10.17"
}
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.10.17](https://github.com/statsbotco/cubejs-client/compare/v0.10.16...v0.10.17) (2019-07-31)


### Bug Fixes

* Moved joi dependency to it's new availability ([#171](https://github.com/statsbotco/cubejs-client/issues/171)) ([1c20838](https://github.com/statsbotco/cubejs-client/commit/1c20838))





## [0.10.15](https://github.com/statsbotco/cubejs-client/compare/v0.10.14...v0.10.15) (2019-07-13)

**Note:** Version bump only for package @cubejs-backend/api-gateway
Expand Down
4 changes: 2 additions & 2 deletions 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.10.15",
"version": "0.10.17",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -11,8 +11,8 @@
"test": "mocha"
},
"dependencies": {
"chrono-node": "^1.3.11",
"@hapi/joi": "^14.0.6",
"chrono-node": "^1.3.11",
"jsonwebtoken": "^8.3.0",
"moment": "^2.24.0",
"ramda": "^0.25.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/cubejs-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.17](https://github.com/statsbotco/cubejs-client/compare/v0.10.16...v0.10.17) (2019-07-31)


### Features

* **playground:** Show editable files hint ([2dffe6c](https://github.com/statsbotco/cubejs-client/commit/2dffe6c))
* **playground:** Slack and Docs links ([3270e70](https://github.com/statsbotco/cubejs-client/commit/3270e70))





## [0.10.16](https://github.com/statsbotco/cubejs-client/compare/v0.10.15...v0.10.16) (2019-07-20)

**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.10.16",
"version": "0.10.17",
"dependencies": {
"@babel/generator": "^7.4.0",
"@babel/parser": "^7.4.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/cubejs-schema-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.17](https://github.com/statsbotco/cubejs-client/compare/v0.10.16...v0.10.17) (2019-07-31)


### Bug Fixes

* BigQuery external rollup compatibility: use `__` separator for member aliases. Fix all tests. ([723359c](https://github.com/statsbotco/cubejs-client/commit/723359c))
* Moved joi dependency to it's new availability ([#171](https://github.com/statsbotco/cubejs-client/issues/171)) ([1c20838](https://github.com/statsbotco/cubejs-client/commit/1c20838))





## [0.10.16](https://github.com/statsbotco/cubejs-client/compare/v0.10.15...v0.10.16) (2019-07-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-schema-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/schema-compiler",
"description": "Cube.js schema compiler",
"author": "Statsbot, Inc.",
"version": "0.10.16",
"version": "0.10.17",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -11,13 +11,13 @@
"lint": "eslint **/*.js"
},
"dependencies": {
"@hapi/joi": "^14.3.1",
"babel-generator": "^6.25.0",
"babel-traverse": "^6.25.0",
"babel-types": "^6.25.0",
"babylon": "^6.17.4",
"humps": "^2.0.1",
"inflection": "^1.12.0",
"@hapi/joi": "^14.3.1",
"moment-range": "^4.0.1",
"moment-timezone": "^0.5.13",
"node-dijkstra": "^2.5.0",
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.10.17](https://github.com/statsbotco/cubejs-client/compare/v0.10.16...v0.10.17) (2019-07-31)


### Features

* **playground:** Show editable files hint ([2dffe6c](https://github.com/statsbotco/cubejs-client/commit/2dffe6c))





## [0.10.16](https://github.com/statsbotco/cubejs-client/compare/v0.10.15...v0.10.16) (2019-07-20)

**Note:** Version bump only for package @cubejs-backend/server-core
Expand Down
6 changes: 3 additions & 3 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.10.16",
"version": "0.10.17",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -16,9 +16,9 @@
"playground"
],
"dependencies": {
"@cubejs-backend/api-gateway": "^0.10.15",
"@cubejs-backend/api-gateway": "^0.10.17",
"@cubejs-backend/query-orchestrator": "^0.10.16",
"@cubejs-backend/schema-compiler": "^0.10.16",
"@cubejs-backend/schema-compiler": "^0.10.17",
"analytics-node": "^3.4.0-beta.1",
"codesandbox-import-utils": "^1.3.8",
"cross-spawn": "^6.0.5",
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.10.17](https://github.com/statsbotco/cubejs-client/compare/v0.10.16...v0.10.17) (2019-07-31)

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





## [0.10.16](https://github.com/statsbotco/cubejs-client/compare/v0.10.15...v0.10.16) (2019-07-20)

**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.10.16",
"version": "0.10.17",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -18,7 +18,7 @@
"cubejs-dev-server": "./bin/dev-server.js"
},
"dependencies": {
"@cubejs-backend/server-core": "^0.10.16",
"@cubejs-backend/server-core": "^0.10.17",
"body-parser": "^1.15.2",
"codesandbox-import-utils": "^1.3.8",
"cors": "^2.8.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-serverless-aws/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.10.17](https://github.com/statsbotco/cubejs-client/compare/v0.10.16...v0.10.17) (2019-07-31)

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





## [0.10.16](https://github.com/statsbotco/cubejs-client/compare/v0.10.15...v0.10.16) (2019-07-20)

**Note:** Version bump only for package @cubejs-backend/serverless-aws
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-serverless-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/serverless-aws",
"description": "Cube.js Serverless AWS support",
"author": "Statsbot, Inc.",
"version": "0.10.16",
"version": "0.10.17",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -11,7 +11,7 @@
},
"main": "index.js",
"dependencies": {
"@cubejs-backend/serverless": "^0.10.16",
"@cubejs-backend/serverless": "^0.10.17",
"aws-sdk": "^2.404.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-serverless-google/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.10.17](https://github.com/statsbotco/cubejs-client/compare/v0.10.16...v0.10.17) (2019-07-31)

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





## [0.10.16](https://github.com/statsbotco/cubejs-client/compare/v0.10.15...v0.10.16) (2019-07-20)

**Note:** Version bump only for package @cubejs-backend/serverless-google
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-serverless-google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/serverless-google",
"description": "Cube.js Serverless Google support",
"author": "Statsbot, Inc.",
"version": "0.10.16",
"version": "0.10.17",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -11,7 +11,7 @@
},
"main": "index.js",
"dependencies": {
"@cubejs-backend/serverless": "^0.10.16",
"@cubejs-backend/serverless": "^0.10.17",
"@google-cloud/pubsub": "^0.28.1"
},
"devDependencies": {
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.10.17](https://github.com/statsbotco/cubejs-client/compare/v0.10.16...v0.10.17) (2019-07-31)

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





## [0.10.16](https://github.com/statsbotco/cubejs-client/compare/v0.10.15...v0.10.16) (2019-07-20)

**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.10.16",
"version": "0.10.17",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -11,7 +11,7 @@
},
"main": "index.js",
"dependencies": {
"@cubejs-backend/server-core": "^0.10.16",
"@cubejs-backend/server-core": "^0.10.17",
"cors": "^2.8.5",
"serverless-express": "^2.0.11"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-vue/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.10.17](https://github.com/statsbotco/cubejs-client/compare/v0.10.16...v0.10.17) (2019-07-31)

**Note:** Version bump only for package @cubejs-client/vue





## [0.10.16](https://github.com/statsbotco/cubejs-client/compare/v0.10.15...v0.10.16) (2019-07-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/vue",
"version": "0.10.16",
"version": "0.10.17",
"description": "Vue.js components for cube.js",
"author": "Ricardo Tapia",
"scripts": {
Expand Down

0 comments on commit 8f4bc93

Please sign in to comment.