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
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"solution": {
"ember-simple-auth": {
"impact": "patch",
"oldVersion": "8.3.0",
"newVersion": "8.3.1",
"impact": "minor",
"oldVersion": "8.3.1",
"newVersion": "8.4.0",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/ember-simple-auth/package.json"
}
},
"description": "## Release (2026-06-13)\n\n* ember-simple-auth 8.3.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-simple-auth`\n * [#3105](https://github.com/mainmatter/ember-simple-auth/pull/3105) Remove `@embroider/macros` from `dependencies` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#3107](https://github.com/mainmatter/ember-simple-auth/pull/3107) chore(release): npx create-release-plan-setup@latest ([@BobrImperator](https://github.com/BobrImperator))\n* [#3088](https://github.com/mainmatter/ember-simple-auth/pull/3088) Update ember-cli-babel and ember-cli-htmlbars for ember 7 compatibility ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n\n#### Committers: 3\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2026-08-23)\n\n* ember-simple-auth 8.4.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-simple-auth`\n * [#3120](https://github.com/mainmatter/ember-simple-auth/pull/3120) Refactor: InternalSession native class (extends EmberObject still) ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :memo: Documentation\n* [#3116](https://github.com/mainmatter/ember-simple-auth/pull/3116) Update `currentUser` guide to mention testing ([@jagthedrummer](https://github.com/jagthedrummer))\n\n#### Committers: 2\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Jeremy Green ([@jagthedrummer](https://github.com/jagthedrummer))\n"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## Release (2026-08-23)

* ember-simple-auth 8.4.0 (minor)

#### :rocket: Enhancement
* `ember-simple-auth`
* [#3120](https://github.com/mainmatter/ember-simple-auth/pull/3120) Refactor: InternalSession native class (extends EmberObject still) ([@BobrImperator](https://github.com/BobrImperator))

#### :memo: Documentation
* [#3116](https://github.com/mainmatter/ember-simple-auth/pull/3116) Update `currentUser` guide to mention testing ([@jagthedrummer](https://github.com/jagthedrummer))

#### Committers: 2
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
- Jeremy Green ([@jagthedrummer](https://github.com/jagthedrummer))

## Release (2026-06-13)

* ember-simple-auth 8.3.1 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-simple-auth",
"version": "8.3.1",
"version": "8.4.0",
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
"keywords": [
"ember-addon"
Expand Down