Skip to content

Commit a9eae0d

Browse files
steveluscherfacebook-github-bot-4
authored and
facebook-github-bot-4
committedFeb 12, 2016
Bump versions to 0.7.0 for release.
Summary: Closes #831 Reviewed By: wincent Differential Revision: D2934167 fb-gh-sync-id: 1a4713be876e14e0dd6a351c958c2a191735d5cd shipit-source-id: 1a4713be876e14e0dd6a351c958c2a191735d5cd
1 parent 72a83ba commit a9eae0d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎package.json

+2-2
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.1",
4+
"version": "0.7.0",
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.3",
36+
"babel-relay-plugin": "0.7.0",
3737
"react": "^0.14.0"
3838
},
3939
"devDependencies": {

‎scripts/babel-relay-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-relay-plugin",
3-
"version": "0.7.0-rc.1",
3+
"version": "0.7.0",
44
"description": "Babel Relay Plugin for transpiling GraphQL queries for use with Relay.",
55
"license": "BSD-3-Clause",
66
"repository": "facebook/relay",

‎website/core/SiteData.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
*/
1111

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

0 commit comments

Comments
 (0)
Please sign in to comment.