Skip to content
Merged
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.2.0",
"packages/react": "2.2.0"
"packages/core": "2.3.0",
"packages/react": "2.3.0"
}
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.3.0](https://github.com/sanity-io/sdk/compare/sdk-v2.2.0...sdk-v2.3.0) (2025-10-15)


### Features

* present a link to add CORS Manage setting when a CORS error occurs ([#625](https://github.com/sanity-io/sdk/issues/625)) ([7610ec2](https://github.com/sanity-io/sdk/commit/7610ec255c87dc95f27653c8064f63f0b7100f4b))
* upgrade groq-js with support for synchronous evaluation ([#637](https://github.com/sanity-io/sdk/issues/637)) ([60996a7](https://github.com/sanity-io/sdk/commit/60996a7c61695ced7c0d37f3c3ee6eff5d772f63))


### Bug Fixes

* **auth:** do not clear the entire hash during login, only a token value ([#648](https://github.com/sanity-io/sdk/issues/648)) ([5267e18](https://github.com/sanity-io/sdk/commit/5267e1895a5cfcf7e359e328bf23f53c7f5d4d87))
* **core:** change ValidProjection to string type ([#627](https://github.com/sanity-io/sdk/issues/627)) ([2079b36](https://github.com/sanity-io/sdk/commit/2079b36572be0ac15a77a02369048cb077520b45))
* **deps:** update dependency @sanity/client to ^7.12.0 ([#649](https://github.com/sanity-io/sdk/issues/649)) ([eec856f](https://github.com/sanity-io/sdk/commit/eec856f84c1621785e4f5244c29714a7e05298c3))
* styling for error messaging ([#647](https://github.com/sanity-io/sdk/issues/647)) ([3bf96f2](https://github.com/sanity-io/sdk/commit/3bf96f23c9dbb580707c3071ec5045f9d20c66b4))

## [2.2.0](https://github.com/sanity-io/sdk/compare/sdk-v2.1.2...sdk-v2.2.0) (2025-09-03)


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.2.0",
"version": "2.3.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.3.0](https://github.com/sanity-io/sdk/compare/sdk-react-v2.2.0...sdk-react-v2.3.0) (2025-10-15)


### Features

* present a link to add CORS Manage setting when a CORS error occurs ([#625](https://github.com/sanity-io/sdk/issues/625)) ([7610ec2](https://github.com/sanity-io/sdk/commit/7610ec255c87dc95f27653c8064f63f0b7100f4b))
* upgrade groq-js with support for synchronous evaluation ([#637](https://github.com/sanity-io/sdk/issues/637)) ([60996a7](https://github.com/sanity-io/sdk/commit/60996a7c61695ced7c0d37f3c3ee6eff5d772f63))


### Bug Fixes

* **core:** change ValidProjection to string type ([#627](https://github.com/sanity-io/sdk/issues/627)) ([2079b36](https://github.com/sanity-io/sdk/commit/2079b36572be0ac15a77a02369048cb077520b45))
* **deps:** update dependency @sanity/client to ^7.12.0 ([#649](https://github.com/sanity-io/sdk/issues/649)) ([eec856f](https://github.com/sanity-io/sdk/commit/eec856f84c1621785e4f5244c29714a7e05298c3))
* styling for error messaging ([#647](https://github.com/sanity-io/sdk/issues/647)) ([3bf96f2](https://github.com/sanity-io/sdk/commit/3bf96f23c9dbb580707c3071ec5045f9d20c66b4))


### Dependencies

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

## [2.2.0](https://github.com/sanity-io/sdk/compare/sdk-react-v2.1.2...sdk-react-v2.2.0) (2025-09-03)


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.2.0",
"version": "2.3.0",
"private": false,
"description": "Sanity SDK React toolkit for Content OS",
"keywords": [
Expand Down
Loading