-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare Release using 'release-plan'
- Loading branch information
1 parent
d21a428
commit eca20e4
Showing
3 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"solution": { | ||
"intersection-observer-admin": { | ||
"impact": "patch", | ||
"oldVersion": "0.3.3", | ||
"newVersion": "0.3.4", | ||
"constraints": [ | ||
{ | ||
"impact": "patch", | ||
"reason": "Appears in changelog section :bug: Bug Fix" | ||
}, | ||
{ | ||
"impact": "patch", | ||
"reason": "Appears in changelog section :house: Internal" | ||
} | ||
], | ||
"pkgJSONPath": "./package.json" | ||
} | ||
}, | ||
"description": "## Release (2024-07-15)\n\nintersection-observer-admin 0.3.4 (patch)\n\n#### :bug: Bug Fix\n* `intersection-observer-admin`\n * [#58](https://github.com/snewcomer/intersection-observer-admin/pull/58) feat(memory-leaks): remove elements from the window root ([@BobrImperator](https://github.com/BobrImperator))\n * [#55](https://github.com/snewcomer/intersection-observer-admin/pull/55) feat(memory-leaks): remove elements from registries when unobserve is called ([@BobrImperator](https://github.com/BobrImperator))\n * [#49](https://github.com/snewcomer/intersection-observer-admin/pull/49) fix leak by releasing ref to observed element ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### :house: Internal\n* `intersection-observer-admin`\n * [#57](https://github.com/snewcomer/intersection-observer-admin/pull/57) add release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 3\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\n" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
# Changelog | ||
|
||
## Release (2024-07-15) | ||
|
||
intersection-observer-admin 0.3.4 (patch) | ||
|
||
#### :bug: Bug Fix | ||
* `intersection-observer-admin` | ||
* [#58](https://github.com/snewcomer/intersection-observer-admin/pull/58) feat(memory-leaks): remove elements from the window root ([@BobrImperator](https://github.com/BobrImperator)) | ||
* [#55](https://github.com/snewcomer/intersection-observer-admin/pull/55) feat(memory-leaks): remove elements from registries when unobserve is called ([@BobrImperator](https://github.com/BobrImperator)) | ||
* [#49](https://github.com/snewcomer/intersection-observer-admin/pull/49) fix leak by releasing ref to observed element ([@SergeAstapov](https://github.com/SergeAstapov)) | ||
|
||
#### :house: Internal | ||
* `intersection-observer-admin` | ||
* [#57](https://github.com/snewcomer/intersection-observer-admin/pull/57) add release-plan ([@mansona](https://github.com/mansona)) | ||
|
||
#### Committers: 3 | ||
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator)) | ||
- Chris Manson ([@mansona](https://github.com/mansona)) | ||
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters