Skip to content

Commit

Permalink
Prepare Release using 'release-plan' (#60)
Browse files Browse the repository at this point in the history
Co-authored-by: snewcomer <7374640+snewcomer@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and snewcomer authored Jul 15, 2024
1 parent d21a428 commit c9a3fb3
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
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"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intersection-observer-admin",
"version": "0.3.3",
"version": "0.3.4",
"description": "Intersection Observer Admin for better performance",
"main": "dist/intersection-observer-admin.umd.js",
"module": "dist/intersection-observer-admin.es5.js",
Expand Down

0 comments on commit c9a3fb3

Please sign in to comment.