Skip to content

Commit 98ca141

Browse files
chore(main): release next-sanity 9.12.1 (#2512)
Co-authored-by: squiggler[bot] <128108030+squiggler[bot]@users.noreply.github.com>
1 parent 96f03c5 commit 98ca141

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
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":"9.12.0"}
1+
{"packages/next-sanity":"9.12.1"}

packages/next-sanity/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@
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+
## [9.12.1](https://github.com/sanity-io/next-sanity/compare/next-sanity-v9.12.0...next-sanity-v9.12.1) (2025-07-11)
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update @sanity/client to ^7.6.0 ([a76b360](https://github.com/sanity-io/next-sanity/commit/a76b360caa50587abcba7539cde90ce4ca15da0c))
14+
* **deps:** update @sanity/client to ^7.6.0 ([dd138b1](https://github.com/sanity-io/next-sanity/commit/dd138b1d3a2ae7ef2ae1da781bf800de9992002f))
15+
* **deps:** update @sanity/types and sanity to ^3.95.0 ([178d8bb](https://github.com/sanity-io/next-sanity/commit/178d8bbe205f07840554339ece164304aab7bc85))
16+
* **deps:** update @sanity/visual-editing to ^2.15.0 ([032c99a](https://github.com/sanity-io/next-sanity/commit/032c99ac6232aab42106ca8030e02b5a11c2b2e6))
17+
* **deps:** update dependency @sanity/icons to ^3.7.4 (main) ([#2531](https://github.com/sanity-io/next-sanity/issues/2531)) ([19199a7](https://github.com/sanity-io/next-sanity/commit/19199a7ef747c2fa7283ffa5427d26bbc8038f67))
18+
* **deps:** update dependency @sanity/next-loader to ^1.6.2 (main) ([#2516](https://github.com/sanity-io/next-sanity/issues/2516)) ([4363049](https://github.com/sanity-io/next-sanity/commit/4363049e128f4171c411af6448ad117b98a96283))
19+
* **deps:** update dependency @sanity/next-loader to ^1.6.3 (main) ([#2549](https://github.com/sanity-io/next-sanity/issues/2549)) ([9751cee](https://github.com/sanity-io/next-sanity/commit/9751cee59672c09ce775cc38bdb93f0c633d906f))
20+
* **deps:** update dependency @sanity/preview-kit to ^6.1.1 (main) ([#2517](https://github.com/sanity-io/next-sanity/issues/2517)) ([7b4706b](https://github.com/sanity-io/next-sanity/commit/7b4706b6b6b1e63659ad79ff30cabea3f1c77605))
21+
* **deps:** update dependency @sanity/preview-url-secret to ^2.1.11 (main) ([#2507](https://github.com/sanity-io/next-sanity/issues/2507)) ([007ece3](https://github.com/sanity-io/next-sanity/commit/007ece3601469fdf79dd8c98b2618d6d91eedfdd))
22+
* **deps:** update dependency @sanity/ui to ^2.16.7 (main) ([#2551](https://github.com/sanity-io/next-sanity/issues/2551)) ([abd0231](https://github.com/sanity-io/next-sanity/commit/abd02313e4625d43fc2950e2016504ee741ba276))
23+
* **deps:** update dependency @sanity/ui to v2.16.2 (main) ([#2518](https://github.com/sanity-io/next-sanity/issues/2518)) ([ce8d6e5](https://github.com/sanity-io/next-sanity/commit/ce8d6e505172a1b0b9bdc0eebf6487572e7d5bc3))
24+
* **deps:** update dependency @sanity/visual-editing to ^2.15.2 (main) ([#2552](https://github.com/sanity-io/next-sanity/issues/2552)) ([518a298](https://github.com/sanity-io/next-sanity/commit/518a298013a39f48bfdf0dd26ce60641904cdc31))
25+
* **deps:** update groq to ^3.95.0 ([897f215](https://github.com/sanity-io/next-sanity/commit/897f215503f6f85b044a298b2c1eca3fbf3dcde7))
26+
* **deps:** update sanity monorepo to v3.99.0 (main) ([#2553](https://github.com/sanity-io/next-sanity/issues/2553)) ([96f03c5](https://github.com/sanity-io/next-sanity/commit/96f03c58da827281d0fad0c9360bc079eb33a974))
27+
* inline the `SanityDocument` type from `@sanity/types` ([4d18bf2](https://github.com/sanity-io/next-sanity/commit/4d18bf211dfaebd2fdc03df225508a4334feabab))
28+
* remove `@sanity/icons` peer dependency ([d5dd0a1](https://github.com/sanity-io/next-sanity/commit/d5dd0a1bfb578cb0d33197355e646ac41c306c3a))
29+
830
## [9.12.0](https://github.com/sanity-io/next-sanity/compare/next-sanity-v9.11.1...next-sanity-v9.12.0) (2025-05-27)
931

1032

packages/next-sanity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-sanity",
3-
"version": "9.12.0",
3+
"version": "9.12.1",
44
"description": "Sanity.io toolkit for Next.js",
55
"keywords": [
66
"sanity",

0 commit comments

Comments
 (0)