File tree 3 files changed +25
-7
lines changed
3 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"solution" : {
3
3
"ember-native-class-codemod" : {
4
- "impact" : " minor " ,
5
- "oldVersion" : " 4.0 .0" ,
6
- "newVersion" : " 4.1.0 " ,
4
+ "impact" : " patch " ,
5
+ "oldVersion" : " 4.1 .0" ,
6
+ "newVersion" : " 4.1.1 " ,
7
7
"constraints" : [
8
8
{
9
- "impact" : " minor" ,
10
- "reason" : " Appears in changelog section :rocket: Enhancement"
9
+ "impact" : " patch" ,
10
+ "reason" : " Appears in changelog section :bug: Bug Fix"
11
+ },
12
+ {
13
+ "impact" : " patch" ,
14
+ "reason" : " Appears in changelog section :house: Internal"
11
15
}
12
16
],
13
17
"pkgJSONPath" : " ./package.json"
14
18
}
15
19
},
16
- "description" : " ## Release (2024-02-26)\n\n ember-native-class-codemod 4.1.0 (minor )\n\n #### :rocket: Enhancement \n * `ember-native-class-codemod`\n * [#550 ](https://github.com/ember-codemods/ember-native-class-codemod/pull/550) Add NO_TELEMETRY mode / Implement observer -> observes behavior ([@gitKrystan](https://github.com/gitKrystan))\n\n #### Committers: 1\n - Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))\n "
20
+ "description" : " ## Release (2024-02-26)\n\n ember-native-class-codemod 4.1.1 (patch )\n\n #### :bug: Bug Fix \n * `ember-native-class-codemod`\n * [#552 ](https://github.com/ember-codemods/ember-native-class-codemod/pull/552) Fix off-by-one-error when interpreting CLI args ([@gitKrystan](https://github.com/gitKrystan)) \n\n #### :house: Internal \n * `ember-native-class-codemod` \n * [#551](https://github.com/ember-codemods/ember-native-class-codemod/pull/551) Don't publish TS files ([@gitKrystan](https://github.com/gitKrystan))\n\n #### Committers: 1\n - Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))\n "
17
21
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
## Release (2024-02-26)
3
3
4
+ ember-native-class-codemod 4.1.1 (patch)
5
+
6
+ #### :bug : Bug Fix
7
+ * ` ember-native-class-codemod `
8
+ * [ #552 ] ( https://github.com/ember-codemods/ember-native-class-codemod/pull/552 ) Fix off-by-one-error when interpreting CLI args ([ @gitKrystan ] ( https://github.com/gitKrystan ) )
9
+
10
+ #### :house : Internal
11
+ * ` ember-native-class-codemod `
12
+ * [ #551 ] ( https://github.com/ember-codemods/ember-native-class-codemod/pull/551 ) Don't publish TS files ([ @gitKrystan ] ( https://github.com/gitKrystan ) )
13
+
14
+ #### Committers: 1
15
+ - Krystan HuffMenne ([ @gitKrystan ] ( https://github.com/gitKrystan ) )
16
+ ## Release (2024-02-26)
17
+
4
18
ember-native-class-codemod 4.1.0 (minor)
5
19
6
20
#### :rocket : Enhancement
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-native-class-codemod" ,
3
- "version" : " 4.1.0 " ,
3
+ "version" : " 4.1.1 " ,
4
4
"description" : " Codemods for transforming ember app code to native class syntax with decorators." ,
5
5
"keywords" : [
6
6
" codemod-cli"
You can’t perform that action at this time.
0 commit comments