Skip to content

Commit fae3d1e

Browse files
Version Packages (#685)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a34eab2 commit fae3d1e

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/smooth-islands-decide.md

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

packages/preact/CHANGELOG.md

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

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#684](https://github.com/preactjs/signals/pull/684) [`a34eab2`](https://github.com/preactjs/signals/commit/a34eab2ab5a46f4ef90e05e2af6b99747191333c) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Ensure we build the thing
8+
39
## 2.1.0
410

511
### Minor Changes

packages/preact/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",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"license": "MIT",
55
"description": "Manage state with style in Preact",
66
"keywords": [],

packages/react/CHANGELOG.md

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

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- [#684](https://github.com/preactjs/signals/pull/684) [`a34eab2`](https://github.com/preactjs/signals/commit/a34eab2ab5a46f4ef90e05e2af6b99747191333c) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Ensure we build the thing
8+
39
## 3.1.0
410

511
### Minor Changes

packages/react/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-react",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"license": "MIT",
55
"description": "Manage state with style in React",
66
"keywords": [],

0 commit comments

Comments
 (0)