Skip to content

Commit 4dbf4fb

Browse files
Version Packages (#447)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 06d4c10 commit 4dbf4fb

File tree

11 files changed

+35
-30
lines changed

11 files changed

+35
-30
lines changed

.changeset/little-donuts-notice.md

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

.changeset/metal-snakes-hide.md

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

.changeset/mighty-crews-burn.md

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

.changeset/stupid-badgers-float.md

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

.changeset/wise-toes-joke.md

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

packages/core/CHANGELOG.md

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

3+
## 1.5.1
4+
5+
### Patch Changes
6+
7+
- [#451](https://github.com/preactjs/signals/pull/451) [`990f1eb`](https://github.com/preactjs/signals/commit/990f1eb36fa4ab5e30029f79ceeccf709137d14d) Thanks [@dcporter](https://github.com/dcporter)! - Removes backward-incompatible type export from signals core.
8+
39
## 1.5.0
410

511
### Minor Changes

packages/core/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-core",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"license": "MIT",
55
"description": "Manage state with style in every framework",
66
"keywords": [],

packages/react-transform/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#458](https://github.com/preactjs/signals/pull/458) [`0c0d89f`](https://github.com/preactjs/signals/commit/0c0d89f181e7b38432d10ea0f79fa031774c2a27) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Only prepend useSignals call if we can't determine whether a function is a component or hook
8+
9+
* [#459](https://github.com/preactjs/signals/pull/459) [`06d4c10`](https://github.com/preactjs/signals/commit/06d4c10dbc2b3029ffe855d846afd7dc431ea749) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Wrap custom hooks in try/finally when using react-transform
10+
11+
- [#446](https://github.com/preactjs/signals/pull/446) [`09f3ed7`](https://github.com/preactjs/signals/commit/09f3ed7c5b7a5a3a86673dfc73cd868766e0eefc) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Use function expression name to determine if it is a Component and should be transformed.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`b0b2a5b`](https://github.com/preactjs/signals/commit/b0b2a5b54d0b512152171bb13c5bc4c593e7e444)]:
16+
- @preact/signals-react@1.3.8
17+
318
## 0.1.1
419

520
### Patch Changes

packages/react-transform/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@preact/signals-react-transform",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"license": "MIT",
55
"description": "Manage state with style in React",
66
"keywords": [
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@babel/helper-module-imports": "^7.22.5",
4949
"@babel/helper-plugin-utils": "^7.22.5",
50-
"@preact/signals-react": "workspace:^1.3.7",
50+
"@preact/signals-react": "workspace:^1.3.8",
5151
"debug": "^4.3.4",
5252
"use-sync-external-store": "^1.2.0"
5353
},

packages/react/CHANGELOG.md

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

3+
## 1.3.8
4+
5+
### Patch Changes
6+
7+
- [#456](https://github.com/preactjs/signals/pull/456) [`b0b2a5b`](https://github.com/preactjs/signals/commit/b0b2a5b54d0b512152171bb13c5bc4c593e7e444) Thanks [@XantreGodlike](https://github.com/XantreGodlike)! - Ensure types are resolved against built `.d.ts` rather than source `.ts`
8+
9+
- Updated dependencies [[`990f1eb`](https://github.com/preactjs/signals/commit/990f1eb36fa4ab5e30029f79ceeccf709137d14d)]:
10+
- @preact/signals-core@1.5.1
11+
312
## 1.3.7
413

514
### Patch Changes

0 commit comments

Comments
 (0)