Skip to content

Commit 18432f9

Browse files
authored
v11.0.0-beta.0 (#4893)
1 parent 31632a2 commit 18432f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

devtools/src/devtools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function initDevTools() {
1313
globalVar !== undefined &&
1414
globalVar.__PREACT_DEVTOOLS__
1515
) {
16-
globalVar.__PREACT_DEVTOOLS__.attachPreact('10.26.8', options, {
16+
globalVar.__PREACT_DEVTOOLS__.attachPreact('11.0.0-beta.0', options, {
1717
Fragment,
1818
Component
1919
});

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "preact",
33
"amdName": "preact",
4-
"version": "10.26.8",
4+
"version": "11.0.0-beta.0",
55
"private": false,
66
"description": "Fast 4kb React-compatible Virtual DOM library.",
77
"main": "dist/preact.js",

0 commit comments

Comments
 (0)