Skip to content

Commit 39958ab

Browse files
Merge pull request #3089 from mainmatter/release-preview
Prepare Release v8.3.1
2 parents b117468 + 32acd1c commit 39958ab

3 files changed

Lines changed: 24 additions & 7 deletions

File tree

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"solution": {
33
"ember-simple-auth": {
4-
"impact": "minor",
5-
"oldVersion": "8.2.0",
6-
"newVersion": "8.3.0",
4+
"impact": "patch",
5+
"oldVersion": "8.3.0",
6+
"newVersion": "8.3.1",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "minor",
11-
"reason": "Appears in changelog section :rocket: Enhancement"
10+
"impact": "patch",
11+
"reason": "Appears in changelog section :bug: Bug Fix"
1212
}
1313
],
1414
"pkgJSONPath": "./packages/ember-simple-auth/package.json"
1515
}
1616
},
17-
"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"
17+
"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"
1818
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## Release (2026-06-13)
4+
5+
* ember-simple-auth 8.3.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-simple-auth`
9+
* [#3105](https://github.com/mainmatter/ember-simple-auth/pull/3105) Remove `@embroider/macros` from `dependencies` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :house: Internal
12+
* [#3107](https://github.com/mainmatter/ember-simple-auth/pull/3107) chore(release): npx create-release-plan-setup@latest ([@BobrImperator](https://github.com/BobrImperator))
13+
* [#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))
14+
15+
#### Committers: 3
16+
- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
17+
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
18+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
19+
320
## Release (2026-02-02)
421

522
* ember-simple-auth 8.3.0 (minor)

packages/ember-simple-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-simple-auth",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)