Skip to content

Commit bb86016

Browse files
committed
v1.1.18
1 parent 7974eac commit bb86016

File tree

14 files changed

+45
-13
lines changed

14 files changed

+45
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [1.1.18](https://github.com/cube-js/cube/compare/v1.1.17...v1.1.18) (2025-01-27)
7+
8+
### Bug Fixes
9+
10+
- **api-gateway:** Fix graphql query result processing via native results ([#9146](https://github.com/cube-js/cube/issues/9146)) ([7974eac](https://github.com/cube-js/cube/commit/7974eac4f32d5c81fea6266224821424f67b5ead))
11+
612
## [1.1.17](https://github.com/cube-js/cube/compare/v1.1.16...v1.1.17) (2025-01-27)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.17",
2+
"version": "1.1.18",
33
"npmClient": "yarn",
44
"command": {
55
"bootstrap": {

packages/cubejs-api-gateway/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [1.1.18](https://github.com/cube-js/cube/compare/v1.1.17...v1.1.18) (2025-01-27)
7+
8+
### Bug Fixes
9+
10+
- **api-gateway:** Fix graphql query result processing via native results ([#9146](https://github.com/cube-js/cube/issues/9146)) ([7974eac](https://github.com/cube-js/cube/commit/7974eac4f32d5c81fea6266224821424f67b5ead))
11+
612
## [1.1.17](https://github.com/cube-js/cube/compare/v1.1.16...v1.1.17) (2025-01-27)
713

814
### Features

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": "1.1.17",
5+
"version": "1.1.18",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.git",

packages/cubejs-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [1.1.18](https://github.com/cube-js/cube/compare/v1.1.17...v1.1.18) (2025-01-27)
7+
8+
**Note:** Version bump only for package cubejs-cli
9+
610
## [1.1.17](https://github.com/cube-js/cube/compare/v1.1.16...v1.1.17) (2025-01-27)
711

812
**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": "1.1.17",
5+
"version": "1.1.18",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.git",
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@cubejs-backend/linter": "^1.0.0",
54-
"@cubejs-backend/server": "1.1.17",
54+
"@cubejs-backend/server": "1.1.18",
5555
"@oclif/command": "^1.8.0",
5656
"@types/cli-progress": "^3.8.0",
5757
"@types/cross-spawn": "^6.0.2",

packages/cubejs-docker/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [1.1.18](https://github.com/cube-js/cube/compare/v1.1.17...v1.1.18) (2025-01-27)
7+
8+
**Note:** Version bump only for package @cubejs-backend/docker
9+
610
## [1.1.17](https://github.com/cube-js/cube/compare/v1.1.16...v1.1.17) (2025-01-27)
711

812
**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": "1.1.17",
3+
"version": "1.1.18",
44
"description": "Cube.js In Docker (virtual package)",
55
"author": "Cube Dev, Inc.",
66
"license": "Apache-2.0",
@@ -32,12 +32,12 @@
3232
"@cubejs-backend/prestodb-driver": "1.1.17",
3333
"@cubejs-backend/questdb-driver": "1.1.17",
3434
"@cubejs-backend/redshift-driver": "1.1.17",
35-
"@cubejs-backend/server": "1.1.17",
35+
"@cubejs-backend/server": "1.1.18",
3636
"@cubejs-backend/snowflake-driver": "1.1.17",
3737
"@cubejs-backend/sqlite-driver": "1.1.17",
3838
"@cubejs-backend/trino-driver": "1.1.17",
3939
"@cubejs-backend/vertica-driver": "1.1.17",
40-
"cubejs-cli": "1.1.17",
40+
"cubejs-cli": "1.1.18",
4141
"typescript": "~5.2.2"
4242
},
4343
"resolutions": {

packages/cubejs-server-core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [1.1.18](https://github.com/cube-js/cube/compare/v1.1.17...v1.1.18) (2025-01-27)
7+
8+
**Note:** Version bump only for package @cubejs-backend/server-core
9+
610
## [1.1.17](https://github.com/cube-js/cube/compare/v1.1.16...v1.1.17) (2025-01-27)
711

812
**Note:** Version bump only for package @cubejs-backend/server-core

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": "1.1.17",
5+
"version": "1.1.18",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.git",
@@ -29,7 +29,7 @@
2929
"unit": "jest --runInBand --forceExit --coverage dist/test"
3030
},
3131
"dependencies": {
32-
"@cubejs-backend/api-gateway": "1.1.17",
32+
"@cubejs-backend/api-gateway": "1.1.18",
3333
"@cubejs-backend/cloud": "1.1.17",
3434
"@cubejs-backend/dotenv": "^9.0.2",
3535
"@cubejs-backend/native": "1.1.17",

0 commit comments

Comments
 (0)