Skip to content

Commit 67485fc

Browse files
chore: release
1 parent 3ff247e commit 67485fc

6 files changed

Lines changed: 16 additions & 12 deletions

File tree

‎.changeset/fresh-hooks-report-auth.md‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎.changeset/preload-sync-assets.md‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎packages/core/CHANGELOG.md‎

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

3+
## 3.5.1
4+
5+
### Patch Changes
6+
7+
- [#1289](https://github.com/sanity-io/sdk/pull/1289) [`ee458fc`](https://github.com/sanity-io/sdk/commit/ee458fc064de7e38692fea15a074946a245f41b3) Thanks [@ryanbonial](https://github.com/ryanbonial)! - Include runtime context in session and hook telemetry, and include the session auth method in hook-mounted and session-ended events. This lets analytics segment Studio and app usage independently of credential source while retaining both populations.
8+
39
## 3.5.0
410

511
### Minor Changes

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

‎packages/react/CHANGELOG.md‎

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

3+
## 3.5.1
4+
5+
### Patch Changes
6+
7+
- [#1316](https://github.com/sanity-io/sdk/pull/1316) [`8feb564`](https://github.com/sanity-io/sdk/commit/8feb564f9382d7406e4396d2897062f0ba84b125) Thanks [@gu-stav](https://github.com/gu-stav)! - Preload only the chunks a federated expose needs to render. Warming async chunks downloaded every lazily imported chunk of a remote, such as syntax highlighting grammars, before anything asked for them.
8+
- Updated dependencies [[`ee458fc`](https://github.com/sanity-io/sdk/commit/ee458fc064de7e38692fea15a074946a245f41b3)]:
9+
- @sanity/sdk@3.5.1
10+
311
## 3.5.0
412

513
### Minor Changes

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

0 commit comments

Comments
 (0)