Skip to content

Commit

Permalink
v1.6.1 (#2495)
Browse files Browse the repository at this point in the history
Summary:
Update version to v1.6.1
Pull Request resolved: #2495

Reviewed By: kassens

Differential Revision: D9042628

Pulled By: jstejada

fbshipit-source-id: 772fc1e8bd11cc18fbe89a67bec281ae4615a7ac
  • Loading branch information
Juan Tejada authored and facebook-github-bot committed Jul 30, 2018
1 parent f67c4d6 commit ef2acf1
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.0",
"version": "1.6.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.0",
"version": "1.6.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.0",
"version": "1.6.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.0",
"version": "1.6.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.0"
"relay-runtime": "1.6.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.0",
"version": "1.6.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.0",
"graphql-compiler": "1.6.1",
"immutable": "~3.7.6",
"relay-runtime": "1.6.0",
"relay-runtime": "1.6.1",
"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.0",
"version": "1.6.1",
"keywords": [
"graphql",
"relay"
Expand All @@ -15,7 +15,7 @@
"fbjs": "0.8.17"
},
"peerDependencies": {
"relay-compiler": "1.6.0"
"relay-compiler": "1.6.1"
},
"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.0",
"version": "1.6.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.0",
"relay-runtime": "1.6.0"
"relay-compiler": "1.6.1",
"relay-runtime": "1.6.1"
},
"peerDependencies": {
"graphql": "^0.13.0"
Expand Down

0 comments on commit ef2acf1

Please sign in to comment.