Skip to content

Commit

Permalink
chore(main): release 3.0.1 (#161)
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 16, 2024
1 parent 6eb41a4 commit fe7160e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/sanity-astro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.1](https://github.com/sanity-io/sanity-astro/compare/v3.0.0...v3.0.1) (2024-05-16)


### Bug Fixes

* studio route should not be prerendered as it's a dynamic spa route ([#153](https://github.com/sanity-io/sanity-astro/issues/153)) ([0926f9f](https://github.com/sanity-io/sanity-astro/commit/0926f9fc073dd860a9373651b1d4bd0dd270b1a6))

## [3.0.0](https://github.com/sanity-io/sanity-astro/compare/v2.2.1...v3.0.0) (2024-03-13)


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.0.0",
"version": "3.0.1",
"description": "Official Sanity Astro integration",
"scripts": {
"dev": "vite build --watch",
Expand Down

0 comments on commit fe7160e

Please sign in to comment.