Skip to content

Commit

Permalink
add changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
david-plugge committed Jan 31, 2024
1 parent b591366 commit 5b35fef
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-parrots-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typed-pocketbase": patch
---

realtime support
5 changes: 5 additions & 0 deletions .changeset/gentle-schools-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typed-pocketbase": patch
---

remove cjs bundle
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"typed-pocketbase": "0.0.9"
},
"changesets": [
"honest-ants-rest"
"cuddly-parrots-shout",
"gentle-schools-flow",
"honest-ants-rest",
"young-apes-brush"
]
}
5 changes: 5 additions & 0 deletions .changeset/young-apes-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"typed-pocketbase": patch
---

expand can be undefined
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# typed-pocketbase

## 0.1.0-pre.1

### Patch Changes

- realtime support
- remove cjs bundle
- expand can be undefined

## 0.1.0-pre.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed-pocketbase",
"version": "0.1.0-pre.0",
"version": "0.1.0-pre.1",
"description": "Add types to the PocketBase JavaScript SDK",
"author": "David Plugge",
"repository": {
Expand Down

0 comments on commit 5b35fef

Please sign in to comment.