Skip to content

Commit

Permalink
Merge pull request #180 from lfades/v5.3.0
Browse files Browse the repository at this point in the history
Update version to 5.3.0
  • Loading branch information
lfades committed Mar 1, 2022
2 parents 6bf2bef + 5e1b49d commit cb9e0fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-with-apollo",
"version": "5.2.1",
"version": "5.3.0",
"description": "Apollo HOC for Next.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/withApollo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function withApollo<TCache = any>(
apollo ||
initApollo<TCache>(client, {
initialState: apolloState?.data,
router: router
router
});

if (render) {
Expand Down

0 comments on commit cb9e0fe

Please sign in to comment.