Skip to content

Commit b59233b

Browse files
committed
chore: release v15.2.1
1 parent 028c471 commit b59233b

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

+329
-91
lines changed

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.2.1](https://github.com/xing/hops/compare/v15.2.0...v15.2.1) (2022-06-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **msw:** create tmp folder on mkdtempSync failure ([fd1229e](https://github.com/xing/hops/commit/fd1229e7a4eb70172c142406b15f23d13f370441))
12+
13+
14+
15+
16+
617
# [15.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)
718

819

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.2.0",
4+
"version": "15.2.1",
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.2.1](https://github.com/xing/hops/compare/v15.2.0...v15.2.1) (2022-06-20)
7+
8+
**Note:** Version bump only for package hops-apollo-mock-server
9+
10+
11+
12+
13+
614
# [15.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)
715

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

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.2.0",
3+
"version": "15.2.1",
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.2.0",
32-
"hops-mixin": "15.2.0",
33-
"hops-webpack": "15.2.0"
31+
"hops-config": "15.2.1",
32+
"hops-mixin": "15.2.1",
33+
"hops-webpack": "15.2.1"
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.2.1](https://github.com/xing/hops/compare/v15.2.0...v15.2.1) (2022-06-20)
7+
8+
**Note:** Version bump only for package hops-bootstrap
9+
10+
11+
12+
13+
614
# [15.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)
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.2.0",
3+
"version": "15.2.1",
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.2.0",
24+
"hops-debug": "15.2.1",
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.2.1](https://github.com/xing/hops/compare/v15.2.0...v15.2.1) (2022-06-20)
7+
8+
**Note:** Version bump only for package hops-config
9+
10+
11+
12+
13+
614
# [15.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)
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.2.0",
3+
"version": "15.2.1",
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.2.0"
24+
"hops-bootstrap": "15.2.1"
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.2.1](https://github.com/xing/hops/compare/v15.2.0...v15.2.1) (2022-06-20)
7+
8+
**Note:** Version bump only for package create-hops-app
9+
10+
11+
12+
13+
614
# [15.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)
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.2.0",
3+
"version": "15.2.1",
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.2.1](https://github.com/xing/hops/compare/v15.2.0...v15.2.1) (2022-06-20)
7+
8+
**Note:** Version bump only for package hops-debug
9+
10+
11+
12+
13+
614
# [15.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)
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.2.0",
3+
"version": "15.2.1",
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.2.1](https://github.com/xing/hops/compare/v15.2.0...v15.2.1) (2022-06-20)
7+
8+
**Note:** Version bump only for package hops-development-proxy
9+
10+
11+
12+
13+
614
# [15.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)
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.2.0",
3+
"version": "15.2.1",
44
"description": "Proxy",
55
"keywords": [
66
"hops"
@@ -17,8 +17,8 @@
1717
"displayName": "unit"
1818
},
1919
"dependencies": {
20-
"hops-debug": "15.2.0",
21-
"hops-mixin": "15.2.0",
20+
"hops-debug": "15.2.1",
21+
"hops-mixin": "15.2.1",
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.2.1](https://github.com/xing/hops/compare/v15.2.0...v15.2.1) (2022-06-20)
7+
8+
**Note:** Version bump only for package hops-express
9+
10+
11+
12+
13+
614
# [15.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)
715

816

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.2.0",
3+
"version": "15.2.1",
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.2.0",
32-
"hops-debug": "15.2.0",
33-
"hops-mixin": "15.2.0",
34-
"hops-yargs": "15.2.0",
31+
"hops-bootstrap": "15.2.1",
32+
"hops-debug": "15.2.1",
33+
"hops-mixin": "15.2.1",
34+
"hops-yargs": "15.2.1",
3535
"is-plain-obj": "^3.0.0",
3636
"mime": "^3.0.0",
3737
"mixinable": "^5.0.1",

packages/graphql/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.2.1](https://github.com/xing/hops/compare/v15.2.0...v15.2.1) (2022-06-20)
7+
8+
**Note:** Version bump only for package hops-graphql
9+
10+
11+
12+
13+
614
# [15.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)
715

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

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.2.0",
3+
"version": "15.2.1",
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.2.0",
25-
"hops-react-apollo": "15.2.0"
24+
"hops-apollo-mock-server": "15.2.1",
25+
"hops-react-apollo": "15.2.1"
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.2.1](https://github.com/xing/hops/compare/v15.2.0...v15.2.1) (2022-06-20)
7+
8+
**Note:** Version bump only for package hops
9+
10+
11+
12+
13+
614
# [15.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)
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.2.0",
3+
"version": "15.2.1",
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.2.0",
34-
"hops-info": "15.2.0",
35-
"hops-mixin": "15.2.0",
36-
"hops-react": "15.2.0",
37-
"hops-webpack": "15.2.0",
38-
"hops-yargs": "15.2.0",
33+
"hops-express": "15.2.1",
34+
"hops-info": "15.2.1",
35+
"hops-mixin": "15.2.1",
36+
"hops-react": "15.2.1",
37+
"hops-webpack": "15.2.1",
38+
"hops-yargs": "15.2.1",
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.2.1](https://github.com/xing/hops/compare/v15.2.0...v15.2.1) (2022-06-20)
7+
8+
**Note:** Version bump only for package hops-info
9+
10+
11+
12+
13+
614
# [15.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)
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.2.0",
3+
"version": "15.2.1",
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.2.0",
24-
"hops-mixin": "15.2.0",
23+
"hops-bootstrap": "15.2.1",
24+
"hops-mixin": "15.2.1",
2525
"mixinable": "^5.0.1",
2626
"web-vitals": "^2.0.0"
2727
},

packages/jest-environment/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.2.1](https://github.com/xing/hops/compare/v15.2.0...v15.2.1) (2022-06-20)
7+
8+
**Note:** Version bump only for package jest-environment-hops
9+
10+
11+
12+
13+
614
# [15.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)
715

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

packages/jest-environment/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-environment-hops",
3-
"version": "15.2.0",
3+
"version": "15.2.1",
44
"description": "Opinionated Jest environment to run Puppeteer-powered tests against Hops apps",
55
"keywords": [
66
"hops",
@@ -23,7 +23,7 @@
2323
"chalk": "^4.0.0",
2424
"eprom": "^1.0.0",
2525
"fs-extra": "^10.0.0",
26-
"hops-debug": "15.2.0",
26+
"hops-debug": "15.2.1",
2727
"import-from": "^4.0.0",
2828
"mkdirp": "^1.0.4",
2929
"mktemp": "^1.0.0",

0 commit comments

Comments
 (0)