File tree Expand file tree Collapse file tree 14 files changed +74
-12
lines changed Expand file tree Collapse file tree 14 files changed +74
-12
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.17.2] ( https://github.com/cube-js/cube.js/compare/v0.17.1...v0.17.2 ) (2020-02-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Funnel step names cannot contain spaces ([ aff1891] ( https://github.com/cube-js/cube.js/commit/aff1891 ) ), closes [ #359 ] ( https://github.com/cube-js/cube.js/issues/359 )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 0.17.1] ( https://github.com/cube-js/cube.js/compare/v0.17.0...v0.17.1 ) (2020-02-04)
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.17.1 "
5
+ "version" : " 0.17.2 "
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.17.2] ( https://github.com/cube-js/cube.js/compare/v0.17.1...v0.17.2 ) (2020-02-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Funnel step names cannot contain spaces ([ aff1891] ( https://github.com/cube-js/cube.js/commit/aff1891 ) ), closes [ #359 ] ( https://github.com/cube-js/cube.js/issues/359 )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.17.0] ( https://github.com/cube-js/cube.js/compare/v0.16.0...v0.17.0 ) (2020-02-04)
7
18
8
19
** Note:** Version bump only for package @cubejs-backend/schema-compiler
Original file line number Diff line number Diff line change 2
2
"name" : " @cubejs-backend/schema-compiler" ,
3
3
"description" : " Cube.js schema compiler" ,
4
4
"author" : " Statsbot, Inc." ,
5
- "version" : " 0.17.0 " ,
5
+ "version" : " 0.17.2 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/cube-js/cube.js.git" ,
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.17.2] ( https://github.com/cube-js/cube.js/compare/v0.17.1...v0.17.2 ) (2020-02-04)
7
+
8
+ ** Note:** Version bump only for package @cubejs-backend/server-core
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.17.1] ( https://github.com/cube-js/cube.js/compare/v0.17.0...v0.17.1 ) (2020-02-04)
7
15
8
16
** Note:** Version bump only for package @cubejs-backend/server-core
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.17.1 " ,
5
+ "version" : " 0.17.2 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/cube-js/cube.js.git" ,
33
33
"@babel/types" : " ^7.4.0" ,
34
34
"@cubejs-backend/api-gateway" : " ^0.17.1" ,
35
35
"@cubejs-backend/query-orchestrator" : " ^0.17.0" ,
36
- "@cubejs-backend/schema-compiler" : " ^0.17.0 " ,
36
+ "@cubejs-backend/schema-compiler" : " ^0.17.2 " ,
37
37
"codesandbox-import-utils" : " ^1.3.8" ,
38
38
"cross-spawn" : " ^6.0.5" ,
39
39
"fs-extra" : " ^7.0.1" ,
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.17.2] ( https://github.com/cube-js/cube.js/compare/v0.17.1...v0.17.2 ) (2020-02-04)
7
+
8
+ ** Note:** Version bump only for package @cubejs-backend/server
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.17.1] ( https://github.com/cube-js/cube.js/compare/v0.17.0...v0.17.1 ) (2020-02-04)
7
15
8
16
** Note:** Version bump only for package @cubejs-backend/server
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.17.1 " ,
5
+ "version" : " 0.17.2 " ,
6
6
"types" : " index.d.ts" ,
7
7
"repository" : {
8
8
"type" : " git" ,
26
26
"test:debug" : " node --inspect-brk scripts/test.js --testPathPattern=./index\\ .test\\ .js --runInBand"
27
27
},
28
28
"dependencies" : {
29
- "@cubejs-backend/server-core" : " ^0.17.1 " ,
29
+ "@cubejs-backend/server-core" : " ^0.17.2 " ,
30
30
"body-parser" : " ^1.15.2" ,
31
31
"codesandbox-import-utils" : " ^1.3.8" ,
32
32
"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.17.2] ( https://github.com/cube-js/cube.js/compare/v0.17.1...v0.17.2 ) (2020-02-04)
7
+
8
+ ** Note:** Version bump only for package @cubejs-backend/serverless-aws
9
+
10
+
11
+
12
+
13
+
6
14
## [ 0.17.1] ( https://github.com/cube-js/cube.js/compare/v0.17.0...v0.17.1 ) (2020-02-04)
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.17.1 " ,
5
+ "version" : " 0.17.2 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/cube-js/cube.js.git" ,
13
13
},
14
14
"main" : " index.js" ,
15
15
"dependencies" : {
16
- "@cubejs-backend/serverless" : " ^0.17.1 " ,
16
+ "@cubejs-backend/serverless" : " ^0.17.2 " ,
17
17
"aws-sdk" : " ^2.404.0"
18
18
},
19
19
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments