Skip to content

Commit ce5f5c2

Browse files
committed
v0.31.27
1 parent b527cd9 commit ce5f5c2

File tree

18 files changed

+95
-17
lines changed

18 files changed

+95
-17
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.31.27](https://github.com/cube-js/cube.js/compare/v0.31.26...v0.31.27) (2022-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **api-gateway:** pre-aggregations/jobs auth middleware ([#5840](https://github.com/cube-js/cube.js/issues/5840)) ([b527cd9](https://github.com/cube-js/cube.js/commit/b527cd9fab348b404b6ed83fbbdb963c23928b07))
12+
13+
14+
15+
16+
617
## [0.31.26](https://github.com/cube-js/cube.js/compare/v0.31.25...v0.31.26) (2022-12-13)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.31.26",
2+
"version": "0.31.27",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/cubejs-api-gateway/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.31.27](https://github.com/cube-js/cube.js/compare/v0.31.26...v0.31.27) (2022-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **api-gateway:** pre-aggregations/jobs auth middleware ([#5840](https://github.com/cube-js/cube.js/issues/5840)) ([b527cd9](https://github.com/cube-js/cube.js/commit/b527cd9fab348b404b6ed83fbbdb963c23928b07))
12+
13+
14+
15+
16+
617
## [0.31.26](https://github.com/cube-js/cube.js/compare/v0.31.25...v0.31.26) (2022-12-13)
718

819

packages/cubejs-api-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/api-gateway",
33
"description": "Cube.js API Gateway",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.31.26",
5+
"version": "0.31.27",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",

packages/cubejs-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.31.27](https://github.com/cube-js/cube.js/compare/v0.31.26...v0.31.27) (2022-12-16)
7+
8+
**Note:** Version bump only for package cubejs-cli
9+
10+
11+
12+
13+
614
## [0.31.26](https://github.com/cube-js/cube.js/compare/v0.31.25...v0.31.26) (2022-12-13)
715

816
**Note:** Version bump only for package cubejs-cli

packages/cubejs-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cubejs-cli",
33
"description": "Cube.js Command Line Interface",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.31.26",
5+
"version": "0.31.27",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@cubejs-backend/linter": "^0.31.0",
52-
"@cubejs-backend/server": "^0.31.26",
52+
"@cubejs-backend/server": "^0.31.27",
5353
"@oclif/command": "^1.8.0",
5454
"@types/cli-progress": "^3.8.0",
5555
"@types/cross-spawn": "^6.0.2",

packages/cubejs-docker/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.31.27](https://github.com/cube-js/cube.js/compare/v0.31.26...v0.31.27) (2022-12-16)
7+
8+
**Note:** Version bump only for package @cubejs-backend/docker
9+
10+
11+
12+
13+
614
## [0.31.26](https://github.com/cube-js/cube.js/compare/v0.31.25...v0.31.26) (2022-12-13)
715

816
**Note:** Version bump only for package @cubejs-backend/docker

packages/cubejs-docker/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-backend/docker",
3-
"version": "0.31.26",
3+
"version": "0.31.27",
44
"description": "Cube.js In Docker (virtual package)",
55
"author": "Cube Dev, Inc.",
66
"license": "Apache-2.0",
@@ -30,11 +30,11 @@
3030
"@cubejs-backend/prestodb-driver": "^0.31.26",
3131
"@cubejs-backend/questdb-driver": "^0.31.26",
3232
"@cubejs-backend/redshift-driver": "^0.31.26",
33-
"@cubejs-backend/server": "^0.31.26",
33+
"@cubejs-backend/server": "^0.31.27",
3434
"@cubejs-backend/snowflake-driver": "^0.31.26",
3535
"@cubejs-backend/sqlite-driver": "^0.31.26",
3636
"@cubejs-backend/trino-driver": "^0.31.26",
37-
"cubejs-cli": "^0.31.26",
37+
"cubejs-cli": "^0.31.27",
3838
"typescript": "~4.1.5"
3939
},
4040
"resolutions": {

packages/cubejs-server-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.31.27](https://github.com/cube-js/cube.js/compare/v0.31.26...v0.31.27) (2022-12-16)
7+
8+
**Note:** Version bump only for package @cubejs-backend/server-core
9+
10+
11+
12+
13+
614
## [0.31.26](https://github.com/cube-js/cube.js/compare/v0.31.25...v0.31.26) (2022-12-13)
715

816

packages/cubejs-server-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/server-core",
33
"description": "Cube.js base component to wire all backend components together",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.31.26",
5+
"version": "0.31.27",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -31,7 +31,7 @@
3131
"tst": "clear && yarn tsc && jest --runInBand --coverage dist/test/unit/OptsHandler.test.js"
3232
},
3333
"dependencies": {
34-
"@cubejs-backend/api-gateway": "^0.31.26",
34+
"@cubejs-backend/api-gateway": "^0.31.27",
3535
"@cubejs-backend/cloud": "^0.31.26",
3636
"@cubejs-backend/dotenv": "^9.0.2",
3737
"@cubejs-backend/query-orchestrator": "^0.31.26",

0 commit comments

Comments
 (0)