File tree 3 files changed +4
-4
lines changed
scripts/babel-relay-plugin
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-relay" ,
3
3
"description" : " A framework for building data-driven React applications." ,
4
- "version" : " 0.6.1 " ,
4
+ "version" : " 0.7.0 " ,
5
5
"keywords" : [
6
6
" graphql" ,
7
7
" react" ,
33
33
"react-static-container" : " ^1.0.0-alpha.1"
34
34
},
35
35
"peerDependencies" : {
36
- "babel-relay-plugin" : " 0.6.3 " ,
36
+ "babel-relay-plugin" : " 0.7.0 " ,
37
37
"react" : " ^0.14.0"
38
38
},
39
39
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-relay-plugin" ,
3
- "version" : " 0.7.0-rc.1 " ,
3
+ "version" : " 0.7.0" ,
4
4
"description" : " Babel Relay Plugin for transpiling GraphQL queries for use with Relay." ,
5
5
"license" : " BSD-3-Clause" ,
6
6
"repository" : " facebook/relay" ,
Original file line number Diff line number Diff line change 10
10
*/
11
11
12
12
module . exports = {
13
- version : '0.6.1 '
13
+ version : '0.7.0 '
14
14
} ;
You can’t perform that action at this time.
0 commit comments