Skip to content

Commit 63ce6c7

Browse files
Merge pull request #3019 from mainmatter/release-preview
Prepare Release
2 parents 917c502 + 7e8ed58 commit 63ce6c7

File tree

3 files changed

+19
-12
lines changed

3 files changed

+19
-12
lines changed

.release-plan.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,17 @@
22
"solution": {
33
"ember-simple-auth": {
44
"impact": "minor",
5-
"oldVersion": "8.0.1",
6-
"newVersion": "8.1.0",
5+
"oldVersion": "8.1.0",
6+
"newVersion": "8.2.0",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "minor",
1111
"reason": "Appears in changelog section :rocket: Enhancement"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :bug: Bug Fix"
16-
},
17-
{
18-
"impact": "patch",
19-
"reason": "Appears in changelog section :house: Internal"
2012
}
2113
],
2214
"pkgJSONPath": "./packages/ember-simple-auth/package.json"
2315
}
2416
},
25-
"description": "## Release (2025-11-13)\n\n* ember-simple-auth 8.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-simple-auth`\n * [#3010](https://github.com/mainmatter/ember-simple-auth/pull/3010) feat: redirectTarget, use cookie store configuration to set the cookie. ([@BobrImperator](https://github.com/BobrImperator))\n * [#3006](https://github.com/mainmatter/ember-simple-auth/pull/3006) Feature: formalize `redirectTarget` across stores. Add ability to set `redirectTarget` with `requireAuthentication` method ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :bug: Bug Fix\n* `ember-simple-auth`\n * [#3014](https://github.com/mainmatter/ember-simple-auth/pull/3014) Fix FastBoot check in LocalStorageStore always returning false ([@felixbuenemann](https://github.com/felixbuenemann))\n * [#3012](https://github.com/mainmatter/ember-simple-auth/pull/3012) fix(ember-simple-auth): don't set redirectTarget when falsy ([@BobrImperator](https://github.com/BobrImperator))\n * [#3007](https://github.com/mainmatter/ember-simple-auth/pull/3007) chore: remove responseText, responseJSON deprecation ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :house: Internal\n* `ember-simple-auth`\n * [#3015](https://github.com/mainmatter/ember-simple-auth/pull/3015) chore: bump ember-cookies ([@BobrImperator](https://github.com/BobrImperator))\n* Other\n * [#3011](https://github.com/mainmatter/ember-simple-auth/pull/3011) chore(test-app): use service import directly ([@BobrImperator](https://github.com/BobrImperator))\n * [#3009](https://github.com/mainmatter/ember-simple-auth/pull/3009) chore(test-esa): remove ember-data ([@BobrImperator](https://github.com/BobrImperator))\n * [#3008](https://github.com/mainmatter/ember-simple-auth/pull/3008) test: login error, check for an actual message and not element presence ([@BobrImperator](https://github.com/BobrImperator))\n * [#2969](https://github.com/mainmatter/ember-simple-auth/pull/2969) incorrect credentials doesn't show data-test-error-message ([@peter-scholtens](https://github.com/peter-scholtens))\n * [#3002](https://github.com/mainmatter/ember-simple-auth/pull/3002) test: setup playwright-tests repo with e2e tests ([@BobrImperator](https://github.com/BobrImperator))\n * [#3003](https://github.com/mainmatter/ember-simple-auth/pull/3003) cleanup: remove ember classic-test-app ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 3\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Felix Bünemann ([@felixbuenemann](https://github.com/felixbuenemann))\n- Peter C. S. Scholtens ([@peter-scholtens](https://github.com/peter-scholtens))\n"
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"
2618
}

CHANGELOG.md

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

3+
## Release (2025-12-03)
4+
5+
* ember-simple-auth 8.2.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-simple-auth`
9+
* [#3039](https://github.com/mainmatter/ember-simple-auth/pull/3039) Relax sessionData Record type from string to any ([@acorncom](https://github.com/acorncom))
10+
11+
#### :house: Internal
12+
* [#3020](https://github.com/mainmatter/ember-simple-auth/pull/3020) fix(fastboot): add structuredClone to fastboot startup ([@BobrImperator](https://github.com/BobrImperator))
13+
14+
#### Committers: 2
15+
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
16+
- David Baker ([@acorncom](https://github.com/acorncom))
17+
318
## Release (2025-11-13)
419

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

0 commit comments

Comments
 (0)