Skip to content

Commit c2c1d1e

Browse files
Merge pull request #2933 from mainmatter/release-preview
Prepare Release
2 parents 12bd5f5 + c46a827 commit c2c1d1e

File tree

3 files changed

+30
-6
lines changed

3 files changed

+30
-6
lines changed

.release-plan.json

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
{
22
"solution": {
33
"ember-simple-auth": {
4-
"impact": "patch",
5-
"oldVersion": "7.1.2",
6-
"newVersion": "7.1.3",
4+
"impact": "major",
5+
"oldVersion": "7.1.3",
6+
"newVersion": "8.0.0",
7+
"tagName": "latest",
78
"constraints": [
9+
{
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
12+
},
813
{
914
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
15+
"reason": "Appears in changelog section :house: Internal"
1116
}
1217
],
1318
"pkgJSONPath": "./packages/ember-simple-auth/package.json"
1419
}
1520
},
16-
"description": "## Release (2025-01-20)\n\nember-simple-auth 7.1.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-simple-auth`\n * [#2928](https://github.com/mainmatter/ember-simple-auth/pull/2928) The authenticate method returns a Promise ([@andreyfel](https://github.com/andreyfel))\n\n#### Committers: 1\n- Andrey Fel ([@andreyfel](https://github.com/andreyfel))\n"
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"
1722
}

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## Release (2025-03-31)
4+
5+
* ember-simple-auth 8.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `ember-simple-auth`
9+
* [#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))
10+
* Other
11+
* [#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))
12+
13+
#### :house: Internal
14+
* `ember-simple-auth`
15+
* [#2953](https://github.com/mainmatter/ember-simple-auth/pull/2953) Allow @ember/test-waiters@4. Addon dependency maintenance ([@Windvis](https://github.com/Windvis))
16+
17+
#### Committers: 3
18+
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
19+
- Peter C. S. Scholtens ([@peter-scholtens](https://github.com/peter-scholtens))
20+
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))
21+
322
## Release (2025-01-20)
423

524
ember-simple-auth 7.1.3 (patch)

packages/ember-simple-auth/package.json

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

0 commit comments

Comments
 (0)