Skip to content

Commit 009052a

Browse files
chore: release main (#578)
Co-authored-by: squiggler[bot] <128108030+squiggler[bot]@users.noreply.github.com>
1 parent 9ed405c commit 009052a

File tree

5 files changed

+41
-4
lines changed

5 files changed

+41
-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.1.0",
3-
"packages/react": "2.1.0"
2+
"packages/core": "2.1.1",
3+
"packages/react": "2.1.1"
44
}

packages/core/CHANGELOG.md

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

3+
## [2.1.1](https://github.com/sanity-io/sdk/compare/sdk-v2.1.0...sdk-v2.1.1) (2025-07-24)
4+
5+
6+
### Features
7+
8+
* add bifur dependency and presence events ([#577](https://github.com/sanity-io/sdk/issues/577)) ([2bd70c1](https://github.com/sanity-io/sdk/commit/2bd70c1e70fb25b3d5665729c0d3e20b04fbaea8))
9+
* **auth:** check for stamped token expiration after browser idle ([#575](https://github.com/sanity-io/sdk/issues/575)) ([ba4cc58](https://github.com/sanity-io/sdk/commit/ba4cc58bf81a0cb81e34a0b4c6e30561e7199aae))
10+
* **core:** add defineIntent ([#585](https://github.com/sanity-io/sdk/issues/585)) ([214e0fd](https://github.com/sanity-io/sdk/commit/214e0fdbe1e9fe88f33888d48857f9c1f6918caa))
11+
* **core:** allow a userId option for the user store ([#580](https://github.com/sanity-io/sdk/issues/580)) ([210d48e](https://github.com/sanity-io/sdk/commit/210d48eca72c846b47923e551295f3a18d1174fd))
12+
* **presence:** add user presence events ([#583](https://github.com/sanity-io/sdk/issues/583)) ([9ed405c](https://github.com/sanity-io/sdk/commit/9ed405c8d2d551d53d4e72b79b159d9496407fc3))
13+
14+
15+
### Bug Fixes
16+
17+
* use `rolldown` to generate dts ([#582](https://github.com/sanity-io/sdk/issues/582)) ([be0211b](https://github.com/sanity-io/sdk/commit/be0211b52a66d6479693c44c6763b3f8cae7d0ab))
18+
319
## [2.1.0](https://github.com/sanity-io/sdk/compare/sdk-v2.0.2...sdk-v2.1.0) (2025-06-30)
420

521

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

packages/react/CHANGELOG.md

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

3+
## [2.1.1](https://github.com/sanity-io/sdk/compare/sdk-react-v2.1.0...sdk-react-v2.1.1) (2025-07-24)
4+
5+
6+
### Features
7+
8+
* **hook:** add getUser hook ([#581](https://github.com/sanity-io/sdk/issues/581)) ([8c36794](https://github.com/sanity-io/sdk/commit/8c36794ee41d0934d9337d32c46cb87c5c3445de))
9+
* **presence:** add user presence events ([#583](https://github.com/sanity-io/sdk/issues/583)) ([9ed405c](https://github.com/sanity-io/sdk/commit/9ed405c8d2d551d53d4e72b79b159d9496407fc3))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** update dependency react-compiler-runtime to v19.1.0-rc.2 ([#536](https://github.com/sanity-io/sdk/issues/536)) ([27df27b](https://github.com/sanity-io/sdk/commit/27df27b7fae387d6b00b4773ce8402524c36e3e5))
15+
* do not redirect to the Dashboard if studioMode is specified ([#588](https://github.com/sanity-io/sdk/issues/588)) ([731b146](https://github.com/sanity-io/sdk/commit/731b146c35ca3becd40255c86db4b10c9bc2a4a9))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* dependencies
22+
* @sanity/sdk bumped to 2.1.1
23+
324
## [2.1.0](https://github.com/sanity-io/sdk/compare/sdk-react-v2.0.2...sdk-react-v2.1.0) (2025-06-30)
425

526

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

0 commit comments

Comments
 (0)