v2.0.0
What's Changed
- chore(deps): Bump zod from 3.21.4 to 3.22.4 in /demo by @dependabot in #71
- fix(deps): Bump postcss from 8.4.28 to 8.4.31 by @dependabot in #72
- fix(deps): Bump zod from 3.21.4 to 3.22.4 by @dependabot in #73
- chore: bump astro and storyblok/astro v3, use node 18.14.1 by @edvinasjurele in #70
- fix types export for astro 3 and typescript 5 by @jsve in #74
BREAKING CHANGES
- The TS types imports has been changed.
RichTextRenderer.astro
file no long exportsRichTextType
types. See updated usage example in README.- The TS changes are imposed by bumping Astro v3 in demo (consumer) app
New Contributors
Full Changelog: v1.4.1...v2.0.0