Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"ember-inspector": {
"impact": "minor",
"oldVersion": "4.15.1",
"newVersion": "4.16.0",
"oldVersion": "4.16.0",
"newVersion": "4.17.0",
"tagName": "latest",
"constraints": [
{
Expand All @@ -22,5 +22,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2026-04-10)\n\n* ember-inspector 4.16.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 * [#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: 2\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- Trek Glowacki ([@trek](https://github.com/trek))\n"
"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"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## Release (2026-04-24)

* ember-inspector 4.17.0 (minor)

#### :rocket: Enhancement
* `ember-inspector`
* [#2730](https://github.com/emberjs/ember-inspector/pull/2730) Enable Opening of Components in Preferred Text Editor ([@trek](https://github.com/trek))

#### :bug: Bug Fix
* `ember-inspector`
* [#2736](https://github.com/emberjs/ember-inspector/pull/2736) fix tab action icon detection of newer ember apps ([@patricklx](https://github.com/patricklx))
* [#2734](https://github.com/emberjs/ember-inspector/pull/2734) fix websocket adapter ([@patricklx](https://github.com/patricklx))

#### :house: Internal
* `ember-inspector`
* [#2739](https://github.com/emberjs/ember-inspector/pull/2739) update release-plan ([@mansona](https://github.com/mansona))
* [#2713](https://github.com/emberjs/ember-inspector/pull/2713) Prepare Release v4.16.0 ([@github-actions[bot]](https://github.com/apps/github-actions))
* [#2712](https://github.com/emberjs/ember-inspector/pull/2712) Split event handling and chrome.storage saving in extensions options … ([@trek](https://github.com/trek))

#### Committers: 4
- Chris Manson ([@mansona](https://github.com/mansona))
- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
- Trek Glowacki ([@trek](https://github.com/trek))

## Release (2026-04-10)

* ember-inspector 4.16.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-inspector",
"version": "4.16.0",
"version": "4.17.0",
"description": "Extends developer tools to allow you to better inspect your Ember.js apps.",
"repository": "https://github.com/emberjs/ember-inspector",
"license": "MIT",
Expand Down