Skip to content

Commit 70e83ee

Browse files
committed
v0.33.30
1 parent 6cae9b5 commit 70e83ee

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
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.33.30](https://github.com/cube-js/cube/compare/v0.33.29...v0.33.30) (2023-06-23)
7+
8+
9+
### Features
10+
11+
* **firebolt-driver:** Timezones support ([#6458](https://github.com/cube-js/cube/issues/6458)) ([6cae9b5](https://github.com/cube-js/cube/commit/6cae9b5c034026247f5d86c821f90090e76cad72))
12+
13+
14+
15+
16+
617
## [0.33.29](https://github.com/cube-js/cube/compare/v0.33.28...v0.33.29) (2023-06-20)
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.33.29",
2+
"version": "0.33.30",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

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.33.30](https://github.com/cube-js/cube.js/compare/v0.33.29...v0.33.30) (2023-06-23)
7+
8+
**Note:** Version bump only for package @cubejs-backend/docker
9+
10+
11+
12+
13+
614
## [0.33.29](https://github.com/cube-js/cube/compare/v0.33.28...v0.33.29) (2023-06-20)
715

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

packages/cubejs-docker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-backend/docker",
3-
"version": "0.33.29",
3+
"version": "0.33.30",
44
"description": "Cube.js In Docker (virtual package)",
55
"author": "Cube Dev, Inc.",
66
"license": "Apache-2.0",
@@ -19,7 +19,7 @@
1919
"@cubejs-backend/druid-driver": "^0.33.29",
2020
"@cubejs-backend/duckdb-driver": "^0.33.29",
2121
"@cubejs-backend/elasticsearch-driver": "^0.33.29",
22-
"@cubejs-backend/firebolt-driver": "^0.33.29",
22+
"@cubejs-backend/firebolt-driver": "^0.33.30",
2323
"@cubejs-backend/hive-driver": "^0.33.29",
2424
"@cubejs-backend/ksql-driver": "^0.33.29",
2525
"@cubejs-backend/materialize-driver": "^0.33.29",

packages/cubejs-firebolt-driver/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.33.30](https://github.com/cube-js/cube/compare/v0.33.29...v0.33.30) (2023-06-23)
7+
8+
9+
### Features
10+
11+
* **firebolt-driver:** Timezones support ([#6458](https://github.com/cube-js/cube/issues/6458)) ([6cae9b5](https://github.com/cube-js/cube/commit/6cae9b5c034026247f5d86c821f90090e76cad72))
12+
13+
14+
15+
16+
617
## [0.33.29](https://github.com/cube-js/cube/compare/v0.33.28...v0.33.29) (2023-06-20)
718

819
**Note:** Version bump only for package @cubejs-backend/firebolt-driver

packages/cubejs-firebolt-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/firebolt-driver",
33
"description": "Cube.js Firebolt database driver",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.33.29",
5+
"version": "0.33.30",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.git",

0 commit comments

Comments
 (0)