Skip to content

Commit 6524ad1

Browse files
authored
Merge pull request #487 from adopted-ember-addons/release-preview
2 parents bf21afc + f8f4338 commit 6524ad1

File tree

3 files changed

+21
-10
lines changed

3 files changed

+21
-10
lines changed

.release-plan.json

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
{
22
"solution": {
33
"ember-infinity": {
4-
"impact": "major",
5-
"oldVersion": "2.3.0",
6-
"newVersion": "3.0.0",
4+
"impact": "patch",
5+
"oldVersion": "3.0.0",
6+
"newVersion": "3.0.1",
77
"constraints": [
8-
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
11-
},
128
{
139
"impact": "patch",
14-
"reason": "Appears in changelog section :house: Internal"
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1511
}
1612
],
1713
"pkgJSONPath": "./ember-infinity/package.json"
1814
}
1915
},
20-
"description": "## Release (2024-05-16)\n\nember-infinity 3.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-infinity`, `test-app`\n * [#470](https://github.com/adopted-ember-addons/ember-infinity/pull/470) Upgrade to Ember 5 and convert to a v2 addon ([@wozny1989](https://github.com/wozny1989))\n\n#### :bug: Bug Fix\n* [#468](https://github.com/adopted-ember-addons/ember-infinity/pull/468) Fix isVisible deprecation ([@smercadomx](https://github.com/smercadomx))\n\n#### :house: Internal\n* Other\n * [#484](https://github.com/adopted-ember-addons/ember-infinity/pull/484) swap override for patched package ([@mansona](https://github.com/mansona))\n * [#478](https://github.com/adopted-ember-addons/ember-infinity/pull/478) add an action to release demo site ([@mansona](https://github.com/mansona))\n * [#479](https://github.com/adopted-ember-addons/ember-infinity/pull/479) fix pnpm version for release-plan ([@mansona](https://github.com/mansona))\n * [#476](https://github.com/adopted-ember-addons/ember-infinity/pull/476) setup release-plan ([@mansona](https://github.com/mansona))\n* `test-app`\n * [#483](https://github.com/adopted-ember-addons/ember-infinity/pull/483) fix issue with github-changelog ([@mansona](https://github.com/mansona))\n * [#482](https://github.com/adopted-ember-addons/ember-infinity/pull/482) turn on mirage for production deploy of demo app ([@mansona](https://github.com/mansona))\n * [#481](https://github.com/adopted-ember-addons/ember-infinity/pull/481) fix root-url for github pages ([@mansona](https://github.com/mansona))\n * [#477](https://github.com/adopted-ember-addons/ember-infinity/pull/477) Update test/demo app ([@jahrock](https://github.com/jahrock))\n* `ember-infinity`\n * [#475](https://github.com/adopted-ember-addons/ember-infinity/pull/475) remove engine reference for Node 18 ([@mansona](https://github.com/mansona))\n\n#### Committers: 4\n- Adam Woźny ([@wozny1989](https://github.com/wozny1989))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Jah Rock ([@jahrock](https://github.com/jahrock))\n- Sergio Mercado ([@smercadomx](https://github.com/smercadomx))\n"
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"
2117
}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## Release (2024-09-23)
4+
5+
ember-infinity 3.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-infinity`
9+
* [#486](https://github.com/adopted-ember-addons/ember-infinity/pull/486) Account for isDestroying state on InfinityLoaderComponent ([@trevordevore](https://github.com/trevordevore))
10+
11+
#### :house: Internal
12+
* [#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))
13+
14+
#### Committers: 2
15+
- Katie Gengler ([@kategengler](https://github.com/kategengler))
16+
- Trevor DeVore ([@trevordevore](https://github.com/trevordevore))
17+
318
## Release (2024-05-16)
419

520
ember-infinity 3.0.0 (major)

ember-infinity/package.json

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

0 commit comments

Comments
 (0)