Skip to content

Commit c4b6885

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

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-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.0",
3-
"packages/react": "2.3.0"
2+
"packages/core": "2.3.1",
3+
"packages/react": "2.3.1"
44
}

packages/core/CHANGELOG.md

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

3+
## [2.3.1](https://github.com/sanity-io/sdk/compare/sdk-v2.3.0...sdk-v2.3.1) (2025-10-17)
4+
5+
6+
### Bug Fixes
7+
8+
* auth race condition when using the SDK in the Studio structure ([#646](https://github.com/sanity-io/sdk/issues/646)) ([a5d0875](https://github.com/sanity-io/sdk/commit/a5d08752cf24661afdedb8470a3cae11a2e11945))
9+
310
## [2.3.0](https://github.com/sanity-io/sdk/compare/sdk-v2.2.0...sdk-v2.3.0) (2025-10-15)
411

512

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

packages/react/CHANGELOG.md

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

3+
## [2.3.1](https://github.com/sanity-io/sdk/compare/sdk-react-v2.3.0...sdk-react-v2.3.1) (2025-10-17)
4+
5+
6+
### Bug Fixes
7+
8+
* auth race condition when using the SDK in the Studio structure ([#646](https://github.com/sanity-io/sdk/issues/646)) ([a5d0875](https://github.com/sanity-io/sdk/commit/a5d08752cf24661afdedb8470a3cae11a2e11945))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @sanity/sdk bumped to 2.3.1
16+
317
## [2.3.0](https://github.com/sanity-io/sdk/compare/sdk-react-v2.2.0...sdk-react-v2.3.0) (2025-10-15)
418

519
### Features

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

0 commit comments

Comments
 (0)