From 6512fad21bedb00f44a2be0690340fad95ce2809 Mon Sep 17 00:00:00 2001 From: Sean Roberts Date: Fri, 16 Aug 2019 09:33:30 -0400 Subject: [PATCH 1/2] Fix broken npm link in README.md The link is currently pointing to https://www.npmjs.com/package/@react-apollo instead of https://www.npmjs.com/package/react-apollo, and returning a 404 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d42af9753f..fce6a5eafb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## React Apollo -[![npm version](https://badge.fury.io/js/react-apollo.svg)](https://badge.fury.io/js/%40react-apollo) +[![npm version](https://badge.fury.io/js/react-apollo.svg)](https://badge.fury.io/js/react-apollo) [![Build Status](https://circleci.com/gh/apollographql/react-apollo.svg?style=svg)](https://circleci.com/gh/apollographql/react-apollo) [![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/apollo) From 890539b5c4d306591d68a699a7df4f19e24c153d Mon Sep 17 00:00:00 2001 From: hwillson Date: Mon, 19 Aug 2019 07:25:29 -0400 Subject: [PATCH 2/2] Changelog update --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6119192bcc..7363bc85e2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ # Change log +## vNext + +### Bug Fixes + +- Documentation fixes.
+ [@SeanRoberts](https://github.com/SeanRoberts) in [#3380](https://github.com/apollographql/react-apollo/pull/3380) + + ## 3.0.1 (2019-08-15) ### Improvements