File tree Expand file tree Collapse file tree 3 files changed +25
-7
lines changed Expand file tree Collapse file tree 3 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "solution" : {
33 "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 " ,
77 "constraints" : [
88 {
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"
1115 }
1216 ],
1317 "pkgJSONPath" : " ./package.json"
1418 }
1519 },
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 "
1721}
Original file line number Diff line number Diff line change 11# Changelog
22## Release (2024-02-26)
33
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+
418ember-native-class-codemod 4.1.0 (minor)
519
620#### :rocket : Enhancement
Original file line number Diff line number Diff line change 11{
22 "name" : " ember-native-class-codemod" ,
3- "version" : " 4.1.0 " ,
3+ "version" : " 4.1.1 " ,
44 "description" : " Codemods for transforming ember app code to native class syntax with decorators." ,
55 "keywords" : [
66 " codemod-cli"
You can’t perform that action at this time.
0 commit comments