diff --git a/.release-plan.json b/.release-plan.json index 6cdaf2f730..8eae86fb7e 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,17 +2,21 @@ "solution": { "ember-inspector": { "impact": "patch", - "oldVersion": "4.14.0", - "newVersion": "4.14.1", + "oldVersion": "4.14.1", + "newVersion": "4.14.2", "tagName": "latest", "constraints": [ { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-10-28)\n\n* ember-inspector 4.14.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-inspector`\n * [#2700](https://github.com/emberjs/ember-inspector/pull/2700) add a optional chaining operator for accessing getOwner on application ([@mansona](https://github.com/mansona))\n * [#2702](https://github.com/emberjs/ember-inspector/pull/2702) add back iframe (without src) support ([@patricklx](https://github.com/patricklx))\n * [#2692](https://github.com/emberjs/ember-inspector/pull/2692) fix whats new ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n" + "description": "## Release (2025-11-05)\n\n* ember-inspector 4.14.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-inspector`\n * [#2705](https://github.com/emberjs/ember-inspector/pull/2705) fix whats new for nightly ([@patricklx](https://github.com/patricklx))\n * [#2689](https://github.com/emberjs/ember-inspector/pull/2689) fix loading race condition ([@patricklx](https://github.com/patricklx))\n * [#2700](https://github.com/emberjs/ember-inspector/pull/2700) add a optional chaining operator for accessing getOwner on application ([@mansona](https://github.com/mansona))\n * [#2702](https://github.com/emberjs/ember-inspector/pull/2702) add back iframe (without src) support ([@patricklx](https://github.com/patricklx))\n * [#2692](https://github.com/emberjs/ember-inspector/pull/2692) fix whats new ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-inspector`\n * [#2704](https://github.com/emberjs/ember-inspector/pull/2704) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#2698](https://github.com/emberjs/ember-inspector/pull/2698) Prepare Release v4.14.1 ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ca2d65ec9..e0a2ed8d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## Release (2025-11-05) + +* ember-inspector 4.14.2 (patch) + +#### :bug: Bug Fix +* `ember-inspector` + * [#2705](https://github.com/emberjs/ember-inspector/pull/2705) fix whats new for nightly ([@patricklx](https://github.com/patricklx)) + * [#2689](https://github.com/emberjs/ember-inspector/pull/2689) fix loading race condition ([@patricklx](https://github.com/patricklx)) + * [#2700](https://github.com/emberjs/ember-inspector/pull/2700) add a optional chaining operator for accessing getOwner on application ([@mansona](https://github.com/mansona)) + * [#2702](https://github.com/emberjs/ember-inspector/pull/2702) add back iframe (without src) support ([@patricklx](https://github.com/patricklx)) + * [#2692](https://github.com/emberjs/ember-inspector/pull/2692) fix whats new ([@patricklx](https://github.com/patricklx)) + +#### :house: Internal +* `ember-inspector` + * [#2704](https://github.com/emberjs/ember-inspector/pull/2704) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#2698](https://github.com/emberjs/ember-inspector/pull/2698) Prepare Release v4.14.1 ([@github-actions[bot]](https://github.com/apps/github-actions)) + +#### Committers: 3 +- Chris Manson ([@mansona](https://github.com/mansona)) +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) +- [@github-actions[bot]](https://github.com/apps/github-actions) + ## Release (2025-10-28) * ember-inspector 4.14.1 (patch) diff --git a/package.json b/package.json index aa8374e0b3..f2453477e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-inspector", - "version": "4.14.1", + "version": "4.14.2", "description": "Extends developer tools to allow you to better inspect your Ember.js apps.", "repository": "https://github.com/emberjs/ember-inspector", "license": "MIT", diff --git a/release-plan-stderr.txt b/release-plan-stderr.txt deleted file mode 100644 index f58d10414a..0000000000 --- a/release-plan-stderr.txt +++ /dev/null @@ -1,7 +0,0 @@ -# Unlabeled Changes - -* `ember-inspector` - * [#2689](https://github.com/emberjs/ember-inspector/pull/2689) fix loading race condition ([@patricklx](https://github.com/patricklx)) - - -*Cannot plan release until the above changes are labeled*.