Skip to content

Commit 0368a15

Browse files
Merge pull request #409 from NullVoxPopuli/release-preview
Prepare Release
2 parents 0ce7285 + 5deee80 commit 0368a15

3 files changed

Lines changed: 16 additions & 13 deletions

File tree

.release-plan.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
{
22
"solution": {
33
"ember-data-resources": {
4-
"impact": "minor",
5-
"oldVersion": "5.1.0",
6-
"newVersion": "5.2.0",
4+
"impact": "patch",
5+
"oldVersion": "5.2.0",
6+
"newVersion": "5.2.1",
77
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
128
{
139
"impact": "patch",
1410
"reason": "Appears in changelog section :bug: Bug Fix"
15-
},
16-
{
17-
"impact": "patch",
18-
"reason": "Appears in changelog section :house: Internal"
1911
}
2012
],
2113
"pkgJSONPath": "./ember-data-resources/package.json"
2214
}
2315
},
24-
"description": "## Release (2024-02-20)\n\nember-data-resources 5.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-data-resources`\n * [#404](https://github.com/NullVoxPopuli/ember-data-resources/pull/404) Add some jsdoc for the JS helpers ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `ember-data-resources`\n * [#405](https://github.com/NullVoxPopuli/ember-data-resources/pull/405) Delete empty files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#403](https://github.com/NullVoxPopuli/ember-data-resources/pull/403) Update readme to test release automation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-data-resources`, `test-app`, `test-embroider-app`\n * [#379](https://github.com/NullVoxPopuli/ember-data-resources/pull/379) Update devDependencies ([@renovate[bot]](https://github.com/apps/renovate))\n* `test-embroider-app`\n * [#382](https://github.com/NullVoxPopuli/ember-data-resources/pull/382) Update Node.js to v20.11.1 ([@renovate[bot]](https://github.com/apps/renovate))\n* Other\n * [#400](https://github.com/NullVoxPopuli/ember-data-resources/pull/400) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 2\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
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"
2517
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2024-02-20)
44

5+
ember-data-resources 5.2.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-data-resources`
9+
* [#408](https://github.com/NullVoxPopuli/ember-data-resources/pull/408) Add publish to the release workflow ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### Committers: 1
12+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
13+
14+
## Release (2024-02-20)
15+
516
ember-data-resources 5.2.0 (minor)
617

718
#### :rocket: Enhancement

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

0 commit comments

Comments
 (0)