Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

41 changes: 41 additions & 0 deletions lib/msal-browser/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
{
"name": "@azure/msal-browser",
"entries": [
{
"date": "Thu, 09 Oct 2025 00:57:39 GMT",
"version": "4.25.0",
"tag": "@azure/msal-browser_v4.25.0",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "ffe81abe542469e37266bf69a7837323541a8d54",
"comment": "Update the logic for detecting phone blocked error #8087"
}
],
"minor": [
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "ffe81abe542469e37266bf69a7837323541a8d54",
"comment": "[Native Auth] Enable the MFA and JIT (SMS) in the public interfaces #8069"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump msal-test-utils to v0.0.1",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump rollup-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 30 Sep 2025 22:02:06 GMT",
"version": "4.24.1",
Expand Down
17 changes: 16 additions & 1 deletion lib/msal-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
# Change Log - @azure/msal-browser

<!-- This log was last generated on Tue, 30 Sep 2025 22:02:06 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 09 Oct 2025 00:57:39 GMT and should not be manually modified. -->

<!-- Start content -->

## 4.25.0

Thu, 09 Oct 2025 00:57:39 GMT

### Minor changes

- [Native Auth] Enable the MFA and JIT (SMS) in the public interfaces #8069 ([email protected])
- Bump eslint-config-msal to v0.0.0
- Bump msal-test-utils to v0.0.1
- Bump rollup-msal to v0.0.0

### Patches

- Update the logic for detecting phone blocked error #8087 ([email protected])

## 4.24.1

Tue, 30 Sep 2025 22:02:06 GMT
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-browser/apiReview/msal-browser.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ const userCancelled = "user_cancelled";
// Warning: (ae-missing-release-tag) "version" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const version = "4.24.1";
export const version = "4.25.0";

// Warning: (ae-missing-release-tag) "WrapperSKU" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "WrapperSKU" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
},
"version": "4.24.1",
"version": "4.25.0",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-browser/src/packageMetadata.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* eslint-disable header/header */
export const name = "@azure/msal-browser";
export const version = "4.24.1";
export const version = "4.25.0";
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.