From 6d58aa0617a6e5c7938572143d98ac2a23a967eb Mon Sep 17 00:00:00 2001 From: Daniel Dembach Date: Mon, 8 Jan 2018 15:58:14 +0100 Subject: [PATCH] v9.4.0 --- CHANGELOG.md | 14 ++++++++++++++ lerna.json | 2 +- packages/build/CHANGELOG.md | 11 +++++++++++ packages/build/package.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- packages/express/CHANGELOG.md | 11 +++++++++++ packages/express/package.json | 2 +- packages/graphql/CHANGELOG.md | 11 +++++++++++ packages/graphql/package.json | 2 +- packages/lambda/CHANGELOG.md | 11 +++++++++++ packages/lambda/package.json | 2 +- packages/plugin/CHANGELOG.md | 8 ++++++++ packages/plugin/package.json | 2 +- packages/spec/CHANGELOG.md | 8 ++++++++ packages/spec/package.json | 10 +++++----- packages/template-graphql/CHANGELOG.md | 8 ++++++++ packages/template-graphql/package.json | 10 +++++----- packages/template-minimal/CHANGELOG.md | 8 ++++++++ packages/template-minimal/package.json | 8 ++++---- packages/template-react/CHANGELOG.md | 8 ++++++++ packages/template-react/package.json | 8 ++++---- 22 files changed, 131 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebabbe96c..8a4cc1ba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +# [9.4.0](https://github.com/xing/hops/compare/v9.3.2...v9.4.0) (2018-01-08) + + +### Features + +* **build:** make CLI commands compatible with hops-local-cli & hops ([7a203ba](https://github.com/xing/hops/commit/7a203ba)) +* **express:** make CLI commands compatible with hops-local-cli & hops ([2128951](https://github.com/xing/hops/commit/2128951)) +* **graphql:** make CLI commands compatible with hops-local-cli & hops ([a278d1d](https://github.com/xing/hops/commit/a278d1d)) +* **lambda:** make CLI commands compatible with hops-local-cli & hops ([0e57a35](https://github.com/xing/hops/commit/0e57a35)) + + + + ## [9.3.2](https://github.com/xing/hops/compare/v9.3.1...v9.3.2) (2018-01-08) diff --git a/lerna.json b/lerna.json index 64e2ab1c2..a13b9138d 100644 --- a/lerna.json +++ b/lerna.json @@ -2,6 +2,6 @@ "lerna": "2.5.1", "npmClient": "yarn", "useWorkspaces": true, - "version": "9.3.2", + "version": "9.4.0", "registry": "https://registry.npmjs.org/" } diff --git a/packages/build/CHANGELOG.md b/packages/build/CHANGELOG.md index f714ffde6..5e1b991a9 100644 --- a/packages/build/CHANGELOG.md +++ b/packages/build/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. + +# [9.4.0](https://github.com/xing/hops/compare/v9.3.2...v9.4.0) (2018-01-08) + + +### Features + +* **build:** make CLI commands compatible with hops-local-cli & hops ([7a203ba](https://github.com/xing/hops/commit/7a203ba)) + + + + ## [9.3.2](https://github.com/xing/hops/compare/v9.3.1...v9.3.2) (2018-01-08) diff --git a/packages/build/package.json b/packages/build/package.json index ae73eb4ba..f63b0e186 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,6 +1,6 @@ { "name": "hops-build", - "version": "9.3.2", + "version": "9.4.0", "description": "Hops wrapper around webpack to execute a build", "keywords": ["hops", "webpack"], "license": "MIT", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 1292867a4..cc50bfed8 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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. + +# [9.4.0](https://github.com/xing/hops/compare/v9.3.2...v9.4.0) (2018-01-08) + + + + +**Note:** Version bump only for package hops + ## [9.3.2](https://github.com/xing/hops/compare/v9.3.1...v9.3.2) (2018-01-08) diff --git a/packages/cli/package.json b/packages/cli/package.json index 0e5a12d1c..aea102a1e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "hops", - "version": "9.3.2", + "version": "9.4.0", "description": "CLI tool to create, build and run Hops applications", "keywords": ["hops", "cli"], "license": "MIT", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 7e081caba..08b99cd35 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/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. + +# [9.4.0](https://github.com/xing/hops/compare/v9.3.2...v9.4.0) (2018-01-08) + + +### Features + +* **express:** make CLI commands compatible with hops-local-cli & hops ([2128951](https://github.com/xing/hops/commit/2128951)) + + + + # [9.3.0](https://github.com/xing/hops/compare/v9.2.0...v9.3.0) (2017-12-14) diff --git a/packages/express/package.json b/packages/express/package.json index da4b9a25c..e6a48eec3 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "hops-express", - "version": "9.3.0", + "version": "9.4.0", "description": "Express server to enable server-side rendering of hops applications", "keywords": ["hops", "express"], diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index a7d0d80b6..27955bb67 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/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. + +# [9.4.0](https://github.com/xing/hops/compare/v9.3.2...v9.4.0) (2018-01-08) + + +### Features + +* **graphql:** make CLI commands compatible with hops-local-cli & hops ([a278d1d](https://github.com/xing/hops/commit/a278d1d)) + + + + # [9.3.0](https://github.com/xing/hops/compare/v9.2.0...v9.3.0) (2017-12-14) diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 58530cd28..56f6c72ff 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-graphql", - "version": "9.3.0", + "version": "9.4.0", "description": "React and GraphQL implementation for Hops", "keywords": ["hops", "react", "graphql"], "license": "MIT", diff --git a/packages/lambda/CHANGELOG.md b/packages/lambda/CHANGELOG.md index 617412d01..07d0a3613 100644 --- a/packages/lambda/CHANGELOG.md +++ b/packages/lambda/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. + +# [9.4.0](https://github.com/xing/hops/compare/v9.3.2...v9.4.0) (2018-01-08) + + +### Features + +* **lambda:** make CLI commands compatible with hops-local-cli & hops ([0e57a35](https://github.com/xing/hops/commit/0e57a35)) + + + + ## [9.3.1](https://github.com/xing/hops/compare/v9.3.0...v9.3.1) (2017-12-15) diff --git a/packages/lambda/package.json b/packages/lambda/package.json index 2919a8627..ff11c0663 100644 --- a/packages/lambda/package.json +++ b/packages/lambda/package.json @@ -1,6 +1,6 @@ { "name": "hops-lambda", - "version": "9.3.1", + "version": "9.4.0", "description": "Quick and easy deployment of Hops applications to AWS Lambda", "keywords": ["hops", "express", "aws", "lambda", "serverless"], "license": "MIT", diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 87350030d..9a98ad8dc 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/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. + +# [9.4.0](https://github.com/xing/hops/compare/v9.3.2...v9.4.0) (2018-01-08) + + + + +**Note:** Version bump only for package hops-plugin + # [9.3.0](https://github.com/xing/hops/compare/v9.2.0...v9.3.0) (2017-12-14) diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 3697d9d21..1cc077dfb 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "hops-plugin", - "version": "9.3.0", + "version": "9.4.0", "description": "Hops Webpack plugin using Webpack to render HTML", "keywords": ["hops", "webpack"], "license": "MIT", diff --git a/packages/spec/CHANGELOG.md b/packages/spec/CHANGELOG.md index 5fbb7f605..78237d75c 100644 --- a/packages/spec/CHANGELOG.md +++ b/packages/spec/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. + +# [9.4.0](https://github.com/xing/hops/compare/v9.3.2...v9.4.0) (2018-01-08) + + + + +**Note:** Version bump only for package hops-spec + ## [9.3.2](https://github.com/xing/hops/compare/v9.3.1...v9.3.2) (2018-01-08) diff --git a/packages/spec/package.json b/packages/spec/package.json index 665b78a94..a4de13f24 100644 --- a/packages/spec/package.json +++ b/packages/spec/package.json @@ -1,18 +1,18 @@ { "name": "hops-spec", - "version": "9.3.2", + "version": "9.4.0", "private": true, "scripts": { "test": "mocha --exit '*.js'" }, "devDependencies": { - "hops": "9.3.2", - "hops-build": "9.3.2", + "hops": "9.4.0", + "hops-build": "9.4.0", "hops-build-config": "9.3.2", "hops-config": "9.3.0", - "hops-express": "9.3.0", + "hops-express": "9.4.0", "hops-middleware": "9.1.1", - "hops-plugin": "9.3.0", + "hops-plugin": "9.4.0", "hops-react": "9.3.0", "hops-redux": "9.3.0", "hops-renderer": "9.3.0", diff --git a/packages/template-graphql/CHANGELOG.md b/packages/template-graphql/CHANGELOG.md index 9deaacb2f..dbef85020 100644 --- a/packages/template-graphql/CHANGELOG.md +++ b/packages/template-graphql/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. + +# [9.4.0](https://github.com/xing/hops/compare/v9.3.2...v9.4.0) (2018-01-08) + + + + +**Note:** Version bump only for package hops-template-graphql + ## [9.3.2](https://github.com/xing/hops/compare/v9.3.1...v9.3.2) (2018-01-08) diff --git a/packages/template-graphql/package.json b/packages/template-graphql/package.json index a0b9e76a1..c41f31d7b 100644 --- a/packages/template-graphql/package.json +++ b/packages/template-graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-graphql", - "version": "9.3.2", + "version": "9.4.0", "main": "src/app.js", "license": "MIT", "config": { @@ -17,8 +17,8 @@ }, "dependencies": { "graphql-tag": "^2.6.0", - "hops-express": "9.3.0", - "hops-graphql": "9.3.0", + "hops-express": "9.4.0", + "hops-graphql": "9.4.0", "hops-react": "9.3.0", "prop-types": "^15.6.0", "react": "^16.0.0", @@ -32,8 +32,8 @@ "redux-thunk": "^2.2.0" }, "devDependencies": { - "hops": "9.3.2", - "hops-build": "9.3.2", + "hops": "9.4.0", + "hops-build": "9.4.0", "jest": "^21.2.1", "jest-preset-hops": "9.3.2", "react-test-renderer": "^16.0.0" diff --git a/packages/template-minimal/CHANGELOG.md b/packages/template-minimal/CHANGELOG.md index 04134e070..ab8a4b28f 100644 --- a/packages/template-minimal/CHANGELOG.md +++ b/packages/template-minimal/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. + +# [9.4.0](https://github.com/xing/hops/compare/v9.3.2...v9.4.0) (2018-01-08) + + + + +**Note:** Version bump only for package hops-template-minimal + ## [9.3.2](https://github.com/xing/hops/compare/v9.3.1...v9.3.2) (2018-01-08) diff --git a/packages/template-minimal/package.json b/packages/template-minimal/package.json index cf420503e..17b88ce8c 100644 --- a/packages/template-minimal/package.json +++ b/packages/template-minimal/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-minimal", - "version": "9.3.2", + "version": "9.4.0", "browser": "src/browser.js", "server": "src/server.js", "license": "MIT", @@ -14,11 +14,11 @@ "build": "hops build" }, "dependencies": { - "hops": "9.3.2", + "hops": "9.4.0", "hops-config": "9.3.0", - "hops-express": "9.3.0" + "hops-express": "9.4.0" }, "devDependencies": { - "hops-build": "9.3.2" + "hops-build": "9.4.0" } } diff --git a/packages/template-react/CHANGELOG.md b/packages/template-react/CHANGELOG.md index bcf7094f0..f2c161a07 100644 --- a/packages/template-react/CHANGELOG.md +++ b/packages/template-react/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. + +# [9.4.0](https://github.com/xing/hops/compare/v9.3.2...v9.4.0) (2018-01-08) + + + + +**Note:** Version bump only for package hops-template-react + ## [9.3.2](https://github.com/xing/hops/compare/v9.3.1...v9.3.2) (2018-01-08) diff --git a/packages/template-react/package.json b/packages/template-react/package.json index 0b4279abd..975158419 100644 --- a/packages/template-react/package.json +++ b/packages/template-react/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-react", - "version": "9.3.2", + "version": "9.4.0", "main": "src/app.js", "license": "MIT", "config": { @@ -15,7 +15,7 @@ "test": "jest" }, "dependencies": { - "hops-express": "9.3.0", + "hops-express": "9.4.0", "hops-react": "9.3.0", "hops-redux": "9.3.0", "prop-types": "^15.6.0", @@ -29,8 +29,8 @@ "redux-thunk": "^2.2.0" }, "devDependencies": { - "hops": "9.3.2", - "hops-build": "9.3.2", + "hops": "9.4.0", + "hops-build": "9.4.0", "jest": "^21.2.1", "jest-preset-hops": "9.3.2", "react-test-renderer": "^16.0.0"