Skip to content

Commit 622607a

Browse files
chore(main): release 0.2.0
1 parent 45e8bd5 commit 622607a

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

packages/sanity-sveltekit/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/sanity-io/sanity-sveltekit/compare/v0.1.0...v0.2.0) (2025-05-29)
4+
5+
6+
### Features
7+
8+
* support overlay components and plugins ([#36](https://github.com/sanity-io/sanity-sveltekit/issues/36)) ([7e379c9](https://github.com/sanity-io/sanity-sveltekit/commit/7e379c9d26c36f6aa415db68fc237005cf3fbbe0))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** Update dependency @sanity/client to ^7.3.0 ([#53](https://github.com/sanity-io/sanity-sveltekit/issues/53)) ([f1e5eb2](https://github.com/sanity-io/sanity-sveltekit/commit/f1e5eb2ac7c75bcb75e069675330226fbb8405cb))
14+
* **deps:** Update dependency @sanity/comlink to ^3.0.4 ([#42](https://github.com/sanity-io/sanity-sveltekit/issues/42)) ([9b3cc39](https://github.com/sanity-io/sanity-sveltekit/commit/9b3cc3965fe6509e91405ed72dd08cc4503636dc))
15+
* **deps:** Update dependency @sanity/comlink to ^3.0.5 ([#56](https://github.com/sanity-io/sanity-sveltekit/issues/56)) ([4e77a73](https://github.com/sanity-io/sanity-sveltekit/commit/4e77a738ce99e3037640ca5594aa0a665e20d84f))
16+
* **deps:** Update dependency @sanity/core-loader to ^1.8.10 ([#57](https://github.com/sanity-io/sanity-sveltekit/issues/57)) ([a36ee33](https://github.com/sanity-io/sanity-sveltekit/commit/a36ee33dfcd7d0ad75d1adcd2989620bd30ac2b6))
17+
* **deps:** Update dependency @sanity/core-loader to ^1.8.9 ([#43](https://github.com/sanity-io/sanity-sveltekit/issues/43)) ([5ec87da](https://github.com/sanity-io/sanity-sveltekit/commit/5ec87da1b8eb1be07c292b069c92850a0df078cb))
18+
* **deps:** Update dependency @sanity/presentation-comlink to ^1.0.20 ([#44](https://github.com/sanity-io/sanity-sveltekit/issues/44)) ([19c1476](https://github.com/sanity-io/sanity-sveltekit/commit/19c14764482457b0efc2545ec36ee9bd2af70fa2))
19+
* **deps:** Update dependency @sanity/presentation-comlink to ^1.0.21 ([#58](https://github.com/sanity-io/sanity-sveltekit/issues/58)) ([baf6444](https://github.com/sanity-io/sanity-sveltekit/commit/baf644427c56696316d8ecf579c192fbe14417f0))
20+
* **deps:** Update dependency @sanity/visual-editing to ^2.14.0 ([#35](https://github.com/sanity-io/sanity-sveltekit/issues/35)) ([bec5636](https://github.com/sanity-io/sanity-sveltekit/commit/bec5636b0a42b8d131b18a7d4c068e8f22c39523))
21+
* **deps:** Update dependency @sanity/visual-editing to ^2.15.0 ([#59](https://github.com/sanity-io/sanity-sveltekit/issues/59)) ([dd4115c](https://github.com/sanity-io/sanity-sveltekit/commit/dd4115c6b468de9871ccaf750fbd3c79aeb7142c))
22+
* export loader context type ([45e8bd5](https://github.com/sanity-io/sanity-sveltekit/commit/45e8bd5f4691148ca8d4524d2fbe8632ad965ea5))
23+
324
## [0.1.0](https://github.com/sanity-io/sanity-sveltekit/compare/sveltekit-v0.0.1...sveltekit-v0.1.0) (2025-05-16)
425

526

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.1.0",
3+
"version": "0.2.0",
44
"repository": {
55
"type": "git",
66
"url": "git+ssh://git@github.com/sanity-io/sanity-sveltekit.git",

0 commit comments

Comments
 (0)