Skip to content

Commit 7edbb64

Browse files
Version Packages
1 parent f51eef4 commit 7edbb64

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/dry-lemons-play.md

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

.changeset/loud-impalas-swim.md

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

packages/preact/CHANGELOG.md

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

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- [#677](https://github.com/preactjs/signals/pull/677) [`b990e7e`](https://github.com/preactjs/signals/commit/b990e7e5d643950be88df7b84e1cdadeb987eb8d) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - We reduce the raf timeout to be just above a timeout that is associated with a 30hz refresh rate. This ensures that for hidden frames the timeout drift can't be too large, the drift being too high could lead to unexpected situations.
8+
9+
- [#679](https://github.com/preactjs/signals/pull/679) [`f51eef4`](https://github.com/preactjs/signals/commit/f51eef4b95a1761f57c7c09ade9b0cb089b0792c) Thanks [@WeirdConstructor](https://github.com/WeirdConstructor)! - Fix accessing signals from Preact Class Component constructor.
10+
311
## 2.0.4
412

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

0 commit comments

Comments
 (0)