Skip to content

Commit

Permalink
chore: release v10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Mar 26, 2018
1 parent 83b9bf6 commit 3670889
Show file tree
Hide file tree
Showing 31 changed files with 186 additions and 53 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lerna": "2.5.1",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "10.2.0-rc.5",
"version": "10.2.0",
"registry": "https://registry.npmjs.org/",
"commands": {
"publish": {
Expand Down
8 changes: 8 additions & 0 deletions packages/build-config/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="10.2.0"></a>
# [10.2.0](https://github.com/xing/hops/compare/v10.2.0-rc.5...v10.2.0) (2018-03-26)




**Note:** Version bump only for package hops-build-config

<a name="10.0.2"></a>
## [10.0.2](https://github.com/xing/hops/compare/v10.0.1...v10.0.2) (2018-02-15)

Expand Down
4 changes: 2 additions & 2 deletions packages/build-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-build-config",
"version": "10.2.0-rc.5",
"version": "10.2.0",
"description": "Hops build configuration leveraging Webpack and Babel",
"keywords": [
"hops",
Expand Down Expand Up @@ -39,7 +39,7 @@
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"find-up": "^2.1.0",
"hops-config": "10.2.0-rc.5",
"hops-config": "10.2.0",
"loader-utils": "^1.1.0",
"lodash.template": "^4.4.0",
"mkdirp": "^0.5.1",
Expand Down
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="10.2.0"></a>
# [10.2.0](https://github.com/xing/hops/compare/v10.2.0-rc.5...v10.2.0) (2018-03-26)


### Bug Fixes

* **build:** exit with exitCode 1 when build fails ([83b9bf6](https://github.com/xing/hops/commit/83b9bf6))




<a name="10.1.0"></a>
# [10.1.0](https://github.com/xing/hops/compare/v10.0.2...v10.1.0) (2018-02-19)

Expand Down
13 changes: 8 additions & 5 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-build",
"version": "10.2.0-rc.5",
"version": "10.2.0",
"description": "Hops wrapper around webpack to execute a build",
"keywords": [
"hops",
Expand All @@ -24,7 +24,10 @@
},
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": ["/node_modules/", "__tests__/fixtures"]
"testPathIgnorePatterns": [
"/node_modules/",
"__tests__/fixtures"
]
},
"repository": {
"type": "git",
Expand All @@ -34,9 +37,9 @@
"directory-index": "^0.1.0",
"express": "^4.16.0",
"filesize": "^3.5.11",
"hops-build-config": "10.2.0-rc.5",
"hops-config": "10.2.0-rc.5",
"hops-express": "10.2.0-rc.5",
"hops-build-config": "10.2.0",
"hops-config": "10.2.0",
"hops-express": "10.2.0",
"memory-fs": "^0.4.1",
"mkdirp": "^0.5.1",
"node-mocks-http": "^1.6.6",
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="10.2.0"></a>
# [10.2.0](https://github.com/xing/hops/compare/v10.2.0-rc.5...v10.2.0) (2018-03-26)




**Note:** Version bump only for package hops

<a name="10.0.2"></a>
## [10.0.2](https://github.com/xing/hops/compare/v10.0.1...v10.0.2) (2018-02-15)

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": "10.2.0-rc.0",
"version": "10.2.0",
"description": "CLI tool to create, build and run Hops applications",
"keywords": [
"hops",
Expand Down
8 changes: 8 additions & 0 deletions packages/config/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="10.2.0"></a>
# [10.2.0](https://github.com/xing/hops/compare/v10.2.0-rc.5...v10.2.0) (2018-03-26)




**Note:** Version bump only for package hops-config

<a name="10.0.2"></a>
## [10.0.2](https://github.com/xing/hops/compare/v10.0.1...v10.0.2) (2018-02-15)

Expand Down
7 changes: 5 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-config",
"version": "10.2.0-rc.5",
"version": "10.2.0",
"description": "Hops core configuration",
"keywords": [
"hops",
Expand All @@ -16,7 +16,10 @@
},
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": ["/node_modules/", "__tests__/fixtures"]
"testPathIgnorePatterns": [
"/node_modules/",
"__tests__/fixtures"
]
},
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/express/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="10.2.0"></a>
# [10.2.0](https://github.com/xing/hops/compare/v10.2.0-rc.5...v10.2.0) (2018-03-26)




**Note:** Version bump only for package hops-express

<a name="10.0.2"></a>
## [10.0.2](https://github.com/xing/hops/compare/v10.0.1...v10.0.2) (2018-02-15)

Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-express",
"version": "10.2.0-rc.5",
"version": "10.2.0",
"description": "Express server to enable server-side rendering of hops applications",
"keywords": [
"hops",
Expand Down Expand Up @@ -31,7 +31,7 @@
"compression": "^1.7.2",
"express": "^4.16.0",
"helmet": "^3.8.2",
"hops-config": "10.2.0-rc.5",
"hops-config": "10.2.0",
"mime": "^2.2.0",
"server-timings": "^2.0.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/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="10.2.0"></a>
# [10.2.0](https://github.com/xing/hops/compare/v10.2.0-rc.5...v10.2.0) (2018-03-26)




**Note:** Version bump only for package hops-graphql

<a name="10.0.0"></a>
# [10.0.0](https://github.com/xing/hops/compare/v10.0.0-rc.4...v10.0.0) (2018-02-07)

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": "10.2.0-rc.0",
"version": "10.2.0",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-preset/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="10.2.0"></a>
# [10.2.0](https://github.com/xing/hops/compare/v10.2.0-rc.5...v10.2.0) (2018-03-26)




**Note:** Version bump only for package jest-preset-hops

<a name="10.0.2"></a>
## [10.0.2](https://github.com/xing/hops/compare/v10.0.1...v10.0.2) (2018-02-15)

Expand Down
4 changes: 2 additions & 2 deletions packages/jest-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-preset-hops",
"version": "10.2.0-rc.5",
"version": "10.2.0",
"description": "Jest preset to work with Hops powered projects",
"keywords": [
"hops",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^22.0.4",
"hops-build-config": "10.2.0-rc.5",
"hops-build-config": "10.2.0",
"identity-obj-proxy": "^3.0.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/lambda/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="10.2.0"></a>
# [10.2.0](https://github.com/xing/hops/compare/v10.2.0-rc.5...v10.2.0) (2018-03-26)




**Note:** Version bump only for package hops-lambda

<a name="10.1.0"></a>
# [10.1.0](https://github.com/xing/hops/compare/v10.0.2...v10.1.0) (2018-02-19)

Expand Down
6 changes: 3 additions & 3 deletions packages/lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-lambda",
"version": "10.2.0-rc.5",
"version": "10.2.0",
"description": "Quick and easy deployment of Hops applications to AWS Lambda",
"keywords": [
"hops",
Expand All @@ -25,7 +25,7 @@
"archiver": "^2.1.0",
"aws-sdk": "^2.177.0",
"globby": "^7.1.1",
"hops-config": "10.2.0-rc.5",
"hops-config": "10.2.0",
"prompt": "^1.0.0",
"resolve-tree": "^0.1.13",
"serverless-http": "^1.5.2"
Expand All @@ -34,6 +34,6 @@
"hops-express": "10.0.0-rc.3"
},
"devDependencies": {
"hops-express": "10.2.0-rc.5"
"hops-express": "10.2.0"
}
}
12 changes: 12 additions & 0 deletions packages/pwa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="10.2.0"></a>
# [10.2.0](https://github.com/xing/hops/compare/v10.2.0-rc.5...v10.2.0) (2018-03-26)




**Note:** Version bump only for package hops-pwa
4 changes: 2 additions & 2 deletions packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-pwa",
"version": "10.2.0-rc.5",
"version": "10.2.0",
"description": "ServiceWorker and Web App Manifest support for Hops",
"keywords": [
"hops",
Expand All @@ -17,6 +17,6 @@
"worker.js"
],
"dependencies": {
"hops-config": "10.2.0-rc.5"
"hops-config": "10.2.0"
}
}
8 changes: 8 additions & 0 deletions packages/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="10.2.0"></a>
# [10.2.0](https://github.com/xing/hops/compare/v10.2.0-rc.5...v10.2.0) (2018-03-26)




**Note:** Version bump only for package hops-react

<a name="10.0.2"></a>
## [10.0.2](https://github.com/xing/hops/compare/v10.0.1...v10.0.2) (2018-02-15)

Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-react",
"version": "10.2.0-rc.5",
"version": "10.2.0",
"description": "React and ReactRouter setup for Hops",
"keywords": [
"hops",
Expand All @@ -16,7 +16,7 @@
"lib"
],
"dependencies": {
"hops-config": "10.2.0-rc.5",
"hops-config": "10.2.0",
"mixinable": "1.5.2",
"serialize-javascript": "^1.4.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/redux/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="10.2.0"></a>
# [10.2.0](https://github.com/xing/hops/compare/v10.2.0-rc.5...v10.2.0) (2018-03-26)




**Note:** Version bump only for package hops-redux

<a name="10.0.2"></a>
## [10.0.2](https://github.com/xing/hops/compare/v10.0.1...v10.0.2) (2018-02-15)

Expand Down
4 changes: 2 additions & 2 deletions packages/redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-redux",
"version": "10.2.0-rc.5",
"version": "10.2.0",
"description": "React and Redux implementation for Hops",
"keywords": [
"hops",
Expand All @@ -19,7 +19,7 @@
"testEnvironment": "node"
},
"dependencies": {
"hops-react": "10.2.0-rc.5"
"hops-react": "10.2.0"
},
"peerDependencies": {
"react": ">=15.0.0 <17.0.0",
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="10.2.0"></a>
# [10.2.0](https://github.com/xing/hops/compare/v10.2.0-rc.5...v10.2.0) (2018-03-26)




**Note:** Version bump only for package hops-spec

<a name="10.1.0"></a>
# [10.1.0](https://github.com/xing/hops/compare/v10.0.2...v10.1.0) (2018-02-19)

Expand Down
Loading

0 comments on commit 3670889

Please sign in to comment.