Skip to content

Commit 8c81368

Browse files
Merge pull request #3043 from mainmatter/release-preview
Prepare Release
2 parents cbe9d2f + 6aa7241 commit 8c81368

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-simple-auth": {
44
"impact": "minor",
5-
"oldVersion": "8.1.0",
6-
"newVersion": "8.2.0",
5+
"oldVersion": "8.2.0",
6+
"newVersion": "8.3.0",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -14,5 +14,5 @@
1414
"pkgJSONPath": "./packages/ember-simple-auth/package.json"
1515
}
1616
},
17-
"description": "## Release (2025-12-03)\n\n* ember-simple-auth 8.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-simple-auth`\n * [#3039](https://github.com/mainmatter/ember-simple-auth/pull/3039) Relax sessionData Record type from string to any ([@acorncom](https://github.com/acorncom))\n\n#### :house: Internal\n* [#3020](https://github.com/mainmatter/ember-simple-auth/pull/3020) fix(fastboot): add structuredClone to fastboot startup ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 2\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- David Baker ([@acorncom](https://github.com/acorncom))\n"
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"
1818
}

CHANGELOG.md

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

3+
## Release (2026-02-02)
4+
5+
* ember-simple-auth 8.3.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-simple-auth`
9+
* [#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))
10+
11+
#### Committers: 1
12+
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
13+
314
## Release (2025-12-03)
415

516
* ember-simple-auth 8.2.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.2.0",
3+
"version": "8.3.0",
44
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)