@cubejs-client/react 0.29.23 → 0.29.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.29.24](https://github.com/cube-js/cube.js/compare/v0.29.23...v0.29.24) (2022-02-01)
7
+
8
+ **Note:** Version bump only for package @cubejs-client/react
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.29.23](https://github.com/cube-js/cube.js/compare/v0.29.22...v0.29.23) (2022-01-26)
7
15
 
8
16
  **Note:** Version bump only for package @cubejs-client/react
package/index.d.ts CHANGED
@@ -405,7 +405,7 @@ declare module '@cubejs-client/react' {
405
405
  * });
406
406
  *
407
407
  * if (isLoading) {
408
- * return <div>{progress && progress.stage && progress.stage.stage || 'Loading...'}</div>;
408
+ * return <div>{progress?.stage || 'Loading...'}</div>;
409
409
  * }
410
410
  *
411
411
  * if (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-client/react",
3
- "version": "0.29.23",
3
+ "version": "0.29.24",
4
4
  "author": "Cube Dev, Inc.",
5
5
  "license": "MIT",
6
6
  "engines": {},
@@ -44,5 +44,5 @@
44
44
  "peerDependencies": {
45
45
  "react": ">=16.10.2"
46
46
  },
47
- "gitHead": "da516571691c103ecbd035c3319653766622b083"
47
+ "gitHead": "c46552b690d40c0c24b203557cb1d17b2b3f2012"
48
48
  }