Skip to content

Commit cf87532

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

File tree

5 files changed

+43
-4
lines changed

5 files changed

+43
-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.0.0",
3-
"packages/react": "2.0.0"
2+
"packages/core": "2.0.1",
3+
"packages/react": "2.0.1"
44
}

packages/core/CHANGELOG.md

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

3+
## [2.0.1](https://github.com/sanity-io/sdk/compare/sdk-v2.0.0...sdk-v2.0.1) (2025-06-20)
4+
5+
6+
### Features
7+
8+
* add new token fetching via comlink ([#475](https://github.com/sanity-io/sdk/issues/475)) ([f646d53](https://github.com/sanity-io/sdk/commit/f646d5309deabec57ebb9bc561ed1849987db5b7))
9+
10+
11+
### Bug Fixes
12+
13+
* **core:** consider negative indexes for inserts ([#555](https://github.com/sanity-io/sdk/issues/555)) ([7a0e07a](https://github.com/sanity-io/sdk/commit/7a0e07a922b2303ffc2476d9a6712a32ded14abd))
14+
* **core:** correct element removal order in `unset`s ([#556](https://github.com/sanity-io/sdk/issues/556)) ([7978b17](https://github.com/sanity-io/sdk/commit/7978b1709ca36334b73cb71eb898649424ebcfbf))
15+
* **core:** correct keyed segment path representation and insert operation behavior ([#552](https://github.com/sanity-io/sdk/issues/552)) ([d8a7968](https://github.com/sanity-io/sdk/commit/d8a7968eb8544aea5280e87c524614213c406af4))
16+
* **core:** prevent race condition in document store ([#551](https://github.com/sanity-io/sdk/issues/551)) ([d88dc29](https://github.com/sanity-io/sdk/commit/d88dc29b30562b791e3288d4d2a373919b7f6134))
17+
18+
19+
### Documentation
20+
21+
* update readme logos ([#549](https://github.com/sanity-io/sdk/issues/549)) ([857f8ee](https://github.com/sanity-io/sdk/commit/857f8eec2811f411e7ff21668ef12853730c4368))
22+
323
## [2.0.0](https://github.com/sanity-io/sdk/compare/sdk-v1.0.0...sdk-v2.0.0) (2025-05-23)
424

525

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

packages/react/CHANGELOG.md

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

3+
## [2.0.1](https://github.com/sanity-io/sdk/compare/sdk-react-v2.0.0...sdk-react-v2.0.1) (2025-06-20)
4+
5+
6+
### Features
7+
8+
* add new token fetching via comlink ([#475](https://github.com/sanity-io/sdk/issues/475)) ([f646d53](https://github.com/sanity-io/sdk/commit/f646d5309deabec57ebb9bc561ed1849987db5b7))
9+
10+
11+
### Documentation
12+
13+
* update readme logos ([#549](https://github.com/sanity-io/sdk/issues/549)) ([857f8ee](https://github.com/sanity-io/sdk/commit/857f8eec2811f411e7ff21668ef12853730c4368))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* @sanity/sdk bumped to 2.0.1
21+
322
## [2.0.0](https://github.com/sanity-io/sdk/compare/sdk-react-v1.0.0...sdk-react-v2.0.0) (2025-05-23)
423

524

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

0 commit comments

Comments
 (0)