Skip to content

Commit b45c2b6

Browse files
authored
chore: Expand semver range of Preact integration for v11 (#729)
* chore: Expand semver range of Preact integration for v11 * docs: Add changeset
1 parent a023a13 commit b45c2b6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/polite-rockets-warn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@preact/signals": patch
3+
---
4+
5+
Expand semver range to support the upcoming v11 beta release

packages/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@preact/signals-core": "workspace:^1.11.0"
5757
},
5858
"peerDependencies": {
59-
"preact": ">= 10.25.0"
59+
"preact": ">= 10.25.0 || >=11"
6060
},
6161
"devDependencies": {
6262
"preact": "^10.26.6",

0 commit comments

Comments
 (0)