File tree Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 22 "solution" : {
33 "ember-inspector" : {
44 "impact" : " patch" ,
5- "oldVersion" : " 4.12.0 " ,
6- "newVersion" : " 4.12.1 " ,
5+ "oldVersion" : " 4.12.1 " ,
6+ "newVersion" : " 4.12.2 " ,
77 "constraints" : [
8+ {
9+ "impact" : " patch" ,
10+ "reason" : " Appears in changelog section :bug: Bug Fix"
11+ },
812 {
913 "impact" : " patch" ,
1014 "reason" : " Appears in changelog section :house: Internal"
1317 "pkgJSONPath" : " ./package.json"
1418 }
1519 },
16- "description" : " ## Release (2024-07-10 )\n\n ember-inspector 4.12.1 (patch)\n\n #### :house: Internal \n * `ember-inspector`\n * [#2582 ](https://github.com/emberjs/ember-inspector/pull/2582) skip failing test ([@patricklx](https://github.com/patricklx))\n\n #### Committers: 1 \n - Patrick Pircher ([@patricklx](https://github.com/patricklx))\n "
20+ "description" : " ## Release (2024-07-25 )\n\n ember-inspector 4.12.2 (patch)\n\n #### :bug: Bug Fix \n * `ember-inspector`\n * [#2587 ](https://github.com/emberjs/ember-inspector/pull/2587) do not use prototype extension ([@patricklx](https://github.com/patricklx))\n\n #### :house: Internal \n * `ember-inspector` \n * [#2591](https://github.com/emberjs/ember-inspector/pull/2591) Use Personal Access Token ([@kategengler](https://github.com/kategengler)) \n\n #### Committers: 2 \n - Katie Gengler ([@kategengler](https://github.com/kategengler)) \n - Patrick Pircher ([@patricklx](https://github.com/patricklx))\n "
1721}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2024-07-25)
4+
5+ ember-inspector 4.12.2 (patch)
6+
7+ #### :bug : Bug Fix
8+ * ` ember-inspector `
9+ * [ #2587 ] ( https://github.com/emberjs/ember-inspector/pull/2587 ) do not use prototype extension ([ @patricklx ] ( https://github.com/patricklx ) )
10+
11+ #### :house : Internal
12+ * ` ember-inspector `
13+ * [ #2591 ] ( https://github.com/emberjs/ember-inspector/pull/2591 ) Use Personal Access Token ([ @kategengler ] ( https://github.com/kategengler ) )
14+
15+ #### Committers: 2
16+ - Katie Gengler ([ @kategengler ] ( https://github.com/kategengler ) )
17+ - Patrick Pircher ([ @patricklx ] ( https://github.com/patricklx ) )
18+
319## Release (2024-07-10)
420
521ember-inspector 4.12.1 (patch)
Original file line number Diff line number Diff line change 11{
22 "name" : " ember-inspector" ,
3- "version" : " 4.12.1 " ,
3+ "version" : " 4.12.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" ,
You can’t perform that action at this time.
0 commit comments