Skip to content

Commit df62564

Browse files
chore: release main (#603)
Co-authored-by: squiggler[bot] <128108030+squiggler[bot]@users.noreply.github.com>
1 parent c68f9b7 commit df62564

File tree

5 files changed

+39
-4
lines changed

5 files changed

+39
-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.1.2",
3-
"packages/react": "2.1.2"
2+
"packages/core": "2.2.0",
3+
"packages/react": "2.2.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.2.0](https://github.com/sanity-io/sdk/compare/sdk-v2.1.2...sdk-v2.2.0) (2025-09-03)
4+
5+
6+
### Features
7+
8+
* **projects:** add organizationId and includeMembers parameters to useProjects hook ([#607](https://github.com/sanity-io/sdk/issues/607)) ([df4f69c](https://github.com/sanity-io/sdk/commit/df4f69cc62d59cf159d4ab8811f994ba84e712d7))
9+
10+
11+
### Bug Fixes
12+
13+
* **core:** add perspective to cache key to avoid collisions ([#609](https://github.com/sanity-io/sdk/issues/609)) ([c68f9b7](https://github.com/sanity-io/sdk/commit/c68f9b79f2b8f2fc4f8ab93385b5bf709b8fd254))
14+
* **deps:** update dependency @sanity/client to v7.10.0 ([#605](https://github.com/sanity-io/sdk/issues/605)) ([6ef5b6c](https://github.com/sanity-io/sdk/commit/6ef5b6c711d48f8a922c132e2d77442acebb61d7))
15+
316
## [2.1.2](https://github.com/sanity-io/sdk/compare/sdk-v2.1.1...sdk-v2.1.2) (2025-08-05)
417

518

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.1.2",
3+
"version": "2.2.0",
44
"private": false,
55
"description": "Sanity SDK",
66
"keywords": [

packages/react/CHANGELOG.md

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

3+
## [2.2.0](https://github.com/sanity-io/sdk/compare/sdk-react-v2.1.2...sdk-react-v2.2.0) (2025-09-03)
4+
5+
6+
### Features
7+
8+
* **projects:** add organizationId and includeMembers parameters to useProjects hook ([#607](https://github.com/sanity-io/sdk/issues/607)) ([df4f69c](https://github.com/sanity-io/sdk/commit/df4f69cc62d59cf159d4ab8811f994ba84e712d7))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency @sanity/client to v7.10.0 ([#605](https://github.com/sanity-io/sdk/issues/605)) ([6ef5b6c](https://github.com/sanity-io/sdk/commit/6ef5b6c711d48f8a922c132e2d77442acebb61d7))
14+
* error message display when a ResourceProvider is missing ([#602](https://github.com/sanity-io/sdk/issues/602)) ([3d7e1fe](https://github.com/sanity-io/sdk/commit/3d7e1fe617b7ad2a0384d731356bfbf894fdea61))
15+
* **projects:** properly type the includeMembers option ([#610](https://github.com/sanity-io/sdk/issues/610)) ([f8d9369](https://github.com/sanity-io/sdk/commit/f8d93695200ff004c7dc14ed5b0034af1450b7cc))
16+
* **react:** find correct instance for hooks that use config ([#598](https://github.com/sanity-io/sdk/issues/598)) ([3183c23](https://github.com/sanity-io/sdk/commit/3183c234ade23b6f5623a11bae3fa75c418ed657))
17+
18+
19+
### Dependencies
20+
21+
* The following workspace dependencies were updated
22+
* dependencies
23+
* @sanity/sdk bumped to 2.2.0
24+
325
## [2.1.2](https://github.com/sanity-io/sdk/compare/sdk-react-v2.1.1...sdk-react-v2.1.2) (2025-08-05)
426

527

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.1.2",
3+
"version": "2.2.0",
44
"private": false,
55
"description": "Sanity SDK React toolkit for Content OS",
66
"keywords": [

0 commit comments

Comments
 (0)