Skip to content

Commit 748e46f

Browse files
Merge pull request #2927 from mainmatter/release-preview
Prepare Release
2 parents 8ae3214 + c8b83b5 commit 748e46f

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
"solution": {
33
"ember-simple-auth": {
44
"impact": "patch",
5-
"oldVersion": "7.1.1",
6-
"newVersion": "7.1.2",
5+
"oldVersion": "7.1.2",
6+
"newVersion": "7.1.3",
77
"constraints": [
88
{
99
"impact": "patch",
1010
"reason": "Appears in changelog section :bug: Bug Fix"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :house: Internal"
1511
}
1612
],
1713
"pkgJSONPath": "./packages/ember-simple-auth/package.json"
1814
}
1915
},
20-
"description": "## Release (2025-01-13)\n\nember-simple-auth 7.1.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-simple-auth`, `test-app`\n * [#2919](https://github.com/mainmatter/ember-simple-auth/pull/2919) fix(typescript): test-support types path ([@BobrImperator](https://github.com/BobrImperator))\n\n#### :house: Internal\n* `classic-test-app`, `test-app`, `test-esa`\n * [#2920](https://github.com/mainmatter/ember-simple-auth/pull/2920) chore(lint): remove .eslintignore files ([@BobrImperator](https://github.com/BobrImperator))\n* `ember-simple-auth`\n * [#2908](https://github.com/mainmatter/ember-simple-auth/pull/2908) fix pnpm peer dependency warning ([@Gaurav0](https://github.com/Gaurav0))\n\n#### Committers: 2\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Gaurav Munjal ([@Gaurav0](https://github.com/Gaurav0))\n"
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"
2117
}

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 (2025-01-20)
4+
5+
ember-simple-auth 7.1.3 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-simple-auth`
9+
* [#2928](https://github.com/mainmatter/ember-simple-auth/pull/2928) The authenticate method returns a Promise ([@andreyfel](https://github.com/andreyfel))
10+
11+
#### Committers: 1
12+
- Andrey Fel ([@andreyfel](https://github.com/andreyfel))
13+
314
## Release (2025-01-13)
415

516
ember-simple-auth 7.1.2 (patch)

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

0 commit comments

Comments
 (0)