Skip to content

Commit

Permalink
Merge pull request #12 from proposal-signals/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Jul 23, 2024
2 parents 76c75c3 + 2560627 commit 24316b1
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
14 changes: 11 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@
"solution": {
"signal-polyfill": {
"impact": "patch",
"oldVersion": "0.1.0",
"newVersion": "0.1.1",
"oldVersion": "0.1.1",
"newVersion": "0.1.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
Expand All @@ -13,5 +21,5 @@
"pkgJSONPath": "./package.json"
}
},
"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"
"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 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## Release (2024-07-23)

signal-polyfill 0.1.2 (patch)

#### :bug: Bug Fix
* `signal-polyfill`
* [#26](https://github.com/proposal-signals/signal-polyfill/pull/26) Fix unwatch multiple signals ([@tuhm1](https://github.com/tuhm1))
* [#21](https://github.com/proposal-signals/signal-polyfill/pull/21) Turn off minify for release bundle ([@ds300](https://github.com/ds300))

#### :memo: Documentation
* `signal-polyfill`
* [#13](https://github.com/proposal-signals/signal-polyfill/pull/13) improve effects example slightly ([@benlesh](https://github.com/benlesh))

#### :house: Internal
* `signal-polyfill`
* [#20](https://github.com/proposal-signals/signal-polyfill/pull/20) Set up prettier ([@ds300](https://github.com/ds300))
* [#11](https://github.com/proposal-signals/signal-polyfill/pull/11) Reorganize and split tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 4
- Ben Lesh ([@benlesh](https://github.com/benlesh))
- David Sheldrick ([@ds300](https://github.com/ds300))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
- [@tuhm1](https://github.com/tuhm1)

## Release (2024-05-14)

signal-polyfill 0.1.1 (patch)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "signal-polyfill",
"version": "0.1.1",
"version": "0.1.2",
"description": "A polyfill for the TC39 Signal proposal.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 24316b1

Please sign in to comment.