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

Commit

Permalink
chore: version package (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Akaanksh Raj <18450543+goknsh@users.noreply.github.com>
  • Loading branch information
3 people authored May 23, 2023
1 parent f5c1603 commit 68de1cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/witty-doors-tickle.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# svelte-query-pocketbase

## 1.1.0

### Minor Changes

- [`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.

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-query-pocketbase",
"description": "TanStack Query wrappers around Pocketbase Realtime for Svelte",
"version": "1.0.2",
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit 68de1cb

Please sign in to comment.