Skip to content

Commit

Permalink
v13.0.0-rc.1
Browse files Browse the repository at this point in the history
Reviewed By: rbalicki2

Differential Revision: D32955480

fbshipit-source-id: bde25a268c8bc826e6b14deae9c79cbfb94dbf6e
  • Loading branch information
alunyov authored and facebook-github-bot committed Dec 8, 2021
1 parent f3f3ebb commit b3dd6e1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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": "13.0.0-rc.0",
"version": "13.0.0-rc.1",
"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": "13.0.0-rc.0",
"version": "13.0.0-rc.1",
"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": "13.0.0-rc.0",
"version": "13.0.0-rc.1",
"keywords": [
"graphql",
"relay",
Expand All @@ -16,7 +16,7 @@
"fbjs": "^3.0.0",
"invariant": "^2.2.4",
"nullthrows": "^1.1.1",
"relay-runtime": "13.0.0-rc.0"
"relay-runtime": "13.0.0-rc.1"
},
"peerDependencies": {
"react": "^16.9.0 || ^17"
Expand Down
2 changes: 1 addition & 1 deletion 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": "13.0.0-rc.0",
"version": "13.0.0-rc.1",
"keywords": [
"graphql",
"relay"
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": "13.0.0-rc.0",
"version": "13.0.0-rc.1",
"keywords": [
"graphql",
"relay"
Expand Down
4 changes: 2 additions & 2 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": "13.0.0-rc.0",
"version": "13.0.0-rc.1",
"keywords": [
"graphql",
"relay"
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"fbjs": "^3.0.0",
"relay-runtime": "13.0.0-rc.0"
"relay-runtime": "13.0.0-rc.1"
},
"directories": {
"": "./"
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": "13.0.0-rc.0",
"version": "13.0.0-rc.1",
"keywords": [
"graphql",
"relay"
Expand All @@ -14,7 +14,7 @@
"@babel/runtime": "^7.0.0",
"fbjs": "^3.0.0",
"invariant": "^2.2.4",
"relay-runtime": "13.0.0-rc.0"
"relay-runtime": "13.0.0-rc.1"
},
"directories": {
"": "./"
Expand Down

0 comments on commit b3dd6e1

Please sign in to comment.