Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/core": "2.3.1",
"packages/react": "2.3.1"
"packages/core": "2.4.0",
"packages/react": "2.4.0"
}
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.4.0](https://github.com/sanity-io/sdk/compare/sdk-v2.3.1...sdk-v2.4.0) (2025-11-21)


### Features

* add agent actions ([#654](https://github.com/sanity-io/sdk/issues/654)) ([cb70f89](https://github.com/sanity-io/sdk/commit/cb70f89ebc3ffb90b36d04a959341643860c9fb6))
* add canvas as a source for useQuery and useDispatchIntent ([#665](https://github.com/sanity-io/sdk/issues/665)) ([60de2d1](https://github.com/sanity-io/sdk/commit/60de2d1767558ca7ba88bc59b6b84f8b4a0a3658))
* Introduce "source" concept ([#626](https://github.com/sanity-io/sdk/issues/626)) ([92340b9](https://github.com/sanity-io/sdk/commit/92340b9e02c12023f1096cce153065dd02da5b29))


### Bug Fixes

* handle projectUserNotFoundErrors and display the error message ([#651](https://github.com/sanity-io/sdk/issues/651)) ([1668657](https://github.com/sanity-io/sdk/commit/1668657109833971aacde582c32fbacd6f1f7085))

## [2.3.1](https://github.com/sanity-io/sdk/compare/sdk-v2.3.0...sdk-v2.3.1) (2025-10-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/sdk",
"version": "2.3.1",
"version": "2.4.0",
"private": false,
"description": "Sanity SDK",
"keywords": [
Expand Down
22 changes: 22 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [2.4.0](https://github.com/sanity-io/sdk/compare/sdk-react-v2.3.1...sdk-react-v2.4.0) (2025-11-21)


### Features

* add agent actions ([#654](https://github.com/sanity-io/sdk/issues/654)) ([cb70f89](https://github.com/sanity-io/sdk/commit/cb70f89ebc3ffb90b36d04a959341643860c9fb6))
* add canvas as a source for useQuery and useDispatchIntent ([#665](https://github.com/sanity-io/sdk/issues/665)) ([60de2d1](https://github.com/sanity-io/sdk/commit/60de2d1767558ca7ba88bc59b6b84f8b4a0a3658))
* **react:** create useDispatchIntent hook ([#595](https://github.com/sanity-io/sdk/issues/595)) ([3d5f45c](https://github.com/sanity-io/sdk/commit/3d5f45c76f4f53ba68ed6d6f68dffd4bce791b16))


### Bug Fixes

* handle projectUserNotFoundErrors and display the error message ([#651](https://github.com/sanity-io/sdk/issues/651)) ([1668657](https://github.com/sanity-io/sdk/commit/1668657109833971aacde582c32fbacd6f1f7085))
* **react:** ensure useDocumentProjection reuses state source for all strings ([#669](https://github.com/sanity-io/sdk/issues/669)) ([474ff5d](https://github.com/sanity-io/sdk/commit/474ff5d75e324c2c413bfcddc2432a78d21bb53a))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/sdk bumped to 2.4.0

## [2.3.1](https://github.com/sanity-io/sdk/compare/sdk-react-v2.3.0...sdk-react-v2.3.1) (2025-10-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/sdk-react",
"version": "2.3.1",
"version": "2.4.0",
"private": false,
"description": "Sanity SDK React toolkit for Content OS",
"keywords": [
Expand Down
Loading