Skip to content

Commit 92a43b2

Browse files
chore(main): release next-sanity 11.6.3
1 parent 50782e7 commit 92a43b2

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/next-sanity":"11.6.2"}
1+
{"packages/next-sanity":"11.6.3"}

packages/next-sanity/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [11.6.3](https://github.com/sanity-io/next-sanity/compare/next-sanity-v11.6.2...next-sanity-v11.6.3) (2025-10-27)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency @sanity/comlink to v4 (main) ([#2928](https://github.com/sanity-io/next-sanity/issues/2928)) ([96d5c47](https://github.com/sanity-io/next-sanity/commit/96d5c47ac2cff4236717571faee325e92f921e70))
14+
* **deps:** update dependency @sanity/presentation-comlink to v2 (main) ([#2929](https://github.com/sanity-io/next-sanity/issues/2929)) ([2e3379a](https://github.com/sanity-io/next-sanity/commit/2e3379a0e54a35776947da21f16a1c5757a183c4))
15+
* **deps:** update dependency @sanity/visual-editing to v4 (main) ([#2936](https://github.com/sanity-io/next-sanity/issues/2936)) ([cc4b92b](https://github.com/sanity-io/next-sanity/commit/cc4b92b648f1d8c8420f05b8a74d2f42b85b0b88))
16+
817
## [11.6.2](https://github.com/sanity-io/next-sanity/compare/next-sanity-v11.6.1...next-sanity-v11.6.2) (2025-10-24)
918

1019

packages/next-sanity/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-sanity",
3-
"version": "11.6.2",
3+
"version": "11.6.3",
44
"description": "Sanity.io toolkit for Next.js",
55
"keywords": [
66
"sanity",
@@ -127,7 +127,7 @@
127127
"@types/node": "catalog:",
128128
"@types/react": "catalog:",
129129
"@types/react-dom": "catalog:",
130-
"@vitest/coverage-v8": "^4.0.4",
130+
"@vitest/coverage-v8": "^4.0.3",
131131
"next": "catalog:",
132132
"publint": "^0.3.15",
133133
"react": "catalog:",
@@ -136,7 +136,7 @@
136136
"tsdown": "0.15.10",
137137
"typescript": "catalog:",
138138
"vite-tsconfig-paths": "^5.1.4",
139-
"vitest": "^4.0.4"
139+
"vitest": "^4.0.3"
140140
},
141141
"peerDependencies": {
142142
"@sanity/client": "^7.12.0",

0 commit comments

Comments
 (0)