Skip to content

Commit 9457b22

Browse files
authored
10.10.6 (#3684)
1 parent 36525c1 commit 9457b22

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
@@ -2,7 +2,7 @@ import { options, Fragment, Component } from 'preact';
22

33
export function initDevTools() {
44
if (typeof window != 'undefined' && window.__PREACT_DEVTOOLS__) {
5-
window.__PREACT_DEVTOOLS__.attachPreact('10.10.5', options, {
5+
window.__PREACT_DEVTOOLS__.attachPreact('10.10.6', options, {
66
Fragment,
77
Component
88
});

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.10.5",
4+
"version": "10.10.6",
55
"private": false,
66
"description": "Fast 3kb React-compatible Virtual DOM library.",
77
"main": "dist/preact.js",

0 commit comments

Comments
 (0)