Skip to content

Commit 300512b

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release v5.2.2 using 'release-plan'
1 parent cfea24b commit 300512b

3 files changed

Lines changed: 29 additions & 4 deletions

File tree

.release-plan.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,21 @@
22
"solution": {
33
"ember-data-resources": {
44
"impact": "patch",
5-
"oldVersion": "5.2.0",
6-
"newVersion": "5.2.1",
5+
"oldVersion": "5.2.1",
6+
"newVersion": "5.2.2",
7+
"tagName": "latest",
78
"constraints": [
89
{
910
"impact": "patch",
1011
"reason": "Appears in changelog section :bug: Bug Fix"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
1116
}
1217
],
1318
"pkgJSONPath": "./ember-data-resources/package.json"
1419
}
1520
},
16-
"description": "## Release (2024-02-20)\n\nember-data-resources 5.2.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-data-resources`\n * [#408](https://github.com/NullVoxPopuli/ember-data-resources/pull/408) Add publish to the release workflow ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
21+
"description": "## Release (2025-05-05)\n\n* ember-data-resources 5.2.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-data-resources`\n * [#434](https://github.com/NullVoxPopuli/ember-data-resources/pull/434) Remove deprecation warning when switching to Ember 6 ([@jbescoyez](https://github.com/jbescoyez))\n\n#### :memo: Documentation\n* [#420](https://github.com/NullVoxPopuli/ember-data-resources/pull/420) fix query usage docs ([@Yelinz](https://github.com/Yelinz))\n\n#### :house: Internal\n* `ember-data-resources`\n * [#435](https://github.com/NullVoxPopuli/ember-data-resources/pull/435) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Jean-Baptiste Escoyez ([@jbescoyez](https://github.com/jbescoyez))\n- Yelin Zhang ([@Yelinz](https://github.com/Yelinz))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1722
}

CHANGELOG.md

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

3+
## Release (2025-05-05)
4+
5+
* ember-data-resources 5.2.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-data-resources`
9+
* [#434](https://github.com/NullVoxPopuli/ember-data-resources/pull/434) Remove deprecation warning when switching to Ember 6 ([@jbescoyez](https://github.com/jbescoyez))
10+
11+
#### :memo: Documentation
12+
* [#420](https://github.com/NullVoxPopuli/ember-data-resources/pull/420) fix query usage docs ([@Yelinz](https://github.com/Yelinz))
13+
14+
#### :house: Internal
15+
* `ember-data-resources`
16+
* [#435](https://github.com/NullVoxPopuli/ember-data-resources/pull/435) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
17+
18+
#### Committers: 3
19+
- Jean-Baptiste Escoyez ([@jbescoyez](https://github.com/jbescoyez))
20+
- Yelin Zhang ([@Yelinz](https://github.com/Yelinz))
21+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
22+
323
## Release (2024-02-20)
424

525
ember-data-resources 5.2.1 (patch)

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

0 commit comments

Comments
 (0)