Skip to content

Commit

Permalink
v1.0.0-alpha.3
Browse files Browse the repository at this point in the history
Reviewed By: kassens

Differential Revision: D4894703

fbshipit-source-id: bfe3140fdeb1891ef03834a0d4c80864b6b7a110
  • Loading branch information
leebyron authored and facebook-github-bot committed Apr 17, 2017
1 parent ef37b88 commit f47500a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "relay",
"description": "A framework for building data-driven React applications.",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"license": "BSD-3-Clause",
"homepage": "https://facebook.github.io/relay/",
"bugs": "https://github.com/facebook/relay/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-relay/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-plugin-relay",
"description": "A Babel Plugin for use with Relay applications.",
"version": "1.0.1-alpha.2",
"version": "1.0.1-alpha.3",
"keywords": [
"graphql",
"relay",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-relay/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-relay",
"description": "A framework for building GraphQL-driven React applications.",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"keywords": [
"graphql",
"relay",
Expand All @@ -15,7 +15,7 @@
"babel-runtime": "^6.23.0",
"fbjs": "^0.8.1",
"react-static-container": "^1.0.1",
"relay-runtime": "1.0.0-alpha.2"
"relay-runtime": "1.0.0-alpha.3"
},
"peerDependencies": {
"react": "^15.0.0 || ^0.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/relay-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "relay-compiler",
"description": "A compiler tool for building GraphQL-driven applications.",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"keywords": [
"graphql",
"relay"
Expand All @@ -23,7 +23,7 @@
"fbjs": "^0.8.1",
"graphql": "0.9.1",
"immutable": "^3.8.1",
"relay-runtime": "1.0.0-alpha.2",
"relay-runtime": "1.0.0-alpha.3",
"signedsource": "^1.0.0",
"yargs": "^7.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "relay-runtime",
"description": "A core runtime for building GraphQL-driven applications.",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"keywords": [
"graphql",
"relay"
Expand Down

0 comments on commit f47500a

Please sign in to comment.