Skip to content

Commit 6ab0f9f

Browse files
Merge pull request #1163 from NullVoxPopuli/release-preview
Prepare Release
2 parents 4e22cf8 + 6c30619 commit 6ab0f9f

File tree

4 files changed

+37
-10
lines changed

4 files changed

+37
-10
lines changed

.release-plan.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
{
22
"solution": {
33
"ember-resources-codemod": {
4-
"impact": "minor",
5-
"oldVersion": "0.0.3",
6-
"newVersion": "0.1.0",
4+
"impact": "patch",
5+
"oldVersion": "0.1.0",
6+
"newVersion": "0.1.1",
7+
"tagName": "latest",
78
"constraints": [
89
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :house: Internal"
1112
}
1213
],
1314
"pkgJSONPath": "./codemod/package.json"
1415
},
1516
"ember-resources": {
1617
"impact": "patch",
17-
"oldVersion": "7.0.2",
18-
"newVersion": "7.0.3",
18+
"oldVersion": "7.0.3",
19+
"newVersion": "7.0.4",
20+
"tagName": "latest",
1921
"constraints": [
2022
{
2123
"impact": "patch",
@@ -29,5 +31,5 @@
2931
"pkgJSONPath": "./ember-resources/package.json"
3032
}
3133
},
32-
"description": "## Release (2024-11-02)\n\nember-resources-codemod 0.1.0 (minor)\nember-resources 7.0.3 (patch)\n\n#### :rocket: Enhancement\n* `ember-resources-codemod`, `test-app`\n * [#1147](https://github.com/NullVoxPopuli/ember-resources/pull/1147) Add v6 to v7 codemod ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `ember-resources`\n * [#1161](https://github.com/NullVoxPopuli/ember-resources/pull/1161) Widen peer range of @glimmer/component ([@johanrd](https://github.com/johanrd))\n\n#### :memo: Documentation\n* [#1136](https://github.com/NullVoxPopuli/ember-resources/pull/1136) docs: Fixes a few typos in DOCS.md ([@ozywuli](https://github.com/ozywuli))\n\n#### :house: Internal\n* `ember-resources`, `test-app-definitely-typed`, `test-app`\n * [#1158](https://github.com/NullVoxPopuli/ember-resources/pull/1158) Cleaning ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Ozy Wu-Li ([@ozywuli](https://github.com/ozywuli))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@johanrd](https://github.com/johanrd)\n"
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"
3335
}

CHANGELOG.md

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

3+
## Release (2025-05-06)
4+
5+
* ember-resources-codemod 0.1.1 (patch)
6+
* ember-resources 7.0.4 (patch)
7+
8+
#### :bug: Bug Fix
9+
* `ember-resources`
10+
* [#1189](https://github.com/NullVoxPopuli/ember-resources/pull/1189) Remove ember-source virtualDeps from peerDeps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
11+
12+
#### :house: Internal
13+
* Other
14+
* [#1191](https://github.com/NullVoxPopuli/ember-resources/pull/1191) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
15+
* [#1190](https://github.com/NullVoxPopuli/ember-resources/pull/1190) Test against 6.4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
16+
* [#1173](https://github.com/NullVoxPopuli/ember-resources/pull/1173) Update ember-try config (support unchanged) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
17+
* [#1170](https://github.com/NullVoxPopuli/ember-resources/pull/1170) Add testing for ember-source 5.8 and 5.12 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18+
* [#1169](https://github.com/NullVoxPopuli/ember-resources/pull/1169) Fix 3.28 testing -- max ember-cli is 4.12 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
19+
* `ember-resources`
20+
* [#1167](https://github.com/NullVoxPopuli/ember-resources/pull/1167) Extract ember-compat stuff to a central location ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
21+
* [#1168](https://github.com/NullVoxPopuli/ember-resources/pull/1168) Upgrade auto-import and embroider related deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
22+
* `ember-resources-codemod`, `ember-resources`
23+
* [#1172](https://github.com/NullVoxPopuli/ember-resources/pull/1172) Upgrade pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
24+
25+
#### Committers: 1
26+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
27+
328
## Release (2024-11-02)
429

530
ember-resources-codemod 0.1.0 (minor)

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.0",
3+
"version": "0.1.1",
44
"bin": "./bin.mjs",
55
"type": "module",
66
"files": [

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.3",
3+
"version": "7.0.4",
44
"keywords": [
55
"ember-addon"
66
],

0 commit comments

Comments
 (0)