diff --git a/change/@azure-msal-browser-3440d747-cc9e-4b83-8bdc-b0b326c93e80.json b/change/@azure-msal-browser-3440d747-cc9e-4b83-8bdc-b0b326c93e80.json deleted file mode 100644 index 86c5eef1a9..0000000000 --- a/change/@azure-msal-browser-3440d747-cc9e-4b83-8bdc-b0b326c93e80.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Update the logic for detecting phone blocked error #8087", - "packageName": "@azure/msal-browser", - "email": "shen.jian@live.com", - "dependentChangeType": "patch" -} diff --git a/change/@azure-msal-browser-cd230614-74a1-4aca-9ca2-696980d417ef.json b/change/@azure-msal-browser-cd230614-74a1-4aca-9ca2-696980d417ef.json deleted file mode 100644 index d2e1016842..0000000000 --- a/change/@azure-msal-browser-cd230614-74a1-4aca-9ca2-696980d417ef.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "[Native Auth] Enable the MFA and JIT (SMS) in the public interfaces #8069", - "packageName": "@azure/msal-browser", - "email": "shen.jian@live.com", - "dependentChangeType": "patch" -} diff --git a/lib/msal-browser/CHANGELOG.json b/lib/msal-browser/CHANGELOG.json index 10c075fbc9..8f1780571f 100644 --- a/lib/msal-browser/CHANGELOG.json +++ b/lib/msal-browser/CHANGELOG.json @@ -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": "shen.jian@live.com", + "package": "@azure/msal-browser", + "commit": "ffe81abe542469e37266bf69a7837323541a8d54", + "comment": "Update the logic for detecting phone blocked error #8087" + } + ], + "minor": [ + { + "author": "shen.jian@live.com", + "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", diff --git a/lib/msal-browser/CHANGELOG.md b/lib/msal-browser/CHANGELOG.md index fac013a633..4e0e7ba57e 100644 --- a/lib/msal-browser/CHANGELOG.md +++ b/lib/msal-browser/CHANGELOG.md @@ -1,9 +1,24 @@ # Change Log - @azure/msal-browser - + +## 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 (shen.jian@live.com) +- 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 (shen.jian@live.com) + ## 4.24.1 Tue, 30 Sep 2025 22:02:06 GMT diff --git a/lib/msal-browser/apiReview/msal-browser.api.md b/lib/msal-browser/apiReview/msal-browser.api.md index 1c59a6466a..0e8077cde4 100644 --- a/lib/msal-browser/apiReview/msal-browser.api.md +++ b/lib/msal-browser/apiReview/msal-browser.api.md @@ -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) diff --git a/lib/msal-browser/package.json b/lib/msal-browser/package.json index 3a00c63ff9..048a8b13f4 100644 --- a/lib/msal-browser/package.json +++ b/lib/msal-browser/package.json @@ -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", diff --git a/lib/msal-browser/src/packageMetadata.ts b/lib/msal-browser/src/packageMetadata.ts index 57fe9fb1a5..addc40ca4c 100644 --- a/lib/msal-browser/src/packageMetadata.ts +++ b/lib/msal-browser/src/packageMetadata.ts @@ -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"; diff --git a/package-lock.json b/package-lock.json index 7365022aef..c4cb0aa3cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -352,7 +352,7 @@ }, "lib/msal-browser": { "name": "@azure/msal-browser", - "version": "4.24.1", + "version": "4.25.0", "license": "MIT", "dependencies": { "@azure/msal-common": "15.13.0"