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

Commit 01011d5

Browse files
chore: version package (#14)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6bafadc commit 01011d5

18 files changed

+37
-99
lines changed

.changeset/beige-kiwis-cough.md

-5
This file was deleted.

.changeset/brave-toes-dance.md

-5
This file was deleted.

.changeset/cold-cougars-learn.md

-5
This file was deleted.

.changeset/dirty-dingos-sip.md

-5
This file was deleted.

.changeset/eleven-mugs-glow.md

-5
This file was deleted.

.changeset/gorgeous-houses-kneel.md

-5
This file was deleted.

.changeset/gorgeous-rings-invent.md

-5
This file was deleted.

.changeset/hot-bobcats-arrive.md

-5
This file was deleted.

.changeset/little-bikes-cheer.md

-5
This file was deleted.

.changeset/mighty-yaks-compete.md

-5
This file was deleted.

.changeset/nervous-tigers-vanish.md

-5
This file was deleted.

.changeset/pre.json

-23
This file was deleted.

.changeset/quick-mayflies-do.md

-5
This file was deleted.

.changeset/silly-pugs-train.md

-5
This file was deleted.

.changeset/stupid-news-judge.md

-5
This file was deleted.

.changeset/tame-berries-ring.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [`ccbd040`](https://github.com/goknsh/svelte-query-pocketbase/commit/ccbd0404f82b8ad2120f32c5fcdbfa014a31007a) Thanks [@goknsh](https://github.com/goknsh)! - chore: create first major release
8+
9+
### Patch Changes
10+
11+
- [`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
12+
13+
- [`e00c1f9`](https://github.com/goknsh/svelte-query-pocketbase/commit/e00c1f98c32aab9abf4ac5daf39bf57988e25491) Thanks [@goknsh](https://github.com/goknsh)! - chore: allow pocketbase ^0.11.1 || ^0.12.0
14+
15+
- (breaking) fix!: remove id arg from all collection prefetches, and better log messages
16+
17+
- [`2026df7`](https://github.com/goknsh/svelte-query-pocketbase/commit/2026df711b59c079c47f8e9dadd4f94e02cf98dc) Thanks [@goknsh](https://github.com/goknsh)! - fix: stringify query keys in debug messages
18+
19+
- [`55f6b76`](https://github.com/goknsh/svelte-query-pocketbase/commit/55f6b76c3a591835a2f70b5efb51e8b01043178b) Thanks [@goknsh](https://github.com/goknsh)! - fix: fix generic type for all stores
20+
21+
- [`b362724`](https://github.com/goknsh/svelte-query-pocketbase/commit/b362724a5e86f2ecdabd96e7024e6c539a9563d2) Thanks [@goknsh](https://github.com/goknsh)! - fix: correct filterFunction's return type
22+
23+
- [`8a8d2a2`](https://github.com/goknsh/svelte-query-pocketbase/commit/8a8d2a28a002d3caf55b785e73f57a7f523e1f88) Thanks [@goknsh](https://github.com/goknsh)! - fix: change how queries are invalidated
24+
25+
- [`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
26+
27+
- [`40e97e3`](https://github.com/goknsh/svelte-query-pocketbase/commit/40e97e339a1f7081f319f846eb2c300227ed52dd) Thanks [@goknsh](https://github.com/goknsh)! - fix: collection deletes are now processed correctly
28+
29+
- [`438a755`](https://github.com/goknsh/svelte-query-pocketbase/commit/438a75513e0ae845884fa79abc5605e44f06b167) Thanks [@goknsh](https://github.com/goknsh)! - chore: make README.md prettier
30+
31+
- [`7e7def0`](https://github.com/goknsh/svelte-query-pocketbase/commit/7e7def0c8caa35ff06b04918fb30c92e20a77ebd) Thanks [@goknsh](https://github.com/goknsh)! - refactor: all queries are simplified, now update cache immutably, and infinite queries should work correctly now
32+
33+
- [`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
34+
35+
- [`4705c05`](https://github.com/goknsh/svelte-query-pocketbase/commit/4705c059a034857fd6f9e04926d5b8d178374f26) Thanks [@goknsh](https://github.com/goknsh)! - chore: export infinite collection query
36+
37+
- [`379b302`](https://github.com/goknsh/svelte-query-pocketbase/commit/379b3020539999b51aea2b7715cdd876b9b131ac) Thanks [@goknsh](https://github.com/goknsh)! - chore: prepare for first release
38+
339
## 0.0.1-beta.12
440

541
### 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": "0.0.1-beta.12",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

0 commit comments

Comments
 (0)