Skip to content

Commit

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

Differential Revision: D9354557

fbshipit-source-id: 55519f03fdc26490b4fae3c5f62af17ff6a23154
  • Loading branch information
kassens authored and facebook-github-bot committed Aug 16, 2018
1 parent ace63dc commit 474650c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.6.2",
"version": "1.7.0-rc.1",
"license": "MIT",
"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.6.2",
"version": "1.7.0-rc.1",
"keywords": [
"graphql",
"relay",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-compiler",
"version": "1.6.2",
"version": "1.7.0-rc.1",
"license": "MIT",
"description": "A Code-generation toolkit for GraphQL",
"main": "GraphQLCompilerPublic.js",
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.6.2",
"version": "1.7.0-rc.1",
"keywords": [
"graphql",
"relay",
Expand All @@ -15,7 +15,7 @@
"babel-runtime": "^6.23.0",
"fbjs": "0.8.17",
"prop-types": "^15.5.8",
"relay-runtime": "1.6.2"
"relay-runtime": "1.7.0-rc.1"
},
"peerDependencies": {
"react": "^16.3.0"
Expand Down
6 changes: 3 additions & 3 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.6.2",
"version": "1.7.0-rc.1",
"keywords": [
"graphql",
"relay"
Expand All @@ -26,9 +26,9 @@
"fast-glob": "^2.2.2",
"fb-watchman": "^2.0.0",
"fbjs": "0.8.17",
"graphql-compiler": "1.6.2",
"graphql-compiler": "1.7.0-rc.1",
"immutable": "~3.7.6",
"relay-runtime": "1.6.2",
"relay-runtime": "1.7.0-rc.1",
"signedsource": "^1.0.0",
"yargs": "^9.0.0"
},
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.6.2",
"version": "1.7.0-rc.1",
"keywords": [
"graphql",
"relay"
Expand Down
6 changes: 3 additions & 3 deletions packages/relay-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "relay-test-utils",
"description": "Utilities for testing Relay applications.",
"version": "1.6.2",
"version": "1.7.0-rc.1",
"keywords": [
"graphql",
"relay"
Expand All @@ -15,8 +15,8 @@
"fbjs": "0.8.17",
"iterall": "^1.2.1",
"prop-types": "^15.5.8",
"relay-compiler": "1.6.2",
"relay-runtime": "1.6.2"
"relay-compiler": "1.7.0-rc.1",
"relay-runtime": "1.7.0-rc.1"
},
"peerDependencies": {
"graphql": "^0.13.0"
Expand Down

0 comments on commit 474650c

Please sign in to comment.