File tree 3 files changed +17
-10
lines changed
3 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"solution" : {
3
3
"ember-inspector" : {
4
- "impact" : " minor " ,
5
- "oldVersion" : " 4.12.2 " ,
6
- "newVersion" : " 4.13.0 " ,
4
+ "impact" : " patch " ,
5
+ "oldVersion" : " 4.13.0 " ,
6
+ "newVersion" : " 4.13.1 " ,
7
7
"constraints" : [
8
- {
9
- "impact" : " minor" ,
10
- "reason" : " Appears in changelog section :rocket: Enhancement"
11
- },
12
8
{
13
9
"impact" : " patch" ,
14
- "reason" : " Appears in changelog section :house: Internal "
10
+ "reason" : " Appears in changelog section :bug: Bug Fix "
15
11
}
16
12
],
17
13
"pkgJSONPath" : " ./package.json"
18
14
}
19
15
},
20
- "description" : " ## Release (2024-07-26 )\n\n ember-inspector 4.13.0 (minor )\n\n #### :rocket: Enhancement \n * `ember-inspector` \n * [#2581](https://github.com/emberjs/ember-inspector/pull/2581) provide name for hbs template only components ([@patricklx](https://github.com/patricklx)) \n\n #### :house: Internal \n * `ember-inspector`\n * [#2585 ](https://github.com/emberjs/ember-inspector/pull/2585) Use GH_PAT token to hopefully fix releases ([@patricklx](https://github.com/patricklx))\n\n #### Committers: 1\n - Patrick Pircher ([@patricklx](https://github.com/patricklx))\n "
16
+ "description" : " ## Release (2024-07-30 )\n\n ember-inspector 4.13.1 (patch )\n\n #### :bug: Bug Fix \n * `ember-inspector`\n * [#2595 ](https://github.com/emberjs/ember-inspector/pull/2595) fix boolean edit ([@patricklx](https://github.com/patricklx))\n\n #### Committers: 1\n - Patrick Pircher ([@patricklx](https://github.com/patricklx))\n "
21
17
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Release (2024-07-30)
4
+
5
+ ember-inspector 4.13.1 (patch)
6
+
7
+ #### :bug : Bug Fix
8
+ * ` ember-inspector `
9
+ * [ #2595 ] ( https://github.com/emberjs/ember-inspector/pull/2595 ) fix boolean edit ([ @patricklx ] ( https://github.com/patricklx ) )
10
+
11
+ #### Committers: 1
12
+ - Patrick Pircher ([ @patricklx ] ( https://github.com/patricklx ) )
13
+
3
14
## Release (2024-07-26)
4
15
5
16
ember-inspector 4.13.0 (minor)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-inspector" ,
3
- "version" : " 4.13.0 " ,
3
+ "version" : " 4.13.1 " ,
4
4
"description" : " Extends developer tools to allow you to better inspect your Ember.js apps." ,
5
5
"repository" : " https://github.com/emberjs/ember-inspector" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments