Skip to content

Commit

Permalink
up to Relay 16 + 3.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Oct 21, 2023
1 parent fb4421c commit 10ff7b9
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 21 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# master

**All work on version `2.x` is in the [2.x branch](https://github.com/zth/rescript-relay/tree/2.x).**

# **Version 3**

# 3.0.0-alpha.2

This brings the supported Relay version to 16.

## Upgrade versions

- `react-relay` and `relay-runtime` to `>=16.0.0`

# 3.0.0-alpha.1

Below is a series of releases for version 3 of RescriptRelay, which contain a large amount of breaking changes. The releases are cut up with a few breaking changes for each, to make them slightly less hard to migrate to. You're encouraged to start from the bottom and work your way up through the versions.
Expand Down
2 changes: 1 addition & 1 deletion packages/relay
Submodule relay updated 1202 files

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

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

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

8 changes: 4 additions & 4 deletions packages/rescript-relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rescript-relay",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"main": "src/RescriptRelay.res",
"license": "MIT",
"author": "Gabriel Nordeborn",
Expand Down Expand Up @@ -49,9 +49,9 @@
"node-fetch": "^2.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-relay": "15.0.0",
"relay-runtime": "15.0.0",
"rescript": "^11.0.0-beta.2"
"react-relay": "16.0.0",
"relay-runtime": "16.0.0",
"rescript": "^11.0.0-rc.4"
},
"peerDependencies": {
"@rescript/react": "^0.12.0-alpha.2 || next",
Expand Down
26 changes: 13 additions & 13 deletions packages/rescript-relay/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2541,16 +2541,16 @@ react-is@^17.0.1:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

react-relay@15.0.0:
version "15.0.0"
resolved "https://registry.yarnpkg.com/react-relay/-/react-relay-15.0.0.tgz#0014bea71611ae5cdbd3ef445aa13398fe3372d1"
integrity sha512-KWdeMMKMJanOL9LsGZYkyAekayYIi+Y4mbDM8VYbHVPgTWJWAQP6yJKS+V4D17qIMo1L84QJQjGaQWEG139p9Q==
react-relay@16.0.0:
version "16.0.0"
resolved "https://registry.yarnpkg.com/react-relay/-/react-relay-16.0.0.tgz#50201d309559401c19184f9a6e2cf32127175d21"
integrity sha512-3Dje0NLJFwt6b3xqgbiCGlTnpxoZe1OTPsXIPtFdftgDWQzSfrwqkBYUKab6bV2HhCKWCzXWafb8wURLDAlNJQ==
dependencies:
"@babel/runtime" "^7.0.0"
fbjs "^3.0.2"
invariant "^2.2.4"
nullthrows "^1.1.1"
relay-runtime "15.0.0"
relay-runtime "16.0.0"

[email protected]:
version "18.2.0"
Expand Down Expand Up @@ -2581,10 +2581,10 @@ regexp.prototype.flags@^1.2.0:
define-properties "^1.1.3"
functions-have-names "^1.2.2"

relay-runtime@15.0.0:
version "15.0.0"
resolved "https://registry.yarnpkg.com/relay-runtime/-/relay-runtime-15.0.0.tgz#e83315ea23925fae8f3317f0091f28924441576f"
integrity sha512-7AXkXLQo6gpJNBhk4Kii5b+Yat62HSDD1TgJBi021iSjT1muI8iYd4UZG4f/If209LmaVjkZt2HTNAlk6xtslw==
relay-runtime@16.0.0:
version "16.0.0"
resolved "https://registry.yarnpkg.com/relay-runtime/-/relay-runtime-16.0.0.tgz#66efc4ea95a291885dab04f90676ab4c004442ea"
integrity sha512-gJ70upfOxmFgtvFEKn7sU72uN2XF9Bg5Bml9oGRqe0rFWJDj1ItsljWzOZ972EyDE+pZG/VKbqiz3gUjhbsejQ==
dependencies:
"@babel/runtime" "^7.0.0"
fbjs "^3.0.2"
Expand All @@ -2595,10 +2595,10 @@ require-directory@^2.1.1:
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=

rescript@^11.0.0-beta.2:
version "11.0.0-beta.2"
resolved "https://registry.yarnpkg.com/rescript/-/rescript-11.0.0-beta.2.tgz#f8be07efcd4aa0f0ab2487e9bec12c0590985b65"
integrity sha512-Tcf72sR4EQ+eVMAwMWDSW5VPfg8YOS6bRJQ1Sf4u6jMy7Ui18mZyy0rusQmeq8vf2spgNulMcOw+HzQ9bEiz7g==
rescript@^11.0.0-rc.4:
version "11.0.0-rc.4"
resolved "https://registry.yarnpkg.com/rescript/-/rescript-11.0.0-rc.4.tgz#a7db18239a342dcda586c6f65ba5e6e4298d8d72"
integrity sha512-yh82o30J2/B/IwyPZjM+mc82FdyPkXRjXxlsUVEoyc5Z/snlq3Za2PhJhlfacwk+ui5lcOZsH8SndWPiI21vXg==

resolve-cwd@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit 10ff7b9

Please sign in to comment.