Skip to content

Commit 97485ab

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommittedDec 6, 2024
Prepare Release using 'release-plan'
1 parent c38a015 commit 97485ab

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed
 

‎.release-plan.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
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",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
10+
"reason": "Appears in changelog section :house: Internal"
1111
}
1212
],
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
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"
16+
"description": "## Release (2024-12-06)\n\nsignal-polyfill 0.2.2 (patch)\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: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1717
}

‎CHANGELOG.md

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

3+
## Release (2024-12-06)
4+
5+
signal-polyfill 0.2.2 (patch)
6+
7+
#### :house: Internal
8+
* `signal-polyfill`
9+
* [#37](https://github.com/proposal-signals/signal-polyfill/pull/37) Add type-tests to ensure consistent public API expectations ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2024-10-09)
415

516
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)