diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a3c8383..1544783f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + + +### Bug Fixes + +* **react:** replace invalid characters in chunk name ([58486fe](https://github.com/xing/hops/commit/58486fea9007b4a03320209653623bf6a8a264f7)) +* update dependency mime to v3 ([6d4e500](https://github.com/xing/hops/commit/6d4e500aae6c6466326621221a07614bbf5a628f)) +* update dependency minimatch to v5 ([8671e9f](https://github.com/xing/hops/commit/8671e9f51f11313fba6c20bb025442d1f1a6d7c7)) +* update dependency puppeteer to v13 ([f4ea28e](https://github.com/xing/hops/commit/f4ea28ec58927f080f8f43bdce1067f325d60d17)) + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) diff --git a/lerna.json b/lerna.json index 277ee8a55..a822f1995 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "15.1.1", + "version": "15.1.2", "registry": "https://registry.npmjs.org/", "command": { "version": { diff --git a/packages/apollo-mock-server/CHANGELOG.md b/packages/apollo-mock-server/CHANGELOG.md index 227379fa2..18c0cc822 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-apollo-mock-server + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-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 d5e920800..ea56c7821 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": "15.1.1", + "version": "15.1.2", "description": "Apollo based mock server for Hops", "keywords": [ "hops", @@ -28,9 +28,9 @@ "express": "^4.17.1", "graphql": "^15.0.0", "graphql-tag": "^2.12.3", - "hops-config": "15.1.1", - "hops-mixin": "15.1.1", - "hops-webpack": "15.1.1" + "hops-config": "15.1.2", + "hops-mixin": "15.1.2", + "hops-webpack": "15.1.2" }, "homepage": "https://github.com/xing/hops/tree/master/packages/graphql#readme", "gitHead": "015197ee2f876911d9fa781cac1777ebed405015" diff --git a/packages/bootstrap/CHANGELOG.md b/packages/bootstrap/CHANGELOG.md index 0743b6d60..74f1d2c41 100644 --- a/packages/bootstrap/CHANGELOG.md +++ b/packages/bootstrap/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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-bootstrap + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package hops-bootstrap diff --git a/packages/bootstrap/package.json b/packages/bootstrap/package.json index 1bce05def..3222ac22a 100644 --- a/packages/bootstrap/package.json +++ b/packages/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "hops-bootstrap", - "version": "15.1.1", + "version": "15.1.2", "description": "Hops bootstrap", "repository": { "type": "git", @@ -21,7 +21,7 @@ "escape-string-regexp": "^4.0.0", "find-up": "^5.0.0", "flat": "^5.0.0", - "hops-debug": "15.1.1", + "hops-debug": "15.1.2", "is-plain-obj": "^3.0.0", "mixinable": "^5.0.1" }, diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 462268e0b..f91d82912 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-config + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package hops-config diff --git a/packages/config/package.json b/packages/config/package.json index 41d540761..a21ab58a6 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "hops-config", - "version": "15.1.1", + "version": "15.1.2", "description": "Hops core configuration", "keywords": [ "hops", @@ -21,7 +21,7 @@ }, "dependencies": { "depd": "^2.0.0", - "hops-bootstrap": "15.1.1" + "hops-bootstrap": "15.1.2" }, "homepage": "https://github.com/xing/hops/tree/master/packages/config#readme", "gitHead": "015197ee2f876911d9fa781cac1777ebed405015" diff --git a/packages/create-hops-app/CHANGELOG.md b/packages/create-hops-app/CHANGELOG.md index 37dc43525..06fc0663f 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package create-hops-app + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-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 de3bea151..07ae27997 100644 --- a/packages/create-hops-app/package.json +++ b/packages/create-hops-app/package.json @@ -1,6 +1,6 @@ { "name": "create-hops-app", - "version": "15.1.1", + "version": "15.1.2", "description": "CLI tool to create Hops applications", "keywords": [ "hops", diff --git a/packages/debug/CHANGELOG.md b/packages/debug/CHANGELOG.md index 47146de20..e45665973 100644 --- a/packages/debug/CHANGELOG.md +++ b/packages/debug/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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-debug + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package hops-debug diff --git a/packages/debug/package.json b/packages/debug/package.json index ca4bf1b7b..6d9dbeca6 100644 --- a/packages/debug/package.json +++ b/packages/debug/package.json @@ -1,6 +1,6 @@ { "name": "hops-debug", - "version": "15.1.1", + "version": "15.1.2", "description": "Hops debug wrapper", "main": "node.js", "browser": "browser.js", diff --git a/packages/development-proxy/CHANGELOG.md b/packages/development-proxy/CHANGELOG.md index 46a3bd2c6..792a6f1a2 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-development-proxy + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-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 c94ce188d..94e59f9c5 100644 --- a/packages/development-proxy/package.json +++ b/packages/development-proxy/package.json @@ -1,6 +1,6 @@ { "name": "hops-development-proxy", - "version": "15.1.1", + "version": "15.1.2", "description": "Proxy", "keywords": [ "hops" @@ -17,8 +17,8 @@ "displayName": "unit" }, "dependencies": { - "hops-debug": "15.1.1", - "hops-mixin": "15.1.1", + "hops-debug": "15.1.2", + "hops-mixin": "15.1.2", "http-proxy-middleware": "^2.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 e4d2d978b..ce125dc10 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + + +### Bug Fixes + +* update dependency mime to v3 ([6d4e500](https://github.com/xing/hops/commit/6d4e500aae6c6466326621221a07614bbf5a628f)) + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package hops-express diff --git a/packages/express/package.json b/packages/express/package.json index bd455d6d6..e7939d51c 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "hops-express", - "version": "15.1.1", + "version": "15.1.2", "description": "Customization for the our express server", "keywords": [ "hops", @@ -28,10 +28,10 @@ "express": "^4.17.1", "finalhandler": "^1.1.2", "helmet": "^4.0.0", - "hops-bootstrap": "15.1.1", - "hops-debug": "15.1.1", - "hops-mixin": "15.1.1", - "hops-yargs": "15.1.1", + "hops-bootstrap": "15.1.2", + "hops-debug": "15.1.2", + "hops-mixin": "15.1.2", + "hops-yargs": "15.1.2", "is-plain-obj": "^3.0.0", "mime": "^3.0.0", "mixinable": "^5.0.1", diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 6fa18eb85..a5363310b 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-graphql + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package hops-graphql diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 46c0b5b42..00f29ef9d 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-graphql", - "version": "15.1.1", + "version": "15.1.2", "description": "React and GraphQL implementation for Hops", "keywords": [ "hops", @@ -21,8 +21,8 @@ "displayName": "unit" }, "dependencies": { - "hops-apollo-mock-server": "15.1.1", - "hops-react-apollo": "15.1.1" + "hops-apollo-mock-server": "15.1.2", + "hops-react-apollo": "15.1.2" }, "peerDependencies": { "@apollo/client": "^3.3.11", diff --git a/packages/hops/CHANGELOG.md b/packages/hops/CHANGELOG.md index a2d41512f..24cd37bec 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package hops diff --git a/packages/hops/package.json b/packages/hops/package.json index d2bdcdc95..3c3f57510 100644 --- a/packages/hops/package.json +++ b/packages/hops/package.json @@ -1,6 +1,6 @@ { "name": "hops", - "version": "15.1.1", + "version": "15.1.2", "description": "Hops main Package to build and run Hops applications", "keywords": [ "hops", @@ -30,12 +30,12 @@ "displayName": "unit" }, "dependencies": { - "hops-express": "15.1.1", - "hops-info": "15.1.1", - "hops-mixin": "15.1.1", - "hops-react": "15.1.1", - "hops-webpack": "15.1.1", - "hops-yargs": "15.1.1", + "hops-express": "15.1.2", + "hops-info": "15.1.2", + "hops-mixin": "15.1.2", + "hops-react": "15.1.2", + "hops-webpack": "15.1.2", + "hops-yargs": "15.1.2", "webpack-bundle-analyzer": "^4.1.0" }, "peerDependencies": { diff --git a/packages/info/CHANGELOG.md b/packages/info/CHANGELOG.md index ebd6c12ee..74d0c5e03 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-info + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package hops-info diff --git a/packages/info/package.json b/packages/info/package.json index 56b143bc8..f35bf3fa7 100644 --- a/packages/info/package.json +++ b/packages/info/package.json @@ -1,6 +1,6 @@ { "name": "hops-info", - "version": "15.1.1", + "version": "15.1.2", "description": "Hops info mixin", "repository": { "type": "git", @@ -20,8 +20,8 @@ "enhanced-resolve": "^5.0.0", "eprom": "^1.0.0", "escape-string-regexp": "^4.0.0", - "hops-bootstrap": "15.1.1", - "hops-mixin": "15.1.1", + "hops-bootstrap": "15.1.2", + "hops-mixin": "15.1.2", "mixinable": "^5.0.1", "web-vitals": "^2.0.0" }, diff --git a/packages/jest-environment/CHANGELOG.md b/packages/jest-environment/CHANGELOG.md index 8d2b8fa5a..9844f07c2 100644 --- a/packages/jest-environment/CHANGELOG.md +++ b/packages/jest-environment/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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + + +### Bug Fixes + +* update dependency puppeteer to v13 ([f4ea28e](https://github.com/xing/hops/commit/f4ea28ec58927f080f8f43bdce1067f325d60d17)) + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package jest-environment-hops diff --git a/packages/jest-environment/package.json b/packages/jest-environment/package.json index a34d31c49..ed48a69c8 100644 --- a/packages/jest-environment/package.json +++ b/packages/jest-environment/package.json @@ -1,6 +1,6 @@ { "name": "jest-environment-hops", - "version": "15.1.1", + "version": "15.1.2", "description": "Opinionated Jest environment to run Puppeteer-powered tests against Hops apps", "keywords": [ "hops", @@ -23,7 +23,7 @@ "chalk": "^4.0.0", "eprom": "^1.0.0", "fs-extra": "^10.0.0", - "hops-debug": "15.1.1", + "hops-debug": "15.1.2", "import-from": "^4.0.0", "mkdirp": "^1.0.4", "mktemp": "^1.0.0", diff --git a/packages/jest-preset/CHANGELOG.md b/packages/jest-preset/CHANGELOG.md index 0878b7bda..698c9bd74 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package jest-preset-hops + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-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 64982ada7..91bedf17f 100644 --- a/packages/jest-preset/package.json +++ b/packages/jest-preset/package.json @@ -1,6 +1,6 @@ { "name": "jest-preset-hops", - "version": "15.1.1", + "version": "15.1.2", "description": "Jest preset to work with Hops powered projects", "keywords": [ "hops", @@ -30,7 +30,7 @@ "@babel/preset-react": "^7.9.4", "chalk": "^4.0.0", "core-js": "^3.2.1", - "hops": "15.1.1", + "hops": "15.1.2", "identity-obj-proxy": "^3.0.0", "import-from": "^4.0.0", "regenerator-runtime": "^0.13.3" diff --git a/packages/lambda/CHANGELOG.md b/packages/lambda/CHANGELOG.md index a250ef104..4588b8add 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-lambda + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package hops-lambda diff --git a/packages/lambda/package.json b/packages/lambda/package.json index c8fff9306..be31dd7b1 100644 --- a/packages/lambda/package.json +++ b/packages/lambda/package.json @@ -1,6 +1,6 @@ { "name": "hops-lambda", - "version": "15.1.1", + "version": "15.1.2", "description": "Quick and easy deployment of Hops applications to AWS Lambda", "keywords": [ "hops", @@ -25,10 +25,10 @@ "aws-sdk": "^2.546.0", "chalk": "^4.0.0", "globby": "^11.0.0", - "hops-bootstrap": "15.1.1", - "hops-config": "15.1.1", - "hops-express": "15.1.1", - "hops-mixin": "15.1.1", + "hops-bootstrap": "15.1.2", + "hops-config": "15.1.2", + "hops-express": "15.1.2", + "hops-mixin": "15.1.2", "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 22d212d6e..6cc678f21 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-mixin + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package hops-mixin diff --git a/packages/mixin/package.json b/packages/mixin/package.json index 75f9091b2..6ea333ac6 100644 --- a/packages/mixin/package.json +++ b/packages/mixin/package.json @@ -1,6 +1,6 @@ { "name": "hops-mixin", - "version": "15.1.1", + "version": "15.1.2", "description": "Building blocks to build cusom hops mixins", "keywords": [ "hops", diff --git a/packages/msw/CHANGELOG.md b/packages/msw/CHANGELOG.md index 1c4357bdd..08cb4b33c 100644 --- a/packages/msw/CHANGELOG.md +++ b/packages/msw/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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-msw + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package hops-msw diff --git a/packages/msw/package.json b/packages/msw/package.json index d02eb4cb2..a4f3b2503 100644 --- a/packages/msw/package.json +++ b/packages/msw/package.json @@ -1,6 +1,6 @@ { "name": "hops-msw", - "version": "15.1.1", + "version": "15.1.2", "description": "Mock service worker support for Hops", "main": "index.js", "keywords": [ @@ -26,8 +26,8 @@ "cookie-parser": "^1.4.4", "cross-fetch": "^3.1.4", "execa": "^5.1.1", - "hops-debug": "15.1.1", - "hops-mixin": "15.1.1", + "hops-debug": "15.1.2", + "hops-mixin": "15.1.2", "msw": "^0.35.0" }, "homepage": "https://github.com/xing/hops/tree/master/packages/msw#readme", diff --git a/packages/postcss/CHANGELOG.md b/packages/postcss/CHANGELOG.md index 56df72820..00ddc338d 100644 --- a/packages/postcss/CHANGELOG.md +++ b/packages/postcss/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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-postcss + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) diff --git a/packages/postcss/package.json b/packages/postcss/package.json index de17a18d5..f8ac1ef7d 100644 --- a/packages/postcss/package.json +++ b/packages/postcss/package.json @@ -1,6 +1,6 @@ { "name": "hops-postcss", - "version": "15.1.1", + "version": "15.1.2", "description": "Configuration of PostCSS and Webpack for Hops", "keywords": [ "hops", @@ -23,7 +23,7 @@ "dependencies": { "css-loader": "^6.0.0", "css-minimizer-webpack-plugin": "^3.0.1", - "hops-mixin": "15.1.1", + "hops-mixin": "15.1.2", "mini-css-extract-plugin": "^1.6.0", "pathifist": "^1.0.0", "postcss": "^8.2.1", diff --git a/packages/pwa/CHANGELOG.md b/packages/pwa/CHANGELOG.md index f086e1a35..55fe6ff8d 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-pwa + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package hops-pwa diff --git a/packages/pwa/package.json b/packages/pwa/package.json index 561191f33..7d703292a 100644 --- a/packages/pwa/package.json +++ b/packages/pwa/package.json @@ -1,6 +1,6 @@ { "name": "hops-pwa", - "version": "15.1.1", + "version": "15.1.2", "description": "ServiceWorker and Web App Manifest support for Hops", "keywords": [ "hops", @@ -25,9 +25,9 @@ "dependencies": { "app-manifest-loader": "^2.4.1", "file-loader": "^6.0.0", - "hops-bootstrap": "15.1.1", - "hops-mixin": "15.1.1", - "hops-webpack": "15.1.1", + "hops-bootstrap": "15.1.2", + "hops-mixin": "15.1.2", + "hops-webpack": "15.1.2", "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 fd418920a..9acb26dee 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-react-apollo + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package hops-react-apollo diff --git a/packages/react-apollo/package.json b/packages/react-apollo/package.json index 07461d268..9de9bd97f 100644 --- a/packages/react-apollo/package.json +++ b/packages/react-apollo/package.json @@ -1,6 +1,6 @@ { "name": "hops-react-apollo", - "version": "15.1.1", + "version": "15.1.2", "description": "React and GraphQL implementation for Hops", "keywords": [ "hops", @@ -28,9 +28,9 @@ "cross-fetch": "^3.0.4", "find-up": "^5.0.0", "graphql": "^15.0.0", - "hops-config": "15.1.1", - "hops-mixin": "15.1.1", - "hops-react": "15.1.1", + "hops-config": "15.1.2", + "hops-mixin": "15.1.2", + "hops-react": "15.1.2", "strip-indent": "^3.0.0" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index ab17d4f7e..7b9c7f32f 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + + +### Bug Fixes + +* **react:** replace invalid characters in chunk name ([58486fe](https://github.com/xing/hops/commit/58486fea9007b4a03320209653623bf6a8a264f7)) + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package hops-react diff --git a/packages/react/package.json b/packages/react/package.json index 748ff1f20..63c845eeb 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hops-react", - "version": "15.1.1", + "version": "15.1.2", "description": "React and ReactRouter setup for Hops", "keywords": [ "hops", @@ -31,8 +31,8 @@ "clone": "^2.1.2", "depd": "^2.0.0", "duplitect": "^3.0.0", - "hops-bootstrap": "15.1.1", - "hops-mixin": "15.1.1", + "hops-bootstrap": "15.1.2", + "hops-mixin": "15.1.2", "is-plain-obj": "^3.0.0", "mixinable": "^5.0.1", "pathifist": "^1.0.0", diff --git a/packages/redux/CHANGELOG.md b/packages/redux/CHANGELOG.md index 8f783f9dd..0c9b1b199 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-redux + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package hops-redux diff --git a/packages/redux/package.json b/packages/redux/package.json index 934ac1143..72ab40c6f 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "hops-redux", - "version": "15.1.1", + "version": "15.1.2", "description": "React and Redux implementation for Hops", "keywords": [ "hops", @@ -25,7 +25,7 @@ }, "dependencies": { "history": "^4.10.1", - "hops-mixin": "15.1.1", + "hops-mixin": "15.1.2", "prop-types": "^15.7.2" }, "peerDependencies": { diff --git a/packages/spec/CHANGELOG.md b/packages/spec/CHANGELOG.md index 1538bdbd2..184d386f5 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-spec + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package hops-spec diff --git a/packages/spec/package.json b/packages/spec/package.json index 6638195da..7f95e7e94 100644 --- a/packages/spec/package.json +++ b/packages/spec/package.json @@ -1,6 +1,6 @@ { "name": "hops-spec", - "version": "15.1.1", + "version": "15.1.2", "private": true, "files": [], "eslintConfig": { @@ -35,12 +35,12 @@ "@graphql-tools/stitch": "^8.0.0", "@testing-library/react": "^12.0.0", "@types/styled-components": "^5.1.8", - "create-hops-app": "15.1.1", + "create-hops-app": "15.1.2", "cross-fetch": "^3.1.4", "esbuild-jest": "^0.5.0", "esbuild-loader": "^2.13.1", "execa": "^5.1.1", - "jest-environment-hops": "15.1.1", + "jest-environment-hops": "15.1.2", "raw-body": "^2.4.1", "react-helmet-async": "^1.0.9", "semver": "^7.3.5" diff --git a/packages/styled-components/CHANGELOG.md b/packages/styled-components/CHANGELOG.md index 0ab4546ac..31b665166 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-styled-components + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) diff --git a/packages/styled-components/package.json b/packages/styled-components/package.json index 3273df87f..3ad97d9fb 100644 --- a/packages/styled-components/package.json +++ b/packages/styled-components/package.json @@ -1,6 +1,6 @@ { "name": "hops-styled-components", - "version": "15.1.1", + "version": "15.1.2", "description": "Styled components support for Hops applications", "keywords": [ "hops", @@ -22,7 +22,7 @@ }, "dependencies": { "babel-plugin-styled-components": "1.12.1", - "hops-mixin": "15.1.1" + "hops-mixin": "15.1.2" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0", diff --git a/packages/template-graphql/CHANGELOG.md b/packages/template-graphql/CHANGELOG.md index ad9505b7f..41ca5c931 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-template-graphql + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-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 761677fe1..ad1a5f2a8 100644 --- a/packages/template-graphql/package.json +++ b/packages/template-graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-graphql", - "version": "15.1.1", + "version": "15.1.2", "main": "src/app.jsx", "license": "MIT", "hops": { @@ -15,9 +15,9 @@ }, "dependencies": { "@apollo/client": "3.4.17", - "hops": "15.1.1", - "hops-postcss": "15.1.1", - "hops-react-apollo": "15.1.1", + "hops": "15.1.2", + "hops-postcss": "15.1.2", + "hops-react-apollo": "15.1.2", "prop-types": "^15.7.2", "react": "^17.0.1", "react-dom": "^17.0.1", @@ -25,9 +25,9 @@ "react-router-dom": "^5.1.2" }, "devDependencies": { - "hops-msw": "15.1.1", + "hops-msw": "15.1.2", "jest": "^27.0.0", - "jest-preset-hops": "15.1.1", + "jest-preset-hops": "15.1.2", "react-test-renderer": "^17.0.2" }, "jest": { diff --git a/packages/template-react/CHANGELOG.md b/packages/template-react/CHANGELOG.md index f09c7708c..4b0c0c5eb 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-template-react + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-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 2c4b18756..c73bd0790 100644 --- a/packages/template-react/package.json +++ b/packages/template-react/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-react", - "version": "15.1.1", + "version": "15.1.2", "main": "src/app.jsx", "license": "MIT", "scripts": { @@ -10,8 +10,8 @@ "serve": "hops serve" }, "dependencies": { - "hops": "15.1.1", - "hops-postcss": "15.1.1", + "hops": "15.1.2", + "hops-postcss": "15.1.2", "prop-types": "^15.7.2", "react": "^17.0.1", "react-dom": "^17.0.1", @@ -20,7 +20,7 @@ }, "devDependencies": { "jest": "^27.0.0", - "jest-preset-hops": "15.1.1", + "jest-preset-hops": "15.1.2", "react-test-renderer": "^17.0.2" }, "jest": { diff --git a/packages/template-redux/CHANGELOG.md b/packages/template-redux/CHANGELOG.md index e37b8145c..e7e072609 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-template-redux + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-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 033308b51..320cf8e4f 100644 --- a/packages/template-redux/package.json +++ b/packages/template-redux/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-redux", - "version": "15.1.1", + "version": "15.1.2", "main": "src/app.jsx", "license": "MIT", "scripts": { @@ -10,9 +10,9 @@ "serve": "hops serve" }, "dependencies": { - "hops": "15.1.1", - "hops-postcss": "15.1.1", - "hops-redux": "15.1.1", + "hops": "15.1.2", + "hops-postcss": "15.1.2", + "hops-redux": "15.1.2", "prop-types": "^15.7.2", "react": "^17.0.1", "react-dom": "^17.0.1", @@ -24,7 +24,7 @@ }, "devDependencies": { "jest": "^27.0.0", - "jest-preset-hops": "15.1.1", + "jest-preset-hops": "15.1.2", "react-test-renderer": "^17.0.2" }, "jest": { diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index d5a9a44b5..8bd163c9b 100644 --- a/packages/typescript/CHANGELOG.md +++ b/packages/typescript/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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-typescript + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package hops-typescript diff --git a/packages/typescript/package.json b/packages/typescript/package.json index f5554a087..c0e00b6d3 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "hops-typescript", - "version": "15.1.1", + "version": "15.1.2", "description": "TypeScript support for Hops applications", "keywords": [ "hops", @@ -18,7 +18,7 @@ "displayName": "unit" }, "dependencies": { - "hops-mixin": "15.1.1", + "hops-mixin": "15.1.2", "ts-loader": "^9.2.2" }, "peerDependencies": { diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 3a507cdfd..4706dd073 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + + +### Bug Fixes + +* update dependency minimatch to v5 ([8671e9f](https://github.com/xing/hops/commit/8671e9f51f11313fba6c20bb025442d1f1a6d7c7)) + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package hops-webpack diff --git a/packages/webpack/package.json b/packages/webpack/package.json index e1127e755..c5f1c8664 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "hops-webpack", - "version": "15.1.1", + "version": "15.1.2", "description": "webpack support for Hops applications", "license": "MIT", "homepage": "https://github.com/xing/hops/tree/master/packages/hops-webpack#readme", @@ -22,11 +22,11 @@ "escape-string-regexp": "^4.0.0", "event-source-polyfill": "^1.0.9", "find-up": "^5.0.0", - "hops-bootstrap": "15.1.1", - "hops-debug": "15.1.1", - "hops-express": "15.1.1", - "hops-mixin": "15.1.1", - "hops-yargs": "15.1.1", + "hops-bootstrap": "15.1.2", + "hops-debug": "15.1.2", + "hops-express": "15.1.2", + "hops-mixin": "15.1.2", + "hops-yargs": "15.1.2", "is-plain-obj": "^3.0.0", "jsesc": "^3.0.0", "loader-utils": "^2.0.0", diff --git a/packages/yargs/CHANGELOG.md b/packages/yargs/CHANGELOG.md index 86da76d2d..fc8f554e4 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. +## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23) + +**Note:** Version bump only for package hops-yargs + + + + + ## [15.1.1](https://github.com/xing/hops/compare/v15.1.0...v15.1.1) (2022-02-17) **Note:** Version bump only for package hops-yargs diff --git a/packages/yargs/package.json b/packages/yargs/package.json index de38d2ebd..59dc047a2 100644 --- a/packages/yargs/package.json +++ b/packages/yargs/package.json @@ -1,6 +1,6 @@ { "name": "hops-yargs", - "version": "15.1.1", + "version": "15.1.2", "description": "yargs support for Hops applications", "repository": { "type": "git", @@ -12,8 +12,8 @@ "displayName": "unit" }, "dependencies": { - "hops-bootstrap": "15.1.1", - "hops-mixin": "15.1.1", + "hops-bootstrap": "15.1.2", + "hops-mixin": "15.1.2", "is-plain-obj": "^3.0.0", "mixinable": "^5.0.1", "yargs": "^17.0.0"