Skip to content

Commit ff3fe29

Browse files
committed
v0.19.40
1 parent be63131 commit ff3fe29

File tree

20 files changed

+120
-17
lines changed

20 files changed

+120
-17
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.40](https://github.com/cube-js/cube.js/compare/v0.19.39...v0.19.40) (2020-06-30)
7+
8+
9+
### Bug Fixes
10+
11+
* Querying empty Postgres table with 'time' dimension in a cube results in null value ([07d00f8](https://github.com/cube-js/cube.js/commit/07d00f8)), closes [#639](https://github.com/cube-js/cube.js/issues/639)
12+
13+
14+
### Features
15+
16+
* CUBEJS_SCHEDULED_REFRESH_TIMER env variable ([6d0096e](https://github.com/cube-js/cube.js/commit/6d0096e))
17+
* **docs-gen:** Typedoc generator ([#769](https://github.com/cube-js/cube.js/issues/769)) ([15373eb](https://github.com/cube-js/cube.js/commit/15373eb))
18+
19+
20+
21+
22+
623
## [0.19.39](https://github.com/cube-js/cube.js/compare/v0.19.38...v0.19.39) (2020-06-28)
724

825

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.39"
5+
"version": "0.19.40"
66
}

packages/cubejs-client-core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.40](https://github.com/cube-js/cube.js/compare/v0.19.39...v0.19.40) (2020-06-30)
7+
8+
9+
### Features
10+
11+
* **docs-gen:** Typedoc generator ([#769](https://github.com/cube-js/cube.js/issues/769)) ([15373eb](https://github.com/cube-js/cube.js/commit/15373eb))
12+
13+
14+
15+
16+
617
## [0.19.37](https://github.com/cube-js/cube.js/compare/v0.19.36...v0.19.37) (2020-06-26)
718

819

packages/cubejs-client-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-client/core",
3-
"version": "0.19.37",
3+
"version": "0.19.40",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cube-js/cube.js.git",

packages/cubejs-client-ngx/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.40](https://github.com/cube-js/cube.js/compare/v0.19.39...v0.19.40) (2020-06-30)
7+
8+
**Note:** Version bump only for package @cubejs-client/ngx
9+
10+
11+
12+
13+
614
## [0.19.37](https://github.com/cube-js/cube.js/compare/v0.19.36...v0.19.37) (2020-06-26)
715

816
**Note:** Version bump only for package @cubejs-client/ngx

packages/cubejs-client-ngx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-client/ngx",
3-
"version": "0.19.37",
3+
"version": "0.19.40",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cube-js/cube.js.git",
@@ -13,7 +13,7 @@
1313
],
1414
"license": "MIT",
1515
"dependencies": {
16-
"@cubejs-client/core": "^0.19.37",
16+
"@cubejs-client/core": "^0.19.40",
1717
"tslib": "^1.9.0"
1818
},
1919
"peerDependencies": {

packages/cubejs-playground/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.40](https://github.com/cube-js/cube.js/compare/v0.19.39...v0.19.40) (2020-06-30)
7+
8+
**Note:** Version bump only for package @cubejs-client/playground
9+
10+
11+
12+
13+
614
## [0.19.38](https://github.com/cube-js/cube.js/compare/v0.19.37...v0.19.38) (2020-06-28)
715

816

packages/cubejs-playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-client/playground",
3-
"version": "0.19.38",
3+
"version": "0.19.40",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cube-js/cube.js.git",
@@ -16,7 +16,7 @@
1616
"@babel/standalone": "^7.3.4",
1717
"@babel/traverse": "^7.4.0",
1818
"@babel/types": "^7.4.0",
19-
"@cubejs-client/core": "^0.19.37",
19+
"@cubejs-client/core": "^0.19.40",
2020
"@cubejs-client/react": "^0.19.37",
2121
"antd": "^4.2.0",
2222
"bizcharts": "^3.4.3",

packages/cubejs-schema-compiler/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.40](https://github.com/cube-js/cube.js/compare/v0.19.39...v0.19.40) (2020-06-30)
7+
8+
9+
### Bug Fixes
10+
11+
* Querying empty Postgres table with 'time' dimension in a cube results in null value ([07d00f8](https://github.com/cube-js/cube.js/commit/07d00f8)), closes [#639](https://github.com/cube-js/cube.js/issues/639)
12+
13+
14+
15+
16+
617
## [0.19.39](https://github.com/cube-js/cube.js/compare/v0.19.38...v0.19.39) (2020-06-28)
718

819

packages/cubejs-schema-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/schema-compiler",
33
"description": "Cube.js schema compiler",
44
"author": "Statsbot, Inc.",
5-
"version": "0.19.39",
5+
"version": "0.19.40",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",

0 commit comments

Comments
 (0)