diff --git a/CHANGELOG.md b/CHANGELOG.md index e93fd35e3..116093def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index a144b299d..4a169c50f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "12.5.2", + "version": "12.5.3", "registry": "https://registry.npmjs.org/", "command": { "version": { diff --git a/packages/apollo-mock-server/CHANGELOG.md b/packages/apollo-mock-server/CHANGELOG.md index 46f2a8ff3..a25a7797c 100644 --- a/packages/apollo-mock-server/CHANGELOG.md +++ b/packages/apollo-mock-server/CHANGELOG.md @@ -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 diff --git a/packages/apollo-mock-server/package.json b/packages/apollo-mock-server/package.json index 9fbd59e18..27393e9b7 100644 --- a/packages/apollo-mock-server/package.json +++ b/packages/apollo-mock-server/package.json @@ -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", @@ -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" diff --git a/packages/bootstrap/CHANGELOG.md b/packages/bootstrap/CHANGELOG.md index b10c5d234..87a37a2d6 100644 --- a/packages/bootstrap/CHANGELOG.md +++ b/packages/bootstrap/CHANGELOG.md @@ -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 diff --git a/packages/bootstrap/package.json b/packages/bootstrap/package.json index 544559bae..3dd6438be 100644 --- a/packages/bootstrap/package.json +++ b/packages/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "hops-bootstrap", - "version": "12.5.2", + "version": "12.5.3", "description": "Hops bootstrap", "repository": { "type": "git", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 31d90ed3f..00e28d98c 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -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 diff --git a/packages/config/package.json b/packages/config/package.json index 746e1d5e3..c313674e7 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "hops-config", - "version": "12.5.2", + "version": "12.5.3", "description": "Hops core configuration", "keywords": [ "hops", @@ -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" } diff --git a/packages/create-hops-app/CHANGELOG.md b/packages/create-hops-app/CHANGELOG.md index 1c3cd3299..84773b83a 100644 --- a/packages/create-hops-app/CHANGELOG.md +++ b/packages/create-hops-app/CHANGELOG.md @@ -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 diff --git a/packages/create-hops-app/package.json b/packages/create-hops-app/package.json index fa7c54df8..59f6c68d8 100644 --- a/packages/create-hops-app/package.json +++ b/packages/create-hops-app/package.json @@ -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", diff --git a/packages/development-proxy/CHANGELOG.md b/packages/development-proxy/CHANGELOG.md index e3f6942bb..8d50988c5 100644 --- a/packages/development-proxy/CHANGELOG.md +++ b/packages/development-proxy/CHANGELOG.md @@ -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 diff --git a/packages/development-proxy/package.json b/packages/development-proxy/package.json index e23df6516..f35bad80d 100644 --- a/packages/development-proxy/package.json +++ b/packages/development-proxy/package.json @@ -1,6 +1,6 @@ { "name": "hops-development-proxy", - "version": "12.5.2", + "version": "12.5.3", "description": "Proxy", "keywords": [ "hops" @@ -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" diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 22bebd7f3..cf6f6f12a 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -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 diff --git a/packages/express/package.json b/packages/express/package.json index b5c2ccdc5..ea31bdd2c 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "hops-express", - "version": "12.5.2", + "version": "12.5.3", "description": "Customization for the our express server", "keywords": [ "hops", @@ -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", diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 20b36f4ab..a098de2e3 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -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 diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 776596c19..8740b2918 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-graphql", - "version": "12.5.2", + "version": "12.5.3", "description": "React and GraphQL implementation for Hops", "keywords": [ "hops", @@ -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", diff --git a/packages/hops/CHANGELOG.md b/packages/hops/CHANGELOG.md index 881ac1dfe..5b012d148 100644 --- a/packages/hops/CHANGELOG.md +++ b/packages/hops/CHANGELOG.md @@ -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 diff --git a/packages/hops/package.json b/packages/hops/package.json index 547bf5362..034bc8d80 100644 --- a/packages/hops/package.json +++ b/packages/hops/package.json @@ -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", @@ -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": { diff --git a/packages/info/CHANGELOG.md b/packages/info/CHANGELOG.md index 7201cdd39..6789fa713 100644 --- a/packages/info/CHANGELOG.md +++ b/packages/info/CHANGELOG.md @@ -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 diff --git a/packages/info/package.json b/packages/info/package.json index f49b44779..8d8c2f705 100644 --- a/packages/info/package.json +++ b/packages/info/package.json @@ -1,6 +1,6 @@ { "name": "hops-info", - "version": "12.5.2", + "version": "12.5.3", "description": "Hops info mixin", "repository": { "type": "git", @@ -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": { diff --git a/packages/jest-preset/CHANGELOG.md b/packages/jest-preset/CHANGELOG.md index b399a4075..0292eed27 100644 --- a/packages/jest-preset/CHANGELOG.md +++ b/packages/jest-preset/CHANGELOG.md @@ -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 diff --git a/packages/jest-preset/package.json b/packages/jest-preset/package.json index 76593f6c8..8085658e1 100644 --- a/packages/jest-preset/package.json +++ b/packages/jest-preset/package.json @@ -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", @@ -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", diff --git a/packages/lambda/CHANGELOG.md b/packages/lambda/CHANGELOG.md index 72d70dae6..8fd39bedd 100644 --- a/packages/lambda/CHANGELOG.md +++ b/packages/lambda/CHANGELOG.md @@ -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 diff --git a/packages/lambda/package.json b/packages/lambda/package.json index f4f756089..2e99fb69e 100644 --- a/packages/lambda/package.json +++ b/packages/lambda/package.json @@ -1,6 +1,6 @@ { "name": "hops-lambda", - "version": "12.5.2", + "version": "12.5.3", "description": "Quick and easy deployment of Hops applications to AWS Lambda", "keywords": [ "hops", @@ -21,10 +21,10 @@ "archiver": "^5.0.0", "aws-sdk": "^2.546.0", "globby": "^11.0.0", - "hops-bootstrap": "^12.5.2", - "hops-config": "^12.5.2", - "hops-express": "^12.5.2", - "hops-mixin": "^12.5.2", + "hops-bootstrap": "^12.5.3", + "hops-config": "^12.5.3", + "hops-express": "^12.5.3", + "hops-mixin": "^12.5.3", "pathifist": "^1.0.0", "prompt": "^1.0.0", "resolve-tree": "^0.1.14", diff --git a/packages/mixin/CHANGELOG.md b/packages/mixin/CHANGELOG.md index 10dae8255..0ea2749b4 100644 --- a/packages/mixin/CHANGELOG.md +++ b/packages/mixin/CHANGELOG.md @@ -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-mixin + + + + + ## [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-mixin diff --git a/packages/mixin/package.json b/packages/mixin/package.json index c26e13a18..104f87cbc 100644 --- a/packages/mixin/package.json +++ b/packages/mixin/package.json @@ -1,6 +1,6 @@ { "name": "hops-mixin", - "version": "12.5.2", + "version": "12.5.3", "description": "Building blocks to build cusom hops mixins", "keywords": [ "hops", @@ -17,7 +17,7 @@ "url": "https://github.com/xing/hops.git" }, "dependencies": { - "hops-bootstrap": "^12.5.2", + "hops-bootstrap": "^12.5.3", "mixinable": "^5.0.1" }, "homepage": "https://github.com/xing/hops/tree/master/packages/mixin#readme" diff --git a/packages/postcss/CHANGELOG.md b/packages/postcss/CHANGELOG.md index 2bd914ea7..4c5cc3973 100644 --- a/packages/postcss/CHANGELOG.md +++ b/packages/postcss/CHANGELOG.md @@ -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. +## [12.5.3](https://github.com/xing/hops/compare/v12.5.2...v12.5.3) (2020-09-21) + + +### Bug Fixes + +* update dependency mini-css-extract-plugin to ^0.10.0 ([ac54eb0](https://github.com/xing/hops/commit/ac54eb0a0e834f78e746b1ddac164f8941bc807c)) + + + + + ## [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-postcss diff --git a/packages/postcss/package.json b/packages/postcss/package.json index 800330ccc..4a09f6c89 100644 --- a/packages/postcss/package.json +++ b/packages/postcss/package.json @@ -1,6 +1,6 @@ { "name": "hops-postcss", - "version": "12.5.2", + "version": "12.5.3", "description": "Configuration of PostCSS and Webpack for Hops", "keywords": [ "hops", @@ -21,7 +21,7 @@ "core-js": "^3.2.1", "css-loader": "^3.2.0", "enhanced-resolve": "^4.1.1", - "hops-mixin": "^12.5.2", + "hops-mixin": "^12.5.3", "mini-css-extract-plugin": "^0.10.0", "optimize-css-assets-webpack-plugin": "^5.0.3", "pathifist": "^1.0.0", diff --git a/packages/pwa/CHANGELOG.md b/packages/pwa/CHANGELOG.md index 97f869a0b..63e0cce9d 100644 --- a/packages/pwa/CHANGELOG.md +++ b/packages/pwa/CHANGELOG.md @@ -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-pwa + + + + + ## [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-pwa diff --git a/packages/pwa/package.json b/packages/pwa/package.json index 4205762b5..ac0f263c8 100644 --- a/packages/pwa/package.json +++ b/packages/pwa/package.json @@ -1,6 +1,6 @@ { "name": "hops-pwa", - "version": "12.5.2", + "version": "12.5.3", "description": "ServiceWorker and Web App Manifest support for Hops", "keywords": [ "hops", @@ -22,9 +22,9 @@ "dependencies": { "app-manifest-loader": "^2.4.1", "file-loader": "^6.0.0", - "hops-bootstrap": "^12.5.2", - "hops-mixin": "^12.5.2", - "hops-webpack": "^12.5.2", + "hops-bootstrap": "^12.5.3", + "hops-mixin": "^12.5.3", + "hops-webpack": "^12.5.3", "lodash.get": "^4.4.2", "lodash.set": "^4.3.2", "pathifist": "^1.0.0", diff --git a/packages/react-apollo/CHANGELOG.md b/packages/react-apollo/CHANGELOG.md index 2b91950d4..176694a7a 100644 --- a/packages/react-apollo/CHANGELOG.md +++ b/packages/react-apollo/CHANGELOG.md @@ -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-react-apollo + + + + + ## [12.5.2](https://github.com/xing/hops/compare/v12.5.1...v12.5.2) (2020-08-17) diff --git a/packages/react-apollo/package.json b/packages/react-apollo/package.json index 859571305..2137d8c8f 100644 --- a/packages/react-apollo/package.json +++ b/packages/react-apollo/package.json @@ -1,6 +1,6 @@ { "name": "hops-react-apollo", - "version": "12.5.2", + "version": "12.5.3", "description": "React and GraphQL implementation for Hops", "keywords": [ "hops", @@ -28,9 +28,9 @@ "depd": "^2.0.0", "graphql": "^14.5.8", "graphql-tools": "^5.0.0", - "hops-config": "^12.5.2", - "hops-mixin": "^12.5.2", - "hops-react": "^12.5.2", + "hops-config": "^12.5.3", + "hops-mixin": "^12.5.3", + "hops-react": "^12.5.3", "strip-indent": "^3.0.0" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 2398c9f52..b2120c2af 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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-react + + + + + ## [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-react diff --git a/packages/react/package.json b/packages/react/package.json index 05e0b1f33..42afbad2b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hops-react", - "version": "12.5.2", + "version": "12.5.3", "description": "React and ReactRouter setup for Hops", "keywords": [ "hops", @@ -26,8 +26,8 @@ "clone": "^2.1.2", "depd": "^2.0.0", "duplitect": "^3.0.0", - "hops-bootstrap": "^12.5.2", - "hops-mixin": "^12.5.2", + "hops-bootstrap": "^12.5.3", + "hops-mixin": "^12.5.3", "is-plain-obj": "^2.0.0", "mixinable": "^5.0.1", "pathifist": "^1.0.0", diff --git a/packages/redux/CHANGELOG.md b/packages/redux/CHANGELOG.md index dbf44babd..665922869 100644 --- a/packages/redux/CHANGELOG.md +++ b/packages/redux/CHANGELOG.md @@ -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-redux + + + + + ## [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-redux diff --git a/packages/redux/package.json b/packages/redux/package.json index f4985d8a2..c1ac6ad64 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "hops-redux", - "version": "12.5.2", + "version": "12.5.3", "description": "React and Redux implementation for Hops", "keywords": [ "hops", @@ -23,7 +23,7 @@ "dependencies": { "depd": "^2.0.0", "history": "^4.10.1", - "hops-mixin": "^12.5.2", + "hops-mixin": "^12.5.3", "prop-types": "^15.7.2" }, "peerDependencies": { diff --git a/packages/spec/CHANGELOG.md b/packages/spec/CHANGELOG.md index 70f9e74a3..ecfb541a9 100644 --- a/packages/spec/CHANGELOG.md +++ b/packages/spec/CHANGELOG.md @@ -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-spec + + + + + ## [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-spec diff --git a/packages/spec/package.json b/packages/spec/package.json index 3539e0aef..768d90ddb 100644 --- a/packages/spec/package.json +++ b/packages/spec/package.json @@ -1,6 +1,6 @@ { "name": "hops-spec", - "version": "12.5.2", + "version": "12.5.3", "private": true, "files": [], "eslintConfig": { @@ -26,7 +26,7 @@ }, "devDependencies": { "@testing-library/react": "^10.0.0", - "create-hops-app": "^12.5.2", + "create-hops-app": "^12.5.3", "cross-fetch": "^3.0.4", "fs-extra": "^9.0.0", "jest-environment-node": "^24.9.0", diff --git a/packages/styled-components/CHANGELOG.md b/packages/styled-components/CHANGELOG.md index 82a1b5dde..1d138a448 100644 --- a/packages/styled-components/CHANGELOG.md +++ b/packages/styled-components/CHANGELOG.md @@ -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-styled-components + + + + + ## [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-styled-components diff --git a/packages/styled-components/package.json b/packages/styled-components/package.json index 8b2bcdef7..7d787ae18 100644 --- a/packages/styled-components/package.json +++ b/packages/styled-components/package.json @@ -1,6 +1,6 @@ { "name": "hops-styled-components", - "version": "12.5.2", + "version": "12.5.3", "description": "Styled components support for Hops applications", "keywords": [ "hops", @@ -19,7 +19,7 @@ }, "dependencies": { "babel-plugin-styled-components": "^1.10.6", - "hops-mixin": "^12.5.2" + "hops-mixin": "^12.5.3" }, "peerDependencies": { "react": "^16.8.0", diff --git a/packages/template-graphql/CHANGELOG.md b/packages/template-graphql/CHANGELOG.md index 4110aa985..b0595620a 100644 --- a/packages/template-graphql/CHANGELOG.md +++ b/packages/template-graphql/CHANGELOG.md @@ -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-template-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-template-graphql diff --git a/packages/template-graphql/package.json b/packages/template-graphql/package.json index 0c84c4593..57a2a1833 100644 --- a/packages/template-graphql/package.json +++ b/packages/template-graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-graphql", - "version": "12.5.2", + "version": "12.5.3", "main": "src/app.js", "license": "MIT", "hops": { @@ -17,9 +17,9 @@ }, "dependencies": { "graphql-tag": "^2.10.1", - "hops": "^12.5.2", - "hops-graphql": "^12.5.2", - "hops-postcss": "^12.5.2", + "hops": "^12.5.3", + "hops-graphql": "^12.5.3", + "hops-postcss": "^12.5.3", "prop-types": "^15.7.2", "react": "^16.10.2", "react-apollo": "^3.1.2", @@ -29,7 +29,7 @@ }, "devDependencies": { "jest": "^24.9.0", - "jest-preset-hops": "^12.5.2", + "jest-preset-hops": "^12.5.3", "react-test-renderer": "^16.10.2" }, "jest": { diff --git a/packages/template-react/CHANGELOG.md b/packages/template-react/CHANGELOG.md index 60f3ef249..f8c385f37 100644 --- a/packages/template-react/CHANGELOG.md +++ b/packages/template-react/CHANGELOG.md @@ -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-template-react + + + + + ## [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-template-react diff --git a/packages/template-react/package.json b/packages/template-react/package.json index 7f0e6b4f8..c90883bbf 100644 --- a/packages/template-react/package.json +++ b/packages/template-react/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-react", - "version": "12.5.2", + "version": "12.5.3", "main": "src/app.js", "license": "MIT", "hops": { @@ -16,8 +16,8 @@ "serve": "hops serve" }, "dependencies": { - "hops": "^12.5.2", - "hops-postcss": "^12.5.2", + "hops": "^12.5.3", + "hops-postcss": "^12.5.3", "prop-types": "^15.7.2", "react": "^16.10.2", "react-dom": "^16.10.2", @@ -26,7 +26,7 @@ }, "devDependencies": { "jest": "^24.9.0", - "jest-preset-hops": "^12.5.2", + "jest-preset-hops": "^12.5.3", "react-test-renderer": "^16.10.2" }, "jest": { diff --git a/packages/template-redux/CHANGELOG.md b/packages/template-redux/CHANGELOG.md index 0939d7988..5b0d5429e 100644 --- a/packages/template-redux/CHANGELOG.md +++ b/packages/template-redux/CHANGELOG.md @@ -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-template-redux + + + + + ## [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-template-redux diff --git a/packages/template-redux/package.json b/packages/template-redux/package.json index e8aa3fb86..e51ea6b3c 100644 --- a/packages/template-redux/package.json +++ b/packages/template-redux/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-redux", - "version": "12.5.2", + "version": "12.5.3", "main": "src/app.js", "license": "MIT", "hops": { @@ -16,9 +16,9 @@ "serve": "hops serve" }, "dependencies": { - "hops": "^12.5.2", - "hops-postcss": "^12.5.2", - "hops-redux": "^12.5.2", + "hops": "^12.5.3", + "hops-postcss": "^12.5.3", + "hops-redux": "^12.5.3", "prop-types": "^15.7.2", "react": "^16.10.2", "react-dom": "^16.10.2", @@ -30,7 +30,7 @@ }, "devDependencies": { "jest": "^24.9.0", - "jest-preset-hops": "^12.5.2", + "jest-preset-hops": "^12.5.3", "react-test-renderer": "^16.10.2" }, "jest": { diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index 3af03910d..8c4157cae 100644 --- a/packages/typescript/CHANGELOG.md +++ b/packages/typescript/CHANGELOG.md @@ -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. +## [12.5.3](https://github.com/xing/hops/compare/v12.5.2...v12.5.3) (2020-09-21) + + +### Bug Fixes + +* 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) **Note:** Version bump only for package hops-typescript diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 36ff3a0cf..835fcaf55 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "hops-typescript", - "version": "12.5.2", + "version": "12.5.3", "description": "TypeScript support for Hops applications", "keywords": [ "hops", @@ -15,7 +15,7 @@ "url": "https://github.com/xing/hops.git" }, "dependencies": { - "hops-mixin": "^12.5.2", + "hops-mixin": "^12.5.3", "ts-loader": "^8.0.0" }, "peerDependencies": { diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index fd336223c..5448f7d7f 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/CHANGELOG.md @@ -3,6 +3,19 @@ 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 + +* **webpack:** use webpack HMR for node build to fix memory leak ([0c94b54](https://github.com/xing/hops/commit/0c94b545181d217fa3014faf7c8995842b78ff7d)) +* update dependency find-up to v5 ([63f4fa9](https://github.com/xing/hops/commit/63f4fa91aa984dba53d8c25e6460d5b8cf4f7e3e)) +* update dependency terser-webpack-plugin to v4 ([33324cf](https://github.com/xing/hops/commit/33324cfb80a16d66465b6aa68f4d56d67beeca4d)) + + + + + ## [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-webpack diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 1bc85eda6..3144d63ec 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "hops-webpack", - "version": "12.5.2", + "version": "12.5.3", "description": "webpack support for Hops applications", "license": "MIT", "homepage": "https://github.com/xing/hops/tree/master/packages/hops-webpack#readme", @@ -21,9 +21,9 @@ "event-source-polyfill": "^1.0.9", "file-loader": "^6.0.0", "find-up": "^5.0.0", - "hops-bootstrap": "^12.5.2", - "hops-express": "^12.5.2", - "hops-yargs": "^12.5.2", + "hops-bootstrap": "^12.5.3", + "hops-express": "^12.5.3", + "hops-yargs": "^12.5.3", "is-plain-obj": "^2.0.0", "jsesc": "^3.0.0", "loader-utils": "^2.0.0", diff --git a/packages/yargs/CHANGELOG.md b/packages/yargs/CHANGELOG.md index e36d5d654..cacb0bf0f 100644 --- a/packages/yargs/CHANGELOG.md +++ b/packages/yargs/CHANGELOG.md @@ -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-yargs + + + + + ## [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-yargs diff --git a/packages/yargs/package.json b/packages/yargs/package.json index 7814a4a4f..814b4617c 100644 --- a/packages/yargs/package.json +++ b/packages/yargs/package.json @@ -1,6 +1,6 @@ { "name": "hops-yargs", - "version": "12.5.2", + "version": "12.5.3", "description": "yargs support for Hops applications", "repository": { "type": "git", @@ -9,7 +9,7 @@ "license": "MIT", "homepage": "https://github.com/xing/hops/tree/master/packages/yargs#readme", "dependencies": { - "hops-bootstrap": "^12.5.2", + "hops-bootstrap": "^12.5.3", "is-plain-obj": "^2.0.0", "mixinable": "^5.0.1", "yargs": "^15.0.0"