Skip to content

Commit

Permalink
chore: update release strategy in changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Aug 21, 2024
1 parent c145969 commit d22faad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .changeset/perfect-wasps-grow.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
'astro': patch
---

Exposes `z` from the new `astro:schema` module. This is the new recommended import source for all Zod utilities in Astro. `z` is will still be available to import from `astro:actions` until version 4.15, and available from `astro:content` until our planned deprecation in the next major release. Note `z` will be the same regardless of where it is imported from.
Exposes `z` from the new `astro:schema` module. This is the new recommended import source for all Zod utilities in Astro. `z` will still be available to import from existing Astro modules (`astro:content` and `astro:actions`), but this will change in future releases:

- `z` will be **removed** from `astro:actions` in the next minor release.
- `z` will be **deprecated** in `astro:content` in the next major release.

## Migration for Astro Actions users

Expand Down

0 comments on commit d22faad

Please sign in to comment.