Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
phonzammi committed Sep 29, 2024
1 parent 94bda74 commit e5b0454
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/vike-solid-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [0.1.0](https://github.com/vikejs/vike-solid/compare/[email protected]@0.1.0) (2024-09-29)


### Bug Fixes

* fix 'No QueryClient set' error in development : add `solid` export condition in package.json ([d2fb3be](https://github.com/vikejs/vike-solid/commit/d2fb3bedc71176bf387b05772036b7a664a8672d))
* fix `No QueryClient set` & `<QueryBoundary>` ([21483db](https://github.com/vikejs/vike-solid/commit/21483dbcf884fe10dc24b21c29e059716ea6a7a9))



## 0.0.1 (2024-09-04)


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

0 comments on commit e5b0454

Please sign in to comment.