Skip to content
Merged
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": "minor",
"oldVersion": "8.2.0",
"newVersion": "8.3.0",
"impact": "patch",
"oldVersion": "8.3.0",
"newVersion": "8.3.1",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/ember-simple-auth/package.json"
}
},
"description": "## Release (2026-02-02)\n\n* ember-simple-auth 8.3.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-simple-auth`\n * [#3075](https://github.com/mainmatter/ember-simple-auth/pull/3075) feat(ember-simple-auth): redirectTarget should be stored in sessionStorage when available ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 1\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n"
"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"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## Release (2026-06-13)

* ember-simple-auth 8.3.1 (patch)

#### :bug: Bug Fix
* `ember-simple-auth`
* [#3105](https://github.com/mainmatter/ember-simple-auth/pull/3105) Remove `@embroider/macros` from `dependencies` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* [#3107](https://github.com/mainmatter/ember-simple-auth/pull/3107) chore(release): npx create-release-plan-setup@latest ([@BobrImperator](https://github.com/BobrImperator))
* [#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))

#### Committers: 3
- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2026-02-02)

* ember-simple-auth 8.3.0 (minor)
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.0",
"version": "8.3.1",
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
"keywords": [
"ember-addon"
Expand Down
Loading