Skip to content

Commit 24316b1

Browse files
Merge pull request #12 from proposal-signals/release-preview
Prepare Release
2 parents 76c75c3 + 2560627 commit 24316b1

File tree

3 files changed

+36
-4
lines changed

3 files changed

+36
-4
lines changed

.release-plan.json

+11-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
"solution": {
33
"signal-polyfill": {
44
"impact": "patch",
5-
"oldVersion": "0.1.0",
6-
"newVersion": "0.1.1",
5+
"oldVersion": "0.1.1",
6+
"newVersion": "0.1.2",
77
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :memo: Documentation"
15+
},
816
{
917
"impact": "patch",
1018
"reason": "Appears in changelog section :house: Internal"
@@ -13,5 +21,5 @@
1321
"pkgJSONPath": "./package.json"
1422
}
1523
},
16-
"description": "## Release (2024-05-14)\n\nsignal-polyfill 0.1.1 (patch)\n\n#### :house: Internal\n* `signal-polyfill`\n * [#6](https://github.com/proposal-signals/signal-polyfill/pull/6) Fix repo references ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#4](https://github.com/proposal-signals/signal-polyfill/pull/4) Setup release automation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1](https://github.com/proposal-signals/signal-polyfill/pull/1) Fix CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
24+
"description": "## Release (2024-07-23)\n\nsignal-polyfill 0.1.2 (patch)\n\n#### :bug: Bug Fix\n* `signal-polyfill`\n * [#26](https://github.com/proposal-signals/signal-polyfill/pull/26) Fix unwatch multiple signals ([@tuhm1](https://github.com/tuhm1))\n * [#21](https://github.com/proposal-signals/signal-polyfill/pull/21) Turn off minify for release bundle ([@ds300](https://github.com/ds300))\n\n#### :memo: Documentation\n* `signal-polyfill`\n * [#13](https://github.com/proposal-signals/signal-polyfill/pull/13) improve effects example slightly ([@benlesh](https://github.com/benlesh))\n\n#### :house: Internal\n* `signal-polyfill`\n * [#20](https://github.com/proposal-signals/signal-polyfill/pull/20) Set up prettier ([@ds300](https://github.com/ds300))\n * [#11](https://github.com/proposal-signals/signal-polyfill/pull/11) Reorganize and split tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 4\n- Ben Lesh ([@benlesh](https://github.com/benlesh))\n- David Sheldrick ([@ds300](https://github.com/ds300))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@tuhm1](https://github.com/tuhm1)\n"
1725
}

CHANGELOG.md

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

3+
## Release (2024-07-23)
4+
5+
signal-polyfill 0.1.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `signal-polyfill`
9+
* [#26](https://github.com/proposal-signals/signal-polyfill/pull/26) Fix unwatch multiple signals ([@tuhm1](https://github.com/tuhm1))
10+
* [#21](https://github.com/proposal-signals/signal-polyfill/pull/21) Turn off minify for release bundle ([@ds300](https://github.com/ds300))
11+
12+
#### :memo: Documentation
13+
* `signal-polyfill`
14+
* [#13](https://github.com/proposal-signals/signal-polyfill/pull/13) improve effects example slightly ([@benlesh](https://github.com/benlesh))
15+
16+
#### :house: Internal
17+
* `signal-polyfill`
18+
* [#20](https://github.com/proposal-signals/signal-polyfill/pull/20) Set up prettier ([@ds300](https://github.com/ds300))
19+
* [#11](https://github.com/proposal-signals/signal-polyfill/pull/11) Reorganize and split tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
20+
21+
#### Committers: 4
22+
- Ben Lesh ([@benlesh](https://github.com/benlesh))
23+
- David Sheldrick ([@ds300](https://github.com/ds300))
24+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
25+
- [@tuhm1](https://github.com/tuhm1)
26+
327
## Release (2024-05-14)
428

529
signal-polyfill 0.1.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.1.1",
3+
"version": "0.1.2",
44
"description": "A polyfill for the TC39 Signal proposal.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)