Skip to content

Commit 7973248

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

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/flat-oranges-promise.md

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

.changeset/lazy-badgers-happen.md

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

.changeset/slow-dancers-serve.md

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

packages/react/CHANGELOG.md

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

3+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- [#358](https://github.com/preactjs/signals/pull/358) [`08ed3a0`](https://github.com/preactjs/signals/commit/08ed3a02a2291ad1e18389674d8ac20678064723) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Add note to Readme about tradeoffs in current React integration
8+
9+
* [#355](https://github.com/preactjs/signals/pull/355) [`21c8ee9`](https://github.com/preactjs/signals/commit/21c8ee98070a8bda05095dc91b64d2fe54042fb3) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Fix React adapter in SSR and when rerendering
10+
11+
- [#352](https://github.com/preactjs/signals/pull/352) [`a2b7320`](https://github.com/preactjs/signals/commit/a2b7320ee5829f58efaee5f7b20d993f35f09d2a) Thanks [@rschristian](https://github.com/rschristian)! - Uses full file path on useSyncExternalStore import, fixing a possible resolution issue in some build tools.
12+
313
## 1.3.1
414

515
### Patch Changes

packages/react/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-react",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"license": "MIT",
55
"description": "Manage state with style in React",
66
"keywords": [],

0 commit comments

Comments
 (0)