Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit f884a30

Browse files
committed
fix!: remove id arg from all collection prefetches, and better log messages
2 parents 64a5f3a + 8825e11 commit f884a30

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.changeset/cold-cougars-learn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte-query-pocketbase': patch
3+
---
4+
5+
(breaking) fix!: remove id arg from all collection prefetches, and better log messages

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"svelte-query-pocketbase": "0.0.0"
66
},
77
"changesets": [
8-
"eleven-mugs-glow"
8+
"eleven-mugs-glow",
9+
"gorgeous-houses-kneel"
910
]
1011
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# svelte-query-pocketbase
22

3+
## 0.0.1-beta.1
4+
5+
### Patch Changes
6+
7+
- [`b362724`](https://github.com/goknsh/svelte-query-pocketbase/commit/b362724a5e86f2ecdabd96e7024e6c539a9563d2) Thanks [@goknsh](https://github.com/goknsh)! - fix: correct filterFunction's return type
8+
39
## 0.0.1-beta.0
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "svelte-query-pocketbase",
33
"description": "TanStack Query Svelte store wrappers around Pocketbase Realtime",
4-
"version": "0.0.1-beta.0",
4+
"version": "0.0.1-beta.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

0 commit comments

Comments
 (0)