Skip to content

Commit 919020e

Browse files
committed
v0.19.57
1 parent fb57bda commit 919020e

File tree

16 files changed

+101
-13
lines changed

16 files changed

+101
-13
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.19.57](https://github.com/cube-js/cube.js/compare/v0.19.56...v0.19.57) (2020-08-05)
7+
8+
9+
### Bug Fixes
10+
11+
* bizcharts incorrect geom type ([#941](https://github.com/cube-js/cube.js/issues/941)) ([7df66d8](https://github.com/cube-js/cube.js/commit/7df66d8))
12+
13+
14+
### Features
15+
16+
* Playground templates separate repository open for third party contributions ([#903](https://github.com/cube-js/cube.js/issues/903)) ([fb57bda](https://github.com/cube-js/cube.js/commit/fb57bda))
17+
* support first chance to define routes ([#931](https://github.com/cube-js/cube.js/issues/931)) Thanks to [@jsw](https://github.com/jsw)- ([69fdebc](https://github.com/cube-js/cube.js/commit/69fdebc))
18+
19+
20+
21+
22+
623
## [0.19.56](https://github.com/cube-js/cube.js/compare/v0.19.55...v0.19.56) (2020-08-03)
724

825

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.19.56"
5+
"version": "0.19.57"
66
}

packages/cubejs-playground/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.19.57](https://github.com/cube-js/cube.js/compare/v0.19.56...v0.19.57) (2020-08-05)
7+
8+
9+
### Features
10+
11+
* Playground templates separate repository open for third party contributions ([#903](https://github.com/cube-js/cube.js/issues/903)) ([fb57bda](https://github.com/cube-js/cube.js/commit/fb57bda))
12+
13+
14+
15+
16+
617
## [0.19.56](https://github.com/cube-js/cube.js/compare/v0.19.55...v0.19.56) (2020-08-03)
718

819

packages/cubejs-playground/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/playground",
3-
"version": "0.19.56",
3+
"version": "0.19.57",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cube-js/cube.js.git",

packages/cubejs-schema-compiler/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.19.57](https://github.com/cube-js/cube.js/compare/v0.19.56...v0.19.57) (2020-08-05)
7+
8+
**Note:** Version bump only for package @cubejs-backend/schema-compiler
9+
10+
11+
12+
13+
614
## [0.19.56](https://github.com/cube-js/cube.js/compare/v0.19.55...v0.19.56) (2020-08-03)
715

816

packages/cubejs-schema-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/schema-compiler",
33
"description": "Cube.js schema compiler",
44
"author": "Statsbot, Inc.",
5-
"version": "0.19.56",
5+
"version": "0.19.57",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",

packages/cubejs-server-core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.19.57](https://github.com/cube-js/cube.js/compare/v0.19.56...v0.19.57) (2020-08-05)
7+
8+
9+
### Bug Fixes
10+
11+
* bizcharts incorrect geom type ([#941](https://github.com/cube-js/cube.js/issues/941)) ([7df66d8](https://github.com/cube-js/cube.js/commit/7df66d8))
12+
13+
14+
### Features
15+
16+
* Playground templates separate repository open for third party contributions ([#903](https://github.com/cube-js/cube.js/issues/903)) ([fb57bda](https://github.com/cube-js/cube.js/commit/fb57bda))
17+
18+
19+
20+
21+
622
## [0.19.56](https://github.com/cube-js/cube.js/compare/v0.19.55...v0.19.56) (2020-08-03)
723

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

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": "Statsbot, Inc.",
5-
"version": "0.19.56",
5+
"version": "0.19.57",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@cubejs-backend/api-gateway": "^0.19.54",
2626
"@cubejs-backend/query-orchestrator": "^0.19.56",
27-
"@cubejs-backend/schema-compiler": "^0.19.56",
27+
"@cubejs-backend/schema-compiler": "^0.19.57",
2828
"codesandbox-import-utils": "^2.1.12",
2929
"cross-spawn": "^7.0.1",
3030
"decompress": "^4.2.1",

packages/cubejs-server/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.19.57](https://github.com/cube-js/cube.js/compare/v0.19.56...v0.19.57) (2020-08-05)
7+
8+
9+
### Features
10+
11+
* Playground templates separate repository open for third party contributions ([#903](https://github.com/cube-js/cube.js/issues/903)) ([fb57bda](https://github.com/cube-js/cube.js/commit/fb57bda))
12+
* support first chance to define routes ([#931](https://github.com/cube-js/cube.js/issues/931)) Thanks to [@jsw](https://github.com/jsw)- ([69fdebc](https://github.com/cube-js/cube.js/commit/69fdebc))
13+
14+
15+
16+
17+
618
## [0.19.56](https://github.com/cube-js/cube.js/compare/v0.19.55...v0.19.56) (2020-08-03)
719

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

packages/cubejs-server/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",
33
"description": "Cube.js all-in-one server",
44
"author": "Statsbot, Inc.",
5-
"version": "0.19.56",
5+
"version": "0.19.57",
66
"types": "index.d.ts",
77
"repository": {
88
"type": "git",
@@ -27,7 +27,7 @@
2727
"test:debug": "node --inspect-brk scripts/test.js --testPathPattern=./index\\.test\\.js --runInBand"
2828
},
2929
"dependencies": {
30-
"@cubejs-backend/server-core": "^0.19.56",
30+
"@cubejs-backend/server-core": "^0.19.57",
3131
"body-parser": "^1.19.0",
3232
"codesandbox-import-utils": "^2.1.12",
3333
"cors": "^2.8.4",

0 commit comments

Comments
 (0)