Skip to content

Commit

Permalink
chore: release v15.0.0-nightly.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Jul 26, 2021
1 parent 045085a commit 1698d4c
Show file tree
Hide file tree
Showing 58 changed files with 345 additions and 91 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26)


### Bug Fixes

* **msw:** correct type definition for main export ([37686d8](https://github.com/xing/hops/commit/37686d8f89af38225c77f6a4e79a4fcb5cd52da8))
* **msw:** do not install msw if browser does not support service workers ([7c5c201](https://github.com/xing/hops/commit/7c5c201883012ed7cccba7fe408edb70cdde760b))
* update dependency msw to ^0.33.0 ([9b0765e](https://github.com/xing/hops/commit/9b0765e9417f3000c926f148851ebd25bde08c71))


### Features

* **msw:** allow to skip waiting for browser mocks ([e395c52](https://github.com/xing/hops/commit/e395c524e925e19d0fd32a77ed3610a96d1b060a))
* **msw:** print debug information from the mixins ([c3cf7ea](https://github.com/xing/hops/commit/c3cf7ead00e0d02012c8717529504405ca217a48))





# [15.0.0-nightly.10](https://github.com/xing/hops/compare/v15.0.0-nightly.9...v15.0.0-nightly.10) (2021-07-13)


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": "15.0.0-nightly.10",
"version": "15.0.0-nightly.11",
"registry": "https://registry.npmjs.org/",
"command": {
"version": {
Expand Down
8 changes: 8 additions & 0 deletions packages/apollo-mock-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26)

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





# [15.0.0-nightly.10](https://github.com/xing/hops/compare/v15.0.0-nightly.9...v15.0.0-nightly.10) (2021-07-13)

**Note:** Version bump only for package hops-apollo-mock-server
Expand Down
8 changes: 4 additions & 4 deletions packages/apollo-mock-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-apollo-mock-server",
"version": "15.0.0-nightly.10",
"version": "15.0.0-nightly.11",
"description": "Apollo based mock server for Hops",
"keywords": [
"hops",
Expand Down Expand Up @@ -28,9 +28,9 @@
"express": "^4.17.1",
"graphql": "^15.0.0",
"graphql-tag": "^2.12.3",
"hops-config": "15.0.0-nightly.10",
"hops-mixin": "15.0.0-nightly.10",
"hops-webpack": "15.0.0-nightly.10"
"hops-config": "15.0.0-nightly.11",
"hops-mixin": "15.0.0-nightly.11",
"hops-webpack": "15.0.0-nightly.11"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/graphql#readme"
}
8 changes: 8 additions & 0 deletions packages/bootstrap/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.

# [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26)

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





# [15.0.0-nightly.10](https://github.com/xing/hops/compare/v15.0.0-nightly.9...v15.0.0-nightly.10) (2021-07-13)

**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": "15.0.0-nightly.10",
"version": "15.0.0-nightly.11",
"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": "15.0.0-nightly.10",
"hops-debug": "15.0.0-nightly.11",
"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.

# [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26)

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





# [15.0.0-nightly.10](https://github.com/xing/hops/compare/v15.0.0-nightly.9...v15.0.0-nightly.10) (2021-07-13)

**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": "15.0.0-nightly.10",
"version": "15.0.0-nightly.11",
"description": "Hops core configuration",
"keywords": [
"hops",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"depd": "^2.0.0",
"hops-bootstrap": "15.0.0-nightly.10"
"hops-bootstrap": "15.0.0-nightly.11"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/config#readme"
}
8 changes: 8 additions & 0 deletions packages/create-hops-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26)

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





# [15.0.0-nightly.10](https://github.com/xing/hops/compare/v15.0.0-nightly.9...v15.0.0-nightly.10) (2021-07-13)

**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": "15.0.0-nightly.10",
"version": "15.0.0-nightly.11",
"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.

# [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26)

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





# [15.0.0-nightly.10](https://github.com/xing/hops/compare/v15.0.0-nightly.9...v15.0.0-nightly.10) (2021-07-13)

**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": "15.0.0-nightly.10",
"version": "15.0.0-nightly.11",
"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.

# [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26)

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





# [15.0.0-nightly.10](https://github.com/xing/hops/compare/v15.0.0-nightly.9...v15.0.0-nightly.10) (2021-07-13)

**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": "15.0.0-nightly.10",
"version": "15.0.0-nightly.11",
"description": "Proxy",
"keywords": [
"hops"
Expand All @@ -17,8 +17,8 @@
"displayName": "unit"
},
"dependencies": {
"hops-debug": "15.0.0-nightly.10",
"hops-mixin": "15.0.0-nightly.10",
"hops-debug": "15.0.0-nightly.11",
"hops-mixin": "15.0.0-nightly.11",
"http-proxy-middleware": "^2.0.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/development-proxy#readme"
Expand Down
8 changes: 8 additions & 0 deletions packages/express/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.

# [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26)

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





# [15.0.0-nightly.10](https://github.com/xing/hops/compare/v15.0.0-nightly.9...v15.0.0-nightly.10) (2021-07-13)

**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": "15.0.0-nightly.10",
"version": "15.0.0-nightly.11",
"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": "^4.0.0",
"hops-bootstrap": "15.0.0-nightly.10",
"hops-debug": "15.0.0-nightly.10",
"hops-mixin": "15.0.0-nightly.10",
"hops-yargs": "15.0.0-nightly.10",
"hops-bootstrap": "15.0.0-nightly.11",
"hops-debug": "15.0.0-nightly.11",
"hops-mixin": "15.0.0-nightly.11",
"hops-yargs": "15.0.0-nightly.11",
"is-plain-obj": "^3.0.0",
"mime": "^2.4.4",
"mixinable": "^5.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26)

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





# [15.0.0-nightly.10](https://github.com/xing/hops/compare/v15.0.0-nightly.9...v15.0.0-nightly.10) (2021-07-13)

**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": "15.0.0-nightly.10",
"version": "15.0.0-nightly.11",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
Expand All @@ -21,8 +21,8 @@
"displayName": "unit"
},
"dependencies": {
"hops-apollo-mock-server": "15.0.0-nightly.10",
"hops-react-apollo": "15.0.0-nightly.10"
"hops-apollo-mock-server": "15.0.0-nightly.11",
"hops-react-apollo": "15.0.0-nightly.11"
},
"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.

# [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26)

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





# [15.0.0-nightly.10](https://github.com/xing/hops/compare/v15.0.0-nightly.9...v15.0.0-nightly.10) (2021-07-13)

**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": "15.0.0-nightly.10",
"version": "15.0.0-nightly.11",
"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": "15.0.0-nightly.10",
"hops-info": "15.0.0-nightly.10",
"hops-mixin": "15.0.0-nightly.10",
"hops-react": "15.0.0-nightly.10",
"hops-webpack": "15.0.0-nightly.10",
"hops-yargs": "15.0.0-nightly.10",
"hops-express": "15.0.0-nightly.11",
"hops-info": "15.0.0-nightly.11",
"hops-mixin": "15.0.0-nightly.11",
"hops-react": "15.0.0-nightly.11",
"hops-webpack": "15.0.0-nightly.11",
"hops-yargs": "15.0.0-nightly.11",
"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.

# [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26)

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





# [15.0.0-nightly.10](https://github.com/xing/hops/compare/v15.0.0-nightly.9...v15.0.0-nightly.10) (2021-07-13)

**Note:** Version bump only for package hops-info
Expand Down
6 changes: 3 additions & 3 deletions packages/info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-info",
"version": "15.0.0-nightly.10",
"version": "15.0.0-nightly.11",
"description": "Hops info mixin",
"repository": {
"type": "git",
Expand All @@ -20,8 +20,8 @@
"enhanced-resolve": "^5.0.0",
"eprom": "^1.0.0",
"escape-string-regexp": "^4.0.0",
"hops-bootstrap": "15.0.0-nightly.10",
"hops-mixin": "15.0.0-nightly.10",
"hops-bootstrap": "15.0.0-nightly.11",
"hops-mixin": "15.0.0-nightly.11",
"mixinable": "^5.0.1",
"web-vitals": "^2.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-environment/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.

# [15.0.0-nightly.11](https://github.com/xing/hops/compare/v15.0.0-nightly.10...v15.0.0-nightly.11) (2021-07-26)

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





# [15.0.0-nightly.10](https://github.com/xing/hops/compare/v15.0.0-nightly.9...v15.0.0-nightly.10) (2021-07-13)

**Note:** Version bump only for package jest-environment-hops
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-environment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-environment-hops",
"version": "15.0.0-nightly.10",
"version": "15.0.0-nightly.11",
"description": "Opinionated Jest environment to run Puppeteer-powered tests against Hops apps",
"keywords": [
"hops",
Expand All @@ -23,7 +23,7 @@
"colors": "^1.4.0",
"eprom": "^1.0.0",
"fs-extra": "^10.0.0",
"hops-debug": "15.0.0-nightly.10",
"hops-debug": "15.0.0-nightly.11",
"import-from": "^4.0.0",
"mkdirp": "^1.0.4",
"mktemp": "^1.0.0",
Expand Down
Loading

0 comments on commit 1698d4c

Please sign in to comment.