Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 31, 2023
1 parent 6e4dab4 commit 132d005
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-geese-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-pianos-love.md

This file was deleted.

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

## 1.4.0

### Minor Changes

- [#380](https://github.com/preactjs/signals/pull/380) [`256a331`](https://github.com/preactjs/signals/commit/256a331b5335e54f7e918b3f1068fb9d92d1c613) Thanks [@XantreGodlike](https://github.com/XantreGodlike)! - Add `untracked` function, this allows more granular control within `effect`/`computed` around what should affect re-runs.

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preact/signals-core",
"version": "1.3.1",
"version": "1.4.0",
"license": "MIT",
"description": "Manage state with style in every framework",
"keywords": [],
Expand Down
11 changes: 11 additions & 0 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @preact/signals

## 1.2.0

### Minor Changes

- [#387](https://github.com/preactjs/signals/pull/387) [`6e4dab4`](https://github.com/preactjs/signals/commit/6e4dab4e8c99217aa2837037a5fc82ee852ee288) Thanks [@XantreGodlike](https://github.com/XantreGodlike)! - Removed difference in behaviour between adapters, signals that use a JSX value will correctly re-render the whole component rather than attempting the JSX-Text optimization.

### Patch Changes

- Updated dependencies [[`256a331`](https://github.com/preactjs/signals/commit/256a331b5335e54f7e918b3f1068fb9d92d1c613)]:
- @preact/signals-core@1.4.0

## 1.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preact/signals",
"version": "1.1.5",
"version": "1.2.0",
"license": "MIT",
"description": "Manage state with style in Preact",
"keywords": [],
Expand Down Expand Up @@ -37,7 +37,7 @@
"prepublishOnly": "cd ../.. && pnpm build:preact"
},
"dependencies": {
"@preact/signals-core": "workspace:^1.3.1"
"@preact/signals-core": "workspace:^1.4.0"
},
"peerDependencies": {
"preact": "10.x"
Expand Down

0 comments on commit 132d005

Please sign in to comment.