Skip to content

Commit

Permalink
v0.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Jun 30, 2019
1 parent 40bb5d0 commit ce7a3c9
Show file tree
Hide file tree
Showing 16 changed files with 91 additions and 13 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.9](https://github.com/statsbotco/cube.js/compare/v0.10.8...v0.10.9) (2019-06-30)


### Bug Fixes

* Syntax error during parsing: Unexpected token, expected: escaping back ticks ([9638a1a](https://github.com/statsbotco/cube.js/commit/9638a1a))


### Features

* **playground:** Chart.js charting library support ([40bb5d0](https://github.com/statsbotco/cube.js/commit/40bb5d0))





## [0.10.8](https://github.com/statsbotco/cube.js/compare/v0.10.7...v0.10.8) (2019-06-28)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.10.8"
"version": "0.10.9"
}
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.10.9](https://github.com/statsbotco/cubejs-client/compare/v0.10.8...v0.10.9) (2019-06-30)


### Features

* **playground:** Chart.js charting library support ([40bb5d0](https://github.com/statsbotco/cubejs-client/commit/40bb5d0))





# [0.10.0](https://github.com/statsbotco/cubejs-client/compare/v0.9.24...v0.10.0) (2019-06-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-playground/package.json
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/playground",
"version": "0.10.0",
"version": "0.10.9",
"dependencies": {
"@babel/generator": "^7.4.0",
"@babel/parser": "^7.4.2",
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.10.9](https://github.com/statsbotco/cubejs-client/compare/v0.10.8...v0.10.9) (2019-06-30)


### Bug Fixes

* Syntax error during parsing: Unexpected token, expected: escaping back ticks ([9638a1a](https://github.com/statsbotco/cubejs-client/commit/9638a1a))





## [0.10.4](https://github.com/statsbotco/cubejs-client/compare/v0.10.3...v0.10.4) (2019-06-26)


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.10.4",
"version": "0.10.9",
"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.10.9](https://github.com/statsbotco/cubejs-client/compare/v0.10.8...v0.10.9) (2019-06-30)

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





## [0.10.8](https://github.com/statsbotco/cubejs-client/compare/v0.10.7...v0.10.8) (2019-06-28)


Expand Down
4 changes: 2 additions & 2 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.10.8",
"version": "0.10.9",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@cubejs-backend/api-gateway": "^0.10.0",
"@cubejs-backend/query-orchestrator": "^0.10.0",
"@cubejs-backend/schema-compiler": "^0.10.4",
"@cubejs-backend/schema-compiler": "^0.10.9",
"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
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.9](https://github.com/statsbotco/cubejs-client/compare/v0.10.8...v0.10.9) (2019-06-30)

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





## [0.10.8](https://github.com/statsbotco/cubejs-client/compare/v0.10.7...v0.10.8) (2019-06-28)

**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.10.8",
"version": "0.10.9",
"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.8",
"@cubejs-backend/server-core": "^0.10.9",
"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
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.9](https://github.com/statsbotco/cubejs-client/compare/v0.10.8...v0.10.9) (2019-06-30)

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





## [0.10.8](https://github.com/statsbotco/cubejs-client/compare/v0.10.7...v0.10.8) (2019-06-28)

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

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





## [0.10.8](https://github.com/statsbotco/cubejs-client/compare/v0.10.7...v0.10.8) (2019-06-28)

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

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





## [0.10.8](https://github.com/statsbotco/cubejs-client/compare/v0.10.7...v0.10.8) (2019-06-28)

**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.10.8",
"version": "0.10.9",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -11,7 +11,7 @@
},
"main": "index.js",
"dependencies": {
"@cubejs-backend/server-core": "^0.10.8",
"@cubejs-backend/server-core": "^0.10.9",
"cors": "^2.8.5",
"serverless-express": "^2.0.11"
},
Expand Down

0 comments on commit ce7a3c9

Please sign in to comment.