Skip to content

Commit

Permalink
Merge pull request #2927 from mainmatter/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
BobrImperator authored Jan 20, 2025
2 parents 8ae3214 + c8b83b5 commit 748e46f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,16 @@
"solution": {
"ember-simple-auth": {
"impact": "patch",
"oldVersion": "7.1.1",
"newVersion": "7.1.2",
"oldVersion": "7.1.2",
"newVersion": "7.1.3",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/ember-simple-auth/package.json"
}
},
"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"
"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"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2025-01-20)

ember-simple-auth 7.1.3 (patch)

#### :bug: Bug Fix
* `ember-simple-auth`
* [#2928](https://github.com/mainmatter/ember-simple-auth/pull/2928) The authenticate method returns a Promise ([@andreyfel](https://github.com/andreyfel))

#### Committers: 1
- Andrey Fel ([@andreyfel](https://github.com/andreyfel))

## Release (2025-01-13)

ember-simple-auth 7.1.2 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-simple-auth",
"version": "7.1.2",
"version": "7.1.3",
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 748e46f

Please sign in to comment.