Skip to content

Commit 9c3ffc5

Browse files
Merge pull request #445 from NullVoxPopuli/release-preview
Prepare Release v5.3.1
2 parents 0479006 + 6aba0bb commit 9c3ffc5

3 files changed

Lines changed: 16 additions & 9 deletions

File tree

.release-plan.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
{
22
"solution": {
33
"ember-data-resources": {
4-
"impact": "minor",
5-
"oldVersion": "5.2.3",
6-
"newVersion": "5.3.0",
4+
"impact": "patch",
5+
"oldVersion": "5.3.0",
6+
"newVersion": "5.3.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
12-
},
139
{
1410
"impact": "patch",
1511
"reason": "Appears in changelog section :bug: Bug Fix"
@@ -18,5 +14,5 @@
1814
"pkgJSONPath": "./ember-data-resources/package.json"
1915
}
2016
},
21-
"description": "## Release (2025-05-07)\n\n* ember-data-resources 5.3.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-data-resources`\n * [#438](https://github.com/NullVoxPopuli/ember-data-resources/pull/438) Upgrade addon-dev, drop TS < v5 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `ember-data-resources`\n * [#438](https://github.com/NullVoxPopuli/ember-data-resources/pull/438) Upgrade addon-dev, drop TS < v5 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
17+
"description": "## Release (2025-11-20)\n\n* ember-data-resources 5.3.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-data-resources`\n * [#444](https://github.com/NullVoxPopuli/ember-data-resources/pull/444) Remove unneded peer deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2218
}

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-11-20)
4+
5+
* ember-data-resources 5.3.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-data-resources`
9+
* [#444](https://github.com/NullVoxPopuli/ember-data-resources/pull/444) Remove unneded peer deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
314
## Release (2025-05-07)
415

516
* ember-data-resources 5.3.0 (minor)

ember-data-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-data-resources",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "Resource helpers for reactively (re)fetching data with ember-data",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)