Skip to content

Commit f80e450

Browse files
committed
v0.19.13
1 parent c8c74d3 commit f80e450

File tree

22 files changed

+120
-19
lines changed

22 files changed

+120
-19
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.13](https://github.com/cube-js/cube.js/compare/v0.19.12...v0.19.13) (2020-04-21)
7+
8+
9+
### Features
10+
11+
* Postgres Citus Data HLL plugin implementation ([#601](https://github.com/cube-js/cube.js/issues/601)) Thanks to [@milanbella](https://github.com/milanbella) ! ([be85ac6](https://github.com/cube-js/cube.js/commit/be85ac6)), closes [#563](https://github.com/cube-js/cube.js/issues/563)
12+
* **react:** `resetResultSetOnChange` option for `QueryRenderer` and `useCubeQuery` ([c8c74d3](https://github.com/cube-js/cube.js/commit/c8c74d3))
13+
14+
15+
16+
17+
618
## [0.19.12](https://github.com/cube-js/cube.js/compare/v0.19.11...v0.19.12) (2020-04-20)
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.12"
5+
"version": "0.19.13"
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.13](https://github.com/cube-js/cube.js/compare/v0.19.12...v0.19.13) (2020-04-21)
7+
8+
9+
### Features
10+
11+
* **react:** `resetResultSetOnChange` option for `QueryRenderer` and `useCubeQuery` ([c8c74d3](https://github.com/cube-js/cube.js/commit/c8c74d3))
12+
13+
14+
15+
16+
617
## [0.19.12](https://github.com/cube-js/cube.js/compare/v0.19.11...v0.19.12) (2020-04-20)
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.12",
3+
"version": "0.19.13",
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.13](https://github.com/cube-js/cube.js/compare/v0.19.12...v0.19.13) (2020-04-21)
7+
8+
**Note:** Version bump only for package @cubejs-client/ngx
9+
10+
11+
12+
13+
614
## [0.19.12](https://github.com/cube-js/cube.js/compare/v0.19.11...v0.19.12) (2020-04-20)
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.12",
3+
"version": "0.19.13",
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.12",
16+
"@cubejs-client/core": "^0.19.13",
1717
"tslib": "^1.9.0"
1818
},
1919
"peerDependencies": {

packages/cubejs-client-react/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.13](https://github.com/cube-js/cube.js/compare/v0.19.12...v0.19.13) (2020-04-21)
7+
8+
9+
### Features
10+
11+
* **react:** `resetResultSetOnChange` option for `QueryRenderer` and `useCubeQuery` ([c8c74d3](https://github.com/cube-js/cube.js/commit/c8c74d3))
12+
13+
14+
15+
16+
617
# [0.19.0](https://github.com/cube-js/cube.js/compare/v0.18.32...v0.19.0) (2020-04-09)
718

819
**Note:** Version bump only for package @cubejs-client/react

packages/cubejs-client-react/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/react",
3-
"version": "0.19.0",
3+
"version": "0.19.13",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cube-js/cube.js.git",

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.13](https://github.com/cube-js/cube.js/compare/v0.19.12...v0.19.13) (2020-04-21)
7+
8+
**Note:** Version bump only for package @cubejs-client/playground
9+
10+
11+
12+
13+
614
## [0.19.12](https://github.com/cube-js/cube.js/compare/v0.19.11...v0.19.12) (2020-04-20)
715

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

packages/cubejs-playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-client/playground",
3-
"version": "0.19.12",
3+
"version": "0.19.13",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cube-js/cube.js.git",
@@ -14,8 +14,8 @@
1414
"@babel/standalone": "^7.3.4",
1515
"@babel/traverse": "^7.4.0",
1616
"@babel/types": "^7.4.0",
17-
"@cubejs-client/core": "^0.19.12",
18-
"@cubejs-client/react": "^0.19.0",
17+
"@cubejs-client/core": "^0.19.13",
18+
"@cubejs-client/react": "^0.19.13",
1919
"antd": "^3.14.1",
2020
"bizcharts": "^3.4.3",
2121
"chart.js": "^2.7.3",

0 commit comments

Comments
 (0)