Skip to content

Commit fba09f8

Browse files
Prepare Release using 'release-plan' (#41)
Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
1 parent b8ee846 commit fba09f8

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

.release-plan.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
"solution": {
33
"signal-polyfill": {
44
"impact": "patch",
5-
"oldVersion": "0.2.0",
6-
"newVersion": "0.2.1",
5+
"oldVersion": "0.2.1",
6+
"newVersion": "0.2.2",
77
"constraints": [
88
{
99
"impact": "patch",
1010
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
1115
}
1216
],
1317
"pkgJSONPath": "./package.json"
1418
}
1519
},
16-
"description": "## Release (2024-10-09)\n\nsignal-polyfill 0.2.1 (patch)\n\n#### :bug: Bug Fix\n* `signal-polyfill`\n * [#35](https://github.com/proposal-signals/signal-polyfill/pull/35) Export isState, isComputed, isWatcher checks ([@EvanCzako](https://github.com/EvanCzako))\n\n#### Committers: 1\n- Evan Czako ([@EvanCzako](https://github.com/EvanCzako))\n"
20+
"description": "## Release (2025-01-17)\n\nsignal-polyfill 0.2.2 (patch)\n\n#### :bug: Bug Fix\n* `signal-polyfill`\n * [#42](https://github.com/proposal-signals/signal-polyfill/pull/42) fix assignment of subtypes (#7) ([@Gvozd](https://github.com/Gvozd))\n * [#45](https://github.com/proposal-signals/signal-polyfill/pull/45) fix isState / isComputed guards to allow all parameter types ([@fcrozatier](https://github.com/fcrozatier))\n\n#### :house: Internal\n* `signal-polyfill`\n * [#37](https://github.com/proposal-signals/signal-polyfill/pull/37) Add type-tests to ensure consistent public API expectations ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Frédéric Crozatier ([@fcrozatier](https://github.com/fcrozatier))\n- Gvozd ([@Gvozd](https://github.com/Gvozd))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1721
}

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## Release (2025-01-17)
4+
5+
signal-polyfill 0.2.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `signal-polyfill`
9+
* [#42](https://github.com/proposal-signals/signal-polyfill/pull/42) fix assignment of subtypes (#7) ([@Gvozd](https://github.com/Gvozd))
10+
* [#45](https://github.com/proposal-signals/signal-polyfill/pull/45) fix isState / isComputed guards to allow all parameter types ([@fcrozatier](https://github.com/fcrozatier))
11+
12+
#### :house: Internal
13+
* `signal-polyfill`
14+
* [#37](https://github.com/proposal-signals/signal-polyfill/pull/37) Add type-tests to ensure consistent public API expectations ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
16+
#### Committers: 3
17+
- Frédéric Crozatier ([@fcrozatier](https://github.com/fcrozatier))
18+
- Gvozd ([@Gvozd](https://github.com/Gvozd))
19+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
20+
321
## Release (2024-10-09)
422

523
signal-polyfill 0.2.1 (patch)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "signal-polyfill",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A polyfill for the TC39 Signal proposal.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)