Skip to content

Commit 0bdc950

Browse files
committedJan 12, 2022
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": {

0 commit comments

Comments
 (0)
Please sign in to comment.