Skip to content

Commit

Permalink
chore: release main (#2224)
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 27, 2024
1 parent 91d85c2 commit 535a138
Show file tree
Hide file tree
Showing 7 changed files with 25 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.13","packages/react-loader":"1.10.21","packages/svelte-loader":"1.12.20","packages/presentation":"1.19.0","packages/preview-url-secret":"2.0.4","packages/preview-kit-compat":"1.5.22","packages/visual-editing-helpers":"0.7.4","packages/visual-editing":"2.10.0","packages/insert-menu":"1.0.13","packages/comlink":"1.1.4","packages/next-loader":"1.1.9"}
{"packages/core-loader":"1.7.13","packages/react-loader":"1.10.22","packages/svelte-loader":"1.12.20","packages/presentation":"1.19.1","packages/preview-url-secret":"2.0.4","packages/preview-kit-compat":"1.5.22","packages/visual-editing-helpers":"0.7.4","packages/visual-editing":"2.10.0","packages/insert-menu":"1.0.14","packages/comlink":"1.1.4","packages/next-loader":"1.1.9"}
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.14](https://github.com/sanity-io/visual-editing/compare/insert-menu-v1.0.13...insert-menu-v1.0.14) (2024-11-27)


### Bug Fixes

* **deps:** Update dependency @sanity/types to ^3.65.0 ([#2221](https://github.com/sanity-io/visual-editing/issues/2221)) ([b9fce28](https://github.com/sanity-io/visual-editing/commit/b9fce284ceebb05a9178607cad6f0a59bbf980ea))

## [1.0.13](https://github.com/sanity-io/visual-editing/compare/insert-menu-v1.0.12...insert-menu-v1.0.13) (2024-11-26)


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.13",
"version": "1.0.14",
"description": "",
"keywords": [],
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/insert-menu#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/presentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ All notable changes to this project will be documented in this file. See
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.5.2 to 0.6.0

## [1.19.1](https://github.com/sanity-io/visual-editing/compare/presentation-v1.19.0...presentation-v1.19.1) (2024-11-27)


### Bug Fixes

* **presentation:** fix issue where you couldn't open the review tab in the history of a document ([#2215](https://github.com/sanity-io/visual-editing/issues/2215)) ([91d85c2](https://github.com/sanity-io/visual-editing/commit/91d85c24bfe704f75eefa657091b2593a30a91c9))

## [1.19.0](https://github.com/sanity-io/visual-editing/compare/presentation-v1.18.5...presentation-v1.19.0) (2024-11-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/presentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/presentation",
"version": "1.19.0",
"version": "1.19.1",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/presentation#readme",
"bugs": {
"url": "https://github.com/sanity-io/visual-editing/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/react-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ All notable changes to this project will be documented in this file. See
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.6.0 to 0.6.1

## [1.10.22](https://github.com/sanity-io/visual-editing/compare/react-loader-v1.10.21...react-loader-v1.10.22) (2024-11-27)


### Bug Fixes

* use stega options in loadQuery ([#1208](https://github.com/sanity-io/visual-editing/issues/1208)) ([14dae2c](https://github.com/sanity-io/visual-editing/commit/14dae2ce8ccd16c67e36a58c6ddb6af48b1b50de))

## [1.10.21](https://github.com/sanity-io/visual-editing/compare/react-loader-v1.10.20...react-loader-v1.10.21) (2024-11-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/react-loader",
"version": "1.10.21",
"version": "1.10.22",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/react-loader#readme",
"bugs": {
"url": "https://github.com/sanity-io/visual-editing/issues"
Expand Down

0 comments on commit 535a138

Please sign in to comment.