Skip to content

Commit

Permalink
v13.0.3
Browse files Browse the repository at this point in the history
Reviewed By: kassens

Differential Revision: D34045376

fbshipit-source-id: 8c2fb612552ba21ed4141048dd89de15c5ca0136
  • Loading branch information
alunyov authored and facebook-github-bot committed Feb 7, 2022
1 parent 230601c commit 0aa4548
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion compiler/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion compiler/crates/relay-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @generated by autocargo from //relay/oss/crates/relay-compiler:[relay,relay-compiler,relay-compiler-compile_relay_artifacts_test,relay-compiler-compile_relay_artifacts_with_custom_id_test]
[package]
name = "relay-compiler"
version = "13.0.2"
version = "13.0.3"
authors = ["Facebook"]
edition = "2021"
license = "MIT"
Expand Down
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.2",
"version": "13.0.3",
"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.2",
"version": "13.0.3",
"keywords": [
"graphql",
"relay",
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "13.0.3",
"keywords": [
"graphql",
"relay",
Expand All @@ -10,7 +10,7 @@
"license": "MIT",
"homepage": "https://relay.dev",
"bugs": "https://github.com/facebook/relay/issues",
"repository": {
"repository": {
"type": "git",
"url": "https://github.com/facebook/relay.git",
"directory": "packages/react-relay"
Expand All @@ -20,7 +20,7 @@
"fbjs": "^3.0.2",
"invariant": "^2.2.4",
"nullthrows": "^1.1.1",
"relay-runtime": "13.0.2"
"relay-runtime": "13.0.3"
},
"peerDependencies": {
"react": "^16.9.0 || ^17"
Expand Down
4 changes: 2 additions & 2 deletions packages/relay-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "relay-compiler",
"description": "A compiler tool for building GraphQL-driven applications.",
"version": "13.0.2",
"version": "13.0.3",
"keywords": [
"graphql",
"relay"
],
"license": "MIT",
"homepage": "https://relay.dev",
"bugs": "https://github.com/facebook/relay/issues",
"repository": {
"repository": {
"type": "git",
"url": "https://github.com/facebook/relay.git",
"directory": "packages/relay-compiler"
Expand Down
4 changes: 2 additions & 2 deletions packages/relay-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "relay-runtime",
"description": "A core runtime for building GraphQL-driven applications.",
"version": "13.0.2",
"version": "13.0.3",
"keywords": [
"graphql",
"relay"
],
"license": "MIT",
"homepage": "https://relay.dev",
"bugs": "https://github.com/facebook/relay/issues",
"repository": {
"repository": {
"type": "git",
"url": "https://github.com/facebook/relay.git",
"directory": "packages/relay-runtime"
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,23 +1,23 @@
{
"name": "relay-test-utils-internal",
"description": "Internal utilities for testing Relay.",
"version": "13.0.2",
"version": "13.0.3",
"keywords": [
"graphql",
"relay"
],
"license": "MIT",
"homepage": "https://relay.dev",
"bugs": "https://github.com/facebook/relay/issues",
"repository": {
"repository": {
"type": "git",
"url": "https://github.com/facebook/relay.git",
"directory": "packages/relay-test-utils-internal"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"fbjs": "^3.0.2",
"relay-runtime": "13.0.2"
"relay-runtime": "13.0.3"
},
"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,15 +1,15 @@
{
"name": "relay-test-utils",
"description": "Utilities for testing Relay applications.",
"version": "13.0.2",
"version": "13.0.3",
"keywords": [
"graphql",
"relay"
],
"license": "MIT",
"homepage": "https://relay.dev",
"bugs": "https://github.com/facebook/relay/issues",
"repository": {
"repository": {
"type": "git",
"url": "https://github.com/facebook/relay.git",
"directory": "packages/relay-test-utils"
Expand All @@ -18,7 +18,7 @@
"@babel/runtime": "^7.0.0",
"fbjs": "^3.0.2",
"invariant": "^2.2.4",
"relay-runtime": "13.0.2"
"relay-runtime": "13.0.3"
},
"directories": {
"": "./"
Expand Down

0 comments on commit 0aa4548

Please sign in to comment.