Skip to content

Commit 986f7e3

Browse files
chore: release main
1 parent 3d5f45c commit 986f7e3

File tree

5 files changed

+37
-4
lines changed

5 files changed

+37
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/core": "2.3.1",
3-
"packages/react": "2.3.1"
2+
"packages/core": "2.4.0",
3+
"packages/react": "2.4.0"
44
}

packages/core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/sanity-io/sdk/compare/sdk-v2.3.1...sdk-v2.4.0) (2025-11-07)
4+
5+
6+
### Features
7+
8+
* add agent actions ([#654](https://github.com/sanity-io/sdk/issues/654)) ([cb70f89](https://github.com/sanity-io/sdk/commit/cb70f89ebc3ffb90b36d04a959341643860c9fb6))
9+
* Introduce "source" concept ([#626](https://github.com/sanity-io/sdk/issues/626)) ([92340b9](https://github.com/sanity-io/sdk/commit/92340b9e02c12023f1096cce153065dd02da5b29))
10+
11+
12+
### Bug Fixes
13+
14+
* 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))
15+
316
## [2.3.1](https://github.com/sanity-io/sdk/compare/sdk-v2.3.0...sdk-v2.3.1) (2025-10-17)
417

518
### Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/sdk",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"private": false,
55
"description": "Sanity SDK",
66
"keywords": [

packages/react/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/sanity-io/sdk/compare/sdk-react-v2.3.1...sdk-react-v2.4.0) (2025-11-07)
4+
5+
6+
### Features
7+
8+
* add agent actions ([#654](https://github.com/sanity-io/sdk/issues/654)) ([cb70f89](https://github.com/sanity-io/sdk/commit/cb70f89ebc3ffb90b36d04a959341643860c9fb6))
9+
* **react:** create useDispatchIntent hook ([#595](https://github.com/sanity-io/sdk/issues/595)) ([3d5f45c](https://github.com/sanity-io/sdk/commit/3d5f45c76f4f53ba68ed6d6f68dffd4bce791b16))
10+
11+
12+
### Bug Fixes
13+
14+
* 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))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @sanity/sdk bumped to 2.4.0
22+
323
## [2.3.1](https://github.com/sanity-io/sdk/compare/sdk-react-v2.3.0...sdk-react-v2.3.1) (2025-10-17)
424

525
### Bug Fixes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/sdk-react",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"private": false,
55
"description": "Sanity SDK React toolkit for Content OS",
66
"keywords": [

0 commit comments

Comments
 (0)