Skip to content

Commit

Permalink
Bump version of Relay and Babel Relay plugin to 0.6.0
Browse files Browse the repository at this point in the history
Summary:
facebook-github-bot import
Closes #649

Reviewed By: kassens

Differential Revision: D2724534

fb-gh-sync-id: 01c0aaaf86b140f164ae332d3215d7db37d64c88
  • Loading branch information
steveluscher authored and facebook-github-bot-7 committed Dec 4, 2015
1 parent 56d476d commit 25af851
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-relay",
"description": "A framework for building data-driven React applications.",
"version": "0.5.0",
"version": "0.6.0",
"keywords": [
"graphql",
"react",
Expand Down Expand Up @@ -33,7 +33,7 @@
"react-static-container": "^1.0.0-alpha.1"
},
"peerDependencies": {
"babel-relay-plugin": "^0.4.1",
"babel-relay-plugin": "0.6.0",
"react": "^0.14.0",
"react-dom": "^0.14.0"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/babel-relay-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-relay-plugin",
"version": "0.4.2",
"version": "0.6.0",
"description": "Babel Relay Plugin for transpiling GraphQL queries for use with Relay.",
"license": "BSD-3-Clause",
"repository": "facebook/relay",
Expand Down
2 changes: 1 addition & 1 deletion website/core/SiteData.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
*/

module.exports = {
version: '0.5.0'
version: '0.6.0'
};

0 comments on commit 25af851

Please sign in to comment.