Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo committed Mar 4, 2023
2 parents 213c23d + 6c334e8 commit e009ae8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Enjoy this library? Try the entire [TanStack](https://tanstack.com)! [TanStack T

## Visit [tanstack.com/query](https://tanstack.com/query) for docs, guides, API and more!

Still on **React Query v2**? No problem! Check out the v2 docs here: https://react-query-v2.tanstack.com/. <br />
Still on **React Query v3**? No problem! Check out the v3 docs here: https://react-query-v3.tanstack.com/.
Still on **React Query v2**? No problem! Check out the v2 docs here: https://github.com/TanStack/query/tree/2.x/docs/src/pages/docs. <br />
Still on **React Query v3**? No problem! Check out the v3 docs here: https://tanstack.com/query/v3/docs/.

## Quick Features

Expand Down
2 changes: 1 addition & 1 deletion packages/react-query-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/react-query-devtools",
"version": "4.24.10",
"version": "4.24.13",
"description": "Developer tools to interact with and visualize the TanStack/react-query cache",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-query-devtools/src/devtools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ const ActiveQuery = ({
style={{
marginBottom: '.5em',
display: 'flex',
alignItems: 'stretch',
alignItems: 'flex-start',
justifyContent: 'space-between',
}}
>
Expand Down

0 comments on commit e009ae8

Please sign in to comment.