Skip to content

Commit

Permalink
v0.10.43
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Sep 27, 2019
1 parent 2c6cdc9 commit ddc346c
Show file tree
Hide file tree
Showing 20 changed files with 123 additions and 15 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.43](https://github.com/cube-js/cube.js/compare/v0.10.42...v0.10.43) (2019-09-27)


### Bug Fixes

* empty array reduce error in `stackedChartData` ([#211](https://github.com/cube-js/cube.js/issues/211)) ([1dc44bb](https://github.com/cube-js/cube.js/commit/1dc44bb))


### Features

* Dynamic dashboards ([#218](https://github.com/cube-js/cube.js/issues/218)) ([2c6cdc9](https://github.com/cube-js/cube.js/commit/2c6cdc9))





## [0.10.42](https://github.com/cube-js/cube.js/compare/v0.10.41...v0.10.42) (2019-09-16)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.10.42"
"version": "0.10.43"
}
11 changes: 11 additions & 0 deletions packages/cubejs-client-ngx/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.10.43](https://github.com/statsbotco/cubejs-client/compare/v0.10.42...v0.10.43) (2019-09-27)


### Features

* Dynamic dashboards ([#218](https://github.com/statsbotco/cubejs-client/issues/218)) ([2c6cdc9](https://github.com/statsbotco/cubejs-client/commit/2c6cdc9))





## [0.10.42](https://github.com/statsbotco/cubejs-client/compare/v0.10.41...v0.10.42) (2019-09-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-client-ngx/package.json
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/ngx",
"version": "0.10.42",
"version": "0.10.43",
"description": "Cube.js client for Angular",
"main": "dist/cubejs-client-ngx.js",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions packages/cubejs-playground/CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.43](https://github.com/statsbotco/cubejs-client/compare/v0.10.42...v0.10.43) (2019-09-27)


### Bug Fixes

* empty array reduce error in `stackedChartData` ([#211](https://github.com/statsbotco/cubejs-client/issues/211)) ([1dc44bb](https://github.com/statsbotco/cubejs-client/commit/1dc44bb))


### Features

* Dynamic dashboards ([#218](https://github.com/statsbotco/cubejs-client/issues/218)) ([2c6cdc9](https://github.com/statsbotco/cubejs-client/commit/2c6cdc9))





## [0.10.24](https://github.com/statsbotco/cubejs-client/compare/v0.10.23...v0.10.24) (2019-08-16)

**Note:** Version bump only for package @cubejs-client/playground
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-playground/package.json
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/playground",
"version": "0.10.24",
"version": "0.10.43",
"dependencies": {
"@babel/generator": "^7.4.0",
"@babel/parser": "^7.4.2",
Expand All @@ -10,7 +10,7 @@
"@babel/traverse": "^7.4.0",
"@babel/types": "^7.4.0",
"@cubejs-client/core": "^0.10.16",
"@cubejs-client/react": "^0.10.16",
"@cubejs-client/react": "^0.10.43",
"antd": "^3.14.1",
"bizcharts": "^3.4.3",
"chart.js": "^2.7.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-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.10.43](https://github.com/statsbotco/cubejs-client/compare/v0.10.42...v0.10.43) (2019-09-27)


### Features

* Dynamic dashboards ([#218](https://github.com/statsbotco/cubejs-client/issues/218)) ([2c6cdc9](https://github.com/statsbotco/cubejs-client/commit/2c6cdc9))





## [0.10.16](https://github.com/statsbotco/cubejs-client/compare/v0.10.15...v0.10.16) (2019-07-20)

**Note:** Version bump only for package @cubejs-client/react
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/react",
"version": "0.10.16",
"version": "0.10.43",
"description": "React components for cube.js",
"author": "Statsbot, Inc.",
"dependencies": {
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.10.43](https://github.com/statsbotco/cubejs-client/compare/v0.10.42...v0.10.43) (2019-09-27)


### Features

* Dynamic dashboards ([#218](https://github.com/statsbotco/cubejs-client/issues/218)) ([2c6cdc9](https://github.com/statsbotco/cubejs-client/commit/2c6cdc9))





## [0.10.41](https://github.com/statsbotco/cubejs-client/compare/v0.10.40...v0.10.41) (2019-09-13)

**Note:** Version bump only for package @cubejs-backend/server-core
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-server-core/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/server-core",
"description": "Cube.js base component to wire all backend components together",
"author": "Statsbot, Inc.",
"version": "0.10.41",
"version": "0.10.43",
"engines": {
"node": ">=8.11.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-server/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.10.43](https://github.com/statsbotco/cubejs-client/compare/v0.10.42...v0.10.43) (2019-09-27)

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





## [0.10.41](https://github.com/statsbotco/cubejs-client/compare/v0.10.40...v0.10.41) (2019-09-13)

**Note:** Version bump only for package @cubejs-backend/server
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-server/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@cubejs-backend/server",
"description": "Cube.js all-in-one server",
"author": "Statsbot, Inc.",
"version": "0.10.41",
"version": "0.10.43",
"engines": {
"node": ">=8.11.1"
},
Expand All @@ -15,7 +15,7 @@
"cubejs-dev-server": "./bin/dev-server.js"
},
"dependencies": {
"@cubejs-backend/server-core": "^0.10.41",
"@cubejs-backend/server-core": "^0.10.43",
"body-parser": "^1.15.2",
"codesandbox-import-utils": "^1.3.8",
"cors": "^2.8.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-serverless-aws/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.10.43](https://github.com/statsbotco/cubejs-client/compare/v0.10.42...v0.10.43) (2019-09-27)

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





## [0.10.41](https://github.com/statsbotco/cubejs-client/compare/v0.10.40...v0.10.41) (2019-09-13)

**Note:** Version bump only for package @cubejs-backend/serverless-aws
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-serverless-aws/package.json
Expand Up @@ -2,13 +2,13 @@
"name": "@cubejs-backend/serverless-aws",
"description": "Cube.js Serverless AWS support",
"author": "Statsbot, Inc.",
"version": "0.10.41",
"version": "0.10.43",
"engines": {
"node": ">=8.11.1"
},
"main": "index.js",
"dependencies": {
"@cubejs-backend/serverless": "^0.10.41",
"@cubejs-backend/serverless": "^0.10.43",
"aws-sdk": "^2.404.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-serverless-google/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.10.43](https://github.com/statsbotco/cubejs-client/compare/v0.10.42...v0.10.43) (2019-09-27)

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





## [0.10.41](https://github.com/statsbotco/cubejs-client/compare/v0.10.40...v0.10.41) (2019-09-13)

**Note:** Version bump only for package @cubejs-backend/serverless-google
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-serverless-google/package.json
Expand Up @@ -2,13 +2,13 @@
"name": "@cubejs-backend/serverless-google",
"description": "Cube.js Serverless Google support",
"author": "Statsbot, Inc.",
"version": "0.10.41",
"version": "0.10.43",
"engines": {
"node": ">=8.11.1"
},
"main": "index.js",
"dependencies": {
"@cubejs-backend/serverless": "^0.10.41",
"@cubejs-backend/serverless": "^0.10.43",
"@google-cloud/pubsub": "^0.28.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cubejs-serverless/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.10.43](https://github.com/statsbotco/cubejs-client/compare/v0.10.42...v0.10.43) (2019-09-27)

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





## [0.10.41](https://github.com/statsbotco/cubejs-client/compare/v0.10.40...v0.10.41) (2019-09-13)

**Note:** Version bump only for package @cubejs-backend/serverless
Expand Down
4 changes: 2 additions & 2 deletions packages/cubejs-serverless/package.json
Expand Up @@ -2,13 +2,13 @@
"name": "@cubejs-backend/serverless",
"description": "Cube.js Serverless",
"author": "Statsbot, Inc.",
"version": "0.10.41",
"version": "0.10.43",
"engines": {
"node": ">=8.11.1"
},
"main": "index.js",
"dependencies": {
"@cubejs-backend/server-core": "^0.10.41",
"@cubejs-backend/server-core": "^0.10.43",
"cors": "^2.8.5",
"serverless-express": "^2.0.11"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/cubejs-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.10.43](https://github.com/statsbotco/cubejs-client/compare/v0.10.42...v0.10.43) (2019-09-27)


### Features

* Dynamic dashboards ([#218](https://github.com/statsbotco/cubejs-client/issues/218)) ([2c6cdc9](https://github.com/statsbotco/cubejs-client/commit/2c6cdc9))





## [0.10.41](https://github.com/statsbotco/cubejs-client/compare/v0.10.40...v0.10.41) (2019-09-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@cubejs-client/vue",
"version": "0.10.41",
"version": "0.10.43",
"description": "Vue.js components for cube.js",
"author": "Ricardo Tapia",
"scripts": {
Expand Down

0 comments on commit ddc346c

Please sign in to comment.