Skip to content

Commit

Permalink
chore: release v10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbch committed Feb 7, 2018
1 parent b84b60c commit 8f10cc7
Show file tree
Hide file tree
Showing 33 changed files with 228 additions and 65 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.0.0-rc.4",
"version": "10.0.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.0.0"></a>
# [10.0.0](https://github.com/xing/hops/compare/v10.0.0-rc.4...v10.0.0) (2018-02-07)




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

<a name="9.7.0"></a>
# [9.7.0](https://github.com/xing/hops/compare/v9.6.1...v9.7.0) (2018-01-22)

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.0.0-rc.4",
"version": "10.0.0",
"description": "Hops build configuration leveraging Webpack and Babel",
"keywords": [
"hops",
Expand Down Expand Up @@ -40,7 +40,7 @@
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"find-up": "^2.1.0",
"hops-config": "10.0.0-rc.4",
"hops-config": "10.0.0",
"json-loader": "^0.5.7",
"loader-utils": "^1.1.0",
"lodash.template": "^4.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.0.0"></a>
# [10.0.0](https://github.com/xing/hops/compare/v10.0.0-rc.4...v10.0.0) (2018-02-07)




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

<a name="9.8.0"></a>
# [9.8.0](https://github.com/xing/hops/compare/v9.7.0...v9.8.0) (2018-01-25)

Expand Down
12 changes: 6 additions & 6 deletions packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-build",
"version": "10.0.0-rc.4",
"version": "10.0.0",
"description": "Hops wrapper around webpack to execute a build",
"keywords": [
"hops",
Expand All @@ -26,11 +26,11 @@
"dependencies": {
"directory-index": "^0.1.0",
"filesize": "^3.5.11",
"hops-build-config": "10.0.0-rc.4",
"hops-config": "10.0.0-rc.4",
"hops-express": "10.0.0-rc.4",
"hops-middleware": "10.0.0-rc.0",
"hops-renderer": "10.0.0-rc.4",
"hops-build-config": "10.0.0",
"hops-config": "10.0.0",
"hops-express": "10.0.0",
"hops-middleware": "10.0.0",
"hops-renderer": "10.0.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.2",
"webpack": "^3.6.0",
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.0.0"></a>
# [10.0.0](https://github.com/xing/hops/compare/v10.0.0-rc.4...v10.0.0) (2018-02-07)




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

<a name="9.7.0"></a>
# [9.7.0](https://github.com/xing/hops/compare/v9.6.1...v9.7.0) (2018-01-22)

Expand Down
16 changes: 13 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
{
"name": "hops",
"version": "10.0.0-rc.0",
"version": "10.0.0",
"description": "CLI tool to create, build and run Hops applications",
"keywords": ["hops", "cli"],
"keywords": [
"hops",
"cli"
],
"license": "MIT",
"bin": {
"hops": "hops.js"
},
"main": "index.js",
"files": ["commands", "lib", "hops.js", "index.js", "init.js", "run.js"],
"files": [
"commands",
"lib",
"hops.js",
"index.js",
"init.js",
"run.js"
],
"repository": {
"type": "git",
"url": "https://github.com/xing/hops.git"
Expand Down
11 changes: 11 additions & 0 deletions packages/config/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.0.0"></a>
# [10.0.0](https://github.com/xing/hops/compare/v10.0.0-rc.4...v10.0.0) (2018-02-07)


### Features

* **config:** apply placeholders to plain objects, too ([b84b60c](https://github.com/xing/hops/commit/b84b60c))




<a name="9.5.0"></a>
# [9.5.0](https://github.com/xing/hops/compare/v9.4.3...v9.5.0) (2018-01-09)

Expand Down
12 changes: 9 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"name": "hops-config",
"version": "10.0.0-rc.4",
"version": "10.0.0",
"description": "Hops core configuration",
"keywords": ["hops", "config"],
"keywords": [
"hops",
"config"
],
"license": "MIT",
"main": "index.js",
"files": ["index.js", "lib"],
"files": [
"index.js",
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/xing/hops.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.0.0"></a>
# [10.0.0](https://github.com/xing/hops/compare/v10.0.0-rc.4...v10.0.0) (2018-02-07)




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

<a name="9.8.0"></a>
# [9.8.0](https://github.com/xing/hops/compare/v9.7.0...v9.8.0) (2018-01-25)

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.0.0-rc.4",
"version": "10.0.0",
"description": "Express server to enable server-side rendering of hops applications",
"keywords": [
"hops",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"express": "^4.16.0",
"helmet": "^3.8.2",
"hops-config": "10.0.0-rc.4",
"hops-config": "10.0.0",
"mime": "^2.2.0"
}
}
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.0.0"></a>
# [10.0.0](https://github.com/xing/hops/compare/v10.0.0-rc.4...v10.0.0) (2018-02-07)




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

<a name="9.7.0"></a>
# [9.7.0](https://github.com/xing/hops/compare/v9.6.1...v9.7.0) (2018-01-22)

Expand Down
15 changes: 12 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
{
"name": "hops-graphql",
"version": "10.0.0-rc.3",
"version": "10.0.0",
"description": "React and GraphQL implementation for Hops",
"keywords": ["hops", "react", "graphql"],
"keywords": [
"hops",
"react",
"graphql"
],
"license": "MIT",
"bin": {
"hops-graphql": "commands/graphql.js"
},
"main": "node.js",
"browser": "dom.js",
"files": ["node.js", "dom.js", "commands", "lib"],
"files": [
"node.js",
"dom.js",
"commands",
"lib"
],
"dependencies": {
"apollo-cache-inmemory": "^1.1.5",
"apollo-client": "^2.2.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.0.0"></a>
# [10.0.0](https://github.com/xing/hops/compare/v10.0.0-rc.4...v10.0.0) (2018-02-07)




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

<a name="9.7.0"></a>
# [9.7.0](https://github.com/xing/hops/compare/v9.6.1...v9.7.0) (2018-01-22)

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.0.0-rc.4",
"version": "10.0.0",
"description": "Jest preset to work with Hops powered projects",
"keywords": [
"hops",
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^22.0.4",
"hops-build-config": "10.0.0-rc.4",
"hops-build-config": "10.0.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.0.0"></a>
# [10.0.0](https://github.com/xing/hops/compare/v10.0.0-rc.4...v10.0.0) (2018-02-07)




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

<a name="9.8.0"></a>
# [9.8.0](https://github.com/xing/hops/compare/v9.7.0...v9.8.0) (2018-01-25)

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.0.0-rc.4",
"version": "10.0.0",
"description": "Quick and easy deployment of Hops applications to AWS Lambda",
"keywords": [
"hops",
Expand All @@ -27,7 +27,7 @@
"archiver": "^2.1.0",
"aws-sdk": "^2.177.0",
"globby": "^7.1.1",
"hops-config": "10.0.0-rc.4",
"hops-config": "10.0.0",
"prompt": "^1.0.0",
"resolve-tree": "^0.1.13",
"serverless-http": "^1.5.2"
Expand All @@ -36,6 +36,6 @@
"hops-express": "10.0.0-rc.3"
},
"devDependencies": {
"hops-express": "10.0.0-rc.4"
"hops-express": "10.0.0"
}
}
8 changes: 8 additions & 0 deletions packages/middleware/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.0.0"></a>
# [10.0.0](https://github.com/xing/hops/compare/v10.0.0-rc.4...v10.0.0) (2018-02-07)




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

<a name="9.7.0"></a>
# [9.7.0](https://github.com/xing/hops/compare/v9.6.1...v9.7.0) (2018-01-22)

Expand Down
13 changes: 10 additions & 3 deletions packages/middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
{
"name": "hops-middleware",
"version": "10.0.0-rc.0",
"version": "10.0.0",
"description": "Hops Express middleware leveraging Webpack",
"keywords": ["hops", "webpack", "express"],
"keywords": [
"hops",
"webpack",
"express"
],
"license": "MIT",
"main": "index.js",
"files": ["index.js", "transpile.js"],
"files": [
"index.js",
"transpile.js"
],
"repository": {
"type": "git",
"url": "https://github.com/xing/hops.git"
Expand Down
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.0.0"></a>
# [10.0.0](https://github.com/xing/hops/compare/v10.0.0-rc.4...v10.0.0) (2018-02-07)




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

<a name="9.8.0"></a>
# [9.8.0](https://github.com/xing/hops/compare/v9.7.0...v9.8.0) (2018-01-25)

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.0.0-rc.4",
"version": "10.0.0",
"description": "React and ReactRouter setup for Hops",
"keywords": [
"hops",
Expand All @@ -16,7 +16,7 @@
"lib"
],
"dependencies": {
"hops-config": "10.0.0-rc.4",
"hops-config": "10.0.0",
"mixinable": "1.3.0",
"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.0.0"></a>
# [10.0.0](https://github.com/xing/hops/compare/v10.0.0-rc.4...v10.0.0) (2018-02-07)




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

<a name="9.8.0"></a>
# [9.8.0](https://github.com/xing/hops/compare/v9.7.0...v9.8.0) (2018-01-25)

Expand Down
Loading

0 comments on commit 8f10cc7

Please sign in to comment.