Skip to content

Commit

Permalink
chore: release main (#2346)
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 Dec 21, 2024
1 parent c25d0af commit e718ad8
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.22","packages/react-loader":"1.10.31","packages/svelte-loader":"1.12.35","packages/presentation":"1.19.14","packages/preview-url-secret":"2.0.5","packages/preview-kit-compat":"1.5.28","packages/visual-editing-helpers":"0.7.10","packages/visual-editing":"2.11.1","packages/insert-menu":"1.0.16","packages/comlink":"2.0.3","packages/next-loader":"1.2.8"}
{"packages/core-loader":"1.7.22","packages/react-loader":"1.10.31","packages/svelte-loader":"1.12.36","packages/presentation":"1.19.14","packages/preview-url-secret":"2.0.5","packages/preview-kit-compat":"1.5.28","packages/visual-editing-helpers":"0.7.10","packages/visual-editing":"2.11.2","packages/insert-menu":"1.0.17","packages/comlink":"2.0.3","packages/next-loader":"1.2.8"}
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.17](https://github.com/sanity-io/visual-editing/compare/insert-menu-v1.0.16...insert-menu-v1.0.17) (2024-12-21)


### Bug Fixes

* **deps:** Update dependency @types/react to ^18.3.18 ([#2344](https://github.com/sanity-io/visual-editing/issues/2344)) ([7ad4ced](https://github.com/sanity-io/visual-editing/commit/7ad4ced4c6e4ffd2b09a8f75e2d67f5cbd615dfa))

## [1.0.16](https://github.com/sanity-io/visual-editing/compare/insert-menu-v1.0.15...insert-menu-v1.0.16) (2024-12-04)


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.16",
"version": "1.0.17",
"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.36](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.12.35...svelte-loader-v1.12.36) (2024-12-21)


### Dependencies

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

## [1.12.35](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.12.34...svelte-loader-v1.12.35) (2024-12-21)


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.35",
"version": "1.12.36",
"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.11.2](https://github.com/sanity-io/visual-editing/compare/visual-editing-v2.11.1...visual-editing-v2.11.2) (2024-12-21)


### Bug Fixes

* make `&lt;VisualEditing&gt;` render in portals consistently ([#2345](https://github.com/sanity-io/visual-editing/issues/2345)) ([c25d0af](https://github.com/sanity-io/visual-editing/commit/c25d0af138f10bae24a509743d93bac563c268a1))

## [2.11.1](https://github.com/sanity-io/visual-editing/compare/visual-editing-v2.11.0...visual-editing-v2.11.1) (2024-12-21)


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.11.1",
"version": "2.11.2",
"keywords": [
"sanity.io",
"visual-editing",
Expand Down

0 comments on commit e718ad8

Please sign in to comment.