Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 5f487ef

Browse files
chore(release): 2.0.35 [skip ci]
1 parent 90dcf06 commit 5f487ef

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
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+
## [2.0.35](https://github.com/sanity-io/tsdoc/compare/v2.0.34...v2.0.35) (2025-06-18)
9+
10+
### Bug Fixes
11+
12+
- **deps:** update dependency @sanity/pkg-utils to v7.2.7 ([#608](https://github.com/sanity-io/tsdoc/issues/608)) ([90dcf06](https://github.com/sanity-io/tsdoc/commit/90dcf066a736f21f799d88089659dc6323c9a7a4))
13+
- **deps:** update dependency groq to ^3.93.0 ([#606](https://github.com/sanity-io/tsdoc/issues/606)) ([8be9a25](https://github.com/sanity-io/tsdoc/commit/8be9a25849ee92b5e3e0bd2d8dbebf67977e660c))
14+
815
## [2.0.34](https://github.com/sanity-io/tsdoc/compare/v2.0.33...v2.0.34) (2025-06-18)
916

1017
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/tsdoc",
3-
"version": "2.0.34",
3+
"version": "2.0.35",
44
"description": "Generate API reference docs from TypeScript projects and store in a Sanity-friendly JSON format. Render a static frontend, or as React components.",
55
"keywords": [
66
"sanity",

0 commit comments

Comments
 (0)