File tree 3 files changed +24
-4
lines changed
3 files changed +24
-4
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.0 " ,
6
- "newVersion" : " 0.1.1 " ,
5
+ "oldVersion" : " 0.1.1 " ,
6
+ "newVersion" : " 0.1.2 " ,
7
7
"constraints" : [
8
+ {
9
+ "impact" : " patch" ,
10
+ "reason" : " Appears in changelog section :memo: Documentation"
11
+ },
8
12
{
9
13
"impact" : " patch" ,
10
14
"reason" : " Appears in changelog section :house: Internal"
13
17
"pkgJSONPath" : " ./package.json"
14
18
}
15
19
},
16
- "description" : " ## Release (2024-05-14 )\n\n signal-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 "
20
+ "description" : " ## Release (2024-05-26 )\n\n signal-polyfill 0.1.2 (patch)\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 * [#11 ](https://github.com/proposal-signals/signal-polyfill/pull/11) Reorganize and split tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n #### Committers: 2 \n - Ben Lesh ([@benlesh ](https://github.com/benlesh)) \n - [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n "
17
21
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Release (2024-05-26)
4
+
5
+ signal-polyfill 0.1.2 (patch)
6
+
7
+ #### :memo : Documentation
8
+ * ` signal-polyfill `
9
+ * [ #13 ] ( https://github.com/proposal-signals/signal-polyfill/pull/13 ) improve effects example slightly ([ @benlesh ] ( https://github.com/benlesh ) )
10
+
11
+ #### :house : Internal
12
+ * ` signal-polyfill `
13
+ * [ #11 ] ( https://github.com/proposal-signals/signal-polyfill/pull/11 ) Reorganize and split tests ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
14
+
15
+ #### Committers: 2
16
+ - Ben Lesh ([ @benlesh ] ( https://github.com/benlesh ) )
17
+ - [ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli )
18
+
3
19
## Release (2024-05-14)
4
20
5
21
signal-polyfill 0.1.1 (patch)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " signal-polyfill" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
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