Skip to content

Commit

Permalink
chore: release main (#2472)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecospark[bot] authored Jan 9, 2025
1 parent 040603e commit 6b350d3
Show file tree
Hide file tree
Showing 19 changed files with 121 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.24","packages/react-loader":"1.10.33","packages/svelte-loader":"1.12.42","packages/presentation":"1.20.3","packages/preview-url-secret":"2.0.7","packages/preview-kit-compat":"1.5.30","packages/visual-editing-helpers":"0.7.12","packages/visual-editing":"2.11.8","packages/insert-menu":"1.0.19","packages/comlink":"2.0.5","packages/next-loader":"1.2.11"}
{"packages/core-loader":"1.7.25","packages/react-loader":"1.10.34","packages/svelte-loader":"1.12.43","packages/presentation":"1.20.4","packages/preview-url-secret":"2.0.7","packages/preview-kit-compat":"1.5.31","packages/visual-editing-helpers":"0.7.13","packages/visual-editing":"2.11.9","packages/insert-menu":"1.0.19","packages/comlink":"3.0.0","packages/next-loader":"1.2.12"}
11 changes: 11 additions & 0 deletions packages/comlink/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/sanity-io/visual-editing/compare/comlink-v2.0.5...comlink-v3.0.0) (2025-01-09)


### ⚠ BREAKING CHANGES

* **comlink:** update internal message types, buffer unhandled messages

### Features

* **comlink:** update internal message types, buffer unhandled messages ([8b80c14](https://github.com/sanity-io/visual-editing/commit/8b80c14702f3ed940a63774e170b71e47050b95a))

## [2.0.5](https://github.com/sanity-io/visual-editing/compare/comlink-v2.0.4...comlink-v2.0.5) (2025-01-09)


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.5",
"version": "3.0.0",
"keywords": [
"sanity.io",
"postmessage"
Expand Down
11 changes: 11 additions & 0 deletions packages/core-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,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.7.25](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.7.24...core-loader-v1.7.25) (2025-01-09)


### Dependencies

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

## [1.7.24](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.7.23...core-loader-v1.7.24) (2025-01-09)


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.24",
"version": "1.7.25",
"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.12](https://github.com/sanity-io/visual-editing/compare/next-loader-v1.2.11...next-loader-v1.2.12) (2025-01-09)


### Dependencies

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

## [1.2.11](https://github.com/sanity-io/visual-editing/compare/next-loader-v1.2.10...next-loader-v1.2.11) (2025-01-09)


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.11",
"version": "1.2.12",
"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
16 changes: 16 additions & 0 deletions packages/presentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ 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.20.4](https://github.com/sanity-io/visual-editing/compare/presentation-v1.20.3...presentation-v1.20.4) (2025-01-09)


### Bug Fixes

* use `ComponentType` ([a6260dd](https://github.com/sanity-io/visual-editing/commit/a6260dddd097bd7920519303fb15ae51b6314569))


### Dependencies

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

## [1.20.3](https://github.com/sanity-io/visual-editing/compare/presentation-v1.20.2...presentation-v1.20.3) (2025-01-09)


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.20.3",
"version": "1.20.4",
"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
11 changes: 11 additions & 0 deletions packages/preview-kit-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,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.5.31](https://github.com/sanity-io/visual-editing/compare/preview-kit-compat-v1.5.30...preview-kit-compat-v1.5.31) (2025-01-09)


### Dependencies

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

## [1.5.30](https://github.com/sanity-io/visual-editing/compare/preview-kit-compat-v1.5.29...preview-kit-compat-v1.5.30) (2025-01-09)


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.30",
"version": "1.5.31",
"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.34](https://github.com/sanity-io/visual-editing/compare/react-loader-v1.10.33...react-loader-v1.10.34) (2025-01-09)


### Dependencies

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

## [1.10.33](https://github.com/sanity-io/visual-editing/compare/react-loader-v1.10.32...react-loader-v1.10.33) (2025-01-09)


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.33",
"version": "1.10.34",
"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.43](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.12.42...svelte-loader-v1.12.43) (2025-01-09)


### Dependencies

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

## [1.12.42](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.12.41...svelte-loader-v1.12.42) (2025-01-09)


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.42",
"version": "1.12.43",
"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.13](https://github.com/sanity-io/visual-editing/compare/visual-editing-helpers-v0.7.12...visual-editing-helpers-v0.7.13) (2025-01-09)


### Dependencies

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

## [0.7.12](https://github.com/sanity-io/visual-editing/compare/visual-editing-helpers-v0.7.11...visual-editing-helpers-v0.7.12) (2025-01-09)


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.12",
"version": "0.7.13",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand Down
17 changes: 17 additions & 0 deletions packages/visual-editing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.11.9](https://github.com/sanity-io/visual-editing/compare/visual-editing-v2.11.8...visual-editing-v2.11.9) (2025-01-09)


### Bug Fixes

* **visual-editing:** fix svelte imports ([#2473](https://github.com/sanity-io/visual-editing/issues/2473)) ([040603e](https://github.com/sanity-io/visual-editing/commit/040603e43195a370d503650f6095813253d9ea82))
* **visual-editing:** remove unnecessary comlink delay ([98bd6aa](https://github.com/sanity-io/visual-editing/commit/98bd6aa81505379ea6eee8817300b3e4fa8ed8cc))


### Dependencies

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

## [2.11.8](https://github.com/sanity-io/visual-editing/compare/visual-editing-v2.11.7...visual-editing-v2.11.8) (2025-01-09)


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

0 comments on commit 6b350d3

Please sign in to comment.