Skip to content

Commit

Permalink
chore: release main (#2343)
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 c68ac6a commit 4731dad
Show file tree
Hide file tree
Showing 19 changed files with 129 additions and 10 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.21","packages/react-loader":"1.10.30","packages/svelte-loader":"1.12.34","packages/presentation":"1.19.13","packages/preview-url-secret":"2.0.5","packages/preview-kit-compat":"1.5.27","packages/visual-editing-helpers":"0.7.9","packages/visual-editing":"2.11.0","packages/insert-menu":"1.0.16","packages/comlink":"2.0.2","packages/next-loader":"1.2.7"}
{"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"}
7 changes: 7 additions & 0 deletions packages/comlink/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.3](https://github.com/sanity-io/visual-editing/compare/comlink-v2.0.2...comlink-v2.0.3) (2024-12-21)


### Bug Fixes

* improve race condition connectivity handling ([#2342](https://github.com/sanity-io/visual-editing/issues/2342)) ([a98d6cf](https://github.com/sanity-io/visual-editing/commit/a98d6cf079e376ffa6235debb42cc0b51274a958))

## [2.0.2](https://github.com/sanity-io/visual-editing/compare/comlink-v2.0.1...comlink-v2.0.2) (2024-12-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/comlink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/comlink",
"version": "2.0.2",
"version": "2.0.3",
"keywords": [
"sanity.io",
"postmessage"
Expand Down
16 changes: 16 additions & 0 deletions packages/core-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@ 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.7.22](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.7.21...core-loader-v1.7.22) (2024-12-21)


### Bug Fixes

* improve race condition connectivity handling ([#2342](https://github.com/sanity-io/visual-editing/issues/2342)) ([a98d6cf](https://github.com/sanity-io/visual-editing/commit/a98d6cf079e376ffa6235debb42cc0b51274a958))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/comlink bumped to 2.0.3
* devDependencies
* @repo/visual-editing-helpers bumped to 0.7.10

## [1.7.21](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.7.20...core-loader-v1.7.21) (2024-12-16)


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

## [1.2.8](https://github.com/sanity-io/visual-editing/compare/next-loader-v1.2.7...next-loader-v1.2.8) (2024-12-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/comlink bumped to 2.0.3
* devDependencies
* @repo/visual-editing-helpers bumped to 0.7.10

## [1.2.7](https://github.com/sanity-io/visual-editing/compare/next-loader-v1.2.6...next-loader-v1.2.7) (2024-12-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/next-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/next-loader",
"version": "1.2.7",
"version": "1.2.8",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/next-loader#readme",
"bugs": {
"url": "https://github.com/sanity-io/visual-editing/issues"
Expand Down
17 changes: 17 additions & 0 deletions packages/presentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,23 @@ 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.14](https://github.com/sanity-io/visual-editing/compare/presentation-v1.19.13...presentation-v1.19.14) (2024-12-21)


### Bug Fixes

* improve race condition connectivity handling ([#2342](https://github.com/sanity-io/visual-editing/issues/2342)) ([a98d6cf](https://github.com/sanity-io/visual-editing/commit/a98d6cf079e376ffa6235debb42cc0b51274a958))
* preload feature request ([9dfcb4c](https://github.com/sanity-io/visual-editing/commit/9dfcb4c8f7b54d36dd594a29c8baebb22a5cbc0e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/comlink bumped to 2.0.3
* devDependencies
* @repo/visual-editing-helpers bumped to 0.7.10

## [1.19.13](https://github.com/sanity-io/visual-editing/compare/presentation-v1.19.12...presentation-v1.19.13) (2024-12-18)


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.13",
"version": "1.19.14",
"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
16 changes: 16 additions & 0 deletions packages/preview-kit-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@ 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.5.28](https://github.com/sanity-io/visual-editing/compare/preview-kit-compat-v1.5.27...preview-kit-compat-v1.5.28) (2024-12-21)


### Bug Fixes

* improve race condition connectivity handling ([#2342](https://github.com/sanity-io/visual-editing/issues/2342)) ([a98d6cf](https://github.com/sanity-io/visual-editing/commit/a98d6cf079e376ffa6235debb42cc0b51274a958))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/comlink bumped to 2.0.3
* devDependencies
* @repo/visual-editing-helpers bumped to 0.7.10

## [1.5.27](https://github.com/sanity-io/visual-editing/compare/preview-kit-compat-v1.5.26...preview-kit-compat-v1.5.27) (2024-12-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/preview-kit-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/preview-kit-compat",
"version": "1.5.27",
"version": "1.5.28",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/preview-kit-compat#readme",
"bugs": {
"url": "https://github.com/sanity-io/visual-editing/issues"
Expand Down
11 changes: 11 additions & 0 deletions packages/react-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ 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.31](https://github.com/sanity-io/visual-editing/compare/react-loader-v1.10.30...react-loader-v1.10.31) (2024-12-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/core-loader bumped to 1.7.22
* devDependencies
* @repo/visual-editing-helpers bumped to 0.7.10

## [1.10.30](https://github.com/sanity-io/visual-editing/compare/react-loader-v1.10.29...react-loader-v1.10.30) (2024-12-16)


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.30",
"version": "1.10.31",
"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
12 changes: 12 additions & 0 deletions packages/svelte-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ 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.35](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.12.34...svelte-loader-v1.12.35) (2024-12-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/core-loader bumped to 1.7.22
* devDependencies
* @repo/visual-editing-helpers bumped to 0.7.10
* @sanity/visual-editing bumped to 2.11.1

## [1.12.34](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.12.33...svelte-loader-v1.12.34) (2024-12-19)


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.34",
"version": "1.12.35",
"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
11 changes: 11 additions & 0 deletions packages/visual-editing-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.7.10](https://github.com/sanity-io/visual-editing/compare/visual-editing-helpers-v0.7.9...visual-editing-helpers-v0.7.10) (2024-12-21)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @sanity/comlink bumped to 2.0.3
* peerDependencies
* @sanity/comlink bumped to 2.0.3

## [0.7.9](https://github.com/sanity-io/visual-editing/compare/visual-editing-helpers-v0.7.8...visual-editing-helpers-v0.7.9) (2024-12-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/visual-editing-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/visual-editing-helpers",
"version": "0.7.9",
"version": "0.7.10",
"private": true,
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
Expand Down
18 changes: 18 additions & 0 deletions packages/visual-editing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

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


### Bug Fixes

* improve race condition connectivity handling ([#2342](https://github.com/sanity-io/visual-editing/issues/2342)) ([a98d6cf](https://github.com/sanity-io/visual-editing/commit/a98d6cf079e376ffa6235debb42cc0b51274a958))
* optimistically set the mutator actor ([5347ac0](https://github.com/sanity-io/visual-editing/commit/5347ac0d17e245f2a7e28ebda7dfadb2b5abb509))
* preload feature request ([9dfcb4c](https://github.com/sanity-io/visual-editing/commit/9dfcb4c8f7b54d36dd594a29c8baebb22a5cbc0e))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/comlink bumped to 2.0.3
* devDependencies
* @repo/visual-editing-helpers bumped to 0.7.10

## [2.11.0](https://github.com/sanity-io/visual-editing/compare/visual-editing-v2.10.10...visual-editing-v2.11.0) (2024-12-19)


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

0 comments on commit 4731dad

Please sign in to comment.