Skip to content

Commit

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

## [12.5.3](https://github.com/xing/hops/compare/v12.5.2...v12.5.3) (2020-09-21)


### Bug Fixes

* **express:** disable helmet csp option for now ([c235f32](https://github.com/xing/hops/commit/c235f3295cd014e9146f2138fe1edd95a53f2f52))
* **webpack:** use webpack HMR for node build to fix memory leak ([0c94b54](https://github.com/xing/hops/commit/0c94b545181d217fa3014faf7c8995842b78ff7d))
* update dependency cosmiconfig to v7 ([8849985](https://github.com/xing/hops/commit/8849985d29f4d451fb22a193de017bec65927c26))
* update dependency find-up to v5 ([63f4fa9](https://github.com/xing/hops/commit/63f4fa91aa984dba53d8c25e6460d5b8cf4f7e3e))
* update dependency helmet to v4 ([74634e9](https://github.com/xing/hops/commit/74634e93dcc6aff13ccb6fa407f878de37fa455b))
* update dependency mini-css-extract-plugin to ^0.10.0 ([ac54eb0](https://github.com/xing/hops/commit/ac54eb0a0e834f78e746b1ddac164f8941bc807c))
* update dependency terser-webpack-plugin to v4 ([33324cf](https://github.com/xing/hops/commit/33324cfb80a16d66465b6aa68f4d56d67beeca4d))
* update dependency typescript to v4 ([b67438a](https://github.com/xing/hops/commit/b67438a729f09ba66edd156d99bba3370801a555))





## [12.5.2](https://github.com/xing/hops/compare/v12.5.1...v12.5.2) (2020-08-17)


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": "12.5.2",
"version": "12.5.3",
"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.

## [12.5.3](https://github.com/xing/hops/compare/v12.5.2...v12.5.3) (2020-09-21)

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





## [12.5.2](https://github.com/xing/hops/compare/v12.5.1...v12.5.2) (2020-08-17)

**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": "12.5.2",
"version": "12.5.3",
"description": "Apollo based mock server for Hops",
"keywords": [
"hops",
Expand All @@ -26,9 +26,9 @@
"express": "^4.17.1",
"graphql": "^14.5.8",
"graphql-tools": "^5.0.0",
"hops-config": "^12.5.2",
"hops-mixin": "^12.5.2",
"hops-webpack": "^12.5.2"
"hops-config": "^12.5.3",
"hops-mixin": "^12.5.3",
"hops-webpack": "^12.5.3"
},
"peerDependencies": {
"graphql-tag": "^2.10.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/bootstrap/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.

## [12.5.3](https://github.com/xing/hops/compare/v12.5.2...v12.5.3) (2020-09-21)


### Bug Fixes

* update dependency cosmiconfig to v7 ([8849985](https://github.com/xing/hops/commit/8849985d29f4d451fb22a193de017bec65927c26))
* update dependency find-up to v5 ([63f4fa9](https://github.com/xing/hops/commit/63f4fa91aa984dba53d8c25e6460d5b8cf4f7e3e))





## [12.5.2](https://github.com/xing/hops/compare/v12.5.1...v12.5.2) (2020-08-17)

**Note:** Version bump only for package hops-bootstrap
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": "12.5.2",
"version": "12.5.3",
"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.

## [12.5.3](https://github.com/xing/hops/compare/v12.5.2...v12.5.3) (2020-09-21)

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





## [12.5.2](https://github.com/xing/hops/compare/v12.5.1...v12.5.2) (2020-08-17)

**Note:** Version bump only for package hops-config
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-config",
"version": "12.5.2",
"version": "12.5.3",
"description": "Hops core configuration",
"keywords": [
"hops",
Expand All @@ -18,8 +18,8 @@
},
"dependencies": {
"depd": "^2.0.0",
"hops-bootstrap": "^12.5.2",
"hops-webpack": "^12.5.2"
"hops-bootstrap": "^12.5.3",
"hops-webpack": "^12.5.3"
},
"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.

## [12.5.3](https://github.com/xing/hops/compare/v12.5.2...v12.5.3) (2020-09-21)

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





## [12.5.2](https://github.com/xing/hops/compare/v12.5.1...v12.5.2) (2020-08-17)

**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": "12.5.2",
"version": "12.5.3",
"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.

## [12.5.3](https://github.com/xing/hops/compare/v12.5.2...v12.5.3) (2020-09-21)

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





## [12.5.2](https://github.com/xing/hops/compare/v12.5.1...v12.5.2) (2020-08-17)

**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": "12.5.2",
"version": "12.5.3",
"description": "Proxy",
"keywords": [
"hops"
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"debug": "^4.1.1",
"hops-mixin": "^12.5.2",
"hops-mixin": "^12.5.3",
"http-proxy-middleware": "^1.0.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/development-proxy#readme"
Expand Down
12 changes: 12 additions & 0 deletions packages/express/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.

## [12.5.3](https://github.com/xing/hops/compare/v12.5.2...v12.5.3) (2020-09-21)


### Bug Fixes

* **express:** disable helmet csp option for now ([c235f32](https://github.com/xing/hops/commit/c235f3295cd014e9146f2138fe1edd95a53f2f52))
* update dependency helmet to v4 ([74634e9](https://github.com/xing/hops/commit/74634e93dcc6aff13ccb6fa407f878de37fa455b))





## [12.5.2](https://github.com/xing/hops/compare/v12.5.1...v12.5.2) (2020-08-17)

**Note:** Version bump only for package hops-express
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": "12.5.2",
"version": "12.5.3",
"description": "Customization for the our express server",
"keywords": [
"hops",
Expand All @@ -27,9 +27,9 @@
"express": "^4.17.1",
"finalhandler": "^1.1.2",
"helmet": "^4.0.0",
"hops-bootstrap": "^12.5.2",
"hops-mixin": "^12.5.2",
"hops-yargs": "^12.5.2",
"hops-bootstrap": "^12.5.3",
"hops-mixin": "^12.5.3",
"hops-yargs": "^12.5.3",
"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.

## [12.5.3](https://github.com/xing/hops/compare/v12.5.2...v12.5.3) (2020-09-21)

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





## [12.5.2](https://github.com/xing/hops/compare/v12.5.1...v12.5.2) (2020-08-17)

**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": "12.5.2",
"version": "12.5.3",
"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": "^12.5.2",
"hops-react-apollo": "^12.5.2"
"hops-apollo-mock-server": "^12.5.3",
"hops-react-apollo": "^12.5.3"
},
"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.

## [12.5.3](https://github.com/xing/hops/compare/v12.5.2...v12.5.3) (2020-09-21)

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





## [12.5.2](https://github.com/xing/hops/compare/v12.5.1...v12.5.2) (2020-08-17)

**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": "12.5.2",
"version": "12.5.3",
"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": "^12.5.2",
"hops-info": "^12.5.2",
"hops-mixin": "^12.5.2",
"hops-react": "^12.5.2",
"hops-webpack": "^12.5.2",
"hops-yargs": "^12.5.2",
"hops-express": "^12.5.3",
"hops-info": "^12.5.3",
"hops-mixin": "^12.5.3",
"hops-react": "^12.5.3",
"hops-webpack": "^12.5.3",
"hops-yargs": "^12.5.3",
"webpack-bundle-analyzer": "^3.5.2"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/info/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.

## [12.5.3](https://github.com/xing/hops/compare/v12.5.2...v12.5.3) (2020-09-21)

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





## [12.5.2](https://github.com/xing/hops/compare/v12.5.1...v12.5.2) (2020-08-17)

**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": "12.5.2",
"version": "12.5.3",
"description": "Hops info mixin",
"repository": {
"type": "git",
Expand All @@ -16,8 +16,8 @@
"duplitect": "^3.0.0",
"enhanced-resolve": "^4.1.1",
"escape-string-regexp": "^4.0.0",
"hops-bootstrap": "^12.5.2",
"hops-mixin": "^12.5.2",
"hops-bootstrap": "^12.5.3",
"hops-mixin": "^12.5.3",
"mixinable": "^5.0.1"
},
"engines": {
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.

## [12.5.3](https://github.com/xing/hops/compare/v12.5.2...v12.5.3) (2020-09-21)

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





## [12.5.2](https://github.com/xing/hops/compare/v12.5.1...v12.5.2) (2020-08-17)

**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": "12.5.2",
"version": "12.5.3",
"description": "Jest preset to work with Hops powered projects",
"keywords": [
"hops",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/preset-react": "^7.9.4",
"babel-jest": "^24.9.0",
"core-js": "^3.2.1",
"hops": "^12.5.2",
"hops": "^12.5.3",
"identity-obj-proxy": "^3.0.0",
"jest-config": "^24.9.0",
"regenerator-runtime": "^0.13.3",
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.

## [12.5.3](https://github.com/xing/hops/compare/v12.5.2...v12.5.3) (2020-09-21)

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





## [12.5.2](https://github.com/xing/hops/compare/v12.5.1...v12.5.2) (2020-08-17)

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

0 comments on commit bc60e0a

Please sign in to comment.