Skip to content

Commit bd4fed3

Browse files
chore: release v15.2.0
1 parent f8799d1 commit bd4fed3

58 files changed

Lines changed: 341 additions & 91 deletions

Some content is hidden

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

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)
7+
8+
9+
### Bug Fixes
10+
11+
* update dependency loader-utils to v3 ([3de91e1](https://github.com/xing/hops/commit/3de91e1988286e8c5e3729d7b877e434acd166d3))
12+
* update dependency react-refresh to ^0.11.0 ([7adebdc](https://github.com/xing/hops/commit/7adebdc44a9c818d030efb24c3a084c6881b9995))
13+
14+
15+
### Features
16+
17+
* **express:** make helmet headers configurable ([71bd502](https://github.com/xing/hops/commit/71bd50295226eb4cdfd855964b0ca14ee20c3384))
18+
19+
20+
21+
22+
623
## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)
724

825

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.1.2",
4+
"version": "15.2.0",
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.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)
7+
8+
**Note:** Version bump only for package hops-apollo-mock-server
9+
10+
11+
12+
13+
614
## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)
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.1.2",
3+
"version": "15.2.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.1.2",
32-
"hops-mixin": "15.1.2",
33-
"hops-webpack": "15.1.2"
31+
"hops-config": "15.2.0",
32+
"hops-mixin": "15.2.0",
33+
"hops-webpack": "15.2.0"
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.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)
7+
8+
**Note:** Version bump only for package hops-bootstrap
9+
10+
11+
12+
13+
614
## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)
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.1.2",
3+
"version": "15.2.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.1.2",
24+
"hops-debug": "15.2.0",
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.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)
7+
8+
**Note:** Version bump only for package hops-config
9+
10+
11+
12+
13+
614
## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)
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.1.2",
3+
"version": "15.2.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.1.2"
24+
"hops-bootstrap": "15.2.0"
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.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)
7+
8+
**Note:** Version bump only for package create-hops-app
9+
10+
11+
12+
13+
614
## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)
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.1.2",
3+
"version": "15.2.0",
44
"description": "CLI tool to create Hops applications",
55
"keywords": [
66
"hops",

0 commit comments

Comments
 (0)