diff --git a/CHANGELOG.md b/CHANGELOG.md index deb4172ef..a265a18d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + + +### Bug Fixes + +* **apollo-mock-server:** move playground.png image to mock server folder ([f527c33](https://github.com/xing/hops/commit/f527c33c69c21f6aa979f3811441a91622bd0f5f)) +* fix bors config ([170c953](https://github.com/xing/hops/commit/170c9530547cf1dba0eba0fc993ed769679198a4)) +* fix incorrect argument passing to process ([ea4cb8b](https://github.com/xing/hops/commit/ea4cb8b8a070f9fd7428f1991cfe0703d35d5039)) +* **jest-environment:** replace package colors with chalk ([bd77d85](https://github.com/xing/hops/commit/bd77d8572e08ca4f372bed683c90b74aae766eba)) +* **jest-preset:** replace package colors with chalk ([d06751e](https://github.com/xing/hops/commit/d06751e8ac1c86139d76a7fc30abe45e8cc62f0e)) +* **lambda:** replace package prompt with readline ([bf85c6b](https://github.com/xing/hops/commit/bf85c6bd7cce9cc9c8f6969a71d1f70735005523)) +* **react-apollo:** make fragmentTypes available to the client-side ([b26f406](https://github.com/xing/hops/commit/b26f406f4790b8aa03c8e14ee7916ebcccff9925)) +* reference the current version, not latest ([188fbd1](https://github.com/xing/hops/commit/188fbd197538ff7261d854a30a89f58e2cccd252)) +* support both 14 and 16 ([ddd19e2](https://github.com/xing/hops/commit/ddd19e25d9e94d70ee245e69cda396d776894055)) +* **webpack:** externalize server source-map to prevent RangeError ([79e4290](https://github.com/xing/hops/commit/79e4290febe6316adf7ef4c17ecbd26fefc133fd)) +* **webpack:** print file name and location in webpack warnings ([0e4a05c](https://github.com/xing/hops/commit/0e4a05c3c19e815cd5d40e49c19ef7a1d79ac0ac)) + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) diff --git a/lerna.json b/lerna.json index 06fc12f15..02bf903df 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "registry": "https://registry.npmjs.org/", "command": { "version": { diff --git a/packages/apollo-mock-server/CHANGELOG.md b/packages/apollo-mock-server/CHANGELOG.md index b43cb1552..b370276d8 100644 --- a/packages/apollo-mock-server/CHANGELOG.md +++ b/packages/apollo-mock-server/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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + + +### Bug Fixes + +* **apollo-mock-server:** move playground.png image to mock server folder ([f527c33](https://github.com/xing/hops/commit/f527c33c69c21f6aa979f3811441a91622bd0f5f)) + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **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 62f8881e2..f697c7d4a 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": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "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": "16.0.0-nightly.0", - "hops-mixin": "16.0.0-nightly.0", - "hops-webpack": "16.0.0-nightly.0" + "hops-config": "16.0.0-nightly.1", + "hops-mixin": "16.0.0-nightly.1", + "hops-webpack": "16.0.0-nightly.1" }, "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 89ef7884a..5fda73ead 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops-bootstrap + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-bootstrap diff --git a/packages/bootstrap/package.json b/packages/bootstrap/package.json index ab9cb3162..084360f3b 100644 --- a/packages/bootstrap/package.json +++ b/packages/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "hops-bootstrap", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "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": "16.0.0-nightly.0", + "hops-debug": "16.0.0-nightly.1", "is-plain-obj": "^3.0.0", "mixinable": "^5.0.1" }, diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 5218b2dc7..4a2b567ee 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops-config + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-config diff --git a/packages/config/package.json b/packages/config/package.json index d85b6c65b..8864585c8 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "hops-config", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "description": "Hops core configuration", "keywords": [ "hops", @@ -21,7 +21,7 @@ }, "dependencies": { "depd": "^2.0.0", - "hops-bootstrap": "16.0.0-nightly.0" + "hops-bootstrap": "16.0.0-nightly.1" }, "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 b625b18fc..074825e5b 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package create-hops-app + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) diff --git a/packages/create-hops-app/package.json b/packages/create-hops-app/package.json index 3c2c4177e..2895214b0 100644 --- a/packages/create-hops-app/package.json +++ b/packages/create-hops-app/package.json @@ -1,6 +1,6 @@ { "name": "create-hops-app", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "description": "CLI tool to create Hops applications", "keywords": [ "hops", diff --git a/packages/debug/CHANGELOG.md b/packages/debug/CHANGELOG.md index 58b6f1254..4f05c9870 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops-debug + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-debug diff --git a/packages/debug/package.json b/packages/debug/package.json index 7881d717e..2fb2cee93 100644 --- a/packages/debug/package.json +++ b/packages/debug/package.json @@ -1,6 +1,6 @@ { "name": "hops-debug", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "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 d924cc850..e78453de8 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops-development-proxy + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-development-proxy diff --git a/packages/development-proxy/package.json b/packages/development-proxy/package.json index 6b0ba081f..28e062e1b 100644 --- a/packages/development-proxy/package.json +++ b/packages/development-proxy/package.json @@ -1,6 +1,6 @@ { "name": "hops-development-proxy", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "description": "Proxy", "keywords": [ "hops" @@ -17,8 +17,8 @@ "displayName": "unit" }, "dependencies": { - "hops-debug": "16.0.0-nightly.0", - "hops-mixin": "16.0.0-nightly.0", + "hops-debug": "16.0.0-nightly.1", + "hops-mixin": "16.0.0-nightly.1", "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 0b62a3bb1..5bc213a9e 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops-express + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-express diff --git a/packages/express/package.json b/packages/express/package.json index 9238c3e74..e02bc9267 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,6 +1,6 @@ { "name": "hops-express", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "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": "16.0.0-nightly.0", - "hops-debug": "16.0.0-nightly.0", - "hops-mixin": "16.0.0-nightly.0", - "hops-yargs": "16.0.0-nightly.0", + "hops-bootstrap": "16.0.0-nightly.1", + "hops-debug": "16.0.0-nightly.1", + "hops-mixin": "16.0.0-nightly.1", + "hops-yargs": "16.0.0-nightly.1", "is-plain-obj": "^3.0.0", "mime": "^2.4.4", "mixinable": "^5.0.1", diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 447fd18ab..5f6d6eb17 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + + +### Bug Fixes + +* **apollo-mock-server:** move playground.png image to mock server folder ([f527c33](https://github.com/xing/hops/commit/f527c33c69c21f6aa979f3811441a91622bd0f5f)) + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-graphql diff --git a/packages/graphql/package.json b/packages/graphql/package.json index cfeb43d6e..9fba810ce 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-graphql", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "description": "React and GraphQL implementation for Hops", "keywords": [ "hops", @@ -21,8 +21,8 @@ "displayName": "unit" }, "dependencies": { - "hops-apollo-mock-server": "16.0.0-nightly.0", - "hops-react-apollo": "16.0.0-nightly.0" + "hops-apollo-mock-server": "16.0.0-nightly.1", + "hops-react-apollo": "16.0.0-nightly.1" }, "peerDependencies": { "@apollo/client": "^3.3.11", diff --git a/packages/hops/CHANGELOG.md b/packages/hops/CHANGELOG.md index 781edee53..c32c6c8fe 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops diff --git a/packages/hops/package.json b/packages/hops/package.json index 6434bf569..1668e5137 100644 --- a/packages/hops/package.json +++ b/packages/hops/package.json @@ -1,6 +1,6 @@ { "name": "hops", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "description": "Hops main Package to build and run Hops applications", "keywords": [ "hops", @@ -30,12 +30,12 @@ "displayName": "unit" }, "dependencies": { - "hops-express": "16.0.0-nightly.0", - "hops-info": "16.0.0-nightly.0", - "hops-mixin": "16.0.0-nightly.0", - "hops-react": "16.0.0-nightly.0", - "hops-webpack": "16.0.0-nightly.0", - "hops-yargs": "16.0.0-nightly.0", + "hops-express": "16.0.0-nightly.1", + "hops-info": "16.0.0-nightly.1", + "hops-mixin": "16.0.0-nightly.1", + "hops-react": "16.0.0-nightly.1", + "hops-webpack": "16.0.0-nightly.1", + "hops-yargs": "16.0.0-nightly.1", "webpack-bundle-analyzer": "^4.1.0" }, "peerDependencies": { diff --git a/packages/info/CHANGELOG.md b/packages/info/CHANGELOG.md index 1ef705399..6f12c70f8 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops-info + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-info diff --git a/packages/info/package.json b/packages/info/package.json index 4d5b915c0..d0a49598a 100644 --- a/packages/info/package.json +++ b/packages/info/package.json @@ -1,6 +1,6 @@ { "name": "hops-info", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "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": "16.0.0-nightly.0", - "hops-mixin": "16.0.0-nightly.0", + "hops-bootstrap": "16.0.0-nightly.1", + "hops-mixin": "16.0.0-nightly.1", "mixinable": "^5.0.1", "web-vitals": "^2.0.0" }, diff --git a/packages/jest-environment/CHANGELOG.md b/packages/jest-environment/CHANGELOG.md index 15cf95364..81bf34f32 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + + +### Bug Fixes + +* **jest-environment:** replace package colors with chalk ([bd77d85](https://github.com/xing/hops/commit/bd77d8572e08ca4f372bed683c90b74aae766eba)) + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package jest-environment-hops diff --git a/packages/jest-environment/package.json b/packages/jest-environment/package.json index 08fa5a01c..ea5d21cb8 100644 --- a/packages/jest-environment/package.json +++ b/packages/jest-environment/package.json @@ -1,6 +1,6 @@ { "name": "jest-environment-hops", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "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": "16.0.0-nightly.0", + "hops-debug": "16.0.0-nightly.1", "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 0873760f1..a5cce5461 100644 --- a/packages/jest-preset/CHANGELOG.md +++ b/packages/jest-preset/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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + + +### Bug Fixes + +* **jest-preset:** replace package colors with chalk ([d06751e](https://github.com/xing/hops/commit/d06751e8ac1c86139d76a7fc30abe45e8cc62f0e)) + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package jest-preset-hops diff --git a/packages/jest-preset/package.json b/packages/jest-preset/package.json index 51ac04502..1f6e7820b 100644 --- a/packages/jest-preset/package.json +++ b/packages/jest-preset/package.json @@ -1,6 +1,6 @@ { "name": "jest-preset-hops", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "description": "Jest preset to work with Hops powered projects", "keywords": [ "hops", @@ -29,7 +29,7 @@ "@babel/preset-react": "^7.9.4", "chalk": "^4.0.0", "core-js": "^3.2.1", - "hops": "16.0.0-nightly.0", + "hops": "16.0.0-nightly.1", "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 06bf60053..74e8395ee 100644 --- a/packages/lambda/CHANGELOG.md +++ b/packages/lambda/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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + + +### Bug Fixes + +* **lambda:** replace package prompt with readline ([bf85c6b](https://github.com/xing/hops/commit/bf85c6bd7cce9cc9c8f6969a71d1f70735005523)) + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-lambda diff --git a/packages/lambda/package.json b/packages/lambda/package.json index add7a64b8..a283f7be7 100644 --- a/packages/lambda/package.json +++ b/packages/lambda/package.json @@ -1,6 +1,6 @@ { "name": "hops-lambda", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "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": "16.0.0-nightly.0", - "hops-config": "16.0.0-nightly.0", - "hops-express": "16.0.0-nightly.0", - "hops-mixin": "16.0.0-nightly.0", + "hops-bootstrap": "16.0.0-nightly.1", + "hops-config": "16.0.0-nightly.1", + "hops-express": "16.0.0-nightly.1", + "hops-mixin": "16.0.0-nightly.1", "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 194d643a7..f0bf783a3 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops-mixin + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-mixin diff --git a/packages/mixin/package.json b/packages/mixin/package.json index 283cc9b38..7dac64329 100644 --- a/packages/mixin/package.json +++ b/packages/mixin/package.json @@ -1,6 +1,6 @@ { "name": "hops-mixin", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "description": "Building blocks to build cusom hops mixins", "keywords": [ "hops", diff --git a/packages/msw/CHANGELOG.md b/packages/msw/CHANGELOG.md index 6263da4ac..3cb53601e 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops-msw + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-msw diff --git a/packages/msw/package.json b/packages/msw/package.json index 5dfe70065..f75200abc 100644 --- a/packages/msw/package.json +++ b/packages/msw/package.json @@ -1,6 +1,6 @@ { "name": "hops-msw", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "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": "16.0.0-nightly.0", - "hops-mixin": "16.0.0-nightly.0", + "hops-debug": "16.0.0-nightly.1", + "hops-mixin": "16.0.0-nightly.1", "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 f5b539640..4cb6d3c59 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops-postcss + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-postcss diff --git a/packages/postcss/package.json b/packages/postcss/package.json index 14f5621d6..222eaee68 100644 --- a/packages/postcss/package.json +++ b/packages/postcss/package.json @@ -1,6 +1,6 @@ { "name": "hops-postcss", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "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": "16.0.0-nightly.0", + "hops-mixin": "16.0.0-nightly.1", "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 af92e55e4..26e32865a 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops-pwa + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-pwa diff --git a/packages/pwa/package.json b/packages/pwa/package.json index 11858f045..3afad78ef 100644 --- a/packages/pwa/package.json +++ b/packages/pwa/package.json @@ -1,6 +1,6 @@ { "name": "hops-pwa", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "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": "16.0.0-nightly.0", - "hops-mixin": "16.0.0-nightly.0", - "hops-webpack": "16.0.0-nightly.0", + "hops-bootstrap": "16.0.0-nightly.1", + "hops-mixin": "16.0.0-nightly.1", + "hops-webpack": "16.0.0-nightly.1", "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 aed7bf547..0db0ca257 100644 --- a/packages/react-apollo/CHANGELOG.md +++ b/packages/react-apollo/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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + + +### Bug Fixes + +* **react-apollo:** make fragmentTypes available to the client-side ([b26f406](https://github.com/xing/hops/commit/b26f406f4790b8aa03c8e14ee7916ebcccff9925)) + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-react-apollo diff --git a/packages/react-apollo/package.json b/packages/react-apollo/package.json index 5f75cc5c3..55951a815 100644 --- a/packages/react-apollo/package.json +++ b/packages/react-apollo/package.json @@ -1,6 +1,6 @@ { "name": "hops-react-apollo", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "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": "16.0.0-nightly.0", - "hops-mixin": "16.0.0-nightly.0", - "hops-react": "16.0.0-nightly.0", + "hops-config": "16.0.0-nightly.1", + "hops-mixin": "16.0.0-nightly.1", + "hops-react": "16.0.0-nightly.1", "strip-indent": "^3.0.0" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 398be354e..36746b94a 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops-react + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-react diff --git a/packages/react/package.json b/packages/react/package.json index d7e7f9040..acceb5682 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hops-react", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "description": "React and ReactRouter setup for Hops", "keywords": [ "hops", @@ -30,8 +30,8 @@ "clone": "^2.1.2", "depd": "^2.0.0", "duplitect": "^3.0.0", - "hops-bootstrap": "16.0.0-nightly.0", - "hops-mixin": "16.0.0-nightly.0", + "hops-bootstrap": "16.0.0-nightly.1", + "hops-mixin": "16.0.0-nightly.1", "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 38e3f39ca..9e88335c6 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops-redux + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-redux diff --git a/packages/redux/package.json b/packages/redux/package.json index 4a31f2f1c..c28f3d4b0 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "hops-redux", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "description": "React and Redux implementation for Hops", "keywords": [ "hops", @@ -25,7 +25,7 @@ }, "dependencies": { "history": "^4.10.1", - "hops-mixin": "16.0.0-nightly.0", + "hops-mixin": "16.0.0-nightly.1", "prop-types": "^15.7.2" }, "peerDependencies": { diff --git a/packages/spec/CHANGELOG.md b/packages/spec/CHANGELOG.md index 82b7f0fd2..8431f06f1 100644 --- a/packages/spec/CHANGELOG.md +++ b/packages/spec/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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + + +### Bug Fixes + +* fix incorrect argument passing to process ([ea4cb8b](https://github.com/xing/hops/commit/ea4cb8b8a070f9fd7428f1991cfe0703d35d5039)) +* reference the current version, not latest ([188fbd1](https://github.com/xing/hops/commit/188fbd197538ff7261d854a30a89f58e2cccd252)) +* support both 14 and 16 ([ddd19e2](https://github.com/xing/hops/commit/ddd19e25d9e94d70ee245e69cda396d776894055)) + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-spec diff --git a/packages/spec/package.json b/packages/spec/package.json index c9963c0b9..3e30d2529 100644 --- a/packages/spec/package.json +++ b/packages/spec/package.json @@ -1,6 +1,6 @@ { "name": "hops-spec", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "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": "16.0.0-nightly.0", + "create-hops-app": "16.0.0-nightly.1", "cross-fetch": "^3.1.4", "esbuild-jest": "^0.5.0", "esbuild-loader": "^2.13.1", "execa": "^5.1.1", - "jest-environment-hops": "16.0.0-nightly.0", + "jest-environment-hops": "16.0.0-nightly.1", "raw-body": "^2.4.1", "react-apollo": "^3.1.5", "react-helmet-async": "^1.0.9", diff --git a/packages/styled-components/CHANGELOG.md b/packages/styled-components/CHANGELOG.md index ba7daa670..f5ff3a062 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops-styled-components + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-styled-components diff --git a/packages/styled-components/package.json b/packages/styled-components/package.json index 8ebe0012f..434586563 100644 --- a/packages/styled-components/package.json +++ b/packages/styled-components/package.json @@ -1,6 +1,6 @@ { "name": "hops-styled-components", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "description": "Styled components support for Hops applications", "keywords": [ "hops", @@ -22,7 +22,7 @@ }, "dependencies": { "babel-plugin-styled-components": "^1.10.6", - "hops-mixin": "16.0.0-nightly.0" + "hops-mixin": "16.0.0-nightly.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0", diff --git a/packages/template-graphql/CHANGELOG.md b/packages/template-graphql/CHANGELOG.md index c80e9d03a..457a96617 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops-template-graphql + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-template-graphql diff --git a/packages/template-graphql/package.json b/packages/template-graphql/package.json index 62b5442f3..216c6a3ec 100644 --- a/packages/template-graphql/package.json +++ b/packages/template-graphql/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-graphql", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "main": "src/app.jsx", "license": "MIT", "hops": { @@ -15,9 +15,9 @@ }, "dependencies": { "@apollo/client": "^3.3.11", - "hops": "16.0.0-nightly.0", - "hops-postcss": "16.0.0-nightly.0", - "hops-react-apollo": "16.0.0-nightly.0", + "hops": "16.0.0-nightly.1", + "hops-postcss": "16.0.0-nightly.1", + "hops-react-apollo": "16.0.0-nightly.1", "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": "16.0.0-nightly.0", + "hops-msw": "16.0.0-nightly.1", "jest": "^27.0.0", - "jest-preset-hops": "16.0.0-nightly.0", + "jest-preset-hops": "16.0.0-nightly.1", "react-test-renderer": "^17.0.2" }, "jest": { diff --git a/packages/template-react/CHANGELOG.md b/packages/template-react/CHANGELOG.md index aecffe19c..c3e92875f 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops-template-react + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-template-react diff --git a/packages/template-react/package.json b/packages/template-react/package.json index bd68cea83..154b16dc2 100644 --- a/packages/template-react/package.json +++ b/packages/template-react/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-react", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "main": "src/app.jsx", "license": "MIT", "scripts": { @@ -10,8 +10,8 @@ "serve": "hops serve" }, "dependencies": { - "hops": "16.0.0-nightly.0", - "hops-postcss": "16.0.0-nightly.0", + "hops": "16.0.0-nightly.1", + "hops-postcss": "16.0.0-nightly.1", "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": "16.0.0-nightly.0", + "jest-preset-hops": "16.0.0-nightly.1", "react-test-renderer": "^17.0.2" }, "jest": { diff --git a/packages/template-redux/CHANGELOG.md b/packages/template-redux/CHANGELOG.md index 3da4f796f..164d963ec 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops-template-redux + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-template-redux diff --git a/packages/template-redux/package.json b/packages/template-redux/package.json index 87a4a8cbf..b6cb9d15c 100644 --- a/packages/template-redux/package.json +++ b/packages/template-redux/package.json @@ -1,6 +1,6 @@ { "name": "hops-template-redux", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "main": "src/app.jsx", "license": "MIT", "scripts": { @@ -10,9 +10,9 @@ "serve": "hops serve" }, "dependencies": { - "hops": "16.0.0-nightly.0", - "hops-postcss": "16.0.0-nightly.0", - "hops-redux": "16.0.0-nightly.0", + "hops": "16.0.0-nightly.1", + "hops-postcss": "16.0.0-nightly.1", + "hops-redux": "16.0.0-nightly.1", "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": "16.0.0-nightly.0", + "jest-preset-hops": "16.0.0-nightly.1", "react-test-renderer": "^17.0.2" }, "jest": { diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index b1276eef5..f296e17a8 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops-typescript + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-typescript diff --git a/packages/typescript/package.json b/packages/typescript/package.json index e734a3558..ccb5ca726 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "hops-typescript", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "description": "TypeScript support for Hops applications", "keywords": [ "hops", @@ -18,7 +18,7 @@ "displayName": "unit" }, "dependencies": { - "hops-mixin": "16.0.0-nightly.0", + "hops-mixin": "16.0.0-nightly.1", "ts-loader": "^9.2.2" }, "peerDependencies": { diff --git a/packages/webpack/CHANGELOG.md b/packages/webpack/CHANGELOG.md index 10eccfaa2..7416a6f3f 100644 --- a/packages/webpack/CHANGELOG.md +++ b/packages/webpack/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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + + +### Bug Fixes + +* **webpack:** externalize server source-map to prevent RangeError ([79e4290](https://github.com/xing/hops/commit/79e4290febe6316adf7ef4c17ecbd26fefc133fd)) +* **webpack:** print file name and location in webpack warnings ([0e4a05c](https://github.com/xing/hops/commit/0e4a05c3c19e815cd5d40e49c19ef7a1d79ac0ac)) + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-webpack diff --git a/packages/webpack/package.json b/packages/webpack/package.json index 42c24d343..eba8663c6 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "hops-webpack", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "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": "16.0.0-nightly.0", - "hops-debug": "16.0.0-nightly.0", - "hops-express": "16.0.0-nightly.0", - "hops-mixin": "16.0.0-nightly.0", - "hops-yargs": "16.0.0-nightly.0", + "hops-bootstrap": "16.0.0-nightly.1", + "hops-debug": "16.0.0-nightly.1", + "hops-express": "16.0.0-nightly.1", + "hops-mixin": "16.0.0-nightly.1", + "hops-yargs": "16.0.0-nightly.1", "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 383c1dd26..db20cf0b5 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. +# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12) + +**Note:** Version bump only for package hops-yargs + + + + + # [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30) **Note:** Version bump only for package hops-yargs diff --git a/packages/yargs/package.json b/packages/yargs/package.json index 1b420a50e..5353e3882 100644 --- a/packages/yargs/package.json +++ b/packages/yargs/package.json @@ -1,6 +1,6 @@ { "name": "hops-yargs", - "version": "16.0.0-nightly.0", + "version": "16.0.0-nightly.1", "description": "yargs support for Hops applications", "repository": { "type": "git", @@ -12,8 +12,8 @@ "displayName": "unit" }, "dependencies": { - "hops-bootstrap": "16.0.0-nightly.0", - "hops-mixin": "16.0.0-nightly.0", + "hops-bootstrap": "16.0.0-nightly.1", + "hops-mixin": "16.0.0-nightly.1", "is-plain-obj": "^3.0.0", "mixinable": "^5.0.1", "yargs": "^17.0.0"