Skip to content

Commit

Permalink
Merge pull request #75 from proposal-signals/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Jul 3, 2024
2 parents 0ac489c + b597749 commit 85d754a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
18 changes: 3 additions & 15 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,16 @@
"solution": {
"signal-utils": {
"impact": "minor",
"oldVersion": "0.16.0",
"newVersion": "0.17.0",
"oldVersion": "0.17.0",
"newVersion": "0.18.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-07-03)\n\nsignal-utils 0.17.0 (minor)\n\n#### :rocket: Enhancement\n* `signal-utils`\n * [#73](https://github.com/proposal-signals/signal-utils/pull/73) Return dispose function from batchedEffect() ([@justinfagnani](https://github.com/justinfagnani))\n * [#69](https://github.com/proposal-signals/signal-utils/pull/69) Add batchedEffect() ([@justinfagnani](https://github.com/justinfagnani))\n\n#### :bug: Bug Fix\n* `signal-utils`\n * [#73](https://github.com/proposal-signals/signal-utils/pull/73) Return dispose function from batchedEffect() ([@justinfagnani](https://github.com/justinfagnani))\n\n#### :memo: Documentation\n* `signal-utils`\n * [#68](https://github.com/proposal-signals/signal-utils/pull/68) Fix localCopy demo for ember ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `signal-utils`\n * [#67](https://github.com/proposal-signals/signal-utils/pull/67) Update publish.yml ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Justin Fagnani ([@justinfagnani](https://github.com/justinfagnani))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-07-03)\n\nsignal-utils 0.18.0 (minor)\n\n#### :rocket: Enhancement\n* `signal-utils`\n * [#74](https://github.com/proposal-signals/signal-utils/pull/74) Remove use of Proxy in signalFunction() ([@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
Expand Up @@ -2,6 +2,17 @@

## Release (2024-07-03)

signal-utils 0.18.0 (minor)

#### :rocket: Enhancement
* `signal-utils`
* [#74](https://github.com/proposal-signals/signal-utils/pull/74) Remove use of Proxy in signalFunction() ([@justinfagnani](https://github.com/justinfagnani))

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

## Release (2024-07-03)

signal-utils 0.17.0 (minor)

#### :rocket: Enhancement
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.17.0",
"version": "0.18.0",
"description": "Utils for use with the Signals Proposal: https://github.com/proposal-signals/proposal-signals",
"keywords": [
"signals",
Expand Down

0 comments on commit 85d754a

Please sign in to comment.