Skip to content

Commit 20d3f98

Browse files
committed
v0.19.45
1 parent 502480c commit 20d3f98

File tree

12 files changed

+66
-10
lines changed

12 files changed

+66
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.19.45](https://github.com/cube-js/cube.js/compare/v0.19.44...v0.19.45) (2020-07-04)
7+
8+
9+
### Bug Fixes
10+
11+
* Error: Error: Class constructor cannot be invoked without 'new' ([beb75df](https://github.com/cube-js/cube.js/commit/beb75df))
12+
* TypeError: (queryOptions.dialectClass || ADAPTERS[dbType]) is not a constructor ([502480c](https://github.com/cube-js/cube.js/commit/502480c))
13+
14+
15+
16+
17+
618
## [0.19.44](https://github.com/cube-js/cube.js/compare/v0.19.43...v0.19.44) (2020-07-04)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.19.44"
5+
"version": "0.19.45"
66
}

packages/cubejs-server-core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.19.45](https://github.com/cube-js/cube.js/compare/v0.19.44...v0.19.45) (2020-07-04)
7+
8+
9+
### Bug Fixes
10+
11+
* Error: Error: Class constructor cannot be invoked without 'new' ([beb75df](https://github.com/cube-js/cube.js/commit/beb75df))
12+
* TypeError: (queryOptions.dialectClass || ADAPTERS[dbType]) is not a constructor ([502480c](https://github.com/cube-js/cube.js/commit/502480c))
13+
14+
15+
16+
17+
618
## [0.19.44](https://github.com/cube-js/cube.js/compare/v0.19.43...v0.19.44) (2020-07-04)
719

820

packages/cubejs-server-core/package.json

Lines changed: 1 addition & 1 deletion
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.19.44",
5+
"version": "0.19.45",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",

packages/cubejs-server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.19.45](https://github.com/cube-js/cube.js/compare/v0.19.44...v0.19.45) (2020-07-04)
7+
8+
**Note:** Version bump only for package @cubejs-backend/server
9+
10+
11+
12+
13+
614
## [0.19.44](https://github.com/cube-js/cube.js/compare/v0.19.43...v0.19.44) (2020-07-04)
715

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

packages/cubejs-server/package.json

Lines changed: 2 additions & 2 deletions
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.19.44",
5+
"version": "0.19.45",
66
"types": "index.d.ts",
77
"repository": {
88
"type": "git",
@@ -27,7 +27,7 @@
2727
"test:debug": "node --inspect-brk scripts/test.js --testPathPattern=./index\\.test\\.js --runInBand"
2828
},
2929
"dependencies": {
30-
"@cubejs-backend/server-core": "^0.19.44",
30+
"@cubejs-backend/server-core": "^0.19.45",
3131
"body-parser": "^1.19.0",
3232
"codesandbox-import-utils": "^2.1.12",
3333
"cors": "^2.8.4",

packages/cubejs-serverless-aws/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.19.45](https://github.com/cube-js/cube.js/compare/v0.19.44...v0.19.45) (2020-07-04)
7+
8+
**Note:** Version bump only for package @cubejs-backend/serverless-aws
9+
10+
11+
12+
13+
614
## [0.19.44](https://github.com/cube-js/cube.js/compare/v0.19.43...v0.19.44) (2020-07-04)
715

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

packages/cubejs-serverless-aws/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/serverless-aws",
33
"description": "Cube.js Serverless AWS support",
44
"author": "Statsbot, Inc.",
5-
"version": "0.19.44",
5+
"version": "0.19.45",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -13,7 +13,7 @@
1313
},
1414
"main": "index.js",
1515
"dependencies": {
16-
"@cubejs-backend/serverless": "^0.19.44",
16+
"@cubejs-backend/serverless": "^0.19.45",
1717
"aws-sdk": "^2.404.0"
1818
},
1919
"devDependencies": {

packages/cubejs-serverless-google/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.19.45](https://github.com/cube-js/cube.js/compare/v0.19.44...v0.19.45) (2020-07-04)
7+
8+
**Note:** Version bump only for package @cubejs-backend/serverless-google
9+
10+
11+
12+
13+
614
## [0.19.44](https://github.com/cube-js/cube.js/compare/v0.19.43...v0.19.44) (2020-07-04)
715

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

packages/cubejs-serverless-google/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/serverless-google",
33
"description": "Cube.js Serverless Google support",
44
"author": "Statsbot, Inc.",
5-
"version": "0.19.44",
5+
"version": "0.19.45",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -13,7 +13,7 @@
1313
},
1414
"main": "index.js",
1515
"dependencies": {
16-
"@cubejs-backend/serverless": "^0.19.44",
16+
"@cubejs-backend/serverless": "^0.19.45",
1717
"@google-cloud/pubsub": "^1.5.0"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)