Skip to content

Commit

Permalink
Version Packages (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 11, 2023
1 parent 17e1491 commit d69916e
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-points-marry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-suns-join.md

This file was deleted.

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

## 1.2.1

### Patch Changes

- [#399](https://github.com/preactjs/signals/pull/399) [`24fa9f7`](https://github.com/preactjs/signals/commit/24fa9f791d70baba35bdce722f71ce63ac091a4d) Thanks [@rschristian](https://github.com/rschristian)! - Fixes UMD builds of `@preact/signals` and `@preact/signals-react`

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preact/signals",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"description": "Manage state with style in Preact",
"keywords": [],
Expand Down
9 changes: 9 additions & 0 deletions packages/react-transform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @preact/signals-react-transform

## 0.0.2

### Patch Changes

- [#401](https://github.com/preactjs/signals/pull/401) [`17e1491`](https://github.com/preactjs/signals/commit/17e1491a27afedc714c6b0ab1e9fbf88d0d6433c) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Lower required babel version required as a peer dependency

- Updated dependencies [[`24fa9f7`](https://github.com/preactjs/signals/commit/24fa9f791d70baba35bdce722f71ce63ac091a4d)]:
- @preact/signals-react@1.3.6

## 0.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@preact/signals-react-transform",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"description": "Manage state with style in React",
"keywords": [
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@babel/helper-module-imports": "^7.22.5",
"@babel/helper-plugin-utils": "^7.22.5",
"@preact/signals-react": "workspace:^1.3.5",
"@preact/signals-react": "workspace:^1.3.6",
"use-sync-external-store": "^1.2.0"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @preact/signals-react

## 1.3.6

### Patch Changes

- [#399](https://github.com/preactjs/signals/pull/399) [`24fa9f7`](https://github.com/preactjs/signals/commit/24fa9f791d70baba35bdce722f71ce63ac091a4d) Thanks [@rschristian](https://github.com/rschristian)! - Fixes UMD builds of `@preact/signals` and `@preact/signals-react`

## 1.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "1.3.6",
"license": "MIT",
"description": "Manage state with style in React",
"keywords": [],
Expand Down

0 comments on commit d69916e

Please sign in to comment.