Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
Summary: Updating to version 7.0.0

Reviewed By: tyao1

Differential Revision: D18038143

fbshipit-source-id: 3e49580bba7cc682a3726b22bd13bb1e8e6debb7
  • Loading branch information
Juan Tejada authored and facebook-github-bot committed Oct 21, 2019
1 parent aee90af commit 40b0c16
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 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": "6.0.0",
"version": "7.0.0",
"license": "MIT",
"homepage": "https://relay.dev",
"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": "6.0.0",
"version": "7.0.0",
"keywords": [
"graphql",
"relay",
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": "6.0.0",
"version": "7.0.0",
"keywords": [
"graphql",
"relay",
Expand All @@ -15,7 +15,7 @@
"@babel/runtime": "^7.0.0",
"fbjs": "^1.0.0",
"nullthrows": "^1.1.1",
"relay-runtime": "6.0.0"
"relay-runtime": "7.0.0"
},
"peerDependencies": {
"react": "^16.9.0"
Expand Down
4 changes: 2 additions & 2 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": "6.0.0",
"version": "7.0.0",
"keywords": [
"graphql",
"relay"
Expand All @@ -28,7 +28,7 @@
"fbjs": "^1.0.0",
"immutable": "~3.7.6",
"nullthrows": "^1.1.1",
"relay-runtime": "6.0.0",
"relay-runtime": "7.0.0",
"signedsource": "^1.0.0",
"yargs": "^9.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/relay-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "relay-config",
"description": "Config parser for Relay applications.",
"version": "6.0.0",
"version": "7.0.0",
"keywords": [
"graphql",
"relay"
Expand All @@ -15,6 +15,6 @@
"cosmiconfig": "^5.0.5"
},
"peerDependencies": {
"relay-compiler": "6.0.0"
"relay-compiler": "7.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/relay-experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "relay-experimental",
"description": "Contains unstable, experimental code",
"version": "6.0.0",
"version": "7.0.0",
"keywords": [
"graphql",
"relay"
Expand All @@ -13,8 +13,8 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"fbjs": "^1.0.0",
"react-relay": "6.0.0",
"relay-runtime": "6.0.0"
"react-relay": "7.0.0",
"relay-runtime": "7.0.0"
},
"directories": {
"": "./"
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": "6.0.0",
"version": "7.0.0",
"keywords": [
"graphql",
"relay"
Expand Down
6 changes: 3 additions & 3 deletions packages/relay-test-utils-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "relay-test-utils-internal",
"description": "Internal utilities for testing Relay.",
"version": "6.0.0",
"version": "7.0.0",
"keywords": [
"graphql",
"relay"
Expand All @@ -13,8 +13,8 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"fbjs": "^1.0.0",
"relay-runtime": "6.0.0",
"relay-compiler": "6.0.0"
"relay-runtime": "7.0.0",
"relay-compiler": "7.0.0"
},
"peerDependencies": {
"graphql": "^14.2.0"
Expand Down
4 changes: 2 additions & 2 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": "6.0.0",
"version": "7.0.0",
"keywords": [
"graphql",
"relay"
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"fbjs": "^1.0.0",
"relay-runtime": "6.0.0"
"relay-runtime": "7.0.0"
},
"peerDependencies": {
"graphql": "^14.2.0"
Expand Down

2 comments on commit 40b0c16

@mrtnzlml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @jstejada! The changelog for version 7 doesn't have any info about removed createRelayNetworkLogger which is a BC break. Would you please consider adding it? :)

@jstejada
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mrtnzlml thanks for pointing this out, I've updated the release notes. cc @kassens

Please sign in to comment.