Skip to content

Commit 5b9c2ac

Browse files
Prepare Release v4.17.1 using 'release-plan'
1 parent 4fc31fd commit 5b9c2ac

3 files changed

Lines changed: 16 additions & 13 deletions

File tree

.release-plan.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
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"
@@ -22,5 +14,5 @@
2214
"pkgJSONPath": "./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-14)\n\n* ember-inspector 4.17.1 (patch)\n\n#### :house: Internal\n* `ember-inspector`\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: 1\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n"
2618
}

CHANGELOG.md

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

3+
## Release (2026-05-14)
4+
5+
* ember-inspector 4.17.1 (patch)
6+
7+
#### :house: Internal
8+
* `ember-inspector`
9+
* [#2741](https://github.com/emberjs/ember-inspector/pull/2741) Refactor: Reorganize ember_debug to prepare for modules ([@pichfl](https://github.com/pichfl))
10+
11+
#### Committers: 1
12+
- Florian Pichler ([@pichfl](https://github.com/pichfl))
13+
314
## Release (2026-04-24)
415

516
* ember-inspector 4.17.0 (minor)

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)