File tree 14 files changed +76
-11
lines changed
14 files changed +76
-11
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## [ 0.10.45] ( https://github.com/cube-js/cube.js/compare/v0.10.44...v0.10.45 ) (2019-09-27)
7
18
8
19
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 0.10.45 "
5
+ "version" : " 0.10.46 "
6
6
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## [ 0.10.44] ( https://github.com/statsbotco/cubejs-client/compare/v0.10.43...v0.10.44 ) (2019-09-27)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cubejs-client/playground" ,
3
- "version" : " 0.10.44 " ,
3
+ "version" : " 0.10.46 " ,
4
4
"dependencies" : {
5
5
"@babel/generator" : " ^7.4.0" ,
6
6
"@babel/parser" : " ^7.4.2" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## [ 0.10.44] ( https://github.com/statsbotco/cubejs-client/compare/v0.10.43...v0.10.44 ) (2019-09-27)
7
18
8
19
Original file line number Diff line number Diff line change 2
2
"name" : " @cubejs-backend/server-core" ,
3
3
"description" : " Cube.js base component to wire all backend components together" ,
4
4
"author" : " Statsbot, Inc." ,
5
- "version" : " 0.10.44 " ,
5
+ "version" : " 0.10.46 " ,
6
6
"engines" : {
7
7
"node" : " >=8.11.1"
8
8
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 0.10.45] ( https://github.com/statsbotco/cubejs-client/compare/v0.10.44...v0.10.45 ) (2019-09-27)
7
15
8
16
Original file line number Diff line number Diff line change 2
2
"name" : " @cubejs-backend/server" ,
3
3
"description" : " Cube.js all-in-one server" ,
4
4
"author" : " Statsbot, Inc." ,
5
- "version" : " 0.10.45 " ,
5
+ "version" : " 0.10.46 " ,
6
6
"engines" : {
7
7
"node" : " >=8.11.1"
8
8
},
19
19
"test:debug" : " node --inspect-brk scripts/test.js --testPathPattern=./index\\ .test\\ .js --runInBand"
20
20
},
21
21
"dependencies" : {
22
- "@cubejs-backend/server-core" : " ^0.10.44 " ,
22
+ "@cubejs-backend/server-core" : " ^0.10.46 " ,
23
23
"body-parser" : " ^1.15.2" ,
24
24
"codesandbox-import-utils" : " ^1.3.8" ,
25
25
"cors" : " ^2.8.4" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 0.10.44] ( https://github.com/statsbotco/cubejs-client/compare/v0.10.43...v0.10.44 ) (2019-09-27)
7
15
8
16
** Note:** Version bump only for package @cubejs-backend/serverless-aws
Original file line number Diff line number Diff line change 2
2
"name" : " @cubejs-backend/serverless-aws" ,
3
3
"description" : " Cube.js Serverless AWS support" ,
4
4
"author" : " Statsbot, Inc." ,
5
- "version" : " 0.10.44 " ,
5
+ "version" : " 0.10.46 " ,
6
6
"engines" : {
7
7
"node" : " >=8.11.1"
8
8
},
9
9
"main" : " index.js" ,
10
10
"dependencies" : {
11
- "@cubejs-backend/serverless" : " ^0.10.44 " ,
11
+ "@cubejs-backend/serverless" : " ^0.10.46 " ,
12
12
"aws-sdk" : " ^2.404.0"
13
13
},
14
14
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 0.10.44] ( https://github.com/statsbotco/cubejs-client/compare/v0.10.43...v0.10.44 ) (2019-09-27)
7
15
8
16
** Note:** Version bump only for package @cubejs-backend/serverless-google
Original file line number Diff line number Diff line change 2
2
"name" : " @cubejs-backend/serverless-google" ,
3
3
"description" : " Cube.js Serverless Google support" ,
4
4
"author" : " Statsbot, Inc." ,
5
- "version" : " 0.10.44 " ,
5
+ "version" : " 0.10.46 " ,
6
6
"engines" : {
7
7
"node" : " >=8.11.1"
8
8
},
9
9
"main" : " index.js" ,
10
10
"dependencies" : {
11
- "@cubejs-backend/serverless" : " ^0.10.44 " ,
11
+ "@cubejs-backend/serverless" : " ^0.10.46 " ,
12
12
"@google-cloud/pubsub" : " ^0.28.1"
13
13
},
14
14
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 0.10.44] ( https://github.com/statsbotco/cubejs-client/compare/v0.10.43...v0.10.44 ) (2019-09-27)
7
15
8
16
** Note:** Version bump only for package @cubejs-backend/serverless
Original file line number Diff line number Diff line change 2
2
"name" : " @cubejs-backend/serverless" ,
3
3
"description" : " Cube.js Serverless" ,
4
4
"author" : " Statsbot, Inc." ,
5
- "version" : " 0.10.44 " ,
5
+ "version" : " 0.10.46 " ,
6
6
"engines" : {
7
7
"node" : " >=8.11.1"
8
8
},
9
9
"main" : " index.js" ,
10
10
"dependencies" : {
11
- "@cubejs-backend/server-core" : " ^0.10.44 " ,
11
+ "@cubejs-backend/server-core" : " ^0.10.46 " ,
12
12
"cors" : " ^2.8.5" ,
13
13
"serverless-express" : " ^2.0.11"
14
14
},
You can’t perform that action at this time.
0 commit comments