Skip to content

Commit b93ff43

Browse files
Merge pull request #2971 from mainmatter/release-preview
Prepare Release
2 parents 27bbd81 + 9f2a49f commit b93ff43

File tree

3 files changed

+25
-10
lines changed

3 files changed

+25
-10
lines changed

.release-plan.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
{
22
"solution": {
33
"ember-simple-auth": {
4-
"impact": "major",
5-
"oldVersion": "7.1.3",
6-
"newVersion": "8.0.0",
4+
"impact": "patch",
5+
"oldVersion": "8.0.0",
6+
"newVersion": "8.0.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "major",
11-
"reason": "Appears in changelog section :boom: Breaking Change"
12-
},
139
{
1410
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
11+
"reason": "Appears in changelog section :bug: Bug Fix"
1612
}
1713
],
1814
"pkgJSONPath": "./packages/ember-simple-auth/package.json"
1915
}
2016
},
21-
"description": "## Release (2025-03-31)\n\n* ember-simple-auth 8.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-simple-auth`\n * [#2954](https://github.com/mainmatter/ember-simple-auth/pull/2954) Replaced all 'inject as service' to 'service' as it will fail in ember 7.0.0. ([@peter-scholtens](https://github.com/peter-scholtens))\n* Other\n * [#2964](https://github.com/mainmatter/ember-simple-auth/pull/2964) breaking(esa): drop all end of life versions until March 2025 ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :house: Internal\n* `ember-simple-auth`\n * [#2953](https://github.com/mainmatter/ember-simple-auth/pull/2953) Allow @ember/test-waiters@4. Addon dependency maintenance ([@Windvis](https://github.com/Windvis))\n\n#### Committers: 3\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Peter C. S. Scholtens ([@peter-scholtens](https://github.com/peter-scholtens))\n- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))\n"
17+
"description": "## Release (2025-09-13)\n\n* ember-simple-auth 8.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-simple-auth`\n * [#2974](https://github.com/mainmatter/ember-simple-auth/pull/2974) Closes [#2973](https://github.com/mainmatter/ember-simple-auth/issues/2973) Return type of SessionService.invalidate is wrong ([@BoussonKarel](https://github.com/BoussonKarel))\n\n#### :memo: Documentation\n* [#2968](https://github.com/mainmatter/ember-simple-auth/pull/2968) Remove this.get use from readme ([@kennstenicht](https://github.com/kennstenicht))\n\n#### :house: Internal\n* [#2981](https://github.com/mainmatter/ember-simple-auth/pull/2981) chore(deps): remove ember-fetch. Fails embroider-safe ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 3\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Christoph Wiedenmann ([@kennstenicht](https://github.com/kennstenicht))\n- [@BoussonKarel](https://github.com/BoussonKarel)\n"
2218
}

CHANGELOG.md

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

3+
## Release (2025-09-13)
4+
5+
* ember-simple-auth 8.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-simple-auth`
9+
* [#2974](https://github.com/mainmatter/ember-simple-auth/pull/2974) Closes [#2973](https://github.com/mainmatter/ember-simple-auth/issues/2973) Return type of SessionService.invalidate is wrong ([@BoussonKarel](https://github.com/BoussonKarel))
10+
11+
#### :memo: Documentation
12+
* [#2968](https://github.com/mainmatter/ember-simple-auth/pull/2968) Remove this.get use from readme ([@kennstenicht](https://github.com/kennstenicht))
13+
14+
#### :house: Internal
15+
* [#2981](https://github.com/mainmatter/ember-simple-auth/pull/2981) chore(deps): remove ember-fetch. Fails embroider-safe ([@BobrImperator](https://github.com/BobrImperator))
16+
17+
#### Committers: 3
18+
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
19+
- Christoph Wiedenmann ([@kennstenicht](https://github.com/kennstenicht))
20+
- [@BoussonKarel](https://github.com/BoussonKarel)
21+
322
## Release (2025-03-31)
423

524
* ember-simple-auth 8.0.0 (major)

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.0.0",
3+
"version": "8.0.1",
44
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)