Skip to content

Commit 0bdc950

Browse files
committed
chore: release v16.0.0-nightly.1
1 parent 79e4290 commit 0bdc950

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

+363
-91
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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+
# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **apollo-mock-server:** move playground.png image to mock server folder ([f527c33](https://github.com/xing/hops/commit/f527c33c69c21f6aa979f3811441a91622bd0f5f))
12+
* fix bors config ([170c953](https://github.com/xing/hops/commit/170c9530547cf1dba0eba0fc993ed769679198a4))
13+
* fix incorrect argument passing to process ([ea4cb8b](https://github.com/xing/hops/commit/ea4cb8b8a070f9fd7428f1991cfe0703d35d5039))
14+
* **jest-environment:** replace package colors with chalk ([bd77d85](https://github.com/xing/hops/commit/bd77d8572e08ca4f372bed683c90b74aae766eba))
15+
* **jest-preset:** replace package colors with chalk ([d06751e](https://github.com/xing/hops/commit/d06751e8ac1c86139d76a7fc30abe45e8cc62f0e))
16+
* **lambda:** replace package prompt with readline ([bf85c6b](https://github.com/xing/hops/commit/bf85c6bd7cce9cc9c8f6969a71d1f70735005523))
17+
* **react-apollo:** make fragmentTypes available to the client-side ([b26f406](https://github.com/xing/hops/commit/b26f406f4790b8aa03c8e14ee7916ebcccff9925))
18+
* reference the current version, not latest ([188fbd1](https://github.com/xing/hops/commit/188fbd197538ff7261d854a30a89f58e2cccd252))
19+
* support both 14 and 16 ([ddd19e2](https://github.com/xing/hops/commit/ddd19e25d9e94d70ee245e69cda396d776894055))
20+
* **webpack:** externalize server source-map to prevent RangeError ([79e4290](https://github.com/xing/hops/commit/79e4290febe6316adf7ef4c17ecbd26fefc133fd))
21+
* **webpack:** print file name and location in webpack warnings ([0e4a05c](https://github.com/xing/hops/commit/0e4a05c3c19e815cd5d40e49c19ef7a1d79ac0ac))
22+
23+
24+
25+
26+
627
# [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30)
728

829

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": "16.0.0-nightly.0",
4+
"version": "16.0.0-nightly.1",
55
"registry": "https://registry.npmjs.org/",
66
"command": {
77
"version": {

packages/apollo-mock-server/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+
# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **apollo-mock-server:** move playground.png image to mock server folder ([f527c33](https://github.com/xing/hops/commit/f527c33c69c21f6aa979f3811441a91622bd0f5f))
12+
13+
14+
15+
16+
617
# [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30)
718

819
**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": "16.0.0-nightly.0",
3+
"version": "16.0.0-nightly.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": "16.0.0-nightly.0",
32-
"hops-mixin": "16.0.0-nightly.0",
33-
"hops-webpack": "16.0.0-nightly.0"
31+
"hops-config": "16.0.0-nightly.1",
32+
"hops-mixin": "16.0.0-nightly.1",
33+
"hops-webpack": "16.0.0-nightly.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+
# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12)
7+
8+
**Note:** Version bump only for package hops-bootstrap
9+
10+
11+
12+
13+
614
# [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30)
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": "16.0.0-nightly.0",
3+
"version": "16.0.0-nightly.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": "16.0.0-nightly.0",
24+
"hops-debug": "16.0.0-nightly.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+
# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12)
7+
8+
**Note:** Version bump only for package hops-config
9+
10+
11+
12+
13+
614
# [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30)
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": "16.0.0-nightly.0",
3+
"version": "16.0.0-nightly.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": "16.0.0-nightly.0"
24+
"hops-bootstrap": "16.0.0-nightly.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+
# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12)
7+
8+
**Note:** Version bump only for package create-hops-app
9+
10+
11+
12+
13+
614
# [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30)
715

816

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": "16.0.0-nightly.0",
3+
"version": "16.0.0-nightly.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+
# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12)
7+
8+
**Note:** Version bump only for package hops-debug
9+
10+
11+
12+
13+
614
# [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30)
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": "16.0.0-nightly.0",
3+
"version": "16.0.0-nightly.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+
# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12)
7+
8+
**Note:** Version bump only for package hops-development-proxy
9+
10+
11+
12+
13+
614
# [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30)
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": "16.0.0-nightly.0",
3+
"version": "16.0.0-nightly.1",
44
"description": "Proxy",
55
"keywords": [
66
"hops"
@@ -17,8 +17,8 @@
1717
"displayName": "unit"
1818
},
1919
"dependencies": {
20-
"hops-debug": "16.0.0-nightly.0",
21-
"hops-mixin": "16.0.0-nightly.0",
20+
"hops-debug": "16.0.0-nightly.1",
21+
"hops-mixin": "16.0.0-nightly.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+
# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12)
7+
8+
**Note:** Version bump only for package hops-express
9+
10+
11+
12+
13+
614
# [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30)
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": "16.0.0-nightly.0",
3+
"version": "16.0.0-nightly.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": "16.0.0-nightly.0",
32-
"hops-debug": "16.0.0-nightly.0",
33-
"hops-mixin": "16.0.0-nightly.0",
34-
"hops-yargs": "16.0.0-nightly.0",
31+
"hops-bootstrap": "16.0.0-nightly.1",
32+
"hops-debug": "16.0.0-nightly.1",
33+
"hops-mixin": "16.0.0-nightly.1",
34+
"hops-yargs": "16.0.0-nightly.1",
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+
# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **apollo-mock-server:** move playground.png image to mock server folder ([f527c33](https://github.com/xing/hops/commit/f527c33c69c21f6aa979f3811441a91622bd0f5f))
12+
13+
14+
15+
16+
617
# [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30)
718

819
**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": "16.0.0-nightly.0",
3+
"version": "16.0.0-nightly.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": "16.0.0-nightly.0",
25-
"hops-react-apollo": "16.0.0-nightly.0"
24+
"hops-apollo-mock-server": "16.0.0-nightly.1",
25+
"hops-react-apollo": "16.0.0-nightly.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+
# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12)
7+
8+
**Note:** Version bump only for package hops
9+
10+
11+
12+
13+
614
# [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30)
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": "16.0.0-nightly.0",
3+
"version": "16.0.0-nightly.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": "16.0.0-nightly.0",
34-
"hops-info": "16.0.0-nightly.0",
35-
"hops-mixin": "16.0.0-nightly.0",
36-
"hops-react": "16.0.0-nightly.0",
37-
"hops-webpack": "16.0.0-nightly.0",
38-
"hops-yargs": "16.0.0-nightly.0",
33+
"hops-express": "16.0.0-nightly.1",
34+
"hops-info": "16.0.0-nightly.1",
35+
"hops-mixin": "16.0.0-nightly.1",
36+
"hops-react": "16.0.0-nightly.1",
37+
"hops-webpack": "16.0.0-nightly.1",
38+
"hops-yargs": "16.0.0-nightly.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+
# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12)
7+
8+
**Note:** Version bump only for package hops-info
9+
10+
11+
12+
13+
614
# [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30)
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": "16.0.0-nightly.0",
3+
"version": "16.0.0-nightly.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": "16.0.0-nightly.0",
24-
"hops-mixin": "16.0.0-nightly.0",
23+
"hops-bootstrap": "16.0.0-nightly.1",
24+
"hops-mixin": "16.0.0-nightly.1",
2525
"mixinable": "^5.0.1",
2626
"web-vitals": "^2.0.0"
2727
},

packages/jest-environment/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+
# [16.0.0-nightly.1](https://github.com/xing/hops/compare/v16.0.0-nightly.0...v16.0.0-nightly.1) (2022-01-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **jest-environment:** replace package colors with chalk ([bd77d85](https://github.com/xing/hops/commit/bd77d8572e08ca4f372bed683c90b74aae766eba))
12+
13+
14+
15+
16+
617
# [16.0.0-nightly.0](https://github.com/xing/hops/compare/v15.0.0...v16.0.0-nightly.0) (2021-09-30)
718

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

0 commit comments

Comments
 (0)