Skip to content

Commit b00b4eb

Browse files
committed
v0.32.24
1 parent 99ea6c1 commit b00b4eb

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.32.24](https://github.com/cube-js/cube/compare/v0.32.23...v0.32.24) (2023-04-10)
7+
8+
9+
### Reverts
10+
11+
* Revert "feat(docker): Install DuckDB as built-in driver" ([99ea6c1](https://github.com/cube-js/cube/commit/99ea6c15333b3d0c19011cb58ed8a8d10e6b0d3c))
12+
13+
14+
15+
16+
617
## [0.32.23](https://github.com/cube-js/cube/compare/v0.32.22...v0.32.23) (2023-04-10)
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.32.23",
2+
"version": "0.32.24",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

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.32.24](https://github.com/cube-js/cube/compare/v0.32.23...v0.32.24) (2023-04-10)
7+
8+
**Note:** Version bump only for package cubejs-cli
9+
10+
11+
12+
13+
614
## [0.32.23](https://github.com/cube-js/cube/compare/v0.32.22...v0.32.23) (2023-04-10)
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.32.23",
5+
"version": "0.32.24",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.git",
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@cubejs-backend/linter": "^0.32.12",
53-
"@cubejs-backend/server": "^0.32.23",
53+
"@cubejs-backend/server": "^0.32.24",
5454
"@oclif/command": "^1.8.0",
5555
"@types/cli-progress": "^3.8.0",
5656
"@types/cross-spawn": "^6.0.2",

packages/cubejs-docker/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.32.24](https://github.com/cube-js/cube/compare/v0.32.23...v0.32.24) (2023-04-10)
7+
8+
9+
### Reverts
10+
11+
* Revert "feat(docker): Install DuckDB as built-in driver" ([99ea6c1](https://github.com/cube-js/cube/commit/99ea6c15333b3d0c19011cb58ed8a8d10e6b0d3c))
12+
13+
14+
15+
16+
617
## [0.32.23](https://github.com/cube-js/cube/compare/v0.32.22...v0.32.23) (2023-04-10)
718

819

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.32.23",
3+
"version": "0.32.24",
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.32.23",
3131
"@cubejs-backend/questdb-driver": "^0.32.23",
3232
"@cubejs-backend/redshift-driver": "^0.32.23",
33-
"@cubejs-backend/server": "^0.32.23",
33+
"@cubejs-backend/server": "^0.32.24",
3434
"@cubejs-backend/snowflake-driver": "^0.32.23",
3535
"@cubejs-backend/sqlite-driver": "^0.32.23",
3636
"@cubejs-backend/trino-driver": "^0.32.23",
37-
"cubejs-cli": "^0.32.23",
37+
"cubejs-cli": "^0.32.24",
3838
"typescript": "~4.9.5"
3939
},
4040
"resolutions": {

packages/cubejs-playground/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.32.24](https://github.com/cube-js/cube/compare/v0.32.23...v0.32.24) (2023-04-10)
7+
8+
**Note:** Version bump only for package @cubejs-client/playground
9+
10+
11+
12+
13+
614
## [0.32.22](https://github.com/cube-js/cube/compare/v0.32.21...v0.32.22) (2023-04-10)
715

816
**Note:** Version bump only for package @cubejs-client/playground

packages/cubejs-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cubejs-client/playground",
33
"author": "Cube Dev, Inc.",
4-
"version": "0.32.22",
4+
"version": "0.32.24",
55
"engines": {},
66
"repository": {
77
"type": "git",

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.32.24](https://github.com/cube-js/cube/compare/v0.32.23...v0.32.24) (2023-04-10)
7+
8+
**Note:** Version bump only for package @cubejs-backend/server-core
9+
10+
11+
12+
13+
614
## [0.32.23](https://github.com/cube-js/cube/compare/v0.32.22...v0.32.23) (2023-04-10)
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.32.23",
5+
"version": "0.32.24",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.git",
@@ -59,7 +59,7 @@
5959
"devDependencies": {
6060
"@cubejs-backend/cubestore-driver": "^0.32.23",
6161
"@cubejs-backend/linter": "^0.32.12",
62-
"@cubejs-client/playground": "^0.32.22",
62+
"@cubejs-client/playground": "^0.32.24",
6363
"@types/cross-spawn": "^6.0.2",
6464
"@types/express": "^4.17.9",
6565
"@types/fs-extra": "^9.0.8",

0 commit comments

Comments
 (0)