Skip to content

Commit 73dcdfd

Browse files
Release 1.1.2
1 parent 879dee6 commit 73dcdfd

File tree

8 files changed

+14
-19
lines changed

8 files changed

+14
-19
lines changed

.changeset/ninety-jokes-joke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/plenty-students-jog.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-walls-sneeze.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [`f292f4c`](https://github.com/preactjs/preact-devtools/commit/f292f4caf70a63dd13486fd3baec087b53c825ee) [#247](https://github.com/preactjs/preact-devtools/pull/247) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Save component filters in browser settings and restore them upon opening the devtools panel
8+
9+
* [`081c8e3`](https://github.com/preactjs/preact-devtools/commit/081c8e330829927a5e9b0574d9cf1b47f6e60606) [#243](https://github.com/preactjs/preact-devtools/pull/243) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix inconsistent wrong size in name input
10+
11+
- [`5489540`](https://github.com/preactjs/preact-devtools/commit/548954063ad539195d40536b668de2945b00927b) [#244](https://github.com/preactjs/preact-devtools/pull/244) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Use more robust `Text` node checks
12+
313
## 1.1.1
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-devtools",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Preact Devtools Extension",
55
"main": "dist/preact-devtools.js",
66
"module": "dist/preact-devtools.module.js",

src/shells/chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Preact Developer Tools",
44
"description": "Adds debugging tools for Preact to Chrome",
5-
"version": "1.1.1",
5+
"version": "1.1.2",
66
"devtools_page": "panel/empty-panel.html",
77
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
88
"permissions": ["file:///*", "http://*/*", "https://*/*", "storage"],

src/shells/edge/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Preact Developer Tools",
44
"description": "Adds debugging tools for Preact to Microsoft Edge",
5-
"version": "1.1.1",
5+
"version": "1.1.2",
66
"devtools_page": "panel/empty-panel.html",
77
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
88
"permissions": ["file:///*", "http://*/*", "https://*/*", "storage"],

src/shells/firefox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Preact Developer Tools",
44
"description": "Adds debugging tools for Preact to Chrome",
5-
"version": "1.1.1",
5+
"version": "1.1.2",
66
"devtools_page": "panel/empty-panel.html",
77
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
88
"permissions": ["file:///*", "http://*/*", "https://*/*", "storage"],

0 commit comments

Comments
 (0)