From 92510f14583b3e5ebbd7ab3b485f99b025afaba7 Mon Sep 17 00:00:00 2001 From: "squiggler[bot]" <128108030+squiggler[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 20:23:13 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- packages/core/CHANGELOG.md | 16 ++++++++++++++++ packages/core/package.json | 2 +- packages/react/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/react/package.json | 2 +- 5 files changed, 42 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 985e8ad0b..a9ce11ce4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/core": "2.2.0", - "packages/react": "2.2.0" + "packages/core": "2.3.0", + "packages/react": "2.3.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d4384b436..9a4a90ba9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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) diff --git a/packages/core/package.json b/packages/core/package.json index 4f865b210..f7e6c36f1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/sdk", - "version": "2.2.0", + "version": "2.3.0", "private": false, "description": "Sanity SDK", "keywords": [ diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 96f382974..fb4107c60 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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) diff --git a/packages/react/package.json b/packages/react/package.json index 7386be21d..4b3f32af4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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": [