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

Commit 5591be6

Browse files
chore(release): 2.0.50 [skip ci]
1 parent 2ebb192 commit 5591be6

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.50](https://github.com/sanity-io/tsdoc/compare/v2.0.49...v2.0.50) (2025-06-23)
9+
10+
### Bug Fixes
11+
12+
- **deps:** update dependency @vitejs/plugin-react to ^4.6.0 ([#630](https://github.com/sanity-io/tsdoc/issues/630)) ([2ebb192](https://github.com/sanity-io/tsdoc/commit/2ebb192aec35317af4fc9b53076f0bbc4b493dea))
13+
- **deps:** update dependency groq-js to ^1.17.1 ([#628](https://github.com/sanity-io/tsdoc/issues/628)) ([84930b6](https://github.com/sanity-io/tsdoc/commit/84930b64a0f2698ff283bd74ebdad25e9e60d8cf))
14+
815
## [2.0.49](https://github.com/sanity-io/tsdoc/compare/v2.0.48...v2.0.49) (2025-06-20)
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.49",
3+
"version": "2.0.50",
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)