Skip to content

Commit

Permalink
3.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Apr 12, 2024
1 parent 002c144 commit fd6bb88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

# Unreleased

# 3.0.0-rc.5

- Support for Relay `@updatable` queries and fragments (https://relay.dev/docs/guided-tour/updating-data/imperatively-modifying-store-data/#optimistic-updaters-vs-updaters). https://github.com/zth/rescript-relay/pull/501
- Attempt 2: Fix an error in postinstall.js when reinstalling rescript-relay dependency (https://github.com/zth/rescript-relay/pull/493)
- Suppress more false positives for unused things in generated Relay files.
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "3.0.0-rc.5",
"main": "src/RescriptRelay.res",
"license": "MIT",
"author": "Gabriel Nordeborn",
Expand Down
6 changes: 1 addition & 5 deletions packages/rescript-relay/rescript.release.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"name": "rescript-relay",
"version": "0.1.0",
"namespace": false,
"reason": {
"react-jsx": 3
},
"sources": [
{
"dir": "src"
Expand All @@ -18,6 +15,5 @@
"suffix": ".bs.js",
"warnings": {
"error": "+101"
},
"refmt": 3
}
}

0 comments on commit fd6bb88

Please sign in to comment.