Skip to content

Commit 06aad34

Browse files
committed
v0.10.53
1 parent 950541c commit 06aad34

File tree

8 files changed

+66
-5
lines changed

8 files changed

+66
-5
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.10.53](https://github.com/cube-js/cube.js/compare/v0.10.52...v0.10.53) (2019-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **playground:** antd styles are added as part of table scaffolding ([8a39c9d](https://github.com/cube-js/cube.js/commit/8a39c9d))
12+
* **playground:** Can't delete dashboard item name in dashboard app ([0cf546f](https://github.com/cube-js/cube.js/commit/0cf546f))
13+
* **playground:** Recharts extra code ([950541c](https://github.com/cube-js/cube.js/commit/950541c))
14+
15+
16+
### Features
17+
18+
* **client-react:** provide isQueryPresent() as static API method ([59dc5ce](https://github.com/cube-js/cube.js/commit/59dc5ce))
19+
* **playground:** Make dashboard loading errors permanent ([155380d](https://github.com/cube-js/cube.js/commit/155380d))
20+
* **playground:** Recharts code generation support ([c8c8230](https://github.com/cube-js/cube.js/commit/c8c8230))
21+
22+
23+
24+
25+
626
## [0.10.52](https://github.com/cube-js/cube.js/compare/v0.10.51...v0.10.52) (2019-10-01)
727

828

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.10.52"
5+
"version": "0.10.53"
66
}

packages/cubejs-playground/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.10.53](https://github.com/statsbotco/cubejs-client/compare/v0.10.52...v0.10.53) (2019-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **playground:** antd styles are added as part of table scaffolding ([8a39c9d](https://github.com/statsbotco/cubejs-client/commit/8a39c9d))
12+
* **playground:** Can't delete dashboard item name in dashboard app ([0cf546f](https://github.com/statsbotco/cubejs-client/commit/0cf546f))
13+
* **playground:** Recharts extra code ([950541c](https://github.com/statsbotco/cubejs-client/commit/950541c))
14+
15+
16+
### Features
17+
18+
* **playground:** Make dashboard loading errors permanent ([155380d](https://github.com/statsbotco/cubejs-client/commit/155380d))
19+
* **playground:** Recharts code generation support ([c8c8230](https://github.com/statsbotco/cubejs-client/commit/c8c8230))
20+
21+
22+
23+
24+
625
## [0.10.46](https://github.com/statsbotco/cubejs-client/compare/v0.10.45...v0.10.46) (2019-09-30)
726

827

packages/cubejs-playground/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-client/playground",
3-
"version": "0.10.46",
3+
"version": "0.10.53",
44
"dependencies": {
55
"@babel/generator": "^7.4.0",
66
"@babel/parser": "^7.4.2",
@@ -10,7 +10,7 @@
1010
"@babel/traverse": "^7.4.0",
1111
"@babel/types": "^7.4.0",
1212
"@cubejs-client/core": "^0.10.16",
13-
"@cubejs-client/react": "^0.10.43",
13+
"@cubejs-client/react": "^0.10.53",
1414
"antd": "^3.14.1",
1515
"bizcharts": "^3.4.3",
1616
"chart.js": "^2.7.3",

packages/cubejs-react/CHANGELOG.md

+11
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.10.53](https://github.com/statsbotco/cubejs-client/compare/v0.10.52...v0.10.53) (2019-10-02)
7+
8+
9+
### Features
10+
11+
* **client-react:** provide isQueryPresent() as static API method ([59dc5ce](https://github.com/statsbotco/cubejs-client/commit/59dc5ce))
12+
13+
14+
15+
16+
617
## [0.10.43](https://github.com/statsbotco/cubejs-client/compare/v0.10.42...v0.10.43) (2019-09-27)
718

819

packages/cubejs-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-client/react",
3-
"version": "0.10.43",
3+
"version": "0.10.53",
44
"description": "React components for cube.js",
55
"author": "Statsbot, Inc.",
66
"dependencies": {

packages/cubejs-vue/CHANGELOG.md

+11
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.10.53](https://github.com/statsbotco/cubejs-client/compare/v0.10.52...v0.10.53) (2019-10-02)
7+
8+
9+
### Features
10+
11+
* **client-react:** provide isQueryPresent() as static API method ([59dc5ce](https://github.com/statsbotco/cubejs-client/commit/59dc5ce))
12+
13+
14+
15+
16+
617
## [0.10.49](https://github.com/statsbotco/cubejs-client/compare/v0.10.48...v0.10.49) (2019-10-01)
718

819

packages/cubejs-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-client/vue",
3-
"version": "0.10.49",
3+
"version": "0.10.53",
44
"description": "Vue.js components for cube.js",
55
"author": "Ricardo Tapia",
66
"scripts": {

0 commit comments

Comments
 (0)