From 83f402a0128e47c57a32faefed1caa8159c2d1bd Mon Sep 17 00:00:00 2001 From: "ecospark[bot]" <128108030+ecospark[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 06:54:25 -0700 Subject: [PATCH] chore(main): release 3.1.3 (#184) Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com> --- packages/sanity-astro/CHANGELOG.md | 8 ++++++++ packages/sanity-astro/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/sanity-astro/CHANGELOG.md b/packages/sanity-astro/CHANGELOG.md index f12c516f..5e0f7e67 100644 --- a/packages/sanity-astro/CHANGELOG.md +++ b/packages/sanity-astro/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/sanity-io/sanity-astro/compare/v3.1.2...v3.1.3) (2024-05-29) + + +### Bug Fixes + +* **visual-editing:** avoid using JSX in the .astro file ([#185](https://github.com/sanity-io/sanity-astro/issues/185)) ([dd92c85](https://github.com/sanity-io/sanity-astro/commit/dd92c8586cd37accdcb859c73cbd9838d5df39b1)) +* **visual-editing:** use VisualEditing React component directly ([#183](https://github.com/sanity-io/sanity-astro/issues/183)) ([01619c0](https://github.com/sanity-io/sanity-astro/commit/01619c0ba6eed5ae90cbde3c0c10e2bb679a5fb9)) + ## [3.1.2](https://github.com/sanity-io/sanity-astro/compare/v3.1.1...v3.1.2) (2024-05-28) diff --git a/packages/sanity-astro/package.json b/packages/sanity-astro/package.json index 072725e0..7459095b 100644 --- a/packages/sanity-astro/package.json +++ b/packages/sanity-astro/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/astro", - "version": "3.1.2", + "version": "3.1.3", "description": "Official Sanity Astro integration", "scripts": { "clean": "rimraf dist && rimraf .turbo && rimraf node_modules",