Skip to content

Commit c4377b1

Browse files
Merge pull request #1194 from NullVoxPopuli/release-preview
Prepare Release
2 parents 0638d44 + 5f13e67 commit c4377b1

File tree

4 files changed

+31
-6
lines changed

4 files changed

+31
-6
lines changed

.release-plan.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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
{
@@ -14,8 +14,18 @@
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
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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)

codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

ember-resources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-resources",
3-
"version": "7.0.4",
3+
"version": "7.0.5",
44
"keywords": [
55
"ember-addon"
66
],

0 commit comments

Comments
 (0)