Skip to content

Commit 378c6fd

Browse files
Merge pull request #1193 from NullVoxPopuli/release-preview
Prepare Release
2 parents 7385817 + db0becf commit 378c6fd

File tree

3 files changed

+17
-20
lines changed

3 files changed

+17
-20
lines changed

.release-plan.json

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,20 @@
22
"solution": {
33
"ember-resources-codemod": {
44
"impact": "patch",
5-
"oldVersion": "0.1.0",
6-
"newVersion": "0.1.1",
5+
"oldVersion": "0.1.1",
6+
"newVersion": "0.1.2",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
11-
"reason": "Appears in changelog section :house: Internal"
11+
"reason": "Appears in changelog section :bug: Bug Fix"
1212
}
1313
],
1414
"pkgJSONPath": "./codemod/package.json"
1515
},
1616
"ember-resources": {
17-
"impact": "patch",
18-
"oldVersion": "7.0.3",
19-
"newVersion": "7.0.4",
20-
"tagName": "latest",
21-
"constraints": [
22-
{
23-
"impact": "patch",
24-
"reason": "Appears in changelog section :bug: Bug Fix"
25-
},
26-
{
27-
"impact": "patch",
28-
"reason": "Appears in changelog section :house: Internal"
29-
}
30-
],
31-
"pkgJSONPath": "./ember-resources/package.json"
17+
"oldVersion": "7.0.4"
3218
}
3319
},
34-
"description": "## Release (2025-05-06)\n\n* ember-resources-codemod 0.1.1 (patch)\n* ember-resources 7.0.4 (patch)\n\n#### :bug: Bug Fix\n* `ember-resources`\n * [#1189](https://github.com/NullVoxPopuli/ember-resources/pull/1189) Remove ember-source virtualDeps from peerDeps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* Other\n * [#1191](https://github.com/NullVoxPopuli/ember-resources/pull/1191) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1190](https://github.com/NullVoxPopuli/ember-resources/pull/1190) Test against 6.4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1173](https://github.com/NullVoxPopuli/ember-resources/pull/1173) Update ember-try config (support unchanged) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1170](https://github.com/NullVoxPopuli/ember-resources/pull/1170) Add testing for ember-source 5.8 and 5.12 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1169](https://github.com/NullVoxPopuli/ember-resources/pull/1169) Fix 3.28 testing -- max ember-cli is 4.12 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-resources`\n * [#1167](https://github.com/NullVoxPopuli/ember-resources/pull/1167) Extract ember-compat stuff to a central location ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#1168](https://github.com/NullVoxPopuli/ember-resources/pull/1168) Upgrade auto-import and embroider related deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-resources-codemod`, `ember-resources`\n * [#1172](https://github.com/NullVoxPopuli/ember-resources/pull/1172) Upgrade pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
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"
3521
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2025-05-07)
4+
5+
* ember-resources-codemod 0.1.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-resources-codemod`
9+
* [#1192](https://github.com/NullVoxPopuli/ember-resources/pull/1192) Add repository field to codemod ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2025-05-06)
415

516
* ember-resources-codemod 0.1.1 (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.1",
3+
"version": "0.1.2",
44
"bin": "./bin.mjs",
55
"type": "module",
66
"repository": "https://github.com/NullVoxPopuli/ember-resources",

0 commit comments

Comments
 (0)