Skip to content

Commit

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

## [0.11.16](https://github.com/cube-js/cube.js/compare/v0.11.15...v0.11.16) (2019-11-04)


### Bug Fixes

* **vue:** Error: Invalid query format: "order" is not allowed ([e6a738a](https://github.com/cube-js/cube.js/commit/e6a738a))
* Respect timezone for natural language date parsing and align custom date ranges to dates by default to ensure backward compatibility ([af6f3c2](https://github.com/cube-js/cube.js/commit/af6f3c2))
* Respect timezone for natural language date parsing and align custom date ranges to dates by default to ensure backward compatibility ([2104492](https://github.com/cube-js/cube.js/commit/2104492))
* Use `node index.js` for `npm run dev` where available to ensure it starts servers with changed code ([527e274](https://github.com/cube-js/cube.js/commit/527e274))





## [0.11.15](https://github.com/cube-js/cube.js/compare/v0.11.14...v0.11.15) (2019-11-01)


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


### Bug Fixes

* Respect timezone for natural language date parsing and align custom date ranges to dates by default to ensure backward compatibility ([af6f3c2](https://github.com/statsbotco/cubejs-client/commit/af6f3c2))
* Respect timezone for natural language date parsing and align custom date ranges to dates by default to ensure backward compatibility ([2104492](https://github.com/statsbotco/cubejs-client/commit/2104492))





## [0.11.6](https://github.com/statsbotco/cubejs-client/compare/v0.11.5...v0.11.6) (2019-10-17)


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.11.6",
"version": "0.11.16",
"engines": {
"node": ">=8.11.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-cli/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.11.16](https://github.com/statsbotco/cubejs-client/compare/v0.11.15...v0.11.16) (2019-11-04)


### Bug Fixes

* Use `node index.js` for `npm run dev` where available to ensure it starts servers with changed code ([527e274](https://github.com/statsbotco/cubejs-client/commit/527e274))





## [0.11.14](https://github.com/statsbotco/cubejs-client/compare/v0.11.13...v0.11.14) (2019-11-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cubejs-cli",
"description": "Cube.js Command Line Interface",
"author": "Statsbot, Inc.",
"version": "0.11.14",
"version": "0.11.16",
"engines": {
"node": ">=8.11.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-schema-compiler/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.11.16](https://github.com/statsbotco/cubejs-client/compare/v0.11.15...v0.11.16) (2019-11-04)

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





## [0.11.11](https://github.com/statsbotco/cubejs-client/compare/v0.11.10...v0.11.11) (2019-10-26)

**Note:** Version bump only for package @cubejs-backend/schema-compiler
Expand Down
2 changes: 1 addition & 1 deletion 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.11.11",
"version": "0.11.16",
"engines": {
"node": ">=8.11.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-server-core/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.11.16](https://github.com/statsbotco/cubejs-client/compare/v0.11.15...v0.11.16) (2019-11-04)

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





## [0.11.15](https://github.com/statsbotco/cubejs-client/compare/v0.11.14...v0.11.15) (2019-11-01)


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.11.15",
"version": "0.11.16",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -16,9 +16,9 @@
"lint": "eslint core/**/*.js"
},
"dependencies": {
"@cubejs-backend/api-gateway": "^0.11.6",
"@cubejs-backend/api-gateway": "^0.11.16",
"@cubejs-backend/query-orchestrator": "^0.11.6",
"@cubejs-backend/schema-compiler": "^0.11.11",
"@cubejs-backend/schema-compiler": "^0.11.16",
"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.11.16](https://github.com/statsbotco/cubejs-client/compare/v0.11.15...v0.11.16) (2019-11-04)

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





## [0.11.15](https://github.com/statsbotco/cubejs-client/compare/v0.11.14...v0.11.15) (2019-11-01)

**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.11.15",
"version": "0.11.16",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -20,7 +20,7 @@
"test:debug": "node --inspect-brk scripts/test.js --testPathPattern=./index\\.test\\.js --runInBand"
},
"dependencies": {
"@cubejs-backend/server-core": "^0.11.15",
"@cubejs-backend/server-core": "^0.11.16",
"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.11.16](https://github.com/statsbotco/cubejs-client/compare/v0.11.15...v0.11.16) (2019-11-04)

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





## [0.11.15](https://github.com/statsbotco/cubejs-client/compare/v0.11.14...v0.11.15) (2019-11-01)

**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,13 +2,13 @@
"name": "@cubejs-backend/serverless-aws",
"description": "Cube.js Serverless AWS support",
"author": "Statsbot, Inc.",
"version": "0.11.15",
"version": "0.11.16",
"engines": {
"node": ">=8.11.1"
},
"main": "index.js",
"dependencies": {
"@cubejs-backend/serverless": "^0.11.15",
"@cubejs-backend/serverless": "^0.11.16",
"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.11.16](https://github.com/statsbotco/cubejs-client/compare/v0.11.15...v0.11.16) (2019-11-04)

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





## [0.11.15](https://github.com/statsbotco/cubejs-client/compare/v0.11.14...v0.11.15) (2019-11-01)

**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,13 +2,13 @@
"name": "@cubejs-backend/serverless-google",
"description": "Cube.js Serverless Google support",
"author": "Statsbot, Inc.",
"version": "0.11.15",
"version": "0.11.16",
"engines": {
"node": ">=8.11.1"
},
"main": "index.js",
"dependencies": {
"@cubejs-backend/serverless": "^0.11.15",
"@cubejs-backend/serverless": "^0.11.16",
"@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.11.16](https://github.com/statsbotco/cubejs-client/compare/v0.11.15...v0.11.16) (2019-11-04)

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





## [0.11.15](https://github.com/statsbotco/cubejs-client/compare/v0.11.14...v0.11.15) (2019-11-01)

**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,13 +2,13 @@
"name": "@cubejs-backend/serverless",
"description": "Cube.js Serverless",
"author": "Statsbot, Inc.",
"version": "0.11.15",
"version": "0.11.16",
"engines": {
"node": ">=8.11.1"
},
"main": "index.js",
"dependencies": {
"@cubejs-backend/server-core": "^0.11.15",
"@cubejs-backend/server-core": "^0.11.16",
"cors": "^2.8.5",
"serverless-express": "^2.0.11"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-vue/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.11.16](https://github.com/statsbotco/cubejs-client/compare/v0.11.15...v0.11.16) (2019-11-04)


### Bug Fixes

* **vue:** Error: Invalid query format: "order" is not allowed ([e6a738a](https://github.com/statsbotco/cubejs-client/commit/e6a738a))





## [0.11.13](https://github.com/statsbotco/cubejs-client/compare/v0.11.12...v0.11.13) (2019-10-30)


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.11.13",
"version": "0.11.16",
"description": "Vue.js components for cube.js",
"author": "Ricardo Tapia",
"scripts": {
Expand Down

0 comments on commit c025737

Please sign in to comment.