diff --git a/CHANGELOG.md b/CHANGELOG.md index 20fe457976fb8..fe785bb9e32a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.7.2](https://github.com/statsbotco/cube.js/compare/v0.7.1...v0.7.2) (2019-04-15) + + +### Bug Fixes + +* Avoid 502 for Playground in serverless: minimize babel ([f9d3171](https://github.com/statsbotco/cube.js/commit/f9d3171)) + + +### Features + +* MS SQL database driver ([48fbe66](https://github.com/statsbotco/cube.js/commit/48fbe66)), closes [#76](https://github.com/statsbotco/cube.js/issues/76) + + + + + ## [0.7.1](https://github.com/statsbotco/cube.js/compare/v0.7.0...v0.7.1) (2019-04-15) diff --git a/lerna.json b/lerna.json index 26002b55a9b56..2a5c0f7064816 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.7.1" + "version": "0.7.2" } diff --git a/packages/cubejs-mssql-driver/CHANGELOG.md b/packages/cubejs-mssql-driver/CHANGELOG.md new file mode 100644 index 0000000000000..46223ae80c755 --- /dev/null +++ b/packages/cubejs-mssql-driver/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.7.2](https://github.com/statsbotco/cubejs-client/compare/v0.7.1...v0.7.2) (2019-04-15) + + +### Features + +* MS SQL database driver ([48fbe66](https://github.com/statsbotco/cubejs-client/commit/48fbe66)), closes [#76](https://github.com/statsbotco/cubejs-client/issues/76) diff --git a/packages/cubejs-mssql-driver/package.json b/packages/cubejs-mssql-driver/package.json index 4a29937f9316c..ed8b4db0e1a5f 100644 --- a/packages/cubejs-mssql-driver/package.json +++ b/packages/cubejs-mssql-driver/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/mssql-driver", "description": "Cube.js MS SQL database driver", "author": "Statsbot, Inc.", - "version": "0.7.1", + "version": "0.7.2", "engines": { "node": ">=8.11.1" }, diff --git a/packages/cubejs-playground/CHANGELOG.md b/packages/cubejs-playground/CHANGELOG.md index b035910916336..189a701189f06 100644 --- a/packages/cubejs-playground/CHANGELOG.md +++ b/packages/cubejs-playground/CHANGELOG.md @@ -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.7.2](https://github.com/statsbotco/cubejs-client/compare/v0.7.1...v0.7.2) (2019-04-15) + + +### Bug Fixes + +* Avoid 502 for Playground in serverless: minimize babel ([f9d3171](https://github.com/statsbotco/cubejs-client/commit/f9d3171)) + + + + + ## [0.7.1](https://github.com/statsbotco/cubejs-client/compare/v0.7.0...v0.7.1) (2019-04-15) diff --git a/packages/cubejs-playground/package.json b/packages/cubejs-playground/package.json index a1692629dae22..0c6b8b6a992fa 100644 --- a/packages/cubejs-playground/package.json +++ b/packages/cubejs-playground/package.json @@ -1,6 +1,6 @@ { "name": "@cubejs-client/playground", - "version": "0.7.1", + "version": "0.7.2", "dependencies": { "@babel/generator": "^7.4.0", "@babel/parser": "^7.4.2", diff --git a/packages/cubejs-server-core/CHANGELOG.md b/packages/cubejs-server-core/CHANGELOG.md index c33ff3132ca24..afcf33670fc8b 100644 --- a/packages/cubejs-server-core/CHANGELOG.md +++ b/packages/cubejs-server-core/CHANGELOG.md @@ -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.7.2](https://github.com/statsbotco/cubejs-client/compare/v0.7.1...v0.7.2) (2019-04-15) + + +### Bug Fixes + +* Avoid 502 for Playground in serverless: minimize babel ([f9d3171](https://github.com/statsbotco/cubejs-client/commit/f9d3171)) + + +### Features + +* MS SQL database driver ([48fbe66](https://github.com/statsbotco/cubejs-client/commit/48fbe66)), closes [#76](https://github.com/statsbotco/cubejs-client/issues/76) + + + + + ## [0.7.1](https://github.com/statsbotco/cubejs-client/compare/v0.7.0...v0.7.1) (2019-04-15) **Note:** Version bump only for package @cubejs-backend/server-core diff --git a/packages/cubejs-server-core/package.json b/packages/cubejs-server-core/package.json index 4498b4a454d35..b93591a9243a0 100644 --- a/packages/cubejs-server-core/package.json +++ b/packages/cubejs-server-core/package.json @@ -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.7.1", + "version": "0.7.2", "engines": { "node": ">=8.11.1" }, diff --git a/packages/cubejs-server/CHANGELOG.md b/packages/cubejs-server/CHANGELOG.md index 77ffa352a78b3..0ad0549f449d1 100644 --- a/packages/cubejs-server/CHANGELOG.md +++ b/packages/cubejs-server/CHANGELOG.md @@ -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.7.2](https://github.com/statsbotco/cubejs-client/compare/v0.7.1...v0.7.2) (2019-04-15) + +**Note:** Version bump only for package @cubejs-backend/server + + + + + ## [0.7.1](https://github.com/statsbotco/cubejs-client/compare/v0.7.0...v0.7.1) (2019-04-15) **Note:** Version bump only for package @cubejs-backend/server diff --git a/packages/cubejs-server/package.json b/packages/cubejs-server/package.json index 14e005197fe92..87f0cec89ec56 100644 --- a/packages/cubejs-server/package.json +++ b/packages/cubejs-server/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/server", "description": "Cube.js all-in-one server", "author": "Statsbot, Inc.", - "version": "0.7.1", + "version": "0.7.2", "engines": { "node": ">=8.11.1" }, @@ -18,7 +18,7 @@ "cubejs-dev-server": "./bin/dev-server.js" }, "dependencies": { - "@cubejs-backend/server-core": "^0.7.1", + "@cubejs-backend/server-core": "^0.7.2", "analytics-node": "^3.3.0", "body-parser": "^1.15.2", "codesandbox-import-utils": "^1.3.8", diff --git a/packages/cubejs-serverless/CHANGELOG.md b/packages/cubejs-serverless/CHANGELOG.md index 857023748f9b4..2ba75abfe6d03 100644 --- a/packages/cubejs-serverless/CHANGELOG.md +++ b/packages/cubejs-serverless/CHANGELOG.md @@ -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.7.2](https://github.com/statsbotco/cubejs-client/compare/v0.7.1...v0.7.2) (2019-04-15) + +**Note:** Version bump only for package @cubejs-backend/serverless + + + + + ## [0.7.1](https://github.com/statsbotco/cubejs-client/compare/v0.7.0...v0.7.1) (2019-04-15) diff --git a/packages/cubejs-serverless/package.json b/packages/cubejs-serverless/package.json index 692266a29cabf..6b11f4e04b63a 100644 --- a/packages/cubejs-serverless/package.json +++ b/packages/cubejs-serverless/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/serverless", "description": "Cube.js Serverless", "author": "Statsbot, Inc.", - "version": "0.7.1", + "version": "0.7.2", "engines": { "node": ">=8.11.1" }, @@ -11,7 +11,7 @@ }, "main": "index.js", "dependencies": { - "@cubejs-backend/server-core": "^0.7.1", + "@cubejs-backend/server-core": "^0.7.2", "aws-sdk": "^2.404.0", "cors": "^2.8.5", "serverless-express": "^2.0.11"