Skip to content

Commit

Permalink
0.0.550
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 20, 2024
1 parent d9108e4 commit 90dc3c2
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": "@deep-foundation/deeplinks",
"version": "0.0.549",
"version": "0.0.550",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down
2 changes: 1 addition & 1 deletion tests/client.react.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ describe('client-react', () => {
}

render(
<QueryStoreProvider>
<QueryStoreProvider useRouter={useRouter}>
<LocalStoreProvider>
<ApolloClientTokenizedProvider options={{
path: graphQlPath,
Expand Down

0 comments on commit 90dc3c2

Please sign in to comment.