Skip to content

Commit 0340257

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

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

.changeset/lovely-olives-peel.md

-5
This file was deleted.

.changeset/nice-timers-sort.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.0.1
4+
5+
### Patch Changes
6+
7+
- 5644c1f: Fix stale value returned by `.peek()` when called on a deactivated signal.
8+
39
## 1.0.0
410

511
### Major 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.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"description": "",
66
"keywords": [],

packages/preact/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 2383684: Correctly replace props-value with peeked value
8+
- Updated dependencies [5644c1f]
9+
- @preact/signals-core@1.0.1
10+
311
## 1.0.1
412

513
### Patch Changes

packages/preact/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@preact/signals",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "MIT",
55
"description": "",
66
"keywords": [],
@@ -34,7 +34,7 @@
3434
"prepublishOnly": "cd ../.. && pnpm build:preact"
3535
},
3636
"dependencies": {
37-
"@preact/signals-core": "workspace:^1.0.0"
37+
"@preact/signals-core": "workspace:^1.0.1"
3838
},
3939
"peerDependencies": {
4040
"preact": "10.x"

0 commit comments

Comments
 (0)