Skip to content

Commit f588fcc

Browse files
hops-release-bot[bot]ZauberNerd
authored andcommitted
chore: release v15.1.0
1 parent 7f7f700 commit f588fcc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+360
-91
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [15.1.0](https://github.com/xing/hops/compare/v15.0.2...v15.1.0) (2022-02-16)
7+
8+
9+
### Bug Fixes
10+
11+
* pin @apollo/client to 3.4.17 due to SSR bug in useLazyQuery ([de003f2](https://github.com/xing/hops/commit/de003f2a4a5f6cd0d4143625c267b25e65dfa458))
12+
* reference webpack chunks via chunk name ([3521a78](https://github.com/xing/hops/commit/3521a7868976c855f036ab7b4c6a0e5fd556812d)), closes [#1976](https://github.com/xing/hops/issues/1976)
13+
* wait for webpack builds to finish ([eb6737e](https://github.com/xing/hops/commit/eb6737e3e38a18814dbb906f3b01c016fcbc9162))
14+
15+
16+
### Features
17+
18+
* **jest-environment:** reject hasFinished when build has failed ([bbe6ddc](https://github.com/xing/hops/commit/bbe6ddcd45e6592bf81bd8338c9ae98bd9459be4))
19+
20+
21+
22+
23+
624
## [15.0.2](https://github.com/xing/hops/compare/v15.0.1...v15.0.2) (2022-01-12)
725

826

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "15.0.2",
4+
"version": "15.1.0",
55
"registry": "https://registry.npmjs.org/",
66
"command": {
77
"version": {

packages/apollo-mock-server/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [15.1.0](https://github.com/xing/hops/compare/v15.0.2...v15.1.0) (2022-02-16)
7+
8+
**Note:** Version bump only for package hops-apollo-mock-server
9+
10+
11+
12+
13+
614
## [15.0.2](https://github.com/xing/hops/compare/v15.0.1...v15.0.2) (2022-01-12)
715

816

packages/apollo-mock-server/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hops-apollo-mock-server",
3-
"version": "15.0.2",
3+
"version": "15.1.0",
44
"description": "Apollo based mock server for Hops",
55
"keywords": [
66
"hops",
@@ -28,9 +28,9 @@
2828
"express": "^4.17.1",
2929
"graphql": "^15.0.0",
3030
"graphql-tag": "^2.12.3",
31-
"hops-config": "15.0.2",
32-
"hops-mixin": "15.0.2",
33-
"hops-webpack": "15.0.2"
31+
"hops-config": "15.1.0",
32+
"hops-mixin": "15.1.0",
33+
"hops-webpack": "15.1.0"
3434
},
3535
"homepage": "https://github.com/xing/hops/tree/master/packages/graphql#readme",
3636
"gitHead": "015197ee2f876911d9fa781cac1777ebed405015"

packages/bootstrap/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [15.1.0](https://github.com/xing/hops/compare/v15.0.2...v15.1.0) (2022-02-16)
7+
8+
**Note:** Version bump only for package hops-bootstrap
9+
10+
11+
12+
13+
614
## [15.0.2](https://github.com/xing/hops/compare/v15.0.1...v15.0.2) (2022-01-12)
715

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

packages/bootstrap/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hops-bootstrap",
3-
"version": "15.0.2",
3+
"version": "15.1.0",
44
"description": "Hops bootstrap",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"escape-string-regexp": "^4.0.0",
2222
"find-up": "^5.0.0",
2323
"flat": "^5.0.0",
24-
"hops-debug": "15.0.2",
24+
"hops-debug": "15.1.0",
2525
"is-plain-obj": "^3.0.0",
2626
"mixinable": "^5.0.1"
2727
},

packages/config/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [15.1.0](https://github.com/xing/hops/compare/v15.0.2...v15.1.0) (2022-02-16)
7+
8+
**Note:** Version bump only for package hops-config
9+
10+
11+
12+
13+
614
## [15.0.2](https://github.com/xing/hops/compare/v15.0.1...v15.0.2) (2022-01-12)
715

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

packages/config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hops-config",
3-
"version": "15.0.2",
3+
"version": "15.1.0",
44
"description": "Hops core configuration",
55
"keywords": [
66
"hops",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"depd": "^2.0.0",
24-
"hops-bootstrap": "15.0.2"
24+
"hops-bootstrap": "15.1.0"
2525
},
2626
"homepage": "https://github.com/xing/hops/tree/master/packages/config#readme",
2727
"gitHead": "015197ee2f876911d9fa781cac1777ebed405015"

packages/create-hops-app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [15.1.0](https://github.com/xing/hops/compare/v15.0.2...v15.1.0) (2022-02-16)
7+
8+
**Note:** Version bump only for package create-hops-app
9+
10+
11+
12+
13+
614
## [15.0.2](https://github.com/xing/hops/compare/v15.0.1...v15.0.2) (2022-01-12)
715

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

packages/create-hops-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-hops-app",
3-
"version": "15.0.2",
3+
"version": "15.1.0",
44
"description": "CLI tool to create Hops applications",
55
"keywords": [
66
"hops",

packages/debug/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [15.1.0](https://github.com/xing/hops/compare/v15.0.2...v15.1.0) (2022-02-16)
7+
8+
**Note:** Version bump only for package hops-debug
9+
10+
11+
12+
13+
614
## [15.0.2](https://github.com/xing/hops/compare/v15.0.1...v15.0.2) (2022-01-12)
715

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

packages/debug/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hops-debug",
3-
"version": "15.0.2",
3+
"version": "15.1.0",
44
"description": "Hops debug wrapper",
55
"main": "node.js",
66
"browser": "browser.js",

packages/development-proxy/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [15.1.0](https://github.com/xing/hops/compare/v15.0.2...v15.1.0) (2022-02-16)
7+
8+
**Note:** Version bump only for package hops-development-proxy
9+
10+
11+
12+
13+
614
## [15.0.2](https://github.com/xing/hops/compare/v15.0.1...v15.0.2) (2022-01-12)
715

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

packages/development-proxy/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hops-development-proxy",
3-
"version": "15.0.2",
3+
"version": "15.1.0",
44
"description": "Proxy",
55
"keywords": [
66
"hops"
@@ -17,8 +17,8 @@
1717
"displayName": "unit"
1818
},
1919
"dependencies": {
20-
"hops-debug": "15.0.2",
21-
"hops-mixin": "15.0.2",
20+
"hops-debug": "15.1.0",
21+
"hops-mixin": "15.1.0",
2222
"http-proxy-middleware": "^2.0.0"
2323
},
2424
"homepage": "https://github.com/xing/hops/tree/master/packages/development-proxy#readme",

packages/express/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [15.1.0](https://github.com/xing/hops/compare/v15.0.2...v15.1.0) (2022-02-16)
7+
8+
**Note:** Version bump only for package hops-express
9+
10+
11+
12+
13+
614
## [15.0.2](https://github.com/xing/hops/compare/v15.0.1...v15.0.2) (2022-01-12)
715

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

packages/express/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hops-express",
3-
"version": "15.0.2",
3+
"version": "15.1.0",
44
"description": "Customization for the our express server",
55
"keywords": [
66
"hops",
@@ -28,10 +28,10 @@
2828
"express": "^4.17.1",
2929
"finalhandler": "^1.1.2",
3030
"helmet": "^4.0.0",
31-
"hops-bootstrap": "15.0.2",
32-
"hops-debug": "15.0.2",
33-
"hops-mixin": "15.0.2",
34-
"hops-yargs": "15.0.2",
31+
"hops-bootstrap": "15.1.0",
32+
"hops-debug": "15.1.0",
33+
"hops-mixin": "15.1.0",
34+
"hops-yargs": "15.1.0",
3535
"is-plain-obj": "^3.0.0",
3636
"mime": "^2.4.4",
3737
"mixinable": "^5.0.1",

packages/graphql/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [15.1.0](https://github.com/xing/hops/compare/v15.0.2...v15.1.0) (2022-02-16)
7+
8+
9+
### Bug Fixes
10+
11+
* pin @apollo/client to 3.4.17 due to SSR bug in useLazyQuery ([de003f2](https://github.com/xing/hops/commit/de003f2a4a5f6cd0d4143625c267b25e65dfa458))
12+
13+
14+
15+
16+
617
## [15.0.2](https://github.com/xing/hops/compare/v15.0.1...v15.0.2) (2022-01-12)
718

819

packages/graphql/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hops-graphql",
3-
"version": "15.0.2",
3+
"version": "15.1.0",
44
"description": "React and GraphQL implementation for Hops",
55
"keywords": [
66
"hops",
@@ -21,8 +21,8 @@
2121
"displayName": "unit"
2222
},
2323
"dependencies": {
24-
"hops-apollo-mock-server": "15.0.2",
25-
"hops-react-apollo": "15.0.2"
24+
"hops-apollo-mock-server": "15.1.0",
25+
"hops-react-apollo": "15.1.0"
2626
},
2727
"peerDependencies": {
2828
"@apollo/client": "^3.3.11",

packages/hops/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [15.1.0](https://github.com/xing/hops/compare/v15.0.2...v15.1.0) (2022-02-16)
7+
8+
**Note:** Version bump only for package hops
9+
10+
11+
12+
13+
614
## [15.0.2](https://github.com/xing/hops/compare/v15.0.1...v15.0.2) (2022-01-12)
715

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

packages/hops/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hops",
3-
"version": "15.0.2",
3+
"version": "15.1.0",
44
"description": "Hops main Package to build and run Hops applications",
55
"keywords": [
66
"hops",
@@ -30,12 +30,12 @@
3030
"displayName": "unit"
3131
},
3232
"dependencies": {
33-
"hops-express": "15.0.2",
34-
"hops-info": "15.0.2",
35-
"hops-mixin": "15.0.2",
36-
"hops-react": "15.0.2",
37-
"hops-webpack": "15.0.2",
38-
"hops-yargs": "15.0.2",
33+
"hops-express": "15.1.0",
34+
"hops-info": "15.1.0",
35+
"hops-mixin": "15.1.0",
36+
"hops-react": "15.1.0",
37+
"hops-webpack": "15.1.0",
38+
"hops-yargs": "15.1.0",
3939
"webpack-bundle-analyzer": "^4.1.0"
4040
},
4141
"peerDependencies": {

packages/info/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [15.1.0](https://github.com/xing/hops/compare/v15.0.2...v15.1.0) (2022-02-16)
7+
8+
**Note:** Version bump only for package hops-info
9+
10+
11+
12+
13+
614
## [15.0.2](https://github.com/xing/hops/compare/v15.0.1...v15.0.2) (2022-01-12)
715

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

packages/info/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hops-info",
3-
"version": "15.0.2",
3+
"version": "15.1.0",
44
"description": "Hops info mixin",
55
"repository": {
66
"type": "git",
@@ -20,8 +20,8 @@
2020
"enhanced-resolve": "^5.0.0",
2121
"eprom": "^1.0.0",
2222
"escape-string-regexp": "^4.0.0",
23-
"hops-bootstrap": "15.0.2",
24-
"hops-mixin": "15.0.2",
23+
"hops-bootstrap": "15.1.0",
24+
"hops-mixin": "15.1.0",
2525
"mixinable": "^5.0.1",
2626
"web-vitals": "^2.0.0"
2727
},

packages/jest-environment/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [15.1.0](https://github.com/xing/hops/compare/v15.0.2...v15.1.0) (2022-02-16)
7+
8+
9+
### Bug Fixes
10+
11+
* wait for webpack builds to finish ([eb6737e](https://github.com/xing/hops/commit/eb6737e3e38a18814dbb906f3b01c016fcbc9162))
12+
13+
14+
### Features
15+
16+
* **jest-environment:** reject hasFinished when build has failed ([bbe6ddc](https://github.com/xing/hops/commit/bbe6ddcd45e6592bf81bd8338c9ae98bd9459be4))
17+
18+
19+
20+
21+
622
## [15.0.2](https://github.com/xing/hops/compare/v15.0.1...v15.0.2) (2022-01-12)
723

824

0 commit comments

Comments
 (0)