Skip to content

Commit

Permalink
version 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morrys committed Oct 4, 2020
1 parent 696aa2f commit 25fee51
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/relay-hook-example/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",
"relay-compiler": "^9.0.0",
"relay-hooks": "3.6.0",
"relay-hooks": "3.7.0",
"relay-runtime": "9.0.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"relay-hooks": "3.6.0",
"relay-hooks": "3.7.0",
"relay-runtime": "9.0.0",
"styled-components": "4.4.0",
"whatwg-fetch": "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/relay-hook-example/nextjs-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"relay-hooks": "3.6.0",
"relay-hooks": "3.7.0",
"relay-runtime": "9.0.0",
"styled-components": "4.4.0",
"whatwg-fetch": "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/relay-hook-example/plural/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "^16.9.0",
"react-dom": "^16.8.4",
"relay-runtime": "9.0.0",
"relay-hooks": "3.6.0",
"relay-hooks": "3.7.0",
"whatwg-fetch": "3.0.0",
"isomorphic-fetch": "2.2.1",
"es6-promise": "4.2.8"
Expand Down
2 changes: 1 addition & 1 deletion examples/relay-hook-example/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^16.12.0",
"react-dom": "^16.8.4",
"relay-runtime": "9.0.0",
"relay-hooks": "3.6.0",
"relay-hooks": "3.7.0",
"whatwg-fetch": "3.0.0",
"isomorphic-fetch": "2.2.1",
"es6-promise": "4.2.8",
Expand Down
2 changes: 1 addition & 1 deletion examples/suspense/nextjs-ssr-preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"relay-hooks": "3.6.0",
"relay-hooks": "3.7.0",
"relay-runtime": "9.0.0",
"styled-components": "4.4.0",
"whatwg-fetch": "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/suspense/nextjs-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prop-types": "^15.7.2",
"react": "0.0.0-experimental-7f28234f8",
"react-dom": "0.0.0-experimental-7f28234f8",
"relay-hooks": "3.6.0",
"relay-hooks": "3.7.0",
"relay-runtime": "9.0.0",
"styled-components": "4.4.0",
"whatwg-fetch": "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "relay-hooks",
"version": "3.6.0",
"version": "3.7.0",
"keywords": [
"graphql",
"relay",
Expand Down

0 comments on commit 25fee51

Please sign in to comment.