Skip to content

Commit

Permalink
3.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Feb 26, 2024
1 parent b59e0dc commit 7b18a82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@

# **Version 3**

# 3.0.0-rc.4

- Set explicit peer dependencies: `@rescript/react >= 0.12.1`, `react-relay@16.0.0`, `relay-runtime@16.0.0`.
- Clean up connection handler generators now that v3 let us use a better representation.
- Fix issue with default args in connection id makers. https://github.com/zth/rescript-relay/pull/488
- Fix issue with PPX not actually converting all functions to uncurried.
- Rename `bsconfig.json` -> `rescript.json`.

# 3.0.0-rc.4

- Fix an error in postinstall.js when reinstalling rescript-relay dependency (https://github.com/zth/rescript-relay/pull/487)

# 3.0.0-rc.3
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.3",
"version": "3.0.0-rc.4",
"main": "src/RescriptRelay.res",
"license": "MIT",
"author": "Gabriel Nordeborn",
Expand Down

0 comments on commit 7b18a82

Please sign in to comment.