Skip to content

Commit ddfe5f4

Browse files
Version Packages (#644)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e932cfc commit ddfe5f4

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/silver-crabs-sniff.md

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

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+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- [#641](https://github.com/preactjs/signals/pull/641) [`e932cfc`](https://github.com/preactjs/signals/commit/e932cfc9a960e01588c99101c7941aec7ce35af8) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Change the way we deal with state settling hooks, when we know we are dealing with hooks that can settle their A -> B -> A state (and wind up at the same value). We should not verbatim rerender in our custom shouldComponentUpdate. Instead we should trust that hooks have handled their own state settling.
8+
39
## 1.3.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": "1.3.1",
3+
"version": "1.3.2",
44
"license": "MIT",
55
"description": "Manage state with style in Preact",
66
"keywords": [],

0 commit comments

Comments
 (0)