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

Commit 5f5afbb

Browse files
author
Tom Coleman
authored
Merge pull request #263 from apollostack/release-0.5.9
0.5.9 release
2 parents a765e7c + d534ed1 commit 5f5afbb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Expect active development and potentially significant breaking changes in the `0
44

55
### vNext
66

7-
- Bug: Fix bugs related to skipping and unmounting components [#260](https://github.com/apollostack/react-apollo/pull/260)
7+
### v0.5.9
8+
9+
- Bug: Fix and test some subtle bugs around skipping and subscriptions. [#260](https://github.com/apollostack/react-apollo/pull/260)
810

911
### v0.5.8
1012

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": "0.5.8",
3+
"version": "0.5.9",
44
"description": "React data container for Apollo Client",
55
"main": "index.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)