Skip to content

Commit

Permalink
Version Packages (#187)
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 31, 2024
1 parent e5c15fa commit 8c5b55e
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 18 deletions.
14 changes: 0 additions & 14 deletions .changeset/silly-flies-greet.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/next-react-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# next-react-test

## 0.1.28

### Patch Changes

- Updated dependencies [e5c15fa]
- @preact-signals/safe-react@0.7.0

## 0.1.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/next-react-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-react-test",
"version": "0.1.27",
"version": "0.1.28",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions apps/react-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# react-test

## 0.0.53

### Patch Changes

- Updated dependencies [e5c15fa]
- @preact-signals/safe-react@0.7.0

## 0.0.52

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/react-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-test",
"private": true,
"version": "0.0.52",
"version": "0.0.53",
"type": "module",
"scripts": {
"dev:patching": "cross-env TRACKING_METHOD='patching' vite",
Expand Down
7 changes: 7 additions & 0 deletions apps/transformer-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# transformer-playground

## 0.0.10

### Patch Changes

- Updated dependencies [e5c15fa]
- @preact-signals/safe-react@0.7.0

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/transformer-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "transformer-playground",
"private": true,
"version": "0.0.9",
"version": "0.0.10",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
15 changes: 15 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @preact-signals/safe-react

## 0.7.0

### Minor Changes

- e5c15fa: SWC plugin: added transformHooks (default: true) option

Hook is detected by RegEx that checks if function name starts with `use`

It transforms:

- every hook that reads `.value` (in 'auto' and 'all' modes)
- every hook that has `@useSignals` comment (in 'manual' mode)

If you want to opt out from the behavior - you can set `transformHooks` to `false`

## 0.6.1

### 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/safe-react",
"version": "0.6.1",
"version": "0.7.0",
"license": "MIT",
"private": false,
"publishConfig": {
Expand Down

0 comments on commit 8c5b55e

Please sign in to comment.