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

Commit 8df1702

Browse files
chore: version package (beta) (#6)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 293013b commit 8df1702

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"svelte-query-pocketbase": "0.0.0"
66
},
77
"changesets": [
8+
"beige-kiwis-cough",
89
"cold-cougars-learn",
910
"dirty-dingos-sip",
1011
"eleven-mugs-glow",

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.5
4+
5+
### Patch Changes
6+
7+
- [`293013b`](https://github.com/goknsh/svelte-query-pocketbase/commit/293013bb3d3d0d4ee060c37f5f56f0125acf5320) Thanks [@goknsh](https://github.com/goknsh)! - fix: correct argument for hasSubscriptionListeners in all collection queries
8+
39
## 0.0.1-beta.4
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.4",
4+
"version": "0.0.1-beta.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

0 commit comments

Comments
 (0)