File tree Expand file tree Collapse file tree 4 files changed +30
-11
lines changed Expand file tree Collapse file tree 4 files changed +30
-11
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments