Skip to content

Commit c6213c8

Browse files
authored
Merge pull request #491 from adopted-ember-addons/release-preview
Prepare Release
2 parents ab94e9a + 08692a0 commit c6213c8

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-infinity": {
44
"impact": "patch",
5-
"oldVersion": "3.0.0",
6-
"newVersion": "3.0.1",
5+
"oldVersion": "3.0.1",
6+
"newVersion": "3.0.2",
77
"constraints": [
88
{
99
"impact": "patch",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./ember-infinity/package.json"
1414
}
1515
},
16-
"description": "## Release (2024-09-23)\n\nember-infinity 3.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-infinity`\n * [#486](https://github.com/adopted-ember-addons/ember-infinity/pull/486) Account for isDestroying state on InfinityLoaderComponent ([@trevordevore](https://github.com/trevordevore))\n\n#### :house: Internal\n* [#488](https://github.com/adopted-ember-addons/ember-infinity/pull/488) Update plan-release.yml to support labeling after merge ([@kategengler](https://github.com/kategengler))\n\n#### Committers: 2\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n- Trevor DeVore ([@trevordevore](https://github.com/trevordevore))\n"
16+
"description": "## Release (2025-04-29)\n\nember-infinity 3.0.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-infinity`, `test-app`\n * [#490](https://github.com/adopted-ember-addons/ember-infinity/pull/490) Fix infinity-loader not updating model when infinity reached ([@robinborst95](https://github.com/robinborst95))\n\n#### Committers: 1\n- Robin Borst ([@robinborst95](https://github.com/robinborst95))\n"
1717
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2025-04-29)
4+
5+
ember-infinity 3.0.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-infinity`, `test-app`
9+
* [#490](https://github.com/adopted-ember-addons/ember-infinity/pull/490) Fix infinity-loader not updating model when infinity reached ([@robinborst95](https://github.com/robinborst95))
10+
11+
#### Committers: 1
12+
- Robin Borst ([@robinborst95](https://github.com/robinborst95))
13+
314
## Release (2024-09-23)
415

516
ember-infinity 3.0.1 (patch)

ember-infinity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-infinity",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Simple, flexible infinite scroll for Ember CLI Apps.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)