Skip to content

Commit

Permalink
v1.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Jan 27, 2025
1 parent 7974eac commit bb86016
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.18](https://github.com/cube-js/cube/compare/v1.1.17...v1.1.18) (2025-01-27)

### Bug Fixes

- **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))

## [1.1.17](https://github.com/cube-js/cube/compare/v1.1.16...v1.1.17) (2025-01-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.17",
"version": "1.1.18",
"npmClient": "yarn",
"command": {
"bootstrap": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cubejs-api-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.18](https://github.com/cube-js/cube/compare/v1.1.17...v1.1.18) (2025-01-27)

### Bug Fixes

- **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))

## [1.1.17](https://github.com/cube-js/cube/compare/v1.1.16...v1.1.17) (2025-01-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/api-gateway",
"description": "Cube.js API Gateway",
"author": "Cube Dev, Inc.",
"version": "1.1.17",
"version": "1.1.18",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand Down
4 changes: 4 additions & 0 deletions packages/cubejs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.18](https://github.com/cube-js/cube/compare/v1.1.17...v1.1.18) (2025-01-27)

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

## [1.1.17](https://github.com/cube-js/cube/compare/v1.1.16...v1.1.17) (2025-01-27)

**Note:** Version bump only for package cubejs-cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cubejs-cli",
"description": "Cube.js Command Line Interface",
"author": "Cube Dev, Inc.",
"version": "1.1.17",
"version": "1.1.18",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@cubejs-backend/linter": "^1.0.0",
"@cubejs-backend/server": "1.1.17",
"@cubejs-backend/server": "1.1.18",
"@oclif/command": "^1.8.0",
"@types/cli-progress": "^3.8.0",
"@types/cross-spawn": "^6.0.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/cubejs-docker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.18](https://github.com/cube-js/cube/compare/v1.1.17...v1.1.18) (2025-01-27)

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

## [1.1.17](https://github.com/cube-js/cube/compare/v1.1.16...v1.1.17) (2025-01-27)

**Note:** Version bump only for package @cubejs-backend/docker
Expand Down
6 changes: 3 additions & 3 deletions packages/cubejs-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-backend/docker",
"version": "1.1.17",
"version": "1.1.18",
"description": "Cube.js In Docker (virtual package)",
"author": "Cube Dev, Inc.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,12 +32,12 @@
"@cubejs-backend/prestodb-driver": "1.1.17",
"@cubejs-backend/questdb-driver": "1.1.17",
"@cubejs-backend/redshift-driver": "1.1.17",
"@cubejs-backend/server": "1.1.17",
"@cubejs-backend/server": "1.1.18",
"@cubejs-backend/snowflake-driver": "1.1.17",
"@cubejs-backend/sqlite-driver": "1.1.17",
"@cubejs-backend/trino-driver": "1.1.17",
"@cubejs-backend/vertica-driver": "1.1.17",
"cubejs-cli": "1.1.17",
"cubejs-cli": "1.1.18",
"typescript": "~5.2.2"
},
"resolutions": {
Expand Down
4 changes: 4 additions & 0 deletions packages/cubejs-server-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.18](https://github.com/cube-js/cube/compare/v1.1.17...v1.1.18) (2025-01-27)

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

## [1.1.17](https://github.com/cube-js/cube/compare/v1.1.16...v1.1.17) (2025-01-27)

**Note:** Version bump only for package @cubejs-backend/server-core
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/server-core",
"description": "Cube.js base component to wire all backend components together",
"author": "Cube Dev, Inc.",
"version": "1.1.17",
"version": "1.1.18",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.git",
Expand All @@ -29,7 +29,7 @@
"unit": "jest --runInBand --forceExit --coverage dist/test"
},
"dependencies": {
"@cubejs-backend/api-gateway": "1.1.17",
"@cubejs-backend/api-gateway": "1.1.18",
"@cubejs-backend/cloud": "1.1.17",
"@cubejs-backend/dotenv": "^9.0.2",
"@cubejs-backend/native": "1.1.17",
Expand Down
4 changes: 4 additions & 0 deletions packages/cubejs-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.18](https://github.com/cube-js/cube/compare/v1.1.17...v1.1.18) (2025-01-27)

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

## [1.1.17](https://github.com/cube-js/cube/compare/v1.1.16...v1.1.17) (2025-01-27)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/server",
"description": "Cube.js all-in-one server",
"author": "Cube Dev, Inc.",
"version": "1.1.17",
"version": "1.1.18",
"types": "index.d.ts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@cubejs-backend/cubestore-driver": "1.1.17",
"@cubejs-backend/dotenv": "^9.0.2",
"@cubejs-backend/native": "1.1.17",
"@cubejs-backend/server-core": "1.1.17",
"@cubejs-backend/server-core": "1.1.18",
"@cubejs-backend/shared": "1.1.17",
"@oclif/color": "^1.0.0",
"@oclif/command": "^1.8.13",
Expand Down
4 changes: 4 additions & 0 deletions packages/cubejs-testing-drivers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.18](https://github.com/cube-js/cube/compare/v1.1.17...v1.1.18) (2025-01-27)

**Note:** Version bump only for package @cubejs-backend/testing-drivers

## [1.1.17](https://github.com/cube-js/cube/compare/v1.1.16...v1.1.17) (2025-01-27)

**Note:** Version bump only for package @cubejs-backend/testing-drivers
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-testing-drivers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubejs-backend/testing-drivers",
"version": "1.1.17",
"version": "1.1.18",
"description": "Cube.js drivers test suite",
"author": "Cube Dev, Inc.",
"license": "MIT",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@cubejs-backend/mysql-driver": "1.1.17",
"@cubejs-backend/postgres-driver": "1.1.17",
"@cubejs-backend/query-orchestrator": "1.1.17",
"@cubejs-backend/server-core": "1.1.17",
"@cubejs-backend/server-core": "1.1.18",
"@cubejs-backend/shared": "1.1.17",
"@cubejs-backend/snowflake-driver": "1.1.17",
"@cubejs-backend/testing-shared": "1.1.17",
Expand Down

0 comments on commit bb86016

Please sign in to comment.