Skip to content

Commit 4061983

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

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

.release-plan.json

+4-12
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
{
22
"solution": {
33
"signal-polyfill": {
4-
"impact": "minor",
5-
"oldVersion": "0.1.2",
6-
"newVersion": "0.2.0",
4+
"impact": "patch",
5+
"oldVersion": "0.2.0",
6+
"newVersion": "0.2.1",
77
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
128
{
139
"impact": "patch",
1410
"reason": "Appears in changelog section :bug: Bug Fix"
15-
},
16-
{
17-
"impact": "patch",
18-
"reason": "Appears in changelog section :house: Internal"
1911
}
2012
],
2113
"pkgJSONPath": "./package.json"
2214
}
2315
},
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"
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"
2517
}

CHANGELOG.md

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

3+
## Release (2024-10-09)
4+
5+
signal-polyfill 0.2.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `signal-polyfill`
9+
* [#35](https://github.com/proposal-signals/signal-polyfill/pull/35) Export isState, isComputed, isWatcher checks ([@EvanCzako](https://github.com/EvanCzako))
10+
11+
#### Committers: 1
12+
- Evan Czako ([@EvanCzako](https://github.com/EvanCzako))
13+
314
## Release (2024-10-01)
415

516
signal-polyfill 0.2.0 (minor)

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

0 commit comments

Comments
 (0)