Skip to content

Commit

Permalink
v1.2.0-rc.1
Browse files Browse the repository at this point in the history
Reviewed By: alangenfeld

Differential Revision: D5446459

fbshipit-source-id: 527fe785c511d5d65bb6d3e9836e3884b6695418
  • Loading branch information
kassens authored and facebook-github-bot committed Jul 19, 2017
1 parent 538aa48 commit 6efb898
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "relay",
"description": "A framework for building data-driven React applications.",
"version": "1.1.0",
"version": "1.2.0-rc.1",
"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
@@ -1,7 +1,7 @@
{
"name": "babel-plugin-relay",
"description": "A Babel Plugin for use with Relay applications.",
"version": "1.1.0",
"version": "1.2.0-rc.1",
"keywords": [
"graphql",
"relay",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-relay/package.json
@@ -1,7 +1,7 @@
{
"name": "react-relay",
"description": "A framework for building GraphQL-driven React applications.",
"version": "1.1.0",
"version": "1.2.0-rc.1",
"keywords": [
"graphql",
"relay",
Expand All @@ -16,7 +16,7 @@
"fbjs": "^0.8.1",
"prop-types": "^15.5.8",
"react-static-container": "^1.0.1",
"relay-runtime": "1.1.0"
"relay-runtime": "1.2.0-rc.1"
},
"peerDependencies": {
"react": "^16.0.0-a || ^15.0.0 || ^0.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/relay-compiler/package.json
@@ -1,7 +1,7 @@
{
"name": "relay-compiler",
"description": "A compiler tool for building GraphQL-driven applications.",
"version": "1.1.0",
"version": "1.2.0-rc.1",
"keywords": [
"graphql",
"relay"
Expand All @@ -25,7 +25,7 @@
"fbjs": "^0.8.1",
"graphql": "^0.10.5",
"immutable": "^3.8.1",
"relay-runtime": "1.1.0",
"relay-runtime": "1.2.0-rc.1",
"signedsource": "^1.0.0",
"yargs": "^7.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-runtime/package.json
@@ -1,7 +1,7 @@
{
"name": "relay-runtime",
"description": "A core runtime for building GraphQL-driven applications.",
"version": "1.1.0",
"version": "1.2.0-rc.1",
"keywords": [
"graphql",
"relay"
Expand Down

0 comments on commit 6efb898

Please sign in to comment.