@cubejs-backend/testing 0.30.19 → 0.30.27

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
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.30.27](https://github.com/cube-js/cube.js/compare/v0.30.26...v0.30.27) (2022-06-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **questdb-driver:** schema query error due to system tables ([#4762](https://github.com/cube-js/cube.js/issues/4762)) ([5571a70](https://github.com/cube-js/cube.js/commit/5571a70a987b18e6d28b3200a482b76054f2639b))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.30.25](https://github.com/cube-js/cube.js/compare/v0.30.24...v0.30.25) (2022-06-16)
18
+
19
+ **Note:** Version bump only for package @cubejs-backend/testing
20
+
21
+
22
+
23
+
24
+
25
+ ## [0.30.20](https://github.com/cube-js/cube.js/compare/v0.30.19...v0.30.20) (2022-06-11)
26
+
27
+ **Note:** Version bump only for package @cubejs-backend/testing
28
+
29
+
30
+
31
+
32
+
6
33
  ## [0.30.19](https://github.com/cube-js/cube.js/compare/v0.30.18...v0.30.19) (2022-06-10)
7
34
 
8
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-backend/testing",
3
- "version": "0.30.19",
3
+ "version": "0.30.27",
4
4
  "description": "Cube.js e2e tests",
5
5
  "author": "Cube Dev, Inc.",
6
6
  "license": "Apache-2.0",
@@ -65,11 +65,11 @@
65
65
  ],
66
66
  "dependencies": {
67
67
  "@cubejs-backend/dotenv": "^9.0.2",
68
- "@cubejs-backend/query-orchestrator": "^0.30.7",
69
- "@cubejs-backend/schema-compiler": "^0.30.8",
70
- "@cubejs-backend/shared": "^0.30.7",
71
- "@cubejs-backend/testing-shared": "^0.30.8",
72
- "@cubejs-client/ws-transport": "^0.30.4",
68
+ "@cubejs-backend/query-orchestrator": "^0.30.25",
69
+ "@cubejs-backend/schema-compiler": "^0.30.25",
70
+ "@cubejs-backend/shared": "^0.30.25",
71
+ "@cubejs-backend/testing-shared": "^0.30.27",
72
+ "@cubejs-client/ws-transport": "^0.30.27",
73
73
  "dedent": "^0.7.0",
74
74
  "fs-extra": "^8.1.0",
75
75
  "http-proxy": "^1.18.1",
@@ -113,5 +113,5 @@
113
113
  "eslintConfig": {
114
114
  "extends": "../cubejs-linter"
115
115
  },
116
- "gitHead": "708ebd05f67cb83c4aa5a1fc55656b76688c8873"
116
+ "gitHead": "326863ef5dccf93b126ef8ccae05aa7bffa6893f"
117
117
  }