Skip to content

Version Packages #678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dry-lemons-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-impalas-swim.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @preact/signals

## 2.0.5

### Patch Changes

- [#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.

- [#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.

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preact/signals",
"version": "2.0.4",
"version": "2.0.5",
"license": "MIT",
"description": "Manage state with style in Preact",
"keywords": [],
Expand Down