Skip to content

Commit df8a991

Browse files
Prepare Release v4.17.1 using 'release-plan'
1 parent 73d517d commit df8a991

3 files changed

Lines changed: 31 additions & 14 deletions

File tree

.release-plan.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
11
{
22
"solution": {
33
"ember-inspector": {
4-
"impact": "minor",
5-
"oldVersion": "4.16.0",
6-
"newVersion": "4.17.0",
4+
"impact": "patch",
5+
"oldVersion": "4.17.0",
6+
"newVersion": "4.17.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :bug: Bug Fix"
16-
},
179
{
1810
"impact": "patch",
1911
"reason": "Appears in changelog section :house: Internal"
2012
}
2113
],
22-
"pkgJSONPath": "./package.json"
14+
"pkgJSONPath": "./packages/ember-inspector/package.json"
2315
}
2416
},
25-
"description": "## Release (2026-04-24)\n\n* ember-inspector 4.17.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-inspector`\n * [#2730](https://github.com/emberjs/ember-inspector/pull/2730) Enable Opening of Components in Preferred Text Editor ([@trek](https://github.com/trek))\n\n#### :bug: Bug Fix\n* `ember-inspector`\n * [#2736](https://github.com/emberjs/ember-inspector/pull/2736) fix tab action icon detection of newer ember apps ([@patricklx](https://github.com/patricklx))\n * [#2734](https://github.com/emberjs/ember-inspector/pull/2734) fix websocket adapter ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-inspector`\n * [#2739](https://github.com/emberjs/ember-inspector/pull/2739) update release-plan ([@mansona](https://github.com/mansona))\n * [#2713](https://github.com/emberjs/ember-inspector/pull/2713) Prepare Release v4.16.0 ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#2712](https://github.com/emberjs/ember-inspector/pull/2712) Split event handling and chrome.storage saving in extensions options … ([@trek](https://github.com/trek))\n\n#### Committers: 4\n- Chris Manson ([@mansona](https://github.com/mansona))\n- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- Trek Glowacki ([@trek](https://github.com/trek))\n"
17+
"description": "## Release (2026-05-27)\n\n* ember-inspector 4.17.1 (patch)\n\n#### :house: Internal\n* `ember-inspector`\n * [#2759](https://github.com/emberjs/ember-inspector/pull/2759) Modernize ESLint configuration ([@pichfl](https://github.com/pichfl))\n * [#2758](https://github.com/emberjs/ember-inspector/pull/2758) Use import for compareVersions ([@pichfl](https://github.com/pichfl))\n * [#2757](https://github.com/emberjs/ember-inspector/pull/2757) Use modern ember-cli-showdown ([@pichfl](https://github.com/pichfl))\n * [#2756](https://github.com/emberjs/ember-inspector/pull/2756) Add vite-test-app stub ([@pichfl](https://github.com/pichfl))\n * [#2755](https://github.com/emberjs/ember-inspector/pull/2755) move release-plan back to a root dev-dependency ([@mansona](https://github.com/mansona))\n * [#2754](https://github.com/emberjs/ember-inspector/pull/2754) Remove dependencies and scripts that are no longer in use ([@pichfl](https://github.com/pichfl))\n * [#2753](https://github.com/emberjs/ember-inspector/pull/2753) Separate prettier from eslint ([@pichfl](https://github.com/pichfl))\n * [#2752](https://github.com/emberjs/ember-inspector/pull/2752) Move ember-inspector from root into packages/ember-inspector ([@pichfl](https://github.com/pichfl))\n* Other\n * [#2751](https://github.com/emberjs/ember-inspector/pull/2751) Move ember-debug into packages folder ([@pichfl](https://github.com/pichfl))\n * [#2745](https://github.com/emberjs/ember-inspector/pull/2745) Remove TypeScript from the ember-inspector UI application ([@pichfl](https://github.com/pichfl))\n * [#2744](https://github.com/emberjs/ember-inspector/pull/2744) Reduce complexity in startInspector ([@pichfl](https://github.com/pichfl))\n * [#2743](https://github.com/emberjs/ember-inspector/pull/2743) Refactor: Prefer top-level await over callbacks in entries ([@pichfl](https://github.com/pichfl))\n * [#2741](https://github.com/emberjs/ember-inspector/pull/2741) Refactor: Reorganize ember_debug to prepare for modules ([@pichfl](https://github.com/pichfl))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n"
2618
}

CHANGELOG.md

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

3+
## Release (2026-05-27)
4+
5+
* ember-inspector 4.17.1 (patch)
6+
7+
#### :house: Internal
8+
* `ember-inspector`
9+
* [#2759](https://github.com/emberjs/ember-inspector/pull/2759) Modernize ESLint configuration ([@pichfl](https://github.com/pichfl))
10+
* [#2758](https://github.com/emberjs/ember-inspector/pull/2758) Use import for compareVersions ([@pichfl](https://github.com/pichfl))
11+
* [#2757](https://github.com/emberjs/ember-inspector/pull/2757) Use modern ember-cli-showdown ([@pichfl](https://github.com/pichfl))
12+
* [#2756](https://github.com/emberjs/ember-inspector/pull/2756) Add vite-test-app stub ([@pichfl](https://github.com/pichfl))
13+
* [#2755](https://github.com/emberjs/ember-inspector/pull/2755) move release-plan back to a root dev-dependency ([@mansona](https://github.com/mansona))
14+
* [#2754](https://github.com/emberjs/ember-inspector/pull/2754) Remove dependencies and scripts that are no longer in use ([@pichfl](https://github.com/pichfl))
15+
* [#2753](https://github.com/emberjs/ember-inspector/pull/2753) Separate prettier from eslint ([@pichfl](https://github.com/pichfl))
16+
* [#2752](https://github.com/emberjs/ember-inspector/pull/2752) Move ember-inspector from root into packages/ember-inspector ([@pichfl](https://github.com/pichfl))
17+
* Other
18+
* [#2751](https://github.com/emberjs/ember-inspector/pull/2751) Move ember-debug into packages folder ([@pichfl](https://github.com/pichfl))
19+
* [#2745](https://github.com/emberjs/ember-inspector/pull/2745) Remove TypeScript from the ember-inspector UI application ([@pichfl](https://github.com/pichfl))
20+
* [#2744](https://github.com/emberjs/ember-inspector/pull/2744) Reduce complexity in startInspector ([@pichfl](https://github.com/pichfl))
21+
* [#2743](https://github.com/emberjs/ember-inspector/pull/2743) Refactor: Prefer top-level await over callbacks in entries ([@pichfl](https://github.com/pichfl))
22+
* [#2741](https://github.com/emberjs/ember-inspector/pull/2741) Refactor: Reorganize ember_debug to prepare for modules ([@pichfl](https://github.com/pichfl))
23+
24+
#### Committers: 2
25+
- Chris Manson ([@mansona](https://github.com/mansona))
26+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
27+
328
## Release (2026-04-24)
429

530
* ember-inspector 4.17.0 (minor)

packages/ember-inspector/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.17.0",
3+
"version": "4.17.1",
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",

0 commit comments

Comments
 (0)