Skip to content

Commit 428fa47

Browse files
committed
v0.20.13
1 parent 16a15cb commit 428fa47

File tree

46 files changed

+240
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+240
-46
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.20.13](https://github.com/cube-js/cube.js/compare/v0.20.12...v0.20.13) (2020-10-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **@cubejs-backend/mongobi-driver:** TypeError: v.toLowerCase is not a function ([16a15cb](https://github.com/cube-js/cube.js/commit/16a15cb))
12+
* **@cubejs-schema-compilter:** MSSQL rollingWindow with granularity ([#1169](https://github.com/cube-js/cube.js/issues/1169)) Thanks to @JoshMentzer! ([16e6a9e](https://github.com/cube-js/cube.js/commit/16e6a9e))
13+
14+
15+
16+
17+
618
## [0.20.12](https://github.com/cube-js/cube.js/compare/v0.20.11...v0.20.12) (2020-10-02)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"version": "0.20.12"
6+
"version": "0.20.13"
77
}

packages/cubejs-athena-driver/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.20.13](https://github.com/cube-js/cube.js/compare/v0.20.12...v0.20.13) (2020-10-07)
7+
8+
**Note:** Version bump only for package @cubejs-backend/athena-driver
9+
10+
11+
12+
13+
614
## [0.20.9](https://github.com/cube-js/cube.js/compare/v0.20.8...v0.20.9) (2020-09-19)
715

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

packages/cubejs-athena-driver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/athena-driver",
33
"description": "Cube.js Athena database driver",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.20.9",
5+
"version": "0.20.13",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -16,7 +16,7 @@
1616
},
1717
"main": "driver/AthenaDriver.js",
1818
"dependencies": {
19-
"@cubejs-backend/query-orchestrator": "^0.20.9",
19+
"@cubejs-backend/query-orchestrator": "^0.20.13",
2020
"aws-sdk": "^2.403.0",
2121
"sqlstring": "^2.3.1"
2222
},

packages/cubejs-bigquery-driver/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.20.13](https://github.com/cube-js/cube.js/compare/v0.20.12...v0.20.13) (2020-10-07)
7+
8+
**Note:** Version bump only for package @cubejs-backend/bigquery-driver
9+
10+
11+
12+
13+
614
## [0.20.12](https://github.com/cube-js/cube.js/compare/v0.20.11...v0.20.12) (2020-10-02)
715

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

packages/cubejs-bigquery-driver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/bigquery-driver",
33
"description": "Cube.js BigQuery database driver",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.20.12",
5+
"version": "0.20.13",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -14,7 +14,7 @@
1414
"main": "driver/BigQueryDriver.js",
1515
"types": "driver/index.d.ts",
1616
"dependencies": {
17-
"@cubejs-backend/query-orchestrator": "^0.20.9",
17+
"@cubejs-backend/query-orchestrator": "^0.20.13",
1818
"@google-cloud/bigquery": "^4.1.4",
1919
"ramda": "^0.27.0"
2020
},

packages/cubejs-clickhouse-driver/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.20.13](https://github.com/cube-js/cube.js/compare/v0.20.12...v0.20.13) (2020-10-07)
7+
8+
**Note:** Version bump only for package @cubejs-backend/clickhouse-driver
9+
10+
11+
12+
13+
614
## [0.20.9](https://github.com/cube-js/cube.js/compare/v0.20.8...v0.20.9) (2020-09-19)
715

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

packages/cubejs-clickhouse-driver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/clickhouse-driver",
33
"description": "Cube.js ClickHouse database driver",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.20.9",
5+
"version": "0.20.13",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@apla/clickhouse": "^1.5.5",
22-
"@cubejs-backend/query-orchestrator": "^0.20.9",
22+
"@cubejs-backend/query-orchestrator": "^0.20.13",
2323
"generic-pool": "^3.6.0",
2424
"sqlstring": "^2.3.1",
2525
"uuidv4": "^6.0.2"

packages/cubejs-dremio-driver/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.20.13](https://github.com/cube-js/cube.js/compare/v0.20.12...v0.20.13) (2020-10-07)
7+
8+
**Note:** Version bump only for package @cubejs-backend/dremio-driver
9+
10+
11+
12+
13+
614
## [0.20.11](https://github.com/cube-js/cube.js/compare/v0.20.10...v0.20.11) (2020-09-28)
715

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

packages/cubejs-dremio-driver/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/dremio-driver",
33
"description": "Cube.js Dremio driver",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.20.11",
5+
"version": "0.20.13",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -16,8 +16,8 @@
1616
"lint": "eslint driver/*.js"
1717
},
1818
"dependencies": {
19-
"@cubejs-backend/query-orchestrator": "^0.20.9",
20-
"@cubejs-backend/schema-compiler": "^0.20.11",
19+
"@cubejs-backend/query-orchestrator": "^0.20.13",
20+
"@cubejs-backend/schema-compiler": "^0.20.13",
2121
"axios": "^0.19.2",
2222
"moment-timezone": "^0.5.31",
2323
"sqlstring": "^2.3.1"

0 commit comments

Comments
 (0)