Skip to content

Commit e2bd235

Browse files
committed
v0.33.12
1 parent a3b4cd6 commit e2bd235

File tree

38 files changed

+205
-43
lines changed

38 files changed

+205
-43
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.12](https://github.com/cube-js/cube/compare/v0.33.11...v0.33.12) (2023-05-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **client-core:** drill down check the parent date range bounds ([#6639](https://github.com/cube-js/cube/issues/6639)) ([5da5e61](https://github.com/cube-js/cube/commit/5da5e613c4551f09f72ba89e4432534ab1524eaa))
12+
* Invalid query format: \"filters[0]\" does not match any of the allowed types for `or` query ([a3b4cd6](https://github.com/cube-js/cube/commit/a3b4cd67455f9839024495f332f8f4e2963d64ce))
13+
14+
15+
16+
17+
618
## [0.33.11](https://github.com/cube-js/cube/compare/v0.33.10...v0.33.11) (2023-05-22)
719

820

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.11",
2+
"version": "0.33.12",
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.33.12](https://github.com/cube-js/cube/compare/v0.33.11...v0.33.12) (2023-05-22)
7+
8+
9+
### Bug Fixes
10+
11+
* Invalid query format: \"filters[0]\" does not match any of the allowed types for `or` query ([a3b4cd6](https://github.com/cube-js/cube/commit/a3b4cd67455f9839024495f332f8f4e2963d64ce))
12+
13+
14+
15+
16+
617
## [0.33.11](https://github.com/cube-js/cube/compare/v0.33.10...v0.33.11) (2023-05-22)
718

819
**Note:** Version bump only for package @cubejs-backend/api-gateway

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.33.11",
5+
"version": "0.33.12",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.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.33.12](https://github.com/cube-js/cube/compare/v0.33.11...v0.33.12) (2023-05-22)
7+
8+
**Note:** Version bump only for package cubejs-cli
9+
10+
11+
12+
13+
614
## [0.33.11](https://github.com/cube-js/cube/compare/v0.33.10...v0.33.11) (2023-05-22)
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.33.11",
5+
"version": "0.33.12",
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.33.0",
53-
"@cubejs-backend/server": "^0.33.11",
53+
"@cubejs-backend/server": "^0.33.12",
5454
"@oclif/command": "^1.8.0",
5555
"@types/cli-progress": "^3.8.0",
5656
"@types/cross-spawn": "^6.0.2",

packages/cubejs-client-core/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.12](https://github.com/cube-js/cube/compare/v0.33.11...v0.33.12) (2023-05-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **client-core:** drill down check the parent date range bounds ([#6639](https://github.com/cube-js/cube/issues/6639)) ([5da5e61](https://github.com/cube-js/cube/commit/5da5e613c4551f09f72ba89e4432534ab1524eaa))
12+
13+
14+
15+
16+
617
# [0.33.0](https://github.com/cube-js/cube/compare/v0.32.31...v0.33.0) (2023-05-02)
718

819
**Note:** Version bump only for package @cubejs-client/core

packages/cubejs-client-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-client/core",
3-
"version": "0.33.0",
3+
"version": "0.33.12",
44
"engines": {},
55
"repository": {
66
"type": "git",

packages/cubejs-client-react/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.12](https://github.com/cube-js/cube/compare/v0.33.11...v0.33.12) (2023-05-22)
7+
8+
**Note:** Version bump only for package @cubejs-client/react
9+
10+
11+
12+
13+
614
# [0.33.0](https://github.com/cube-js/cube/compare/v0.32.31...v0.33.0) (2023-05-02)
715

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

packages/cubejs-client-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-client/react",
3-
"version": "0.33.0",
3+
"version": "0.33.12",
44
"author": "Cube Dev, Inc.",
55
"license": "MIT",
66
"engines": {},
@@ -24,7 +24,7 @@
2424
],
2525
"dependencies": {
2626
"@babel/runtime": "^7.1.2",
27-
"@cubejs-client/core": "^0.33.0",
27+
"@cubejs-client/core": "^0.33.12",
2828
"core-js": "^3.6.5",
2929
"ramda": "^0.27.2"
3030
},

0 commit comments

Comments
 (0)