forked from reactioncommerce/reaction
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3e2657
commit 1225ce6
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"@bugslifesolutions/api-plugin-authentication": major | ||
"@bugslifesolutions/api-plugin-email-templates": minor | ||
"@bugslifesolutions/api-plugin-accounts": minor | ||
--- | ||
|
||
Authentication plugin now uses email templates to render the email body. | ||
|
||
Potential Breaking Change: | ||
|
||
The built-in accountsjs email templates are not used in favor of using the email templates. This change was made to enable customization of the email body consistent with other email sending use cases. |