Skip to content

Commit b0df09a

Browse files
Version Packages (#980)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7526ad0 commit b0df09a

5 files changed

Lines changed: 16 additions & 7 deletions

File tree

.changeset/calm-vnodes-listen.md

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

extension/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# preact-signals-devtools
22

3+
## 1.1.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7526ad0`](https://github.com/preactjs/signals/commit/7526ad0687e2c94c710fbd405d529c137594f043)]:
8+
- @preact/signals@2.11.2
9+
- @preact/signals-devtools-ui@0.5.0
10+
311
## 1.1.23
412

513
### Patch Changes

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-signals-devtools",
3-
"version": "1.1.23",
3+
"version": "1.1.24",
44
"description": "Chrome DevTools extension for debugging Preact Signals",
55
"private": true,
66
"type": "module",

packages/preact/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @preact/signals
22

3+
## 2.11.2
4+
5+
### Patch Changes
6+
7+
- [#979](https://github.com/preactjs/signals/pull/979) [`7526ad0`](https://github.com/preactjs/signals/commit/7526ad0687e2c94c710fbd405d529c137594f043) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Stop component tracking before Preact reconciles the returned VNode so Signals read by DOM property getters do not subscribe the parent component.
8+
39
## 2.11.1
410

511
### Patch Changes

packages/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@preact/signals",
3-
"version": "2.11.1",
3+
"version": "2.11.2",
44
"license": "MIT",
55
"description": "Manage state with style in Preact",
66
"keywords": [],

0 commit comments

Comments
 (0)