Skip to content

Commit

Permalink
3.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Jan 12, 2024
1 parent 2f4bf9a commit e56162f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 25 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# master

- Use zero cost tagged variants for `RequiredFieldLogger`.
- Add support for the `relay_resolver.error` event kind.

**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-rc.2

- Depend on ReScript v11 and RescriptReact 0.12.0.
- BREAKING: Use zero cost tagged variants for `RequiredFieldLogger`.
- Add support for the `relay_resolver.error` event kind.

# 3.0.0-rc.1

- Get rid of functor for creating `loadQuery`.
Expand Down
5 changes: 1 addition & 4 deletions packages/rescript-relay/bsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,5 @@
],
"bs-dependencies": ["@rescript/react"],
"bs-dev-dependencies": ["@glennsl/rescript-fetch"],
"suffix": ".bs.js",
"warnings": {
"error": "+A+101"
}
"suffix": ".bs.js"
}
16 changes: 6 additions & 10 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-rc.1",
"version": "3.0.0-rc.2",
"main": "src/RescriptRelay.res",
"license": "MIT",
"author": "Gabriel Nordeborn",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@glennsl/rescript-fetch": "^0.2.0",
"@rescript/react": "0.12.0-alpha.2",
"@rescript/react": "0.12.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^13.0.0-alpha.6",
"graphql-query-test-mock": "^0.12.1",
Expand All @@ -51,19 +51,15 @@
"react-dom": "18.2.0",
"react-relay": "16.0.0",
"relay-runtime": "16.0.0",
"rescript": "^11.0.0-rc.4"
"rescript": "^11.0.0"
},
"peerDependencies": {
"@rescript/react": "^0.12.0-alpha.2 || next",
"react-relay": ">=15.0.0",
"@rescript/react": "^0.12.0",
"react-relay": ">=16.0.0",
"relay-runtime": "*",
"rescript": "^11.0.0-alpha.0 || next"
"rescript": "^11.0.0"
},
"dependencies": {
"detect-libc": "^2.0.1"
},
"resolutions": {
"react": "18.2.0",
"react-dom": "18.2.0"
}
}
16 changes: 8 additions & 8 deletions packages/rescript-relay/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -521,10 +521,10 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@rescript/react@0.12.0-alpha.2":
version "0.12.0-alpha.2"
resolved "https://registry.yarnpkg.com/@rescript/react/-/react-0.12.0-alpha.2.tgz#9a65668c6056ac1f80917639a96f4ad7887320f7"
integrity sha512-FkVFU7LFT0c9tT01N08VsbhE7X3IuJvxrTBrbCehRyhw3qZy2qq9+HmMWm87kD4jaO23J7OhCGz5ejf66YOyoQ==
"@rescript/react@0.12.0":
version "0.12.0"
resolved "https://registry.yarnpkg.com/@rescript/react/-/react-0.12.0.tgz#d72f0561ec9c4ae04c5db0a752087190ba7d3f40"
integrity sha512-EBLsf5rD7sJOjgfLLGwuLw/hONszc3UtYnIVgv7OdTyUNR41/m4deVm62PI0agvr3kWakXz4KchKRSd+19/bRA==

"@sinonjs/commons@^1.7.0":
version "1.8.3"
Expand Down Expand Up @@ -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-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==
rescript@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/rescript/-/rescript-11.0.0.tgz#9a0b6fc998c360543c459aba49b77a572a0306cd"
integrity sha512-uIUwDZZmDUb7ymGkBiiGioxMg8hXh1mze/2k/qhYQcZGgi7PrLHQIW9AksM7gb9WnpjCAvFsA8U2VgC0nA468w==

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

0 comments on commit e56162f

Please sign in to comment.