Skip to content

Commit

Permalink
Merge pull request #487 from adopted-ember-addons/release-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler authored Sep 23, 2024
2 parents bf21afc + f8f4338 commit 6524ad1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"solution": {
"ember-infinity": {
"impact": "major",
"oldVersion": "2.3.0",
"newVersion": "3.0.0",
"impact": "patch",
"oldVersion": "3.0.0",
"newVersion": "3.0.1",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./ember-infinity/package.json"
}
},
"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"
"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"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Release (2024-09-23)

ember-infinity 3.0.1 (patch)

#### :bug: Bug Fix
* `ember-infinity`
* [#486](https://github.com/adopted-ember-addons/ember-infinity/pull/486) Account for isDestroying state on InfinityLoaderComponent ([@trevordevore](https://github.com/trevordevore))

#### :house: Internal
* [#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))

#### Committers: 2
- Katie Gengler ([@kategengler](https://github.com/kategengler))
- Trevor DeVore ([@trevordevore](https://github.com/trevordevore))

## Release (2024-05-16)

ember-infinity 3.0.0 (major)
Expand Down
2 changes: 1 addition & 1 deletion ember-infinity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-infinity",
"version": "3.0.0",
"version": "3.0.1",
"description": "Simple, flexible infinite scroll for Ember CLI Apps.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 6524ad1

Please sign in to comment.