Skip to content

Commit 826e441

Browse files
committed
chore: add changesets
1 parent db755bf commit 826e441

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.changeset/fifty-taxis-brake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sanity/image-url': major
3+
---
4+
5+
Export all public types from the main package entry point. Replaces type imports from internal `/lib` paths.

.changeset/icy-papers-study.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sanity/image-url': major
3+
---
4+
5+
Dropped CommonJS support. The package is now ESM only; use `import` syntax instead of `require()`.

.changeset/poor-readers-share.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sanity/image-url': major
3+
---
4+
5+
Replaced the default export with a named export. Use `createImageUrlBuilder` instead of the default export.

0 commit comments

Comments
 (0)