@cubejs-backend/cloud 0.28.42 → 0.29.0

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 +45 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,51 @@
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.0](https://github.com/cube-js/cube.js/compare/v0.28.67...v0.29.0) (2021-12-14)
7
+
8
+
9
+ ### Reverts
10
+
11
+ * Revert "BREAKING CHANGE: 0.29 (#3809)" (#3811) ([db005ed](https://github.com/cube-js/cube.js/commit/db005edc04d48e8251250ab9d0e19f496cf3b52b)), closes [#3809](https://github.com/cube-js/cube.js/issues/3809) [#3811](https://github.com/cube-js/cube.js/issues/3811)
12
+
13
+
14
+ * BREAKING CHANGE: 0.29 (#3809) ([6f1418b](https://github.com/cube-js/cube.js/commit/6f1418b9963774844f341682e594601a56bb0084)), closes [#3809](https://github.com/cube-js/cube.js/issues/3809)
15
+
16
+
17
+ ### BREAKING CHANGES
18
+
19
+ * Drop support for Node.js 10 (12.x is a minimal version)
20
+ * Upgrade Node.js to 14 for Docker images
21
+ * Drop support for Node.js 15
22
+
23
+
24
+
25
+
26
+
27
+ ## [0.28.55](https://github.com/cube-js/cube.js/compare/v0.28.54...v0.28.55) (2021-11-12)
28
+
29
+ **Note:** Version bump only for package @cubejs-backend/cloud
30
+
31
+
32
+
33
+
34
+
35
+ ## [0.28.52](https://github.com/cube-js/cube.js/compare/v0.28.51...v0.28.52) (2021-11-03)
36
+
37
+ **Note:** Version bump only for package @cubejs-backend/cloud
38
+
39
+
40
+
41
+
42
+
43
+ ## [0.28.50](https://github.com/cube-js/cube.js/compare/v0.28.49...v0.28.50) (2021-10-28)
44
+
45
+ **Note:** Version bump only for package @cubejs-backend/cloud
46
+
47
+
48
+
49
+
50
+
6
51
  ## [0.28.42](https://github.com/cube-js/cube.js/compare/v0.28.41...v0.28.42) (2021-10-15)
7
52
 
8
53
  **Note:** Version bump only for package @cubejs-backend/cloud
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-backend/cloud",
3
- "version": "0.28.42",
3
+ "version": "0.29.0",
4
4
  "description": "Cube Cloud package",
5
5
  "main": "dist/src/index.js",
6
6
  "typings": "dist/src/index.d.ts",
@@ -18,12 +18,12 @@
18
18
  "dist/src/*"
19
19
  ],
20
20
  "engines": {
21
- "node": ">=10.8.0"
21
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
22
22
  },
23
23
  "author": "Cube Dev, Inc.",
24
24
  "license": "Apache-2.0",
25
25
  "devDependencies": {
26
- "@cubejs-backend/linter": "^0.28.22",
26
+ "@cubejs-backend/linter": "^0.29.0",
27
27
  "@types/fs-extra": "^9.0.8",
28
28
  "@types/jest": "^26.0.20",
29
29
  "@types/request-promise": "^4.1.46",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@cubejs-backend/dotenv": "^9.0.2",
35
- "@cubejs-backend/shared": "^0.28.42",
35
+ "@cubejs-backend/shared": "^0.29.0",
36
36
  "chokidar": "^3.5.1",
37
37
  "env-var": "^6.3.0",
38
38
  "fs-extra": "^9.1.0",
@@ -58,5 +58,5 @@
58
58
  ".*\\.d\\.ts"
59
59
  ]
60
60
  },
61
- "gitHead": "d003ab3d88e6276af95ced593b45d59464bd347f"
61
+ "gitHead": "15502010fedcb085860d4f35267a57a6d60aa9ab"
62
62
  }