File tree 3 files changed +15
-12
lines changed
3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 2
2
"solution" : {
3
3
"signal-polyfill" : {
4
4
"impact" : " patch" ,
5
- "oldVersion" : " 0.1.1 " ,
6
- "newVersion" : " 0.1.2 " ,
5
+ "oldVersion" : " 0.1.2 " ,
6
+ "newVersion" : " 0.1.3 " ,
7
7
"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
- },
16
8
{
17
9
"impact" : " patch" ,
18
10
"reason" : " Appears in changelog section :house: Internal"
21
13
"pkgJSONPath" : " ./package.json"
22
14
}
23
15
},
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"
16
+ "description" : " ## Release (2024-09-03)\n\n signal-polyfill 0.1.3 (patch)\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: 1\n - [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n "
25
17
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Release (2024-09-03)
4
+
5
+ signal-polyfill 0.1.3 (patch)
6
+
7
+ #### :house : Internal
8
+ * ` signal-polyfill `
9
+ * [ #29 ] ( https://github.com/proposal-signals/signal-polyfill/pull/29 ) Add prettierignore ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
10
+
11
+ #### Committers: 1
12
+ - [ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli )
13
+
3
14
## Release (2024-07-23)
4
15
5
16
signal-polyfill 0.1.2 (patch)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " signal-polyfill" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " A polyfill for the TC39 Signal proposal." ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments