Skip to content

Commit 6ee64ae

Browse files
alunyovfacebook-github-bot
authored andcommitted
v7.1.0
Reviewed By: jstejada Differential Revision: D18372787 fbshipit-source-id: f4451e8663a0d89924e5404b68bd26cd3c142dd7
1 parent bb33efe commit 6ee64ae

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "relay",
33
"description": "A framework for building data-driven React applications.",
4-
"version": "7.0.0",
4+
"version": "7.1.0",
55
"license": "MIT",
66
"homepage": "https://relay.dev",
77
"bugs": "https://github.com/facebook/relay/issues",

packages/babel-plugin-relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-plugin-relay",
33
"description": "A Babel Plugin for use with Relay applications.",
4-
"version": "7.0.0",
4+
"version": "7.1.0",
55
"keywords": [
66
"graphql",
77
"relay",

packages/react-relay/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-relay",
33
"description": "A framework for building GraphQL-driven React applications.",
4-
"version": "7.0.0",
4+
"version": "7.1.0",
55
"keywords": [
66
"graphql",
77
"relay",
@@ -15,7 +15,7 @@
1515
"@babel/runtime": "^7.0.0",
1616
"fbjs": "^1.0.0",
1717
"nullthrows": "^1.1.1",
18-
"relay-runtime": "7.0.0"
18+
"relay-runtime": "7.1.0"
1919
},
2020
"peerDependencies": {
2121
"react": "^16.9.0"

packages/relay-compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "relay-compiler",
33
"description": "A compiler tool for building GraphQL-driven applications.",
4-
"version": "7.0.0",
4+
"version": "7.1.0",
55
"keywords": [
66
"graphql",
77
"relay"
@@ -28,7 +28,7 @@
2828
"fbjs": "^1.0.0",
2929
"immutable": "~3.7.6",
3030
"nullthrows": "^1.1.1",
31-
"relay-runtime": "7.0.0",
31+
"relay-runtime": "7.1.0",
3232
"signedsource": "^1.0.0",
3333
"yargs": "^9.0.0"
3434
},

packages/relay-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "relay-config",
33
"description": "Config parser for Relay applications.",
4-
"version": "7.0.0",
4+
"version": "7.1.0",
55
"keywords": [
66
"graphql",
77
"relay"
@@ -15,6 +15,6 @@
1515
"cosmiconfig": "^5.0.5"
1616
},
1717
"peerDependencies": {
18-
"relay-compiler": "7.0.0"
18+
"relay-compiler": "7.1.0"
1919
}
2020
}

packages/relay-experimental/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "relay-experimental",
33
"description": "Contains unstable, experimental code",
4-
"version": "7.0.0",
4+
"version": "7.1.0",
55
"keywords": [
66
"graphql",
77
"relay"
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@babel/runtime": "^7.0.0",
1515
"fbjs": "^1.0.0",
16-
"react-relay": "7.0.0",
17-
"relay-runtime": "7.0.0"
16+
"react-relay": "7.1.0",
17+
"relay-runtime": "7.1.0"
1818
},
1919
"directories": {
2020
"": "./"

packages/relay-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "relay-runtime",
33
"description": "A core runtime for building GraphQL-driven applications.",
4-
"version": "7.0.0",
4+
"version": "7.1.0",
55
"keywords": [
66
"graphql",
77
"relay"

packages/relay-test-utils-internal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "relay-test-utils-internal",
33
"description": "Internal utilities for testing Relay.",
4-
"version": "7.0.0",
4+
"version": "7.1.0",
55
"keywords": [
66
"graphql",
77
"relay"
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@babel/runtime": "^7.0.0",
1515
"fbjs": "^1.0.0",
16-
"relay-runtime": "7.0.0",
17-
"relay-compiler": "7.0.0"
16+
"relay-runtime": "7.1.0",
17+
"relay-compiler": "7.1.0"
1818
},
1919
"peerDependencies": {
2020
"graphql": "^14.2.0"

packages/relay-test-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "relay-test-utils",
33
"description": "Utilities for testing Relay applications.",
4-
"version": "7.0.0",
4+
"version": "7.1.0",
55
"keywords": [
66
"graphql",
77
"relay"
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@babel/runtime": "^7.0.0",
1515
"fbjs": "^1.0.0",
16-
"relay-runtime": "7.0.0"
16+
"relay-runtime": "7.1.0"
1717
},
1818
"peerDependencies": {
1919
"graphql": "^14.2.0"

0 commit comments

Comments
 (0)