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

Commit 46ad4aa

Browse files
chore: version package (beta) (#5)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 89e1e8e commit 46ad4aa

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"cold-cougars-learn",
99
"dirty-dingos-sip",
1010
"eleven-mugs-glow",
11-
"gorgeous-houses-kneel"
11+
"gorgeous-houses-kneel",
12+
"hot-bobcats-arrive"
1213
]
1314
}

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.4
4+
5+
### Patch Changes
6+
7+
- [`89e1e8e`](https://github.com/goknsh/svelte-query-pocketbase/commit/89e1e8e42993151802f9e25af799a90ebde68a33) Thanks [@goknsh](https://github.com/goknsh)! - (breaking) fix!: correct implementation of queryKey factory and internal usages of it
8+
39
## 0.0.1-beta.3
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.3",
4+
"version": "0.0.1-beta.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

0 commit comments

Comments
 (0)