Skip to content

Commit f3f7aab

Browse files
authored
fix: Correct semver ranges for v11 beta releases (#427)
1 parent abed487 commit f3f7aab

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/poor-melons-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'preact-render-to-string': patch
3+
---
4+
5+
Correct semver range to support _beta_ releases of Preact v11

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"bugs": "https://github.com/preactjs/preact-render-to-string/issues",
106106
"homepage": "https://github.com/preactjs/preact-render-to-string",
107107
"peerDependencies": {
108-
"preact": ">=10 || >= 11"
108+
"preact": ">=10 || >= 11.0.0-0"
109109
},
110110
"devDependencies": {
111111
"@babel/plugin-transform-react-jsx": "^7.12.12",
@@ -149,4 +149,4 @@
149149
"publishConfig": {
150150
"provenance": true
151151
}
152-
}
152+
}

0 commit comments

Comments
 (0)