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 Jun 20, 2023
1 parent 6717601 commit 7f74086
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-ravens-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-stingrays-retire.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.3.1

### Patch Changes

- [#359](https://github.com/preactjs/signals/pull/359) [`26f6526`](https://github.com/preactjs/signals/commit/26f6526875ef0968621c4113594ac95b93de5163) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Change effect callback return type from `void` to `unknown`. Same for effect cleanup function.

## 1.3.0

### Minor 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.0",
"version": "1.3.1",
"license": "MIT",
"description": "Manage state with style in every framework",
"keywords": [],
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @preact/signals-react

## 1.3.3

### Patch Changes

- [#372](https://github.com/preactjs/signals/pull/372) [`6717601`](https://github.com/preactjs/signals/commit/6717601a34449080617033d93a87cc9c441a7567) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Reorganize signals-react package

- Updated dependencies [[`26f6526`](https://github.com/preactjs/signals/commit/26f6526875ef0968621c4113594ac95b93de5163)]:
- @preact/signals-core@1.3.1

## 1.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preact/signals-react",
"version": "1.3.2",
"version": "1.3.3",
"license": "MIT",
"description": "Manage state with style in React",
"keywords": [],
Expand Down Expand Up @@ -38,7 +38,7 @@
"prepublishOnly": "cd ../.. && pnpm build:react"
},
"dependencies": {
"@preact/signals-core": "workspace:^1.3.0",
"@preact/signals-core": "workspace:^1.3.1",
"use-sync-external-store": "^1.2.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 7f74086

Please sign in to comment.