Skip to content

Commit 4df36ce

Browse files
chore(main): release sveltekit 0.1.0
1 parent 9559680 commit 4df36ce

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/sanity-io/sanity-sveltekit/compare/sveltekit-v0.0.1...sveltekit-v0.1.0) (2025-05-16)
4+
5+
6+
### Features
7+
8+
* add loader context ([6bde008](https://github.com/sanity-io/sanity-sveltekit/commit/6bde0083ab5305aab9be5a167ddc6b446611fb2d))
9+
* export studio component ([ad06e1a](https://github.com/sanity-io/sanity-sveltekit/commit/ad06e1ab974587dfe798f5d051190d2e3e34b246))
10+
* expose browser token via event.locals ([b85c13b](https://github.com/sanity-io/sanity-sveltekit/commit/b85c13bab658ce327edd5da165b9f1616b61da65))
11+
12+
13+
### Bug Fixes
14+
15+
* retain live event subscription to avoid undefined unsubscribe error ([8fdcd75](https://github.com/sanity-io/sanity-sveltekit/commit/8fdcd75ed2acca76180b80cbdb430d2ed4f83280))
16+
* use drafts over previewDrafts ([5088794](https://github.com/sanity-io/sanity-sveltekit/commit/508879477caf27b41fdcff88446e96800d878432))

packages/sanity-sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/sveltekit",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"repository": {
55
"type": "git",
66
"url": "git+ssh://[email protected]/sanity-io/sanity-sveltekit.git",

0 commit comments

Comments
 (0)