Skip to content

Commit 0fb0118

Browse files
Prepare Release v4.14.2 using 'release-plan'
1 parent 08fab9a commit 0fb0118

File tree

4 files changed

+30
-11
lines changed

4 files changed

+30
-11
lines changed

.release-plan.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
"solution": {
33
"ember-inspector": {
44
"impact": "patch",
5-
"oldVersion": "4.14.0",
6-
"newVersion": "4.14.1",
5+
"oldVersion": "4.14.1",
6+
"newVersion": "4.14.2",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
1111
"reason": "Appears in changelog section :bug: Bug Fix"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
1216
}
1317
],
1418
"pkgJSONPath": "./package.json"
1519
}
1620
},
17-
"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"
21+
"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"
1822
}

CHANGELOG.md

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

3+
## Release (2025-11-05)
4+
5+
* ember-inspector 4.14.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-inspector`
9+
* [#2705](https://github.com/emberjs/ember-inspector/pull/2705) fix whats new for nightly ([@patricklx](https://github.com/patricklx))
10+
* [#2689](https://github.com/emberjs/ember-inspector/pull/2689) fix loading race condition ([@patricklx](https://github.com/patricklx))
11+
* [#2700](https://github.com/emberjs/ember-inspector/pull/2700) add a optional chaining operator for accessing getOwner on application ([@mansona](https://github.com/mansona))
12+
* [#2702](https://github.com/emberjs/ember-inspector/pull/2702) add back iframe (without src) support ([@patricklx](https://github.com/patricklx))
13+
* [#2692](https://github.com/emberjs/ember-inspector/pull/2692) fix whats new ([@patricklx](https://github.com/patricklx))
14+
15+
#### :house: Internal
16+
* `ember-inspector`
17+
* [#2704](https://github.com/emberjs/ember-inspector/pull/2704) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
18+
* [#2698](https://github.com/emberjs/ember-inspector/pull/2698) Prepare Release v4.14.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
19+
20+
#### Committers: 3
21+
- Chris Manson ([@mansona](https://github.com/mansona))
22+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
23+
- [@github-actions[bot]](https://github.com/apps/github-actions)
24+
325
## Release (2025-10-28)
426

527
* ember-inspector 4.14.1 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-inspector",
3-
"version": "4.14.1",
3+
"version": "4.14.2",
44
"description": "Extends developer tools to allow you to better inspect your Ember.js apps.",
55
"repository": "https://github.com/emberjs/ember-inspector",
66
"license": "MIT",

release-plan-stderr.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)