Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
{
"solution": {
"ember-simple-auth": {
"impact": "patch",
"oldVersion": "8.0.0",
"newVersion": "8.0.1",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/ember-simple-auth/package.json"
"oldVersion": "8.0.1"
}
},
"description": "## Release (2025-09-13)\n\n* ember-simple-auth 8.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-simple-auth`\n * [#2974](https://github.com/mainmatter/ember-simple-auth/pull/2974) Closes [#2973](https://github.com/mainmatter/ember-simple-auth/issues/2973) Return type of SessionService.invalidate is wrong ([@BoussonKarel](https://github.com/BoussonKarel))\n\n#### :memo: Documentation\n* [#2968](https://github.com/mainmatter/ember-simple-auth/pull/2968) Remove this.get use from readme ([@kennstenicht](https://github.com/kennstenicht))\n\n#### :house: Internal\n* [#2981](https://github.com/mainmatter/ember-simple-auth/pull/2981) chore(deps): remove ember-fetch. Fails embroider-safe ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 3\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Christoph Wiedenmann ([@kennstenicht](https://github.com/kennstenicht))\n- [@BoussonKarel](https://github.com/BoussonKarel)\n"
"description": "\n\n\n\n"
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog






## Release (2025-09-13)

* ember-simple-auth 8.0.1 (patch)
Expand Down