Skip to content

Commit

Permalink
v0.19.35
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Jun 22, 2020
1 parent 8273544 commit 45bbec8
Show file tree
Hide file tree
Showing 40 changed files with 211 additions and 29 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.35](https://github.com/cube-js/cube.js/compare/v0.19.34...v0.19.35) (2020-06-22)


### Bug Fixes

* **cubejs-client-core:** table pivot ([#672](https://github.com/cube-js/cube.js/issues/672)) ([70015f5](https://github.com/cube-js/cube.js/commit/70015f5))
* header ([#734](https://github.com/cube-js/cube.js/issues/734)) ([056275a](https://github.com/cube-js/cube.js/commit/056275a))
* Scheduler request annotation for `/v1/run-scheduled-refresh` ([8273544](https://github.com/cube-js/cube.js/commit/8273544))
* table ([#740](https://github.com/cube-js/cube.js/issues/740)) ([6f1a8e7](https://github.com/cube-js/cube.js/commit/6f1a8e7))





## [0.19.34](https://github.com/cube-js/cube.js/compare/v0.19.33...v0.19.34) (2020-06-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.19.34"
"version": "0.19.35"
}
8 changes: 8 additions & 0 deletions packages/cubejs-api-gateway/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.35](https://github.com/cube-js/cube.js/compare/v0.19.34...v0.19.35) (2020-06-22)

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





## [0.19.33](https://github.com/cube-js/cube.js/compare/v0.19.32...v0.19.33) (2020-06-10)


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

## [0.19.35](https://github.com/cube-js/cube.js/compare/v0.19.34...v0.19.35) (2020-06-22)

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





## [0.19.34](https://github.com/cube-js/cube.js/compare/v0.19.33...v0.19.34) (2020-06-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-cli/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "cubejs-cli",
"description": "Cube.js Command Line Interface",
"author": "Statsbot, Inc.",
"version": "0.19.34",
"version": "0.19.35",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-clickhouse-driver/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.35](https://github.com/cube-js/cube.js/compare/v0.19.34...v0.19.35) (2020-06-22)

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





## [0.19.17](https://github.com/cube-js/cube.js/compare/v0.19.16...v0.19.17) (2020-05-09)

**Note:** Version bump only for package @cubejs-backend/clickhouse-driver
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-clickhouse-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/clickhouse-driver",
"description": "Cube.js ClickHouse database driver",
"author": "Statsbot, Inc.",
"version": "0.19.17",
"version": "0.19.35",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down
12 changes: 12 additions & 0 deletions packages/cubejs-client-core/CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.35](https://github.com/cube-js/cube.js/compare/v0.19.34...v0.19.35) (2020-06-22)


### Bug Fixes

* **cubejs-client-core:** table pivot ([#672](https://github.com/cube-js/cube.js/issues/672)) ([70015f5](https://github.com/cube-js/cube.js/commit/70015f5))
* table ([#740](https://github.com/cube-js/cube.js/issues/740)) ([6f1a8e7](https://github.com/cube-js/cube.js/commit/6f1a8e7))





## [0.19.31](https://github.com/cube-js/cube.js/compare/v0.19.30...v0.19.31) (2020-06-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-client-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/core",
"version": "0.19.31",
"version": "0.19.35",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-client-ngx/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.35](https://github.com/cube-js/cube.js/compare/v0.19.34...v0.19.35) (2020-06-22)

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





## [0.19.31](https://github.com/cube-js/cube.js/compare/v0.19.30...v0.19.31) (2020-06-10)

**Note:** Version bump only for package @cubejs-client/ngx
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-client-ngx/package.json
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/ngx",
"version": "0.19.31",
"version": "0.19.35",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -13,7 +13,7 @@
],
"license": "MIT",
"dependencies": {
"@cubejs-client/core": "^0.19.31",
"@cubejs-client/core": "^0.19.35",
"tslib": "^1.9.0"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-client-react/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.35](https://github.com/cube-js/cube.js/compare/v0.19.34...v0.19.35) (2020-06-22)


### Bug Fixes

* **cubejs-client-core:** table pivot ([#672](https://github.com/cube-js/cube.js/issues/672)) ([70015f5](https://github.com/cube-js/cube.js/commit/70015f5))





## [0.19.31](https://github.com/cube-js/cube.js/compare/v0.19.30...v0.19.31) (2020-06-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-client-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/react",
"version": "0.19.31",
"version": "0.19.35",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-client-vue/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.35](https://github.com/cube-js/cube.js/compare/v0.19.34...v0.19.35) (2020-06-22)


### Bug Fixes

* **cubejs-client-core:** table pivot ([#672](https://github.com/cube-js/cube.js/issues/672)) ([70015f5](https://github.com/cube-js/cube.js/commit/70015f5))





## [0.19.31](https://github.com/cube-js/cube.js/compare/v0.19.30...v0.19.31) (2020-06-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-client-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/vue",
"version": "0.19.31",
"version": "0.19.35",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-client-ws-transport/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.35](https://github.com/cube-js/cube.js/compare/v0.19.34...v0.19.35) (2020-06-22)

**Note:** Version bump only for package @cubejs-client/ws-transport





## [0.19.22](https://github.com/cube-js/cube.js/compare/v0.19.21...v0.19.22) (2020-05-26)

**Note:** Version bump only for package @cubejs-client/ws-transport
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-client-ws-transport/package.json
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/ws-transport",
"version": "0.19.22",
"version": "0.19.35",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-jdbc-driver/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.35](https://github.com/cube-js/cube.js/compare/v0.19.34...v0.19.35) (2020-06-22)

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





# [0.19.0](https://github.com/cube-js/cube.js/compare/v0.18.32...v0.19.0) (2020-04-09)

**Note:** Version bump only for package @cubejs-backend/jdbc-driver
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-jdbc-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/jdbc-driver",
"description": "Cube.js JDBC database driver",
"author": "Statsbot, Inc.",
"version": "0.19.0",
"version": "0.19.35",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-mssql-driver/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.35](https://github.com/cube-js/cube.js/compare/v0.19.34...v0.19.35) (2020-06-22)

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





## [0.19.17](https://github.com/cube-js/cube.js/compare/v0.19.16...v0.19.17) (2020-05-09)

**Note:** Version bump only for package @cubejs-backend/mssql-driver
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-mssql-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/mssql-driver",
"description": "Cube.js MS SQL database driver",
"author": "Statsbot, Inc.",
"version": "0.19.17",
"version": "0.19.35",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-mysql-driver/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.35](https://github.com/cube-js/cube.js/compare/v0.19.34...v0.19.35) (2020-06-22)

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





## [0.19.17](https://github.com/cube-js/cube.js/compare/v0.19.16...v0.19.17) (2020-05-09)

**Note:** Version bump only for package @cubejs-backend/mysql-driver
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-mysql-driver/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/mysql-driver",
"description": "Cube.js Mysql database driver",
"author": "Statsbot, Inc.",
"version": "0.19.17",
"version": "0.19.35",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-playground/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.35](https://github.com/cube-js/cube.js/compare/v0.19.34...v0.19.35) (2020-06-22)

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





## [0.19.32](https://github.com/cube-js/cube.js/compare/v0.19.31...v0.19.32) (2020-06-10)

**Note:** Version bump only for package @cubejs-client/playground
Expand Down
6 changes: 3 additions & 3 deletions packages/cubejs-playground/package.json
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/playground",
"version": "0.19.32",
"version": "0.19.35",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand All @@ -16,8 +16,8 @@
"@babel/standalone": "^7.3.4",
"@babel/traverse": "^7.4.0",
"@babel/types": "^7.4.0",
"@cubejs-client/core": "^0.19.31",
"@cubejs-client/react": "^0.19.31",
"@cubejs-client/core": "^0.19.35",
"@cubejs-client/react": "^0.19.35",
"antd": "^4.2.0",
"bizcharts": "^3.4.3",
"chart.js": "^2.7.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-schema-compiler/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.35](https://github.com/cube-js/cube.js/compare/v0.19.34...v0.19.35) (2020-06-22)

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





## [0.19.29](https://github.com/cube-js/cube.js/compare/v0.19.28...v0.19.29) (2020-06-09)

**Note:** Version bump only for package @cubejs-backend/schema-compiler
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-schema-compiler/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/schema-compiler",
"description": "Cube.js schema compiler",
"author": "Statsbot, Inc.",
"version": "0.19.29",
"version": "0.19.35",
"repository": {
"type": "git",
"url": "https://github.com/cube-js/cube.js.git",
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-server-core/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.35](https://github.com/cube-js/cube.js/compare/v0.19.34...v0.19.35) (2020-06-22)


### Bug Fixes

* Scheduler request annotation for `/v1/run-scheduled-refresh` ([8273544](https://github.com/cube-js/cube.js/commit/8273544))





## [0.19.33](https://github.com/cube-js/cube.js/compare/v0.19.32...v0.19.33) (2020-06-10)

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

0 comments on commit 45bbec8

Please sign in to comment.