Skip to content

Commit

Permalink
chore: release v10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Apr 9, 2018
1 parent 7161e85 commit fa09d76
Show file tree
Hide file tree
Showing 29 changed files with 159 additions and 47 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.3.0-rc.3",
"version": "10.3.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.3.0"></a>
# [10.3.0](https://github.com/xing/hops/compare/v10.3.0-rc.3...v10.3.0) (2018-04-09)




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

<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)

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.3.0-rc.3",
"version": "10.3.0",
"description": "Hops build configuration leveraging Webpack and Babel",
"keywords": [
"hops",
Expand Down Expand Up @@ -38,7 +38,7 @@
"css-loader": "^0.28.8",
"file-loader": "^1.1.6",
"find-up": "^2.1.0",
"hops-config": "10.3.0-rc.3",
"hops-config": "10.3.0",
"loader-utils": "^1.1.0",
"lodash.template": "^4.4.0",
"mini-css-extract-plugin": "^0.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/build/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.3.0"></a>
# [10.3.0](https://github.com/xing/hops/compare/v10.3.0-rc.3...v10.3.0) (2018-04-09)




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

<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)

Expand Down
8 changes: 4 additions & 4 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-build",
"version": "10.3.0-rc.3",
"version": "10.3.0",
"description": "Hops wrapper around webpack to execute a build",
"keywords": [
"hops",
Expand Down Expand Up @@ -37,9 +37,9 @@
"directory-index": "^0.1.0",
"express": "^4.16.0",
"filesize": "^3.5.11",
"hops-build-config": "10.3.0-rc.3",
"hops-config": "10.3.0-rc.3",
"hops-express": "10.3.0-rc.3",
"hops-build-config": "10.3.0",
"hops-config": "10.3.0",
"hops-express": "10.3.0",
"memory-fs": "^0.4.1",
"mkdirp": "^0.5.1",
"node-mocks-http": "^1.6.7",
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.3.0"></a>
# [10.3.0](https://github.com/xing/hops/compare/v10.3.0-rc.3...v10.3.0) (2018-04-09)




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

<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)

Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-config",
"version": "10.3.0-rc.3",
"version": "10.3.0",
"description": "Hops core configuration",
"keywords": [
"hops",
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.3.0"></a>
# [10.3.0](https://github.com/xing/hops/compare/v10.3.0-rc.3...v10.3.0) (2018-04-09)




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

<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)

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.3.0-rc.3",
"version": "10.3.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.3.0-rc.3",
"hops-config": "10.3.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.3.0"></a>
# [10.3.0](https://github.com/xing/hops/compare/v10.3.0-rc.3...v10.3.0) (2018-04-09)




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

<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)

Expand Down
4 changes: 2 additions & 2 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-graphql",
"version": "10.3.0-rc.3",
"version": "10.3.0",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
Expand Down Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"fetch-mock": "^6.3.0",
"graphql-tag": "^2.5.0",
"hops-react": "10.3.0-rc.3",
"hops-react": "10.3.0",
"jest": "^22.0.4",
"react": "^16.3.1",
"react-apollo": "^2.0.0",
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.3.0"></a>
# [10.3.0](https://github.com/xing/hops/compare/v10.3.0-rc.3...v10.3.0) (2018-04-09)




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

<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)

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.3.0-rc.3",
"version": "10.3.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.3.0-rc.3",
"hops-build-config": "10.3.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.3.0"></a>
# [10.3.0](https://github.com/xing/hops/compare/v10.3.0-rc.3...v10.3.0) (2018-04-09)




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

<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)

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.3.0-rc.3",
"version": "10.3.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.3.0-rc.3",
"hops-config": "10.3.0",
"prompt": "^1.0.0",
"resolve-tree": "^0.1.13",
"serverless-http": "^1.5.2"
Expand All @@ -34,6 +34,6 @@
"hops-express": "^10.3.0"
},
"devDependencies": {
"hops-express": "10.3.0-rc.3"
"hops-express": "10.3.0"
}
}
8 changes: 8 additions & 0 deletions packages/pwa/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.3.0"></a>
# [10.3.0](https://github.com/xing/hops/compare/v10.3.0-rc.3...v10.3.0) (2018-04-09)




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

<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)

Expand Down
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.3.0-rc.3",
"version": "10.3.0",
"description": "ServiceWorker and Web App Manifest support for Hops",
"keywords": [
"hops",
Expand All @@ -17,6 +17,6 @@
"worker.js"
],
"dependencies": {
"hops-config": "10.3.0-rc.3"
"hops-config": "10.3.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.3.0"></a>
# [10.3.0](https://github.com/xing/hops/compare/v10.3.0-rc.3...v10.3.0) (2018-04-09)




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

<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)

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.3.0-rc.3",
"version": "10.3.0",
"description": "React and ReactRouter setup for Hops",
"keywords": [
"hops",
Expand All @@ -22,7 +22,7 @@
"testEnvironment": "node"
},
"dependencies": {
"hops-config": "10.3.0-rc.3",
"hops-config": "10.3.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.3.0"></a>
# [10.3.0](https://github.com/xing/hops/compare/v10.3.0-rc.3...v10.3.0) (2018-04-09)




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

<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)

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.3.0-rc.3",
"version": "10.3.0",
"description": "React and Redux implementation for Hops",
"keywords": [
"hops",
Expand All @@ -19,7 +19,7 @@
"testEnvironment": "node"
},
"dependencies": {
"hops-react": "10.3.0-rc.3"
"hops-react": "10.3.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.3.0"></a>
# [10.3.0](https://github.com/xing/hops/compare/v10.3.0-rc.3...v10.3.0) (2018-04-09)




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

<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)

Expand Down
16 changes: 8 additions & 8 deletions packages/spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-spec",
"version": "10.3.0-rc.3",
"version": "10.3.0",
"private": true,
"scripts": {
"test": "jest"
Expand All @@ -12,15 +12,15 @@
"apollo-client": "^2.2.8",
"graphql": "^0.12.3",
"hops": "10.2.0",
"hops-build": "10.3.0-rc.3",
"hops-build-config": "10.3.0-rc.3",
"hops-config": "10.3.0-rc.3",
"hops-express": "10.3.0-rc.3",
"hops-react": "10.3.0-rc.3",
"hops-redux": "10.3.0-rc.3",
"hops-build": "10.3.0",
"hops-build-config": "10.3.0",
"hops-config": "10.3.0",
"hops-express": "10.3.0",
"hops-react": "10.3.0",
"hops-redux": "10.3.0",
"isomorphic-fetch": "^2.2.1",
"jest": "^22.0.4",
"jest-preset-hops": "10.3.0-rc.3",
"jest-preset-hops": "10.3.0",
"mkdirp": "^0.5.1",
"react": "^16.0.0",
"react-apollo": "^2.0.4",
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="10.3.0"></a>
# [10.3.0](https://github.com/xing/hops/compare/v10.3.0-rc.3...v10.3.0) (2018-04-09)




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

<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)

Expand Down
Loading

0 comments on commit fa09d76

Please sign in to comment.