Skip to content

Commit

Permalink
v9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbch committed Jan 8, 2018
1 parent 0ded500 commit 6d58aa0
Show file tree
Hide file tree
Showing 22 changed files with 131 additions and 25 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="9.4.0"></a>
# [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))




<a name="9.3.2"></a>
## [9.3.2](https://github.com/xing/hops/compare/v9.3.1...v9.3.2) (2018-01-08)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}
11 changes: 11 additions & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="9.4.0"></a>
# [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))




<a name="9.3.2"></a>
## [9.3.2](https://github.com/xing/hops/compare/v9.3.1...v9.3.2) (2018-01-08)

Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="9.4.0"></a>
# [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

<a name="9.3.2"></a>
## [9.3.2](https://github.com/xing/hops/compare/v9.3.1...v9.3.2) (2018-01-08)

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="9.4.0"></a>
# [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))




<a name="9.3.0"></a>
# [9.3.0](https://github.com/xing/hops/compare/v9.2.0...v9.3.0) (2017-12-14)

Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="9.4.0"></a>
# [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))




<a name="9.3.0"></a>
# [9.3.0](https://github.com/xing/hops/compare/v9.2.0...v9.3.0) (2017-12-14)

Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="9.4.0"></a>
# [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))




<a name="9.3.1"></a>
## [9.3.1](https://github.com/xing/hops/compare/v9.3.0...v9.3.1) (2017-12-15)

Expand Down
2 changes: 1 addition & 1 deletion packages/lambda/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="9.4.0"></a>
# [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

<a name="9.3.0"></a>
# [9.3.0](https://github.com/xing/hops/compare/v9.2.0...v9.3.0) (2017-12-14)

Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/spec/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="9.4.0"></a>
# [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

<a name="9.3.2"></a>
## [9.3.2](https://github.com/xing/hops/compare/v9.3.1...v9.3.2) (2018-01-08)

Expand Down
10 changes: 5 additions & 5 deletions packages/spec/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/template-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="9.4.0"></a>
# [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

<a name="9.3.2"></a>
## [9.3.2](https://github.com/xing/hops/compare/v9.3.1...v9.3.2) (2018-01-08)

Expand Down
10 changes: 5 additions & 5 deletions packages/template-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-template-graphql",
"version": "9.3.2",
"version": "9.4.0",
"main": "src/app.js",
"license": "MIT",
"config": {
Expand All @@ -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",
Expand All @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/template-minimal/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="9.4.0"></a>
# [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

<a name="9.3.2"></a>
## [9.3.2](https://github.com/xing/hops/compare/v9.3.1...v9.3.2) (2018-01-08)

Expand Down
8 changes: 4 additions & 4 deletions packages/template-minimal/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
8 changes: 8 additions & 0 deletions packages/template-react/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

<a name="9.4.0"></a>
# [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

<a name="9.3.2"></a>
## [9.3.2](https://github.com/xing/hops/compare/v9.3.1...v9.3.2) (2018-01-08)

Expand Down
8 changes: 4 additions & 4 deletions packages/template-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-template-react",
"version": "9.3.2",
"version": "9.4.0",
"main": "src/app.js",
"license": "MIT",
"config": {
Expand All @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 6d58aa0

Please sign in to comment.