Skip to content

Commit ffa7946

Browse files
committed
npm 0.1.108
1 parent 7ab83e2 commit ffa7946

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/convex-helpers/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.1.108
4+
5+
- `makeUseQueryWithStatus`: fix handling of some argument values
6+
(credit: RhysSullivan)
7+
- Triggers: fix handling of `ctx.db` calls with a table name parameter
8+
39
## 0.1.107
410

511
- Zod support: branded object types are now supported (credit: gary-ix)

packages/convex-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "convex-helpers",
3-
"version": "0.1.107",
3+
"version": "0.1.108",
44
"description": "A collection of useful code to complement the official convex package.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)