Skip to content

Commit

Permalink
chore: release v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Sep 28, 2020
1 parent c15f670 commit ea2d2b0
Show file tree
Hide file tree
Showing 52 changed files with 337 additions and 79 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.0.0](https://github.com/xing/hops/compare/v13.0.0-rc.0...v13.0.0) (2020-09-28)


### Bug Fixes

* **jest-preset:** fix warning in case of outdated Jest version ([4ef9ad8](https://github.com/xing/hops/commit/4ef9ad8408913ee2fcc029219796820addf26405))
* **lambda:** correct condition ([71a55e1](https://github.com/xing/hops/commit/71a55e12742d8d4dd5685b2480ee3844ead6a04b))
* **lambda:** ensure warnings are printed ([92cdeb4](https://github.com/xing/hops/commit/92cdeb4f828b3ad07c443a9dc31a0319df6f9a2f))
* **webpack:** replace serialize-error with a custom implementation ([65931fc](https://github.com/xing/hops/commit/65931fcb319198b61f20baf07bfbd8d7d3d750dd))
* update dependency enhanced-resolve to v5 ([4842d30](https://github.com/xing/hops/commit/4842d307931699b3d5aef656a8b0900e038be768))
* update dependency mini-css-extract-plugin to ^0.11.0 ([544ece2](https://github.com/xing/hops/commit/544ece2e24d4120b604fb7a1358cf7044159c8bf))
* update dependency serialize-javascript to v5 ([5f22713](https://github.com/xing/hops/commit/5f22713d77272513f80d8f1bdf0169178bfd2f2c))
* update dependency webpack-sources to v2 ([12134a4](https://github.com/xing/hops/commit/12134a40aec57c8b2cbdedbbcfd15bd3883e224e))
* **webpack:** use webpack HMR for node build to fix memory leak ([2826fdf](https://github.com/xing/hops/commit/2826fdfa64084507fdd07be7a34cee66763ee73a))


### Features

* **jest-preset:** print an error when Jest version is unsupported ([cb2126a](https://github.com/xing/hops/commit/cb2126aed02a060138764cd7fd22909648254889))





# [13.0.0-rc.0](https://github.com/xing/hops/compare/v13.0.0-alpha.2...v13.0.0-rc.0) (2020-09-07)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "13.0.0-rc.0",
"version": "13.0.0",
"registry": "https://registry.npmjs.org/",
"command": {
"version": {
Expand Down
8 changes: 8 additions & 0 deletions packages/apollo-mock-server/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.

# [13.0.0](https://github.com/xing/hops/compare/v13.0.0-rc.0...v13.0.0) (2020-09-28)

**Note:** Version bump only for package hops-apollo-mock-server





# [13.0.0-rc.0](https://github.com/xing/hops/compare/v13.0.0-alpha.2...v13.0.0-rc.0) (2020-09-07)

**Note:** Version bump only for package hops-apollo-mock-server
Expand Down
8 changes: 4 additions & 4 deletions packages/apollo-mock-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-apollo-mock-server",
"version": "13.0.0-rc.0",
"version": "13.0.0",
"description": "Apollo based mock server for Hops",
"keywords": [
"hops",
Expand All @@ -24,9 +24,9 @@
"cross-fetch": "^3.0.4",
"express": "^4.17.1",
"graphql": "^15.0.0",
"hops-config": "^13.0.0-rc.0",
"hops-mixin": "^13.0.0-rc.0",
"hops-webpack": "^13.0.0-rc.0"
"hops-config": "^13.0.0",
"hops-mixin": "^13.0.0",
"hops-webpack": "^13.0.0"
},
"peerDependencies": {
"graphql-tag": "^2.10.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/bootstrap/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.

# [13.0.0](https://github.com/xing/hops/compare/v13.0.0-rc.0...v13.0.0) (2020-09-28)


### Bug Fixes

* update dependency enhanced-resolve to v5 ([4842d30](https://github.com/xing/hops/commit/4842d307931699b3d5aef656a8b0900e038be768))





# [13.0.0-rc.0](https://github.com/xing/hops/compare/v13.0.0-alpha.2...v13.0.0-rc.0) (2020-09-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-bootstrap",
"version": "13.0.0-rc.0",
"version": "13.0.0",
"description": "Hops bootstrap",
"repository": {
"type": "git",
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.

# [13.0.0](https://github.com/xing/hops/compare/v13.0.0-rc.0...v13.0.0) (2020-09-28)

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





# [13.0.0-rc.0](https://github.com/xing/hops/compare/v13.0.0-alpha.2...v13.0.0-rc.0) (2020-09-07)


Expand Down
4 changes: 2 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": "13.0.0-rc.0",
"version": "13.0.0",
"description": "Hops core configuration",
"keywords": [
"hops",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"depd": "^2.0.0",
"hops-bootstrap": "^13.0.0-rc.0"
"hops-bootstrap": "^13.0.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/config#readme"
}
8 changes: 8 additions & 0 deletions packages/create-hops-app/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.

# [13.0.0](https://github.com/xing/hops/compare/v13.0.0-rc.0...v13.0.0) (2020-09-28)

**Note:** Version bump only for package create-hops-app





# [13.0.0-rc.0](https://github.com/xing/hops/compare/v13.0.0-alpha.2...v13.0.0-rc.0) (2020-09-07)

**Note:** Version bump only for package create-hops-app
Expand Down
2 changes: 1 addition & 1 deletion packages/create-hops-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-hops-app",
"version": "13.0.0-rc.0",
"version": "13.0.0",
"description": "CLI tool to create Hops applications",
"keywords": [
"hops",
Expand Down
8 changes: 8 additions & 0 deletions packages/development-proxy/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.

# [13.0.0](https://github.com/xing/hops/compare/v13.0.0-rc.0...v13.0.0) (2020-09-28)

**Note:** Version bump only for package hops-development-proxy





# [13.0.0-rc.0](https://github.com/xing/hops/compare/v13.0.0-alpha.2...v13.0.0-rc.0) (2020-09-07)

**Note:** Version bump only for package hops-development-proxy
Expand Down
4 changes: 2 additions & 2 deletions packages/development-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-development-proxy",
"version": "13.0.0-rc.0",
"version": "13.0.0",
"description": "Proxy",
"keywords": [
"hops"
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"debug": "^4.1.1",
"hops-mixin": "^13.0.0-rc.0",
"hops-mixin": "^13.0.0",
"http-proxy-middleware": "^1.0.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/development-proxy#readme"
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.

# [13.0.0](https://github.com/xing/hops/compare/v13.0.0-rc.0...v13.0.0) (2020-09-28)

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





# [13.0.0-rc.0](https://github.com/xing/hops/compare/v13.0.0-alpha.2...v13.0.0-rc.0) (2020-09-07)


Expand Down
8 changes: 4 additions & 4 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-express",
"version": "13.0.0-rc.0",
"version": "13.0.0",
"description": "Customization for the our express server",
"keywords": [
"hops",
Expand All @@ -26,9 +26,9 @@
"express": "^4.17.1",
"finalhandler": "^1.1.2",
"helmet": "^4.0.0",
"hops-bootstrap": "^13.0.0-rc.0",
"hops-mixin": "^13.0.0-rc.0",
"hops-yargs": "^13.0.0-rc.0",
"hops-bootstrap": "^13.0.0",
"hops-mixin": "^13.0.0",
"hops-yargs": "^13.0.0",
"is-plain-obj": "^2.0.0",
"mime": "^2.4.4",
"mixinable": "^5.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.

# [13.0.0](https://github.com/xing/hops/compare/v13.0.0-rc.0...v13.0.0) (2020-09-28)

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





# [13.0.0-rc.0](https://github.com/xing/hops/compare/v13.0.0-alpha.2...v13.0.0-rc.0) (2020-09-07)

**Note:** Version bump only for package hops-graphql
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-graphql",
"version": "13.0.0-rc.0",
"version": "13.0.0",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
Expand All @@ -18,8 +18,8 @@
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"hops-apollo-mock-server": "^13.0.0-rc.0",
"hops-react-apollo": "^13.0.0-rc.0"
"hops-apollo-mock-server": "^13.0.0",
"hops-react-apollo": "^13.0.0"
},
"peerDependencies": {
"graphql-tag": "^2.10.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/hops/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.

# [13.0.0](https://github.com/xing/hops/compare/v13.0.0-rc.0...v13.0.0) (2020-09-28)

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





# [13.0.0-rc.0](https://github.com/xing/hops/compare/v13.0.0-alpha.2...v13.0.0-rc.0) (2020-09-07)

**Note:** Version bump only for package hops
Expand Down
14 changes: 7 additions & 7 deletions packages/hops/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops",
"version": "13.0.0-rc.0",
"version": "13.0.0",
"description": "Hops main Package to build and run Hops applications",
"keywords": [
"hops",
Expand All @@ -27,12 +27,12 @@
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"hops-express": "^13.0.0-rc.0",
"hops-info": "^13.0.0-rc.0",
"hops-mixin": "^13.0.0-rc.0",
"hops-react": "^13.0.0-rc.0",
"hops-webpack": "^13.0.0-rc.0",
"hops-yargs": "^13.0.0-rc.0",
"hops-express": "^13.0.0",
"hops-info": "^13.0.0",
"hops-mixin": "^13.0.0",
"hops-react": "^13.0.0",
"hops-webpack": "^13.0.0",
"hops-yargs": "^13.0.0",
"webpack-bundle-analyzer": "^3.5.2"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/info/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.

# [13.0.0](https://github.com/xing/hops/compare/v13.0.0-rc.0...v13.0.0) (2020-09-28)


### Bug Fixes

* update dependency enhanced-resolve to v5 ([4842d30](https://github.com/xing/hops/commit/4842d307931699b3d5aef656a8b0900e038be768))





# [13.0.0-rc.0](https://github.com/xing/hops/compare/v13.0.0-alpha.2...v13.0.0-rc.0) (2020-09-07)

**Note:** Version bump only for package hops-info
Expand Down
6 changes: 3 additions & 3 deletions packages/info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-info",
"version": "13.0.0-rc.0",
"version": "13.0.0",
"description": "Hops info mixin",
"repository": {
"type": "git",
Expand All @@ -16,8 +16,8 @@
"duplitect": "^3.0.0",
"enhanced-resolve": "^5.0.0",
"escape-string-regexp": "^4.0.0",
"hops-bootstrap": "^13.0.0-rc.0",
"hops-mixin": "^13.0.0-rc.0",
"hops-bootstrap": "^13.0.0",
"hops-mixin": "^13.0.0",
"mixinable": "^5.0.1"
},
"engines": {
Expand Down
16 changes: 16 additions & 0 deletions packages/jest-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.0.0](https://github.com/xing/hops/compare/v13.0.0-rc.0...v13.0.0) (2020-09-28)


### Bug Fixes

* **jest-preset:** fix warning in case of outdated Jest version ([4ef9ad8](https://github.com/xing/hops/commit/4ef9ad8408913ee2fcc029219796820addf26405))


### Features

* **jest-preset:** print an error when Jest version is unsupported ([cb2126a](https://github.com/xing/hops/commit/cb2126aed02a060138764cd7fd22909648254889))





# [13.0.0-rc.0](https://github.com/xing/hops/compare/v13.0.0-alpha.2...v13.0.0-rc.0) (2020-09-07)

**Note:** Version bump only for package jest-preset-hops
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": "13.0.0-rc.0",
"version": "13.0.0",
"description": "Jest preset to work with Hops powered projects",
"keywords": [
"hops",
Expand Down Expand Up @@ -29,7 +29,7 @@
"babel-jest": "^26.0.0",
"colors": "^1.4.0",
"core-js": "^3.2.1",
"hops": "^13.0.0-rc.0",
"hops": "^13.0.0",
"identity-obj-proxy": "^3.0.0",
"jest-config": "^26.0.0",
"regenerator-runtime": "^0.13.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.0.0](https://github.com/xing/hops/compare/v13.0.0-rc.0...v13.0.0) (2020-09-28)


### Bug Fixes

* **lambda:** correct condition ([71a55e1](https://github.com/xing/hops/commit/71a55e12742d8d4dd5685b2480ee3844ead6a04b))
* **lambda:** ensure warnings are printed ([92cdeb4](https://github.com/xing/hops/commit/92cdeb4f828b3ad07c443a9dc31a0319df6f9a2f))





# [13.0.0-rc.0](https://github.com/xing/hops/compare/v13.0.0-alpha.2...v13.0.0-rc.0) (2020-09-07)

**Note:** Version bump only for package hops-lambda
Expand Down
Loading

0 comments on commit ea2d2b0

Please sign in to comment.