Skip to content

Commit a1e348c

Browse files
steveluscherfacebook-github-bot-7
authored andcommitted
Bump version of Relay to 0.6.1 and specify Relay Babel plugin 0.6.3.
Summary: Closes #729 Reviewed By: devknoll Differential Revision: D2816302 fb-gh-sync-id: 43a461fb04a9da571cef6d8e381526514a17dd57
1 parent 459ab16 commit a1e348c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-relay",
33
"description": "A framework for building data-driven React applications.",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"keywords": [
66
"graphql",
77
"react",
@@ -33,7 +33,7 @@
3333
"react-static-container": "^1.0.0-alpha.1"
3434
},
3535
"peerDependencies": {
36-
"babel-relay-plugin": "0.6.1",
36+
"babel-relay-plugin": "0.6.3",
3737
"react": "^0.14.0",
3838
"react-dom": "^0.14.0"
3939
},

website/core/SiteData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
*/
1111

1212
module.exports = {
13-
version: '0.6.0'
13+
version: '0.6.1'
1414
};

0 commit comments

Comments
 (0)