apollographql / react-apollo

:recycle: React integration for Apollo Client
https://www.apollographql.com/docs/react/
MIT License
6.85k stars 790 forks source link

@apollo/react-hooks changelog #4039

Open vimalloc-mavenlink opened 4 years ago

vimalloc-mavenlink commented 4 years ago

I'm getting a bunch of errors in my test suite when upgrading from @apollo/react-hooks from 3.1.4 to 3.1.5. The errors are different every run, so I'm guessing it's stemming from some async change causing one test to fail, leading to a cascade of other failing tests. I'm trying to see what might have changed between these two versions, but the only changelog I'm finding (https://github.com/apollographql/react-apollo/blob/master/Changelog.md) doesn't have 3.1.4 or 3.1.5 listed.

Any chance we could get that updated? Thanks!!

EDIT: I also notice that @apollo/react-hooks has 3.1.5 on npm, but @apollo/react-testing and @apollo/react-common have a newest release of 3.1.4. I have no idea if that is related, but it seemed surprising to me since as far as I can tell they are all in this repository and there is a react-apollo@3.1.5 tag. Thought I would mention it just in case