Skip to content

Commit ce85cdd

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.20.0...v3.0.0) (2026-01-15) * feat!: upgrade to Zod 4 (#163) ([d829b41](d829b41)), closes [#163](#163) ### BREAKING CHANGES * This release upgrades the Zod peer dependency from v3 to v4. Users must upgrade their Zod dependency to ^4.0.0 to use this version. Zod 4 has internal API changes that required updates to the compatibility layer: - Schema definitions moved from ._def to ._zod.def - Literal values stored in def.values array instead of def.value - Check objects store properties in check._zod.def Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d829b41 commit ce85cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextlove/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextlove",
3-
"version": "2.20.0",
3+
"version": "3.0.0",
44
"private": false,
55
"sideEffects": false,
66
"repository": "https://github.com/seamapi/nextlove",

0 commit comments

Comments
 (0)