Skip to content

Commit

Permalink
chore: release v16.0.0-nightly.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkowalski committed Mar 2, 2022
1 parent 9644b49 commit b2199f3
Show file tree
Hide file tree
Showing 58 changed files with 415 additions and 91 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,47 @@
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.4](https://github.com/xing/hops/compare/v16.0.0-nightly.3...v16.0.0-nightly.4) (2022-03-02)


### Bug Fixes

* disable new helmet defaults ([72f62df](https://github.com/xing/hops/commit/72f62df07c46d691db5f609bf17a4028cd507cfb))
* **react:** replace invalid characters in chunk name ([bf735bd](https://github.com/xing/hops/commit/bf735bdda65fe7b33e7fe19aaddaa42bb2917644))
* resolutions msw 0.38 ([ca09616](https://github.com/xing/hops/commit/ca09616c878e2f6f85f60fc7e4c0efd5c4ed2840))
* update dependency @pmmmwh/react-refresh-webpack-plugin to ^0.5.0 ([5af4487](https://github.com/xing/hops/commit/5af4487c8128daeee8cbc832c4cfcc9614a39d3a))
* update dependency dotenv to v16 ([ce67cbb](https://github.com/xing/hops/commit/ce67cbb0cfaf854f97cc589175e49821d67ee47b))
* update dependency graphql to v16 ([837008e](https://github.com/xing/hops/commit/837008e3a610fa141e107b0ae4c42a07d1b2b62f))
* update dependency helmet to v5 ([31d2f5b](https://github.com/xing/hops/commit/31d2f5bcc3dc87dab1d6dc115c64bbae3d3dab1a))
* update dependency mime to v3 ([31649d0](https://github.com/xing/hops/commit/31649d031c7818305ae17966eb2b35fc866d65a1))
* update dependency mini-css-extract-plugin to v2 ([2fb57d9](https://github.com/xing/hops/commit/2fb57d971f98c8a754d4e3d05f6014136cdf0baf))
* update dependency minimatch to v5 ([f05b22b](https://github.com/xing/hops/commit/f05b22b9ec23792ead5eaef2cf89f1100458c24e))
* update dependency msw to ^0.38.0 ([8b847e4](https://github.com/xing/hops/commit/8b847e4ee30f15beb123415e4cf4afa69959fe77))
* update dependency puppeteer to v13 ([d351160](https://github.com/xing/hops/commit/d3511607d204c09d50a2217d3d731c0688ec62c2))
* update dependency react-refresh to ^0.11.0 ([27ebe82](https://github.com/xing/hops/commit/27ebe822844464798cc924d6b5f7fde0554d016b))


### BREAKING CHANGES

* graphql is in v16 now, it includes many breaking
changes. Please take a look at the graphql docs for details
* if you use hashes (`#`) in your dotenv variables,
you have to use quotes now:

```
SECRET_HASH=something#with#hash
```

must be quoted now:

```
SECRET_HASH="something#with#hash"
```





# [16.0.0-nightly.3](https://github.com/xing/hops/compare/v16.0.0-nightly.2...v16.0.0-nightly.3) (2022-02-17)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "16.0.0-nightly.3",
"version": "16.0.0-nightly.4",
"registry": "https://registry.npmjs.org/",
"command": {
"version": {
Expand Down
17 changes: 17 additions & 0 deletions packages/apollo-mock-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.4](https://github.com/xing/hops/compare/v16.0.0-nightly.3...v16.0.0-nightly.4) (2022-03-02)


### Bug Fixes

* update dependency graphql to v16 ([837008e](https://github.com/xing/hops/commit/837008e3a610fa141e107b0ae4c42a07d1b2b62f))


### BREAKING CHANGES

* graphql is in v16 now, it includes many breaking
changes. Please take a look at the graphql docs for details





# [16.0.0-nightly.3](https://github.com/xing/hops/compare/v16.0.0-nightly.2...v16.0.0-nightly.3) (2022-02-17)


Expand Down
8 changes: 4 additions & 4 deletions packages/apollo-mock-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-apollo-mock-server",
"version": "16.0.0-nightly.3",
"version": "16.0.0-nightly.4",
"description": "Apollo based mock server for Hops",
"keywords": [
"hops",
Expand Down Expand Up @@ -28,9 +28,9 @@
"express": "^4.17.1",
"graphql": "^16.0.0",
"graphql-tag": "^2.12.3",
"hops-config": "16.0.0-nightly.3",
"hops-mixin": "16.0.0-nightly.3",
"hops-webpack": "16.0.0-nightly.3"
"hops-config": "16.0.0-nightly.4",
"hops-mixin": "16.0.0-nightly.4",
"hops-webpack": "16.0.0-nightly.4"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/graphql#readme",
"gitHead": "015197ee2f876911d9fa781cac1777ebed405015"
Expand Down
27 changes: 27 additions & 0 deletions packages/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
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.4](https://github.com/xing/hops/compare/v16.0.0-nightly.3...v16.0.0-nightly.4) (2022-03-02)


### Bug Fixes

* update dependency dotenv to v16 ([ce67cbb](https://github.com/xing/hops/commit/ce67cbb0cfaf854f97cc589175e49821d67ee47b))


### BREAKING CHANGES

* if you use hashes (`#`) in your dotenv variables,
you have to use quotes now:

```
SECRET_HASH=something#with#hash
```

must be quoted now:

```
SECRET_HASH="something#with#hash"
```





# [16.0.0-nightly.3](https://github.com/xing/hops/compare/v16.0.0-nightly.2...v16.0.0-nightly.3) (2022-02-17)

**Note:** Version bump only for package hops-bootstrap
Expand Down
4 changes: 2 additions & 2 deletions packages/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-bootstrap",
"version": "16.0.0-nightly.3",
"version": "16.0.0-nightly.4",
"description": "Hops bootstrap",
"repository": {
"type": "git",
Expand All @@ -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.3",
"hops-debug": "16.0.0-nightly.4",
"is-plain-obj": "^3.0.0",
"mixinable": "^5.0.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0-nightly.4](https://github.com/xing/hops/compare/v16.0.0-nightly.3...v16.0.0-nightly.4) (2022-03-02)

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





# [16.0.0-nightly.3](https://github.com/xing/hops/compare/v16.0.0-nightly.2...v16.0.0-nightly.3) (2022-02-17)

**Note:** Version bump only for package hops-config
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-config",
"version": "16.0.0-nightly.3",
"version": "16.0.0-nightly.4",
"description": "Hops core configuration",
"keywords": [
"hops",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"depd": "^2.0.0",
"hops-bootstrap": "16.0.0-nightly.3"
"hops-bootstrap": "16.0.0-nightly.4"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/config#readme",
"gitHead": "015197ee2f876911d9fa781cac1777ebed405015"
Expand Down
8 changes: 8 additions & 0 deletions packages/create-hops-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0-nightly.4](https://github.com/xing/hops/compare/v16.0.0-nightly.3...v16.0.0-nightly.4) (2022-03-02)

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





# [16.0.0-nightly.3](https://github.com/xing/hops/compare/v16.0.0-nightly.2...v16.0.0-nightly.3) (2022-02-17)

**Note:** Version bump only for package create-hops-app
Expand Down
2 changes: 1 addition & 1 deletion packages/create-hops-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-hops-app",
"version": "16.0.0-nightly.3",
"version": "16.0.0-nightly.4",
"description": "CLI tool to create Hops applications",
"keywords": [
"hops",
Expand Down
8 changes: 8 additions & 0 deletions packages/debug/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0-nightly.4](https://github.com/xing/hops/compare/v16.0.0-nightly.3...v16.0.0-nightly.4) (2022-03-02)

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





# [16.0.0-nightly.3](https://github.com/xing/hops/compare/v16.0.0-nightly.2...v16.0.0-nightly.3) (2022-02-17)

**Note:** Version bump only for package hops-debug
Expand Down
2 changes: 1 addition & 1 deletion packages/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-debug",
"version": "16.0.0-nightly.3",
"version": "16.0.0-nightly.4",
"description": "Hops debug wrapper",
"main": "node.js",
"browser": "browser.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/development-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0-nightly.4](https://github.com/xing/hops/compare/v16.0.0-nightly.3...v16.0.0-nightly.4) (2022-03-02)

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





# [16.0.0-nightly.3](https://github.com/xing/hops/compare/v16.0.0-nightly.2...v16.0.0-nightly.3) (2022-02-17)

**Note:** Version bump only for package hops-development-proxy
Expand Down
6 changes: 3 additions & 3 deletions packages/development-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-development-proxy",
"version": "16.0.0-nightly.3",
"version": "16.0.0-nightly.4",
"description": "Proxy",
"keywords": [
"hops"
Expand All @@ -17,8 +17,8 @@
"displayName": "unit"
},
"dependencies": {
"hops-debug": "16.0.0-nightly.3",
"hops-mixin": "16.0.0-nightly.3",
"hops-debug": "16.0.0-nightly.4",
"hops-mixin": "16.0.0-nightly.4",
"http-proxy-middleware": "^2.0.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/development-proxy#readme",
Expand Down
13 changes: 13 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/xing/hops/compare/v16.0.0-nightly.3...v16.0.0-nightly.4) (2022-03-02)


### Bug Fixes

* disable new helmet defaults ([72f62df](https://github.com/xing/hops/commit/72f62df07c46d691db5f609bf17a4028cd507cfb))
* update dependency helmet to v5 ([31d2f5b](https://github.com/xing/hops/commit/31d2f5bcc3dc87dab1d6dc115c64bbae3d3dab1a))
* update dependency mime to v3 ([31649d0](https://github.com/xing/hops/commit/31649d031c7818305ae17966eb2b35fc866d65a1))





# [16.0.0-nightly.3](https://github.com/xing/hops/compare/v16.0.0-nightly.2...v16.0.0-nightly.3) (2022-02-17)

**Note:** Version bump only for package hops-express
Expand Down
10 changes: 5 additions & 5 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-express",
"version": "16.0.0-nightly.3",
"version": "16.0.0-nightly.4",
"description": "Customization for the our express server",
"keywords": [
"hops",
Expand Down Expand Up @@ -28,10 +28,10 @@
"express": "^4.17.1",
"finalhandler": "^1.1.2",
"helmet": "^5.0.0",
"hops-bootstrap": "16.0.0-nightly.3",
"hops-debug": "16.0.0-nightly.3",
"hops-mixin": "16.0.0-nightly.3",
"hops-yargs": "16.0.0-nightly.3",
"hops-bootstrap": "16.0.0-nightly.4",
"hops-debug": "16.0.0-nightly.4",
"hops-mixin": "16.0.0-nightly.4",
"hops-yargs": "16.0.0-nightly.4",
"is-plain-obj": "^3.0.0",
"mime": "^3.0.0",
"mixinable": "^5.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0-nightly.4](https://github.com/xing/hops/compare/v16.0.0-nightly.3...v16.0.0-nightly.4) (2022-03-02)

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





# [16.0.0-nightly.3](https://github.com/xing/hops/compare/v16.0.0-nightly.2...v16.0.0-nightly.3) (2022-02-17)

**Note:** Version bump only for package hops-graphql
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-graphql",
"version": "16.0.0-nightly.3",
"version": "16.0.0-nightly.4",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
Expand All @@ -21,8 +21,8 @@
"displayName": "unit"
},
"dependencies": {
"hops-apollo-mock-server": "16.0.0-nightly.3",
"hops-react-apollo": "16.0.0-nightly.3"
"hops-apollo-mock-server": "16.0.0-nightly.4",
"hops-react-apollo": "16.0.0-nightly.4"
},
"peerDependencies": {
"@apollo/client": "^3.3.11",
Expand Down
8 changes: 8 additions & 0 deletions packages/hops/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0-nightly.4](https://github.com/xing/hops/compare/v16.0.0-nightly.3...v16.0.0-nightly.4) (2022-03-02)

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





# [16.0.0-nightly.3](https://github.com/xing/hops/compare/v16.0.0-nightly.2...v16.0.0-nightly.3) (2022-02-17)

**Note:** Version bump only for package hops
Expand Down
14 changes: 7 additions & 7 deletions packages/hops/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops",
"version": "16.0.0-nightly.3",
"version": "16.0.0-nightly.4",
"description": "Hops main Package to build and run Hops applications",
"keywords": [
"hops",
Expand Down Expand Up @@ -30,12 +30,12 @@
"displayName": "unit"
},
"dependencies": {
"hops-express": "16.0.0-nightly.3",
"hops-info": "16.0.0-nightly.3",
"hops-mixin": "16.0.0-nightly.3",
"hops-react": "16.0.0-nightly.3",
"hops-webpack": "16.0.0-nightly.3",
"hops-yargs": "16.0.0-nightly.3",
"hops-express": "16.0.0-nightly.4",
"hops-info": "16.0.0-nightly.4",
"hops-mixin": "16.0.0-nightly.4",
"hops-react": "16.0.0-nightly.4",
"hops-webpack": "16.0.0-nightly.4",
"hops-yargs": "16.0.0-nightly.4",
"webpack-bundle-analyzer": "^4.1.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/info/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [16.0.0-nightly.4](https://github.com/xing/hops/compare/v16.0.0-nightly.3...v16.0.0-nightly.4) (2022-03-02)

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





# [16.0.0-nightly.3](https://github.com/xing/hops/compare/v16.0.0-nightly.2...v16.0.0-nightly.3) (2022-02-17)

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

0 comments on commit b2199f3

Please sign in to comment.