Skip to content

Commit

Permalink
Merge pull request #166 from jeddeloh/rescript-11-release
Browse files Browse the repository at this point in the history
v4.0.0
  • Loading branch information
jeddeloh authored Nov 5, 2024
2 parents 6d9165a + 1c1a518 commit eb8ac5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rescript-apollo-client",
"description": "ReScript bindings for the Apollo Client ecosystem",
"version": "3.2.0",
"version": "4.0.0",
"keywords": [
"Apollo",
"BuckleScript",
Expand Down Expand Up @@ -34,8 +34,8 @@
"peerDependencies": {
"@apollo/client": "^3.5.0",
"@reasonml-community/graphql-ppx": "^1.0.0",
"@rescript/react": "~0.10. || ~0.11.0",
"rescript": "^10.0.0"
"@rescript/react": "~0.10.0 || ~0.11.0 || ~0.12.0",
"rescript": "^10.0.0 || ^11.0.0"
},
"peerDependenciesMeta": {
"rescript": {
Expand Down

0 comments on commit eb8ac5d

Please sign in to comment.