Skip to content

Commit

Permalink
chore(main): release 3.1.3 (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
  • Loading branch information
ecospark[bot] authored May 29, 2024
1 parent 40f4346 commit 83f402a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/sanity-astro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/sanity-astro/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 83f402a

Please sign in to comment.