Skip to content

Commit

Permalink
v1.6.2
Browse files Browse the repository at this point in the history
Differential Revision: D9093592

fbshipit-source-id: d3cd26eddda1d46776657d0cd1f3ac07327fe504
  • Loading branch information
Juan Tejada authored and facebook-github-bot committed Jul 31, 2018
1 parent 8ea9121 commit 7aa92e2
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.1",
"version": "1.6.2",
"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.1",
"version": "1.6.2",
"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.1",
"version": "1.6.2",
"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.1",
"version": "1.6.2",
"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.1"
"relay-runtime": "1.6.2"
},
"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.1",
"version": "1.6.2",
"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.1",
"graphql-compiler": "1.6.2",
"immutable": "~3.7.6",
"relay-runtime": "1.6.1",
"relay-runtime": "1.6.2",
"signedsource": "^1.0.0",
"yargs": "^9.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.6.2",
"keywords": [
"graphql",
"relay"
Expand All @@ -15,7 +15,7 @@
"fbjs": "0.8.17"
},
"peerDependencies": {
"relay-compiler": "1.6.1"
"relay-compiler": "1.6.2"
},
"directories": {
"": "./"
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.1",
"version": "1.6.2",
"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.1",
"relay-runtime": "1.6.1"
"relay-compiler": "1.6.2",
"relay-runtime": "1.6.2"
},
"peerDependencies": {
"graphql": "^0.13.0"
Expand Down

0 comments on commit 7aa92e2

Please sign in to comment.