@cubejs-client/react 0.28.37 → 0.28.38

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,17 @@
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.28.38](https://github.com/cube-js/cube.js/compare/v0.28.37...v0.28.38) (2021-09-20)
7
+
8
+
9
+ ### Features
10
+
11
+ * **playground:** time zone for cron expressions ([#3441](https://github.com/cube-js/cube.js/issues/3441)) ([b27f509](https://github.com/cube-js/cube.js/commit/b27f509c690c7970ea5443650a141a1bbfcc947b))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.28.37](https://github.com/cube-js/cube.js/compare/v0.28.36...v0.28.37) (2021-09-17)
7
18
 
8
19
 
package/index.d.ts CHANGED
@@ -318,6 +318,7 @@ declare module '@cubejs-client/react' {
318
318
  timeDimensions: AvailableCube<TCubeDimension>[];
319
319
  };
320
320
 
321
+ // todo: CubeMember
321
322
  export type AvailableCube<T = any> = {
322
323
  cubeName: string;
323
324
  cubeTitle: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-client/react",
3
- "version": "0.28.37",
3
+ "version": "0.28.38",
4
4
  "author": "Cube Dev, Inc.",
5
5
  "license": "MIT",
6
6
  "engines": {},
@@ -24,7 +24,7 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.1.2",
27
- "@cubejs-client/core": "^0.28.37",
27
+ "@cubejs-client/core": "^0.28.38",
28
28
  "anser": "^2.0.1",
29
29
  "core-js": "^3.6.5",
30
30
  "html-entities": "^2.3.2",
@@ -44,5 +44,5 @@
44
44
  "peerDependencies": {
45
45
  "react": ">=16.10.2"
46
46
  },
47
- "gitHead": "8491774b9697362e7328846013387c8e40d28388"
47
+ "gitHead": "b6ac84b0ec679a40886a19e85d24619e0ca6a2ec"
48
48
  }