Skip to content

Commit 53ba65e

Browse files
committed
v0.10.46
1 parent 78ba3bc commit 53ba65e

File tree

14 files changed

+76
-11
lines changed

14 files changed

+76
-11
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.10.46](https://github.com/cube-js/cube.js/compare/v0.10.45...v0.10.46) (2019-09-30)
7+
8+
9+
### Features
10+
11+
* Restructure Dashboard scaffolding to make it more user friendly and reliable ([78ba3bc](https://github.com/cube-js/cube.js/commit/78ba3bc))
12+
13+
14+
15+
16+
617
## [0.10.45](https://github.com/cube-js/cube.js/compare/v0.10.44...v0.10.45) (2019-09-27)
718

819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.10.45"
5+
"version": "0.10.46"
66
}

packages/cubejs-playground/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.10.46](https://github.com/statsbotco/cubejs-client/compare/v0.10.45...v0.10.46) (2019-09-30)
7+
8+
9+
### Features
10+
11+
* Restructure Dashboard scaffolding to make it more user friendly and reliable ([78ba3bc](https://github.com/statsbotco/cubejs-client/commit/78ba3bc))
12+
13+
14+
15+
16+
617
## [0.10.44](https://github.com/statsbotco/cubejs-client/compare/v0.10.43...v0.10.44) (2019-09-27)
718

819

packages/cubejs-playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-client/playground",
3-
"version": "0.10.44",
3+
"version": "0.10.46",
44
"dependencies": {
55
"@babel/generator": "^7.4.0",
66
"@babel/parser": "^7.4.2",

packages/cubejs-server-core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.10.46](https://github.com/statsbotco/cubejs-client/compare/v0.10.45...v0.10.46) (2019-09-30)
7+
8+
9+
### Features
10+
11+
* Restructure Dashboard scaffolding to make it more user friendly and reliable ([78ba3bc](https://github.com/statsbotco/cubejs-client/commit/78ba3bc))
12+
13+
14+
15+
16+
617
## [0.10.44](https://github.com/statsbotco/cubejs-client/compare/v0.10.43...v0.10.44) (2019-09-27)
718

819

packages/cubejs-server-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/server-core",
33
"description": "Cube.js base component to wire all backend components together",
44
"author": "Statsbot, Inc.",
5-
"version": "0.10.44",
5+
"version": "0.10.46",
66
"engines": {
77
"node": ">=8.11.1"
88
},

packages/cubejs-server/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.10.46](https://github.com/statsbotco/cubejs-client/compare/v0.10.45...v0.10.46) (2019-09-30)
7+
8+
**Note:** Version bump only for package @cubejs-backend/server
9+
10+
11+
12+
13+
614
## [0.10.45](https://github.com/statsbotco/cubejs-client/compare/v0.10.44...v0.10.45) (2019-09-27)
715

816

packages/cubejs-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/server",
33
"description": "Cube.js all-in-one server",
44
"author": "Statsbot, Inc.",
5-
"version": "0.10.45",
5+
"version": "0.10.46",
66
"engines": {
77
"node": ">=8.11.1"
88
},
@@ -19,7 +19,7 @@
1919
"test:debug": "node --inspect-brk scripts/test.js --testPathPattern=./index\\.test\\.js --runInBand"
2020
},
2121
"dependencies": {
22-
"@cubejs-backend/server-core": "^0.10.44",
22+
"@cubejs-backend/server-core": "^0.10.46",
2323
"body-parser": "^1.15.2",
2424
"codesandbox-import-utils": "^1.3.8",
2525
"cors": "^2.8.4",

packages/cubejs-serverless-aws/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.10.46](https://github.com/statsbotco/cubejs-client/compare/v0.10.45...v0.10.46) (2019-09-30)
7+
8+
**Note:** Version bump only for package @cubejs-backend/serverless-aws
9+
10+
11+
12+
13+
614
## [0.10.44](https://github.com/statsbotco/cubejs-client/compare/v0.10.43...v0.10.44) (2019-09-27)
715

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

packages/cubejs-serverless-aws/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "@cubejs-backend/serverless-aws",
33
"description": "Cube.js Serverless AWS support",
44
"author": "Statsbot, Inc.",
5-
"version": "0.10.44",
5+
"version": "0.10.46",
66
"engines": {
77
"node": ">=8.11.1"
88
},
99
"main": "index.js",
1010
"dependencies": {
11-
"@cubejs-backend/serverless": "^0.10.44",
11+
"@cubejs-backend/serverless": "^0.10.46",
1212
"aws-sdk": "^2.404.0"
1313
},
1414
"devDependencies": {

packages/cubejs-serverless-google/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.10.46](https://github.com/statsbotco/cubejs-client/compare/v0.10.45...v0.10.46) (2019-09-30)
7+
8+
**Note:** Version bump only for package @cubejs-backend/serverless-google
9+
10+
11+
12+
13+
614
## [0.10.44](https://github.com/statsbotco/cubejs-client/compare/v0.10.43...v0.10.44) (2019-09-27)
715

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

packages/cubejs-serverless-google/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "@cubejs-backend/serverless-google",
33
"description": "Cube.js Serverless Google support",
44
"author": "Statsbot, Inc.",
5-
"version": "0.10.44",
5+
"version": "0.10.46",
66
"engines": {
77
"node": ">=8.11.1"
88
},
99
"main": "index.js",
1010
"dependencies": {
11-
"@cubejs-backend/serverless": "^0.10.44",
11+
"@cubejs-backend/serverless": "^0.10.46",
1212
"@google-cloud/pubsub": "^0.28.1"
1313
},
1414
"devDependencies": {

packages/cubejs-serverless/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.10.46](https://github.com/statsbotco/cubejs-client/compare/v0.10.45...v0.10.46) (2019-09-30)
7+
8+
**Note:** Version bump only for package @cubejs-backend/serverless
9+
10+
11+
12+
13+
614
## [0.10.44](https://github.com/statsbotco/cubejs-client/compare/v0.10.43...v0.10.44) (2019-09-27)
715

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

packages/cubejs-serverless/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "@cubejs-backend/serverless",
33
"description": "Cube.js Serverless",
44
"author": "Statsbot, Inc.",
5-
"version": "0.10.44",
5+
"version": "0.10.46",
66
"engines": {
77
"node": ">=8.11.1"
88
},
99
"main": "index.js",
1010
"dependencies": {
11-
"@cubejs-backend/server-core": "^0.10.44",
11+
"@cubejs-backend/server-core": "^0.10.46",
1212
"cors": "^2.8.5",
1313
"serverless-express": "^2.0.11"
1414
},

0 commit comments

Comments
 (0)