Skip to content

Commit

Permalink
Merge pull request #93 from proposal-signals/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Dec 23, 2024
2 parents f6014fb + 61f9f68 commit 1b9b4be
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
{
"solution": {
"signal-utils": {
"impact": "minor",
"oldVersion": "0.20.0",
"newVersion": "0.21.0",
"impact": "patch",
"oldVersion": "0.21.0",
"newVersion": "0.21.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
Expand All @@ -17,5 +13,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-12-10)\n\nsignal-utils 0.21.0 (minor)\n\n#### :rocket: Enhancement\n* `signal-utils`\n * [#89](https://github.com/proposal-signals/signal-utils/pull/89) Emit TypeScript declaration maps ([@aomarks](https://github.com/aomarks))\n\n#### :bug: Bug Fix\n* `signal-utils`\n * [#88](https://github.com/proposal-signals/signal-utils/pull/88) Bugfix: Accessing AsyncComputed status property should trigger computed function ([@aomarks](https://github.com/aomarks))\n\n#### Committers: 1\n- Al Marks ([@aomarks](https://github.com/aomarks))\n"
"description": "## Release (2024-12-23)\n\nsignal-utils 0.21.1 (patch)\n\n#### :bug: Bug Fix\n* `signal-utils`\n * [#92](https://github.com/proposal-signals/signal-utils/pull/92) fix: Issue with `@signal`'s cache: `computed` instances sharing the same cache ([@JuerGenie](https://github.com/JuerGenie))\n\n#### Committers: 1\n- Juer.G Whang ([@JuerGenie](https://github.com/JuerGenie))\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-12-23)

signal-utils 0.21.1 (patch)

#### :bug: Bug Fix
* `signal-utils`
* [#92](https://github.com/proposal-signals/signal-utils/pull/92) fix: Issue with `@signal`'s cache: `computed` instances sharing the same cache ([@JuerGenie](https://github.com/JuerGenie))

#### Committers: 1
- Juer.G Whang ([@JuerGenie](https://github.com/JuerGenie))

## Release (2024-12-10)

signal-utils 0.21.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.21.0",
"version": "0.21.1",
"description": "Utils for use with the Signals Proposal: https://github.com/proposal-signals/proposal-signals",
"keywords": [
"signals",
Expand Down

0 comments on commit 1b9b4be

Please sign in to comment.