Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 3d61985

Browse files
committed
Version/changelog updates, prep for publish
1 parent 50f43dd commit 3d61985

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Change log
22

3-
## vNEXT
3+
## 2.5.3
44

55
### Bug Fixes
66

7-
- Fix an infinite loop caused by using `setState` in the
7+
- Fixed an infinite loop caused by using `setState` in the
88
`onError` / `onCompleted` callbacks of the `Query` component. <br/>
99
[@chenesan](https://github.com/chenesan) in [#2751](https://github.com/apollographql/react-apollo/pull/2751)
1010
- Fixed an issue that prevented good results from showing up in a `Query`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-apollo",
3-
"version": "2.5.2",
3+
"version": "2.5.3",
44
"author": "[email protected]",
55
"private": true,
66
"description": "React data container for Apollo Client",

0 commit comments

Comments
 (0)