Skip to content

Commit 4a00531

Browse files
Merge pull request #1205 from NullVoxPopuli/release-preview
Prepare Release
2 parents 1492440 + 5346943 commit 4a00531

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
},
66
"ember-resources": {
77
"impact": "patch",
8-
"oldVersion": "7.0.5",
9-
"newVersion": "7.0.6",
8+
"oldVersion": "7.0.6",
9+
"newVersion": "7.0.7",
1010
"tagName": "latest",
1111
"constraints": [
1212
{
@@ -17,5 +17,5 @@
1717
"pkgJSONPath": "./ember-resources/package.json"
1818
}
1919
},
20-
"description": "## Release (2025-06-22)\n\n* ember-resources 7.0.6 (patch)\n\n#### :bug: Bug Fix\n* `ember-resources`\n * [#1199](https://github.com/NullVoxPopuli/ember-resources/pull/1199) Revert \"de-mystify resource internals\" ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
20+
"description": "## Release (2025-08-23)\n\n* ember-resources 7.0.7 (patch)\n\n#### :bug: Bug Fix\n* `ember-resources`\n * [#1204](https://github.com/NullVoxPopuli/ember-resources/pull/1204) Support named args for `resourceFactory()` ([@gossi](https://github.com/gossi))\n\n#### Committers: 1\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n"
2121
}

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-08-23)
4+
5+
* ember-resources 7.0.7 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-resources`
9+
* [#1204](https://github.com/NullVoxPopuli/ember-resources/pull/1204) Support named args for `resourceFactory()` ([@gossi](https://github.com/gossi))
10+
11+
#### Committers: 1
12+
- Thomas Gossmann ([@gossi](https://github.com/gossi))
13+
314
## Release (2025-06-22)
415

516
* ember-resources 7.0.6 (patch)

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

0 commit comments

Comments
 (0)