Skip to content

Commit

Permalink
Merge pull request #85 from proposal-signals/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Oct 8, 2024
2 parents 52903a7 + 8a59060 commit d4c67de
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,16 @@
"solution": {
"signal-utils": {
"impact": "minor",
"oldVersion": "0.18.0",
"newVersion": "0.19.0",
"oldVersion": "0.19.0",
"newVersion": "0.20.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-10-02)\n\nsignal-utils 0.19.0 (minor)\n\n#### :rocket: Enhancement\n* `signal-utils`\n * [#83](https://github.com/proposal-signals/signal-utils/pull/83) Update signal-polyfill peerDependency version ([@darcyparker](https://github.com/darcyparker))\n * [#76](https://github.com/proposal-signals/signal-utils/pull/76) Remove setters from signalFunction()'s State ([@justinfagnani](https://github.com/justinfagnani))\n\n#### :memo: Documentation\n* `signal-utils`\n * [#78](https://github.com/proposal-signals/signal-utils/pull/78) Annotate deep function as a function, not a decorator ([@chee](https://github.com/chee))\n\n#### :house: Internal\n* `signal-utils`\n * [#79](https://github.com/proposal-signals/signal-utils/pull/79) sync pnpm config for tools ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 4\n- Darcy Parker ([@darcyparker](https://github.com/darcyparker))\n- Justin Fagnani ([@justinfagnani](https://github.com/justinfagnani))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- chee ([@chee](https://github.com/chee))\n"
"description": "## Release (2024-10-08)\n\nsignal-utils 0.20.0 (minor)\n\n#### :rocket: Enhancement\n* `signal-utils`\n * [#77](https://github.com/proposal-signals/signal-utils/pull/77) Proposal: Add AsyncComputed ([@justinfagnani](https://github.com/justinfagnani))\n\n#### Committers: 1\n- Justin Fagnani ([@justinfagnani](https://github.com/justinfagnani))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-10-08)

signal-utils 0.20.0 (minor)

#### :rocket: Enhancement
* `signal-utils`
* [#77](https://github.com/proposal-signals/signal-utils/pull/77) Proposal: Add AsyncComputed ([@justinfagnani](https://github.com/justinfagnani))

#### Committers: 1
- Justin Fagnani ([@justinfagnani](https://github.com/justinfagnani))

## Release (2024-10-02)

signal-utils 0.19.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "signal-utils",
"version": "0.19.0",
"version": "0.20.0",
"description": "Utils for use with the Signals Proposal: https://github.com/proposal-signals/proposal-signals",
"keywords": [
"signals",
Expand Down

0 comments on commit d4c67de

Please sign in to comment.