Skip to content

Commit

Permalink
chore: release main (#2168)
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 Nov 15, 2024
1 parent 729d967 commit 6df2bdd
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/core-loader":"1.7.11","packages/react-loader":"1.10.19","packages/svelte-loader":"1.12.16","packages/presentation":"1.18.3","packages/preview-url-secret":"2.0.3","packages/preview-kit-compat":"1.5.20","packages/visual-editing-helpers":"0.7.2","packages/visual-editing":"2.7.1","packages/insert-menu":"1.0.11","packages/comlink":"1.1.3","packages/next-loader":"1.1.7"}
{"packages/core-loader":"1.7.11","packages/react-loader":"1.10.19","packages/svelte-loader":"1.12.17","packages/presentation":"1.18.3","packages/preview-url-secret":"2.0.3","packages/preview-kit-compat":"1.5.20","packages/visual-editing-helpers":"0.7.2","packages/visual-editing":"2.7.2","packages/insert-menu":"1.0.12","packages/comlink":"1.1.3","packages/next-loader":"1.1.7"}
7 changes: 7 additions & 0 deletions packages/insert-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.12](https://github.com/sanity-io/visual-editing/compare/insert-menu-v1.0.11...insert-menu-v1.0.12) (2024-11-15)


### Bug Fixes

* **deps:** Update sanity monorepo to ^3.64.1 ([#2160](https://github.com/sanity-io/visual-editing/issues/2160)) ([729d967](https://github.com/sanity-io/visual-editing/commit/729d967341022d4111f9beac78976551d1647079))

## [1.0.11](https://github.com/sanity-io/visual-editing/compare/insert-menu-v1.0.10...insert-menu-v1.0.11) (2024-11-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/insert-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/insert-menu",
"version": "1.0.11",
"version": "1.0.12",
"description": "",
"keywords": [],
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/insert-menu#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/svelte-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ All notable changes to this project will be documented in this file. See
* devDependencies
* @sanity/visual-editing bumped from 1.7.0 to 1.7.1

## [1.12.17](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.12.16...svelte-loader-v1.12.17) (2024-11-15)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @sanity/visual-editing bumped to 2.7.2

## [1.12.16](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.12.15...svelte-loader-v1.12.16) (2024-11-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/svelte-loader",
"version": "1.12.16",
"version": "1.12.17",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/svelte-loader#readme",
"bugs": {
"url": "https://github.com/sanity-io/visual-editing/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/visual-editing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.7.2](https://github.com/sanity-io/visual-editing/compare/visual-editing-v2.7.1...visual-editing-v2.7.2) (2024-11-15)


### Bug Fixes

* support relative studioUrl origins ([#2167](https://github.com/sanity-io/visual-editing/issues/2167)) ([9659706](https://github.com/sanity-io/visual-editing/commit/96597065f14a5412591c6e3f2736d67b4f7a4f32))

## [2.7.1](https://github.com/sanity-io/visual-editing/compare/visual-editing-v2.7.0...visual-editing-v2.7.1) (2024-11-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/visual-editing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/visual-editing",
"version": "2.7.1",
"version": "2.7.2",
"keywords": [
"sanity.io",
"visual-editing",
Expand Down

0 comments on commit 6df2bdd

Please sign in to comment.