File tree Expand file tree Collapse file tree 4 files changed +31
-6
lines changed Expand file tree Collapse file tree 4 files changed +31
-6
lines changed Original file line number Diff line number Diff line change 22 "solution" : {
33 "ember-resources-codemod" : {
44 "impact" : " patch" ,
5- "oldVersion" : " 0.1.1 " ,
6- "newVersion" : " 0.1.2 " ,
5+ "oldVersion" : " 0.1.2 " ,
6+ "newVersion" : " 0.1.3 " ,
77 "tagName" : " latest" ,
88 "constraints" : [
99 {
1414 "pkgJSONPath" : " ./codemod/package.json"
1515 },
1616 "ember-resources" : {
17- "oldVersion" : " 7.0.4"
17+ "impact" : " patch" ,
18+ "oldVersion" : " 7.0.4" ,
19+ "newVersion" : " 7.0.5" ,
20+ "tagName" : " latest" ,
21+ "constraints" : [
22+ {
23+ "impact" : " patch" ,
24+ "reason" : " Appears in changelog section :bug: Bug Fix"
25+ }
26+ ],
27+ "pkgJSONPath" : " ./ember-resources/package.json"
1828 }
1929 },
20- "description" : " ## Release (2025-05-07 )\n\n * ember-resources-codemod 0.1.2 (patch)\n\n #### :bug: Bug Fix\n * `ember-resources-codemod`\n * [#1192 ](https://github.com/NullVoxPopuli/ember-resources/pull/1192 ) Add repository field to codemod ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n #### Committers: 1 \n - [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n "
30+ "description" : " ## Release (2025-06-18 )\n\n * ember-resources-codemod 0.1.3 (patch)\n * ember-resources 7.0.5 (patch) \n\n #### :bug: Bug Fix\n * `ember-resources-codemod`\n * [#1196 ](https://github.com/NullVoxPopuli/ember-resources/pull/1196 ) Add missing semicolon for kept imports ([@backspace](https://github.com/backspace)) \n * `ember-resources` \n * [#1166](https://github.com/ NullVoxPopuli/ember-resources/pull/1166) de-mystify resource internals ([@NullVoxPopuli ](https://github.com/NullVoxPopuli))\n\n #### Committers: 2 \n - Buck Doyle ([@backspace](https://github.com/backspace)) \n - [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n "
2131}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2025-06-18)
4+
5+ * ember-resources-codemod 0.1.3 (patch)
6+ * ember-resources 7.0.5 (patch)
7+
8+ #### :bug : Bug Fix
9+ * ` ember-resources-codemod `
10+ * [ #1196 ] ( https://github.com/NullVoxPopuli/ember-resources/pull/1196 ) Add missing semicolon for kept imports ([ @backspace ] ( https://github.com/backspace ) )
11+ * ` ember-resources `
12+ * [ #1166 ] ( https://github.com/NullVoxPopuli/ember-resources/pull/1166 ) de-mystify resource internals ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
13+
14+ #### Committers: 2
15+ - Buck Doyle ([ @backspace ] ( https://github.com/backspace ) )
16+ - [ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli )
17+
318## Release (2025-05-07)
419
520* ember-resources-codemod 0.1.2 (patch)
Original file line number Diff line number Diff line change 11{
22 "name" : " ember-resources-codemod" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "bin" : " ./bin.mjs" ,
55 "type" : " module" ,
66 "repository" : " https://github.com/NullVoxPopuli/ember-resources" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " ember-resources" ,
3- "version" : " 7.0.4 " ,
3+ "version" : " 7.0.5 " ,
44 "keywords" : [
55 " ember-addon"
66 ],
You can’t perform that action at this time.
0 commit comments