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

Commit 62060b0

Browse files
chore: version package (beta) (#12)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5c4e065 commit 62060b0

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
@@ -15,6 +15,7 @@
1515
"little-bikes-cheer",
1616
"mighty-yaks-compete",
1717
"nervous-tigers-vanish",
18+
"quick-mayflies-do",
1819
"stupid-news-judge",
1920
"tame-berries-ring"
2021
]

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.11
4+
5+
### Patch Changes
6+
7+
- [`5c4e065`](https://github.com/goknsh/svelte-query-pocketbase/commit/5c4e06557f387949d6728d3c8d63912e25af41b5) Thanks [@goknsh](https://github.com/goknsh)! - chore: update pocketbase to ^0.11.1, use getFullList w/o batchSize, RecordService type, and sort imports
8+
39
## 0.0.1-beta.10
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 wrappers around Pocketbase Realtime for Svelte",
4-
"version": "0.0.1-beta.10",
4+
"version": "0.0.1-beta.11",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

0 commit comments

Comments
 (0)