Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Release #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"solution": {
"ember-infinity": {
"impact": "major",
"oldVersion": "2.3.0",
"newVersion": "3.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"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"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## Release (2024-05-16)

ember-infinity 3.0.0 (major)

#### :boom: Breaking Change
* `ember-infinity`, `test-app`
* [#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))

#### :bug: Bug Fix
* [#468](https://github.com/adopted-ember-addons/ember-infinity/pull/468) Fix isVisible deprecation ([@smercadomx](https://github.com/smercadomx))

#### :house: Internal
* Other
* [#484](https://github.com/adopted-ember-addons/ember-infinity/pull/484) swap override for patched package ([@mansona](https://github.com/mansona))
* [#478](https://github.com/adopted-ember-addons/ember-infinity/pull/478) add an action to release demo site ([@mansona](https://github.com/mansona))
* [#479](https://github.com/adopted-ember-addons/ember-infinity/pull/479) fix pnpm version for release-plan ([@mansona](https://github.com/mansona))
* [#476](https://github.com/adopted-ember-addons/ember-infinity/pull/476) setup release-plan ([@mansona](https://github.com/mansona))
* `test-app`
* [#483](https://github.com/adopted-ember-addons/ember-infinity/pull/483) fix issue with github-changelog ([@mansona](https://github.com/mansona))
* [#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))
* [#481](https://github.com/adopted-ember-addons/ember-infinity/pull/481) fix root-url for github pages ([@mansona](https://github.com/mansona))
* [#477](https://github.com/adopted-ember-addons/ember-infinity/pull/477) Update test/demo app ([@jahrock](https://github.com/jahrock))
* `ember-infinity`
* [#475](https://github.com/adopted-ember-addons/ember-infinity/pull/475) remove engine reference for Node 18 ([@mansona](https://github.com/mansona))

#### Committers: 4
- Adam Woźny ([@wozny1989](https://github.com/wozny1989))
- Chris Manson ([@mansona](https://github.com/mansona))
- Jah Rock ([@jahrock](https://github.com/jahrock))
- Sergio Mercado ([@smercadomx](https://github.com/smercadomx))

## [2.2.1](https://github.com/ember-infinity/ember-infinity/tree/v2.2.1) (2021-05-19)
[Full Changelog](https://github.com/hhff/ember-infinity/compare/v2.1.0...v2.2.1)

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": "2.3.0",
"version": "3.0.0",
"description": "Simple, flexible infinite scroll for Ember CLI Apps.",
"keywords": [
"ember-addon",
Expand Down