Skip to content

Commit

Permalink
release: vike-react-query@0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jun 6, 2024
1 parent 47cebca commit c0a2640
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typescript": "^5.3.3",
"vike": "^0.4.173",
"vike-react": "^0.4.13",
"vike-react-query": "^0.0.6",
"vike-react-query": "^0.0.7",
"@tanstack/react-query": "^5.20.1",
"vite": "^5.1.1"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/vike-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.0.7](https://github.com/vikejs/vike-react/compare/vike-react-query@0.0.6...vike-react-query@0.0.7) (2024-06-06)


### Bug Fixes

* make `<Wrapper>` cumulative ([#118](https://github.com/vikejs/vike-react/issues/118)) ([b3a7de1](https://github.com/vikejs/vike-react/commit/b3a7de15e29d5aed9c881648fc929d5a29fe65ca))
* require vike-react 0.4.13 ([47cebca](https://github.com/vikejs/vike-react/commit/47cebca5a875dc75ec50ccdfc10650054503a219))


### BREAKING CHANGES

* Update vike-react to 0.4.13 or above.



## [0.0.6](https://github.com/vikejs/vike-react/compare/vike-react-query@0.0.5...vike-react-query@0.0.6) (2024-06-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/vike-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vike-react-query",
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"main": "dist/src/index.js",
"typings": "dist/src/index.js",
Expand Down

0 comments on commit c0a2640

Please sign in to comment.