Skip to content

Commit 609a2b3

Browse files
authored
Merge pull request #559 from preactjs/changeset-release/main
Version Packages
2 parents 879ebe2 + 95b3747 commit 609a2b3

File tree

7 files changed

+19
-14
lines changed

7 files changed

+19
-14
lines changed

.changeset/gorgeous-moose-hope.md

-5
This file was deleted.

.changeset/nine-fishes-leave.md

-5
This file was deleted.

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @preact/signals-core
22

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- [#558](https://github.com/preactjs/signals/pull/558) [`c8c95ac`](https://github.com/preactjs/signals/commit/c8c95ac7dcbbfe8e97b251a4c3efdec82e72944b) Thanks [@jviide](https://github.com/jviide)! - Restore stricter effect callback & cleanup function types
8+
39
## 1.6.0
410

511
### Minor Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@preact/signals-core",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"license": "MIT",
55
"description": "Manage state with style in every framework",
66
"keywords": [],

packages/react/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @preact/signals-react
22

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [#570](https://github.com/preactjs/signals/pull/570) [`d653451`](https://github.com/preactjs/signals/commit/d65345152cf4160cdda602830d7486a619949aa5) Thanks [@developit](https://github.com/developit)! - Fix out-of-order effect error when suspending in React Native
8+
9+
- Updated dependencies [[`c8c95ac`](https://github.com/preactjs/signals/commit/c8c95ac7dcbbfe8e97b251a4c3efdec82e72944b)]:
10+
- @preact/signals-core@1.6.1
11+
312
## 2.0.1
413

514
### Patch Changes

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@preact/signals-react",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"license": "MIT",
55
"description": "Manage state with style in React",
66
"keywords": [],
@@ -64,7 +64,7 @@
6464
"prepublishOnly": "cd ../.. && pnpm build:react-runtime && pnpm build:react-auto && pnpm build:react"
6565
},
6666
"dependencies": {
67-
"@preact/signals-core": "workspace:^1.6.0",
67+
"@preact/signals-core": "workspace:^1.6.1",
6868
"use-sync-external-store": "^1.2.0"
6969
},
7070
"peerDependencies": {

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)