Skip to content

Commit

Permalink
Merge pull request #451 from dcporter/patch-1
Browse files Browse the repository at this point in the history
Removes backward-incompatible type export.
  • Loading branch information
rschristian authored Nov 27, 2023
2 parents 09f3ed7 + 990f1eb commit 70ef4bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/metal-snakes-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@preact/signals-core": patch
---

Removes backward-incompatible type export from signals core.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,6 @@ export {
effect,
batch,
Signal,
type ReadonlySignal,
ReadonlySignal,
untracked,
};

0 comments on commit 70ef4bb

Please sign in to comment.