Skip to content

Commit

Permalink
chore: v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbch committed Oct 13, 2017
1 parent ecb7485 commit 1533890
Show file tree
Hide file tree
Showing 53 changed files with 262 additions and 58 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "2.4.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "7.0.0-3"
"version": "7.0.0"
}
12 changes: 12 additions & 0 deletions packages/build-config/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="7.0.0"></a>
# [7.0.0](https://github.com/xing/hops/compare/v6.2.8...v7.0.0) (2017-10-13)


### Features

* **build-config:** split hops packages, introduce changelog
File renamed without changes.
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": "7.0.0-3",
"version": "7.0.0",
"description": "Hops build configuration leveraging Webpack and Babel",
"keywords": [
"hops",
Expand Down Expand Up @@ -41,7 +41,7 @@
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"find-up": "^2.1.0",
"hops-config": "7.0.0-3",
"hops-config": "7.0.0",
"json-loader": "^0.5.7",
"lodash.template": "^4.4.0",
"mkdirp": "^0.5.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/build/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="7.0.0"></a>
# [7.0.0](https://github.com/xing/hops/compare/v6.2.8...v7.0.0) (2017-10-13)


### Features

* **build:** split hops packages, introduce changelog
File renamed without changes.
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": "7.0.0-3",
"version": "7.0.0",
"description": "Hops wrapper around webpack to execute a build",
"keywords": [
"hops",
Expand All @@ -19,11 +19,11 @@
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"hops-build-config": "7.0.0-3",
"hops-config": "7.0.0-3",
"hops-middleware": "7.0.0-0",
"hops-plugin": "7.0.0-0",
"hops-server": "7.0.0-3",
"hops-build-config": "7.0.0",
"hops-config": "7.0.0",
"hops-middleware": "7.0.0",
"hops-plugin": "7.0.0",
"hops-server": "7.0.0",
"rimraf": "^2.6.2",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/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="7.0.0"></a>
# [7.0.0](https://github.com/xing/hops/compare/v6.2.8...v7.0.0) (2017-10-13)


### Features

* **cli:** split hops packages, introduce changelog
File renamed without changes.
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-cli",
"version": "7.0.0-3",
"version": "7.0.0",
"description": "Global CLI module to initialize new hops projects",
"keywords": [
"hops",
Expand Down
12 changes: 12 additions & 0 deletions packages/config/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="7.0.0"></a>
# [7.0.0](https://github.com/xing/hops/compare/v6.2.8...v7.0.0) (2017-10-13)


### Features

* **config:** split hops packages, introduce changelog
File renamed without changes.
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": "7.0.0-3",
"version": "7.0.0",
"description": "Hops core configuration",
"keywords": [
"hops",
Expand Down
12 changes: 12 additions & 0 deletions packages/express/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="7.0.0"></a>
# [7.0.0](https://github.com/xing/hops/compare/v6.2.8...v7.0.0) (2017-10-13)


### Features

* **express:** split hops packages, introduce changelog
File renamed without changes.
6 changes: 3 additions & 3 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-express",
"version": "7.0.0-3",
"version": "7.0.0",
"description": "Express server to enable server-side rendering of hops applications",
"keywords": [
"hops",
Expand All @@ -19,8 +19,8 @@
"dependencies": {
"express": "^4.16.0",
"helmet": "^3.8.2",
"hops-config": "7.0.0-3",
"hops-server": "7.0.0-3",
"hops-config": "7.0.0",
"hops-server": "7.0.0",
"mime": "^2.0.3"
}
}
12 changes: 12 additions & 0 deletions packages/jest-preset/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="7.0.0"></a>
# [7.0.0](https://github.com/xing/hops/compare/v6.2.8...v7.0.0) (2017-10-13)


### Features

* **jest-preset:** split hops packages, introduce changelog
File renamed without changes.
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": "7.0.0-3",
"version": "7.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": "21",
"hops-build-config": "7.0.0-3",
"hops-build-config": "7.0.0",
"identity-obj-proxy": "^3.0.0"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/local-cli/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="7.0.0"></a>
# [7.0.0](https://github.com/xing/hops/compare/v6.2.8...v7.0.0) (2017-10-13)


### Features

* **local-cli:** split hops packages, introduce changelog
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/local-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-local-cli",
"version": "7.0.0-3",
"version": "7.0.0",
"description": "CLI tool to build, run and develop Hops based projects",
"keywords": [
"hops",
Expand Down
12 changes: 12 additions & 0 deletions packages/middleware/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="7.0.0"></a>
# [7.0.0](https://github.com/xing/hops/compare/v6.2.8...v7.0.0) (2017-10-13)


### Features

* **middleware:** split hops packages, introduce changelog
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-middleware",
"version": "7.0.0-0",
"version": "7.0.0",
"description": "Hops Express middleware leveraging Webpack",
"keywords": [
"hops",
Expand All @@ -17,6 +17,6 @@
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"hops-transpiler": "7.0.0-0"
"hops-transpiler": "7.0.0"
}
}
12 changes: 12 additions & 0 deletions packages/plugin/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="7.0.0"></a>
# [7.0.0](https://github.com/xing/hops/compare/v6.2.8...v7.0.0) (2017-10-13)


### Features

* **plugin:** split hops packages, introduce changelog
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-plugin",
"version": "7.0.0-0",
"version": "7.0.0",
"description": "Hops Webpack plugin using Webpack to render HTML",
"keywords": [
"hops",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"directory-index": "^0.1.0",
"hops-renderer": "7.0.0-0",
"hops-renderer": "7.0.0",
"webpack-sources": "^1.0.1"
}
}
12 changes: 12 additions & 0 deletions packages/react/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="7.0.0"></a>
# [7.0.0](https://github.com/xing/hops/compare/v6.2.8...v7.0.0) (2017-10-13)


### Features

* **react:** split hops packages, introduce changelog
File renamed without changes.
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": "7.0.0-3",
"version": "7.0.0",
"description": "React and ReactRouter setup for Hops",
"keywords": [
"hops",
Expand All @@ -16,7 +16,7 @@
"lib"
],
"dependencies": {
"hops-config": "7.0.0-3",
"hops-config": "7.0.0",
"serialize-javascript": "^1.4.0"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/redux/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="7.0.0"></a>
# [7.0.0](https://github.com/xing/hops/compare/v6.2.8...v7.0.0) (2017-10-13)


### Features

* **redux:** split hops packages, introduce changelog
File renamed without changes.
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": "7.0.0-3",
"version": "7.0.0",
"description": "React and Redux implementation for Hops",
"keywords": [
"hops",
Expand All @@ -13,7 +13,7 @@
"index.js"
],
"dependencies": {
"hops-react": "7.0.0-3"
"hops-react": "7.0.0"
},
"peerDependencies": {
"react": "^15.6.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/renderer/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="7.0.0"></a>
# [7.0.0](https://github.com/xing/hops/compare/v6.2.8...v7.0.0) (2017-10-13)


### Features

* **renderer:** split hops packages, introduce changelog
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-renderer",
"version": "7.0.0-0",
"version": "7.0.0",
"description": "Hops HTML renderer based on Webpack",
"keywords": [
"hops",
Expand All @@ -12,7 +12,7 @@
"index.js"
],
"dependencies": {
"hops-middleware": "7.0.0-0",
"hops-middleware": "7.0.0",
"node-mocks-http": "^1.6.5"
}
}
12 changes: 12 additions & 0 deletions packages/server/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="7.0.0"></a>
# [7.0.0](https://github.com/xing/hops/compare/v6.2.8...v7.0.0) (2017-10-13)


### Features

* **server:** split hops packages, introduce changelog
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-server",
"version": "7.0.0-3",
"version": "7.0.0",
"description": "Provides common functionality for express-like servers",
"keywords": [
"hops",
Expand All @@ -17,6 +17,6 @@
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"hops-config": "7.0.0-3"
"hops-config": "7.0.0"
}
}
12 changes: 12 additions & 0 deletions packages/spec/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="7.0.0"></a>
# [7.0.0](https://github.com/xing/hops/compare/v6.2.8...v7.0.0) (2017-10-13)


### Features

* **spec:** split hops packages, introduce changelog
File renamed without changes.
Loading

0 comments on commit 1533890

Please sign in to comment.