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 Oct 13, 2022
1 parent d2aded8 commit 76c0c5b
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-wombats-brush.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/funny-geese-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-students-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-cobras-try.md

This file was deleted.

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

## 1.2.2

### Patch Changes

- [#232](https://github.com/preactjs/signals/pull/232) [`aa4cb7b`](https://github.com/preactjs/signals/commit/aa4cb7bfad744e78952cacc37af5bd4a713f0d3f) Thanks [@jviide](https://github.com/jviide)! - Simplify effect change checking (and make effect cycle detection more accurate as a side-effect)

* [#233](https://github.com/preactjs/signals/pull/233) [`3f652a7`](https://github.com/preactjs/signals/commit/3f652a77d2a125a02a0cfc29fe661c81beeda16d) Thanks [@jviide](https://github.com/jviide)! - Simplify Node book keeping code

## 1.2.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.2.1",
"version": "1.2.2",
"license": "MIT",
"description": "",
"keywords": [],
Expand Down
9 changes: 9 additions & 0 deletions packages/preact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @preact/signals

## 1.1.2

### Patch Changes

- [#226](https://github.com/preactjs/signals/pull/226) [`ad29826`](https://github.com/preactjs/signals/commit/ad2982606a8894ea8562a0726d7777185987ad60) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix hook names being mangled

- Updated dependencies [[`aa4cb7b`](https://github.com/preactjs/signals/commit/aa4cb7bfad744e78952cacc37af5bd4a713f0d3f), [`3f652a7`](https://github.com/preactjs/signals/commit/3f652a77d2a125a02a0cfc29fe661c81beeda16d)]:
- @preact/signals-core@1.2.2

## 1.1.1

### 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.1",
"version": "1.1.2",
"license": "MIT",
"description": "",
"keywords": [],
Expand Down Expand Up @@ -38,7 +38,7 @@
"prepublishOnly": "cd ../.. && pnpm build:preact"
},
"dependencies": {
"@preact/signals-core": "workspace:^1.2.0"
"@preact/signals-core": "workspace:^1.2.2"
},
"peerDependencies": {
"preact": "10.x"
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @preact/signals-react

## 1.2.0

### Minor Changes

- [#219](https://github.com/preactjs/signals/pull/219) [`0621526`](https://github.com/preactjs/signals/commit/0621526dd59187f674557e6df42c71980b32efab) Thanks [@eddyw](https://github.com/eddyw)! - Replace useReducer with useSyncExternalStore

### Patch Changes

- [#226](https://github.com/preactjs/signals/pull/226) [`ad29826`](https://github.com/preactjs/signals/commit/ad2982606a8894ea8562a0726d7777185987ad60) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix hook names being mangled

- Updated dependencies [[`aa4cb7b`](https://github.com/preactjs/signals/commit/aa4cb7bfad744e78952cacc37af5bd4a713f0d3f), [`3f652a7`](https://github.com/preactjs/signals/commit/3f652a77d2a125a02a0cfc29fe661c81beeda16d)]:
- @preact/signals-core@1.2.2

## 1.1.1

### 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.1.1",
"version": "1.2.0",
"license": "MIT",
"description": "",
"keywords": [],
Expand Down Expand Up @@ -38,7 +38,7 @@
"prepublishOnly": "cd ../.. && pnpm build:react"
},
"dependencies": {
"@preact/signals-core": "workspace:^1.2.1",
"@preact/signals-core": "workspace:^1.2.2",
"use-sync-external-store": "^1.2.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 76c0c5b

Please sign in to comment.