Skip to content

Commit 6a34adf

Browse files
committed
v0.17.2
1 parent aff1891 commit 6a34adf

File tree

14 files changed

+74
-12
lines changed

14 files changed

+74
-12
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.17.2](https://github.com/cube-js/cube.js/compare/v0.17.1...v0.17.2) (2020-02-04)
7+
8+
9+
### Bug Fixes
10+
11+
* Funnel step names cannot contain spaces ([aff1891](https://github.com/cube-js/cube.js/commit/aff1891)), closes [#359](https://github.com/cube-js/cube.js/issues/359)
12+
13+
14+
15+
16+
617
## [0.17.1](https://github.com/cube-js/cube.js/compare/v0.17.0...v0.17.1) (2020-02-04)
718

819

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.17.1"
5+
"version": "0.17.2"
66
}

packages/cubejs-schema-compiler/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.17.2](https://github.com/cube-js/cube.js/compare/v0.17.1...v0.17.2) (2020-02-04)
7+
8+
9+
### Bug Fixes
10+
11+
* Funnel step names cannot contain spaces ([aff1891](https://github.com/cube-js/cube.js/commit/aff1891)), closes [#359](https://github.com/cube-js/cube.js/issues/359)
12+
13+
14+
15+
16+
617
# [0.17.0](https://github.com/cube-js/cube.js/compare/v0.16.0...v0.17.0) (2020-02-04)
718

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

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.17.0",
5+
"version": "0.17.2",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",

packages/cubejs-server-core/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.17.2](https://github.com/cube-js/cube.js/compare/v0.17.1...v0.17.2) (2020-02-04)
7+
8+
**Note:** Version bump only for package @cubejs-backend/server-core
9+
10+
11+
12+
13+
614
## [0.17.1](https://github.com/cube-js/cube.js/compare/v0.17.0...v0.17.1) (2020-02-04)
715

816
**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.17.1",
5+
"version": "0.17.2",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -33,7 +33,7 @@
3333
"@babel/types": "^7.4.0",
3434
"@cubejs-backend/api-gateway": "^0.17.1",
3535
"@cubejs-backend/query-orchestrator": "^0.17.0",
36-
"@cubejs-backend/schema-compiler": "^0.17.0",
36+
"@cubejs-backend/schema-compiler": "^0.17.2",
3737
"codesandbox-import-utils": "^1.3.8",
3838
"cross-spawn": "^6.0.5",
3939
"fs-extra": "^7.0.1",

packages/cubejs-server/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.17.2](https://github.com/cube-js/cube.js/compare/v0.17.1...v0.17.2) (2020-02-04)
7+
8+
**Note:** Version bump only for package @cubejs-backend/server
9+
10+
11+
12+
13+
614
## [0.17.1](https://github.com/cube-js/cube.js/compare/v0.17.0...v0.17.1) (2020-02-04)
715

816
**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.17.1",
5+
"version": "0.17.2",
66
"types": "index.d.ts",
77
"repository": {
88
"type": "git",
@@ -26,7 +26,7 @@
2626
"test:debug": "node --inspect-brk scripts/test.js --testPathPattern=./index\\.test\\.js --runInBand"
2727
},
2828
"dependencies": {
29-
"@cubejs-backend/server-core": "^0.17.1",
29+
"@cubejs-backend/server-core": "^0.17.2",
3030
"body-parser": "^1.15.2",
3131
"codesandbox-import-utils": "^1.3.8",
3232
"cors": "^2.8.4",

packages/cubejs-serverless-aws/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.17.2](https://github.com/cube-js/cube.js/compare/v0.17.1...v0.17.2) (2020-02-04)
7+
8+
**Note:** Version bump only for package @cubejs-backend/serverless-aws
9+
10+
11+
12+
13+
614
## [0.17.1](https://github.com/cube-js/cube.js/compare/v0.17.0...v0.17.1) (2020-02-04)
715

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

packages/cubejs-serverless-aws/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/serverless-aws",
33
"description": "Cube.js Serverless AWS support",
44
"author": "Statsbot, Inc.",
5-
"version": "0.17.1",
5+
"version": "0.17.2",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.js.git",
@@ -13,7 +13,7 @@
1313
},
1414
"main": "index.js",
1515
"dependencies": {
16-
"@cubejs-backend/serverless": "^0.17.1",
16+
"@cubejs-backend/serverless": "^0.17.2",
1717
"aws-sdk": "^2.404.0"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)