Skip to content

Commit c9a3fb3

Browse files
Prepare Release using 'release-plan' (#60)
Co-authored-by: snewcomer <7374640+snewcomer@users.noreply.github.com>
1 parent d21a428 commit c9a3fb3

3 files changed

Lines changed: 41 additions & 1 deletion

File tree

.release-plan.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"solution": {
3+
"intersection-observer-admin": {
4+
"impact": "patch",
5+
"oldVersion": "0.3.3",
6+
"newVersion": "0.3.4",
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 :house: Internal"
15+
}
16+
],
17+
"pkgJSONPath": "./package.json"
18+
}
19+
},
20+
"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"
21+
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
11
# Changelog
2+
3+
## Release (2024-07-15)
4+
5+
intersection-observer-admin 0.3.4 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `intersection-observer-admin`
9+
* [#58](https://github.com/snewcomer/intersection-observer-admin/pull/58) feat(memory-leaks): remove elements from the window root ([@BobrImperator](https://github.com/BobrImperator))
10+
* [#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))
11+
* [#49](https://github.com/snewcomer/intersection-observer-admin/pull/49) fix leak by releasing ref to observed element ([@SergeAstapov](https://github.com/SergeAstapov))
12+
13+
#### :house: Internal
14+
* `intersection-observer-admin`
15+
* [#57](https://github.com/snewcomer/intersection-observer-admin/pull/57) add release-plan ([@mansona](https://github.com/mansona))
16+
17+
#### Committers: 3
18+
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
19+
- Chris Manson ([@mansona](https://github.com/mansona))
20+
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intersection-observer-admin",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Intersection Observer Admin for better performance",
55
"main": "dist/intersection-observer-admin.umd.js",
66
"module": "dist/intersection-observer-admin.es5.js",

0 commit comments

Comments
 (0)