Skip to content

Commit

Permalink
Version Packages (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 6, 2024
1 parent 4fa8603 commit 26d49bf
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 27 deletions.
7 changes: 0 additions & 7 deletions .changeset/new-emus-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-rockets-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-bobcats-invent.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.7.0

### Minor Changes

- [#578](https://github.com/preactjs/signals/pull/578) [`931404e`](https://github.com/preactjs/signals/commit/931404e96338e120464b73e522148389e38eeb2b) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Allow for passing no argument to the signal and the type to be automatically inferred as `T | undefined`

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

## 1.3.0

### Minor Changes

- [#578](https://github.com/preactjs/signals/pull/578) [`931404e`](https://github.com/preactjs/signals/commit/931404e96338e120464b73e522148389e38eeb2b) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Allow for passing no argument to the signal and the type to be automatically inferred as `T | undefined`

### Patch Changes

- Updated dependencies [[`931404e`](https://github.com/preactjs/signals/commit/931404e96338e120464b73e522148389e38eeb2b)]:
- @preact/signals-core@1.7.0

## 1.2.3

### 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.2.3",
"version": "1.3.0",
"license": "MIT",
"description": "Manage state with style in Preact",
"keywords": [],
Expand Down Expand Up @@ -44,7 +44,7 @@
"prepublishOnly": "cd ../.. && pnpm build:preact"
},
"dependencies": {
"@preact/signals-core": "workspace:^1.6.0"
"@preact/signals-core": "workspace:^1.7.0"
},
"peerDependencies": {
"preact": "10.x"
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.3.2

### Patch Changes

- [#582](https://github.com/preactjs/signals/pull/582) [`4fa8603`](https://github.com/preactjs/signals/commit/4fa86038191e2f2773e1d4b2211fb78cece19814) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Support nested scopes like a component accessing an array of signals

- Updated dependencies [[`931404e`](https://github.com/preactjs/signals/commit/931404e96338e120464b73e522148389e38eeb2b), [`5a02bfa`](https://github.com/preactjs/signals/commit/5a02bfaac4f22459174c4695de2050d84d7b6e41)]:
- @preact/signals-react@2.1.0

## 0.3.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.3.1",
"version": "0.3.2",
"license": "MIT",
"description": "Manage state with style in React",
"keywords": [
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@babel/helper-module-imports": "^7.22.5",
"@babel/helper-plugin-utils": "^7.22.5",
"@preact/signals-react": "workspace:^2.0.1",
"@preact/signals-react": "workspace:^2.1.0",
"debug": "^4.3.4",
"use-sync-external-store": "^1.2.0"
},
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

## 2.1.0

### Minor Changes

- [#578](https://github.com/preactjs/signals/pull/578) [`931404e`](https://github.com/preactjs/signals/commit/931404e96338e120464b73e522148389e38eeb2b) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Allow for passing no argument to the signal and the type to be automatically inferred as `T | undefined`

### Patch Changes

- [#577](https://github.com/preactjs/signals/pull/577) [`5a02bfa`](https://github.com/preactjs/signals/commit/5a02bfaac4f22459174c4695de2050d84d7b6e41) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Throw an error when auto-tracking is used with React 19

- Updated dependencies [[`931404e`](https://github.com/preactjs/signals/commit/931404e96338e120464b73e522148389e38eeb2b)]:
- @preact/signals-core@1.7.0

## 2.0.2

### 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": "2.0.2",
"version": "2.1.0",
"license": "MIT",
"description": "Manage state with style in React",
"keywords": [],
Expand Down Expand Up @@ -64,7 +64,7 @@
"prepublishOnly": "cd ../.. && pnpm build:react-runtime && pnpm build:react-auto && pnpm build:react"
},
"dependencies": {
"@preact/signals-core": "workspace:^1.6.1",
"@preact/signals-core": "workspace:^1.7.0",
"use-sync-external-store": "^1.2.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 26d49bf

Please sign in to comment.