Skip to content

Commit 7f40571

Browse files
Release 4.9.0
1 parent 6853fac commit 7f40571

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

33

4+
5+
## v4.9.0 (2022-10-23)
6+
7+
#### :rocket: Enhancement
8+
* [#2201](https://github.com/emberjs/ember-inspector/pull/2201) bring back tracked dependencies ([@patricklx](https://github.com/patricklx))
9+
10+
#### :bug: Bug Fix
11+
* [#1086](https://github.com/emberjs/ember-inspector/pull/1086) Fix more items indicator sometimes not appearing ([@patricklx](https://github.com/patricklx))
12+
* [#2202](https://github.com/emberjs/ember-inspector/pull/2202) [bug] component tree sometimes does not update ([@patricklx](https://github.com/patricklx))
13+
* [#2199](https://github.com/emberjs/ember-inspector/pull/2199) [bug] tree view sometimes not updating children ([@patricklx](https://github.com/patricklx))
14+
* [#2192](https://github.com/emberjs/ember-inspector/pull/2192) fix evented off ([@patricklx](https://github.com/patricklx))
15+
* [#2189](https://github.com/emberjs/ember-inspector/pull/2189) fix post message for testem ([@patricklx](https://github.com/patricklx))
16+
17+
#### :house: Internal
18+
* [#2191](https://github.com/emberjs/ember-inspector/pull/2191) use internal messaging to setup iframes ([@patricklx](https://github.com/patricklx))
19+
* [#2190](https://github.com/emberjs/ember-inspector/pull/2190) fix publishing ([@patricklx](https://github.com/patricklx))
20+
* [#2187](https://github.com/emberjs/ember-inspector/pull/2187) Bump Github actions ([@ctjhoa](https://github.com/ctjhoa))
21+
22+
#### Committers: 2
23+
- Camille TJHOA ([@ctjhoa](https://github.com/ctjhoa))
24+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
25+
426
## v4.8.0 (2022-10-12)
527

628
#### :rocket: Enhancement

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.8.0",
3+
"version": "4.9.0",
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)