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

Lines changed: 11 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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",

0 commit comments

Comments
 (0)