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

Commit 7ea7a8a

Browse files
chore: version package (beta) (#11)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 438a755 commit 7ea7a8a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.changeset/pre.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"gorgeous-rings-invent",
1414
"hot-bobcats-arrive",
1515
"little-bikes-cheer",
16+
"mighty-yaks-compete",
1617
"nervous-tigers-vanish",
17-
"stupid-news-judge"
18+
"stupid-news-judge",
19+
"tame-berries-ring"
1820
]
1921
}

CHANGELOG.md

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

3+
## 0.0.1-beta.10
4+
5+
### Patch Changes
6+
7+
- [`438a755`](https://github.com/goknsh/svelte-query-pocketbase/commit/438a75513e0ae845884fa79abc5605e44f06b167) Thanks [@goknsh](https://github.com/goknsh)! - chore: make README.md prettier
8+
9+
- [`379b302`](https://github.com/goknsh/svelte-query-pocketbase/commit/379b3020539999b51aea2b7715cdd876b9b131ac) Thanks [@goknsh](https://github.com/goknsh)! - chore: prepare for first release
10+
311
## 0.0.1-beta.9
412

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

0 commit comments

Comments
 (0)