Skip to content

Commit 15b5d8e

Browse files
committed
version 9.0.0
1 parent b2aa204 commit 15b5d8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/relay-hook-example/pagination-nextjs-ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"prop-types": "^15.7.2",
3131
"react": "^18.0.0",
3232
"react-dom": "^18.0.0",
33-
"relay-hooks": "9.0.0-rc.3",
33+
"relay-hooks": "9.0.0",
3434
"relay-runtime": "16.0.0",
3535
"whatwg-fetch": "3.0.0",
3636
"react-infinite-scroller": "1.2.6"

examples/suspense/nextjs-ssr-preload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"graphql-relay": "^0.6.0",
1818
"isomorphic-unfetch": "3.0.0",
1919
"isomorphic-fetch": "^2.1.1",
20-
"next": "13.5.1",
20+
"next": "9.1.1",
2121
"prop-types": "^15.7.2",
2222
"react": "^16.9.0",
2323
"react-dom": "^16.9.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "relay-hooks",
3-
"version": "9.0.0-rc.3",
3+
"version": "9.0.0",
44
"keywords": [
55
"graphql",
66
"relay",

0 commit comments

Comments
 (0)