Skip to content

Commit cdda9d7

Browse files
chore: version packages (#223)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 61089a9 commit cdda9d7

4 files changed

Lines changed: 526 additions & 7 deletions

File tree

.changeset/quiet-rockets-juggle.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 0.17.0
4+
5+
### Minor Changes
6+
7+
- 61089a9: Add `generate-zod`, a new generator that emits Zod schemas from Typesync definitions with support for Zod v3 and v4 output.
8+
Generated schemas include `.describe(...)` metadata, Firestore SDK target handling shared with `generate-ts`, optional `z.infer` type emission, and integration coverage for runtime validation.
9+
310
## 0.16.0
411

512
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typesync-cli",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "Schema-first Firestore tooling for types, validation, and visualization",
55
"keywords": [
66
"typesync",

0 commit comments

Comments
 (0)