Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored and github-actions[bot] committed Jul 6, 2024
1 parent 6b9a9a1 commit c1afb73
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
{
"solution": {
"ember-resources": {
"impact": "patch",
"oldVersion": "7.0.1",
"newVersion": "7.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./ember-resources/package.json"
"oldVersion": "7.0.2"
}
},
"description": "## Release (2024-06-18)\n\nember-resources 7.0.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-resources`, `test-app`\n * [#1135](https://github.com/NullVoxPopuli/ember-resources/pull/1135) Fix issue where, in some situations, the immediate-invoker helper manager (used when you use `resourceFactory`) was not correctly destroying the previous instance of a resource (such as when args change)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-07-06)\n\n\n\n#### :memo: Documentation\n* [#1136](https://github.com/NullVoxPopuli/ember-resources/pull/1136) docs: Fixes a few typos in DOCS.md ([@ozywuli](https://github.com/ozywuli))\n\n#### Committers: 1\n- Ozy Wu-Li ([@ozywuli](https://github.com/ozywuli))\n"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Release (2024-07-06)



#### :memo: Documentation
* [#1136](https://github.com/NullVoxPopuli/ember-resources/pull/1136) docs: Fixes a few typos in DOCS.md ([@ozywuli](https://github.com/ozywuli))

#### Committers: 1
- Ozy Wu-Li ([@ozywuli](https://github.com/ozywuli))

## Release (2024-06-18)

ember-resources 7.0.2 (patch)
Expand Down

0 comments on commit c1afb73

Please sign in to comment.