Skip to content

Commit 1c785aa

Browse files
authoredOct 1, 2024
Merge pull request #30 from proposal-signals/release-preview
Prepare Release
2 parents d28d827 + 18a6e50 commit 1c785aa

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed
 

‎.release-plan.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"signal-polyfill": {
4-
"impact": "patch",
5-
"oldVersion": "0.1.1",
6-
"newVersion": "0.1.2",
4+
"impact": "minor",
5+
"oldVersion": "0.1.2",
6+
"newVersion": "0.2.0",
77
"constraints": [
88
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
1111
},
1212
{
1313
"impact": "patch",
14-
"reason": "Appears in changelog section :memo: Documentation"
14+
"reason": "Appears in changelog section :bug: Bug Fix"
1515
},
1616
{
1717
"impact": "patch",
@@ -21,5 +21,5 @@
2121
"pkgJSONPath": "./package.json"
2222
}
2323
},
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"
24+
"description": "## Release (2024-10-01)\n\nsignal-polyfill 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `signal-polyfill`\n * [#18](https://github.com/proposal-signals/signal-polyfill/pull/18) Use prepare script allowing usage from git npm dependency ([@divdavem](https://github.com/divdavem))\n\n#### :bug: Bug Fix\n* `signal-polyfill`\n * [#16](https://github.com/proposal-signals/signal-polyfill/pull/16) fix: it should not break a computed signal to watch it before getting its value ([@divdavem](https://github.com/divdavem))\n\n#### :house: Internal\n* `signal-polyfill`\n * [#29](https://github.com/proposal-signals/signal-polyfill/pull/29) Add prettierignore ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@divdavem](https://github.com/divdavem)\n"
2525
}

‎CHANGELOG.md

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

3+
## Release (2024-10-01)
4+
5+
signal-polyfill 0.2.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `signal-polyfill`
9+
* [#18](https://github.com/proposal-signals/signal-polyfill/pull/18) Use prepare script allowing usage from git npm dependency ([@divdavem](https://github.com/divdavem))
10+
11+
#### :bug: Bug Fix
12+
* `signal-polyfill`
13+
* [#16](https://github.com/proposal-signals/signal-polyfill/pull/16) fix: it should not break a computed signal to watch it before getting its value ([@divdavem](https://github.com/divdavem))
14+
15+
#### :house: Internal
16+
* `signal-polyfill`
17+
* [#29](https://github.com/proposal-signals/signal-polyfill/pull/29) Add prettierignore ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18+
19+
#### Committers: 2
20+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
21+
- [@divdavem](https://github.com/divdavem)
22+
323
## Release (2024-07-23)
424

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

0 commit comments

Comments
 (0)