diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 28270c70..38f862ec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/core": "2.3.1", - "packages/react": "2.3.1" + "packages/core": "2.4.0", + "packages/react": "2.4.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 7339a082..48d2b337 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index fc9533fa..cde67f7a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/sdk", - "version": "2.3.1", + "version": "2.4.0", "private": false, "description": "Sanity SDK", "keywords": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 2943da2d..90083bc1 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/react/package.json b/packages/react/package.json index 48fad3e7..97a691ff 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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": [