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

Commit 01425b3

Browse files
author
James Baxley
committed
update meta for release
1 parent 2338132 commit 01425b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changelog.md

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

55
### vNext
66

7+
### v0.5.6
8+
79
- Bug: Passing immutable to ApolloProvider breaks ssr. `renderToStringWithData` fails to reference the right store.
810
[#222](https://github.com/apollostack/react-apollo/pull/222)
11+
- Bug: Fixed issue with context in SSR [#218](https://github.com/apollostack/react-apollo/issues/218)
912

1013
### v0.5.5
1114

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.5",
3+
"version": "0.5.6",
44
"description": "React data container for Apollo Client",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)