File tree Expand file tree Collapse file tree 14 files changed +73
-11
lines changed Expand file tree Collapse file tree 14 files changed +73
-11
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.19.32] ( https://github.com/cube-js/cube.js/compare/v0.19.31...v0.19.32 ) (2020-06-10)
7+
8+
9+ ### Bug Fixes
10+
11+ * Cannot read property 'reorder' of undefined ([ 3f1d8d1] ( https://github.com/cube-js/cube.js/commit/3f1d8d1 ) )
12+
13+
14+
15+
16+
617## [ 0.19.31] ( https://github.com/cube-js/cube.js/compare/v0.19.30...v0.19.31 ) (2020-06-10)
718
819
Original file line number Diff line number Diff line change 22 "packages" : [
33 " packages/*"
44 ],
5- "version" : " 0.19.31 "
5+ "version" : " 0.19.32 "
66}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.19.32] ( https://github.com/cube-js/cube.js/compare/v0.19.31...v0.19.32 ) (2020-06-10)
7+
8+ ** Note:** Version bump only for package @cubejs-client/playground
9+
10+
11+
12+
13+
614## [ 0.19.31] ( https://github.com/cube-js/cube.js/compare/v0.19.30...v0.19.31 ) (2020-06-10)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " @cubejs-client/playground" ,
3- "version" : " 0.19.31 " ,
3+ "version" : " 0.19.32 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/cube-js/cube.js.git" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.19.32] ( https://github.com/cube-js/cube.js/compare/v0.19.31...v0.19.32 ) (2020-06-10)
7+
8+
9+ ### Bug Fixes
10+
11+ * Cannot read property 'reorder' of undefined ([ 3f1d8d1] ( https://github.com/cube-js/cube.js/commit/3f1d8d1 ) )
12+
13+
14+
15+
16+
617## [ 0.19.31] ( https://github.com/cube-js/cube.js/compare/v0.19.30...v0.19.31 ) (2020-06-10)
718
819
Original file line number Diff line number Diff line change 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.19.31 " ,
5+ "version" : " 0.19.32 " ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/cube-js/cube.js.git" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.19.32] ( https://github.com/cube-js/cube.js/compare/v0.19.31...v0.19.32 ) (2020-06-10)
7+
8+ ** Note:** Version bump only for package @cubejs-backend/server
9+
10+
11+
12+
13+
614## [ 0.19.31] ( https://github.com/cube-js/cube.js/compare/v0.19.30...v0.19.31 ) (2020-06-10)
715
816** Note:** Version bump only for package @cubejs-backend/server
Original file line number Diff line number Diff line change 22 "name" : " @cubejs-backend/server" ,
33 "description" : " Cube.js all-in-one server" ,
44 "author" : " Statsbot, Inc." ,
5- "version" : " 0.19.31 " ,
5+ "version" : " 0.19.32 " ,
66 "types" : " index.d.ts" ,
77 "repository" : {
88 "type" : " git" ,
2727 "test:debug" : " node --inspect-brk scripts/test.js --testPathPattern=./index\\ .test\\ .js --runInBand"
2828 },
2929 "dependencies" : {
30- "@cubejs-backend/server-core" : " ^0.19.31 " ,
30+ "@cubejs-backend/server-core" : " ^0.19.32 " ,
3131 "body-parser" : " ^1.19.0" ,
3232 "codesandbox-import-utils" : " ^2.1.12" ,
3333 "cors" : " ^2.8.4" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.19.32] ( https://github.com/cube-js/cube.js/compare/v0.19.31...v0.19.32 ) (2020-06-10)
7+
8+ ** Note:** Version bump only for package @cubejs-backend/serverless-aws
9+
10+
11+
12+
13+
614## [ 0.19.31] ( https://github.com/cube-js/cube.js/compare/v0.19.30...v0.19.31 ) (2020-06-10)
715
816** Note:** Version bump only for package @cubejs-backend/serverless-aws
Original file line number Diff line number Diff line change 22 "name" : " @cubejs-backend/serverless-aws" ,
33 "description" : " Cube.js Serverless AWS support" ,
44 "author" : " Statsbot, Inc." ,
5- "version" : " 0.19.31 " ,
5+ "version" : " 0.19.32 " ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/cube-js/cube.js.git" ,
1313 },
1414 "main" : " index.js" ,
1515 "dependencies" : {
16- "@cubejs-backend/serverless" : " ^0.19.31 " ,
16+ "@cubejs-backend/serverless" : " ^0.19.32 " ,
1717 "aws-sdk" : " ^2.404.0"
1818 },
1919 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments