Skip to content

Commit fec042b

Browse files
Version Packages (#884)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 849413f commit fec042b

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

.changeset/plenty-lions-check.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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`849413f`](https://github.com/preactjs/signals/commit/849413f23a612ffeb3a159b4e65e0b0f4408ed9b)]:
8+
- @preact/signals@2.8.1
9+
- @preact/signals-devtools-ui@0.4.1
10+
311
## 1.1.9
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.9",
3+
"version": "1.1.10",
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.8.1
4+
5+
### Patch Changes
6+
7+
- [#883](https://github.com/preactjs/signals/pull/883) [`849413f`](https://github.com/preactjs/signals/commit/849413f23a612ffeb3a159b4e65e0b0f4408ed9b) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Ensure that re-mounting components preserve the DOM updaters correctly
8+
39
## 2.8.0
410

511
### Minor 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.8.0",
3+
"version": "2.8.1",
44
"license": "MIT",
55
"description": "Manage state with style in Preact",
66
"keywords": [],

0 commit comments

Comments
 (0)