Skip to content

Commit 59b96eb

Browse files
committed
Release 0.1.106
1 parent 21d8b89 commit 59b96eb

File tree

3 files changed

+19
-35
lines changed

3 files changed

+19
-35
lines changed

package-lock.json

Lines changed: 15 additions & 32 deletions
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## 0.1.106 alpha
3+
## 0.1.106
44

55
- Update typedV to match the type of the installed convex validators for v.nullable
66
- Improves handling of literals() helper to keep the ordering of its members
7-
- Improved Zod 4 handling of circular types, empty returns, and async transforms
7+
- Improved Zod 4 handling of circular types, empty returns, and empty function args
8+
- Zod 4 transforms can now be asynchronous
89

910
## 0.1.105
1011

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.106-alpha.2",
3+
"version": "0.1.106",
44
"description": "A collection of useful code to complement the official convex package.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)