Skip to content

Commit

Permalink
Merge pull request #406 from NullVoxPopuli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Feb 20, 2024
2 parents 3d80f2e + 7ab05aa commit 5e1be7c
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 3 deletions.
21 changes: 19 additions & 2 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
{
"solution": {
"ember-data-resources": {
"oldVersion": "5.1.0"
"impact": "minor",
"oldVersion": "5.1.0",
"newVersion": "5.2.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./ember-data-resources/package.json"
}
},
"description": "\n\n\n\n"
"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"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## Release (2024-02-20)

ember-data-resources 5.2.0 (minor)

#### :rocket: Enhancement
* `ember-data-resources`
* [#404](https://github.com/NullVoxPopuli/ember-data-resources/pull/404) Add some jsdoc for the JS helpers ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* `ember-data-resources`
* [#405](https://github.com/NullVoxPopuli/ember-data-resources/pull/405) Delete empty files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* Other
* [#403](https://github.com/NullVoxPopuli/ember-data-resources/pull/403) Update readme to test release automation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `ember-data-resources`, `test-app`, `test-embroider-app`
* [#379](https://github.com/NullVoxPopuli/ember-data-resources/pull/379) Update devDependencies ([@renovate[bot]](https://github.com/apps/renovate))
* `test-embroider-app`
* [#382](https://github.com/NullVoxPopuli/ember-data-resources/pull/382) Update Node.js to v20.11.1 ([@renovate[bot]](https://github.com/apps/renovate))
* Other
* [#400](https://github.com/NullVoxPopuli/ember-data-resources/pull/400) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))

#### Committers: 2
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
- [@github-actions[bot]](https://github.com/apps/github-actions)




Expand Down
2 changes: 1 addition & 1 deletion ember-data-resources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-data-resources",
"version": "5.1.0",
"version": "5.2.0",
"description": "Resource helpers for reactively (re)fetching data with ember-data",
"keywords": [
"ember-addon"
Expand Down
2 changes: 2 additions & 0 deletions stderr.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Warning: unknown package "test-app"
Warning: unknown package "test-embroider-app"

0 comments on commit 5e1be7c

Please sign in to comment.