Skip to content

Commit

Permalink
Version Packages (#407)
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 Sep 8, 2023
1 parent 71caaad commit 3c73389
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 19 deletions.
7 changes: 0 additions & 7 deletions .changeset/cyan-swans-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-radios-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-spies-glow.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.5.0

### Minor Changes

- [#405](https://github.com/preactjs/signals/pull/405) [`9355d96`](https://github.com/preactjs/signals/commit/9355d962b0d21b409b1661abcead799886e3cdb3) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add unique identifier to every `Signal`, this will be present on the `brand` property of a Signal coming from either `signal()` or `computed()`

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

## 0.1.0

### Minor Changes

- [#406](https://github.com/preactjs/signals/pull/406) [`71caaad`](https://github.com/preactjs/signals/commit/71caaad9c69da4bd6a1c9bf1926562162a109dfb) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Remove support for transforming CJS files

Removing support for transforming CommonJS files since we have no tests for it currently

### Patch Changes

- [#406](https://github.com/preactjs/signals/pull/406) [`71caaad`](https://github.com/preactjs/signals/commit/71caaad9c69da4bd6a1c9bf1926562162a109dfb) Thanks [@andrewiggins](https://github.com/andrewiggins)! - Register newly inserted import statement as a scope declaration in Babel's scope tracking

## 0.0.2

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

0 comments on commit 3c73389

Please sign in to comment.