Skip to content

Commit 8929652

Browse files
authored
Merge pull request #5140 from preactjs/beta.2
Beta.2
2 parents 6220698 + aa73566 commit 8929652

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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('11.0.0-beta.1', options, {
16+
globalVar.__PREACT_DEVTOOLS__.attachPreact('11.0.0-beta.2', 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": "11.0.0-beta.1",
4+
"version": "11.0.0-beta.2",
55
"private": false,
66
"publishConfig": {
77
"access": "public",

0 commit comments

Comments
 (0)