Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Dec 14, 2023
1 parent 5b7ceb7 commit ef84102
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/vike-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.0.2](https://github.com/vikejs/vike-react/compare/v0.3.5...v0.0.2) (2023-12-14)


### Bug Fixes

* don't rely on import.meta.env ([5b7ceb7](https://github.com/vikejs/vike-react/commit/5b7ceb769c43a60f9c10978f989099972b6ac6cc))
* fix vike-react-query ESM build (fix [#49](https://github.com/vikejs/vike-react/issues/49)) ([12ca0c3](https://github.com/vikejs/vike-react/commit/12ca0c3c5ca673cf179078b5ddb57982b0a20ebc))
* improve ClientOnly performance and fix SSR fallback ([3577255](https://github.com/vikejs/vike-react/commit/357725502328d7570f8441c9382efedfb0e638e0))



## [0.0.1](https://github.com/vikejs/vike-react/compare/v0.3.5...v0.0.1) (2023-12-12)


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.1",
"version": "0.0.2",
"type": "module",
"main": "dist/src/index.js",
"typings": "dist/src/index.js",
Expand Down

0 comments on commit ef84102

Please sign in to comment.