Skip to content

Commit 9487cb2

Browse files
chore: release main (#370)
Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
1 parent 8e1cbd9 commit 9487cb2

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/core": "0.0.0-alpha.20",
3-
"packages/react": "0.0.0-alpha.21",
2+
"packages/core": "0.0.0-alpha.21",
3+
"packages/react": "0.0.0-alpha.22",
44
"packages/react-internal": "0.0.0-alpha.5"
55
}

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+
## [0.0.0-alpha.21](https://github.com/sanity-io/sdk/compare/sdk-v0.0.0-alpha.20...sdk-v0.0.0-alpha.21) (2025-03-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** upgrade `@sanity/client`, do not use `withCredentials` ([#368](https://github.com/sanity-io/sdk/issues/368)) ([8e1cbd9](https://github.com/sanity-io/sdk/commit/8e1cbd92501892bf116c3a3473ae693062518f89))
9+
310
## [0.0.0-alpha.20](https://github.com/sanity-io/sdk/compare/sdk-v0.0.0-alpha.19...sdk-v0.0.0-alpha.20) (2025-03-25)
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": "0.0.0-alpha.20",
3+
"version": "0.0.0-alpha.21",
44
"private": false,
55
"description": "Sanity SDK",
66
"keywords": [

packages/react/CHANGELOG.md

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

3+
## [0.0.0-alpha.22](https://github.com/sanity-io/sdk/compare/sdk-react-v0.0.0-alpha.21...sdk-react-v0.0.0-alpha.22) (2025-03-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** upgrade `@sanity/client`, do not use `withCredentials` ([#368](https://github.com/sanity-io/sdk/issues/368)) ([8e1cbd9](https://github.com/sanity-io/sdk/commit/8e1cbd92501892bf116c3a3473ae693062518f89))
9+
310
## [0.0.0-alpha.21](https://github.com/sanity-io/sdk/compare/sdk-react-v0.0.0-alpha.20...sdk-react-v0.0.0-alpha.21) (2025-03-25)
411

512

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

0 commit comments

Comments
 (0)