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

Commit 68de1cb

Browse files
chore: version package (#17)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Akaanksh Raj <18450543+goknsh@users.noreply.github.com>
1 parent f5c1603 commit 68de1cb

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/witty-doors-tickle.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# svelte-query-pocketbase
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [`f5c1603`](https://github.com/goknsh/svelte-query-pocketbase/commit/f5c1603c24bf00c52057b050c72bf200a49d6cb2) Thanks [@goknsh](https://github.com/goknsh)! - feat: add support for the optional fields introduced in v0.15.0 of the Pocketbase SDK. If the `fields` key is present in the `queryParams` object passed to any of the libraries functions, `id` and `updated` will be added since the library uses them internally.
8+
39
## 1.0.2
410

511
### Patch Changes

package.json

+1-1
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": "1.0.2",
4+
"version": "1.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

0 commit comments

Comments
 (0)