Skip to content

Commit f3ebe63

Browse files
chore: release main (#2655)
Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
1 parent 8af6dd0 commit f3ebe63

File tree

21 files changed

+130
-11
lines changed

21 files changed

+130
-11
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/core-loader":"1.7.33","packages/react-loader":"1.10.42","packages/svelte-loader":"1.13.16","packages/presentation":"2.0.0","packages/preview-url-secret":"2.1.4","packages/visual-editing":"2.13.0","packages/insert-menu":"1.1.0","packages/comlink":"3.0.1","packages/next-loader":"1.2.23","packages/vercel-protection-bypass":"1.0.9","packages/presentation-comlink":"1.0.5","packages/visual-editing-csm":"2.0.3","packages/visual-editing-types":"1.0.5"}
1+
{"packages/core-loader":"1.7.34","packages/react-loader":"1.10.43","packages/svelte-loader":"1.13.17","packages/presentation":"2.0.0","packages/preview-url-secret":"2.1.4","packages/visual-editing":"2.13.1","packages/insert-menu":"1.1.1","packages/comlink":"3.0.1","packages/next-loader":"1.2.24","packages/vercel-protection-bypass":"1.0.10","packages/presentation-comlink":"1.0.6","packages/visual-editing-csm":"2.0.4","packages/visual-editing-types":"1.0.6"}

packages/core-loader/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

88

9+
## [1.7.34](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.7.33...core-loader-v1.7.34) (2025-02-10)
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @sanity/presentation-comlink bumped to 1.0.6
17+
* @sanity/visual-editing-csm bumped to 2.0.4
18+
919
## [1.7.33](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.7.32...core-loader-v1.7.33) (2025-02-07)
1020

1121

packages/core-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/core-loader",
3-
"version": "1.7.33",
3+
"version": "1.7.34",
44
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/core-loader#readme",
55
"bugs": {
66
"url": "https://github.com/sanity-io/visual-editing/issues"

packages/insert-menu/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/sanity-io/visual-editing/compare/insert-menu-v1.1.0...insert-menu-v1.1.1) (2025-02-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update react compiler dependencies 🤖 ✨ ([#2651](https://github.com/sanity-io/visual-editing/issues/2651)) ([0692000](https://github.com/sanity-io/visual-editing/commit/069200095a0e0616b9f81c1b20c937e99ad4d8ad))
9+
310
## [1.1.0](https://github.com/sanity-io/visual-editing/compare/insert-menu-v1.0.20...insert-menu-v1.1.0) (2025-02-07)
411

512

packages/insert-menu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/insert-menu",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "",
55
"keywords": [],
66
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/insert-menu#readme",

packages/next-loader/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.2.24](https://github.com/sanity-io/visual-editing/compare/next-loader-v1.2.23...next-loader-v1.2.24) (2025-02-10)
4+
5+
6+
### Bug Fixes
7+
8+
* relax semver ([8af6dd0](https://github.com/sanity-io/visual-editing/commit/8af6dd0d5fb3f0cf6fc9f749d8ca2e1b4a2f4abc))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @sanity/presentation-comlink bumped to 1.0.6
16+
317
## [1.2.23](https://github.com/sanity-io/visual-editing/compare/next-loader-v1.2.22...next-loader-v1.2.23) (2025-02-07)
418

519

packages/next-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/next-loader",
3-
"version": "1.2.23",
3+
"version": "1.2.24",
44
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/next-loader#readme",
55
"bugs": {
66
"url": "https://github.com/sanity-io/visual-editing/issues"

packages/presentation-comlink/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.0.6](https://github.com/sanity-io/visual-editing/compare/presentation-comlink-v1.0.5...presentation-comlink-v1.0.6) (2025-02-10)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @sanity/visual-editing-types bumped to 1.0.6
11+
312
## [1.0.5](https://github.com/sanity-io/visual-editing/compare/presentation-comlink-v1.0.4...presentation-comlink-v1.0.5) (2025-02-07)
413

514

packages/presentation-comlink/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/presentation-comlink",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/presentation-comlink#readme",
55
"bugs": {
66
"url": "https://github.com/sanity-io/visual-editing/issues"

packages/react-loader/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,21 @@ All notable changes to this project will be documented in this file. See
3030
* dependencies
3131
* @sanity/core-loader bumped from 1.6.0 to 1.6.1
3232

33+
## [1.10.43](https://github.com/sanity-io/visual-editing/compare/react-loader-v1.10.42...react-loader-v1.10.43) (2025-02-10)
34+
35+
36+
### Bug Fixes
37+
38+
* relax semver ([8af6dd0](https://github.com/sanity-io/visual-editing/commit/8af6dd0d5fb3f0cf6fc9f749d8ca2e1b4a2f4abc))
39+
40+
41+
### Dependencies
42+
43+
* The following workspace dependencies were updated
44+
* dependencies
45+
* @sanity/core-loader bumped to 1.7.34
46+
* @sanity/visual-editing-csm bumped to 2.0.4
47+
3348
## [1.10.42](https://github.com/sanity-io/visual-editing/compare/react-loader-v1.10.41...react-loader-v1.10.42) (2025-02-07)
3449

3550

packages/react-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/react-loader",
3-
"version": "1.10.42",
3+
"version": "1.10.43",
44
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/react-loader#readme",
55
"bugs": {
66
"url": "https://github.com/sanity-io/visual-editing/issues"

packages/svelte-loader/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,24 @@ All notable changes to this project will be documented in this file. See
2424
* devDependencies
2525
* @sanity/visual-editing bumped from 1.7.0 to 1.7.1
2626

27+
## [1.13.17](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.13.16...svelte-loader-v1.13.17) (2025-02-10)
28+
29+
30+
### Bug Fixes
31+
32+
* relax semver ([8af6dd0](https://github.com/sanity-io/visual-editing/commit/8af6dd0d5fb3f0cf6fc9f749d8ca2e1b4a2f4abc))
33+
34+
35+
### Dependencies
36+
37+
* The following workspace dependencies were updated
38+
* dependencies
39+
* @sanity/core-loader bumped to 1.7.34
40+
* devDependencies
41+
* @sanity/visual-editing bumped to 2.13.1
42+
* peerDependencies
43+
* @sanity/visual-editing bumped from 2.x to 2.13.1
44+
2745
## [1.13.16](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.13.15...svelte-loader-v1.13.16) (2025-02-07)
2846

2947

packages/svelte-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/svelte-loader",
3-
"version": "1.13.16",
3+
"version": "1.13.17",
44
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/svelte-loader#readme",
55
"bugs": {
66
"url": "https://github.com/sanity-io/visual-editing/issues"

packages/vercel-protection-bypass/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.10](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.9...vercel-protection-bypass-v1.0.10) (2025-02-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update react compiler dependencies 🤖 ✨ ([#2651](https://github.com/sanity-io/visual-editing/issues/2651)) ([0692000](https://github.com/sanity-io/visual-editing/commit/069200095a0e0616b9f81c1b20c937e99ad4d8ad))
9+
310
## [1.0.9](https://github.com/sanity-io/visual-editing/compare/vercel-protection-bypass-v1.0.8...vercel-protection-bypass-v1.0.9) (2025-02-04)
411

512

packages/vercel-protection-bypass/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/vercel-protection-bypass",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/vercel-protection-bypass#readme",
55
"bugs": {
66
"url": "https://github.com/sanity-io/visual-editing/issues"

packages/visual-editing-csm/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.0.4](https://github.com/sanity-io/visual-editing/compare/visual-editing-csm-v2.0.3...visual-editing-csm-v2.0.4) (2025-02-10)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @sanity/visual-editing-types bumped to 1.0.6
11+
312
## [2.0.3](https://github.com/sanity-io/visual-editing/compare/visual-editing-csm-v2.0.2...visual-editing-csm-v2.0.3) (2025-02-07)
413

514

packages/visual-editing-csm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/visual-editing-csm",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/visual-editing-csm#readme",
55
"bugs": {
66
"url": "https://github.com/sanity-io/visual-editing/issues"

packages/visual-editing-types/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.0.6](https://github.com/sanity-io/visual-editing/compare/visual-editing-types-v1.0.5...visual-editing-types-v1.0.6) (2025-02-10)
4+
5+
6+
### Bug Fixes
7+
8+
* relax semver ([8af6dd0](https://github.com/sanity-io/visual-editing/commit/8af6dd0d5fb3f0cf6fc9f749d8ca2e1b4a2f4abc))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* devDependencies
15+
* @sanity/insert-menu bumped to 1.1.1
16+
317
## [1.0.5](https://github.com/sanity-io/visual-editing/compare/visual-editing-types-v1.0.4...visual-editing-types-v1.0.5) (2025-02-07)
418

519

packages/visual-editing-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/visual-editing-types",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/visual-editing-types#readme",
55
"bugs": {
66
"url": "https://github.com/sanity-io/visual-editing/issues"

packages/visual-editing/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.13.1](https://github.com/sanity-io/visual-editing/compare/visual-editing-v2.13.0...visual-editing-v2.13.1) (2025-02-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update react compiler dependencies 🤖 ✨ ([#2651](https://github.com/sanity-io/visual-editing/issues/2651)) ([0692000](https://github.com/sanity-io/visual-editing/commit/069200095a0e0616b9f81c1b20c937e99ad4d8ad))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @sanity/insert-menu bumped to 1.1.1
16+
* @sanity/presentation-comlink bumped to 1.0.6
17+
* @sanity/visual-editing-csm bumped to 2.0.4
18+
319
## [2.13.0](https://github.com/sanity-io/visual-editing/compare/visual-editing-v2.12.14...visual-editing-v2.13.0) (2025-02-07)
420

521

packages/visual-editing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/visual-editing",
3-
"version": "2.13.0",
3+
"version": "2.13.1",
44
"keywords": [
55
"sanity.io",
66
"visual-editing",

0 commit comments

Comments
 (0)