Skip to content

Commit 58a781f

Browse files
msal-js-release-automation[bot]MSAL.js Release Automationlalimasharda
authored
Release PR: official (#8092)
This PR contains the changelogs and version bumps for the MSAL.js 3P releases. Co-authored-by: MSAL.js Release Automation <msaljsbuilds@microsoft.com> Co-authored-by: Lalima Sharda <lalima.sharda@gmail.com>
1 parent 906850d commit 58a781f

File tree

8 files changed

+61
-19
lines changed

8 files changed

+61
-19
lines changed

change/@azure-msal-browser-3440d747-cc9e-4b83-8bdc-b0b326c93e80.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/@azure-msal-browser-cd230614-74a1-4aca-9ca2-696980d417ef.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

lib/msal-browser/CHANGELOG.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,47 @@
11
{
22
"name": "@azure/msal-browser",
33
"entries": [
4+
{
5+
"date": "Thu, 09 Oct 2025 00:57:39 GMT",
6+
"version": "4.25.0",
7+
"tag": "@azure/msal-browser_v4.25.0",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "shen.jian@live.com",
12+
"package": "@azure/msal-browser",
13+
"commit": "ffe81abe542469e37266bf69a7837323541a8d54",
14+
"comment": "Update the logic for detecting phone blocked error #8087"
15+
}
16+
],
17+
"minor": [
18+
{
19+
"author": "shen.jian@live.com",
20+
"package": "@azure/msal-browser",
21+
"commit": "ffe81abe542469e37266bf69a7837323541a8d54",
22+
"comment": "[Native Auth] Enable the MFA and JIT (SMS) in the public interfaces #8069"
23+
},
24+
{
25+
"author": "beachball",
26+
"package": "@azure/msal-browser",
27+
"comment": "Bump eslint-config-msal to v0.0.0",
28+
"commit": "not available"
29+
},
30+
{
31+
"author": "beachball",
32+
"package": "@azure/msal-browser",
33+
"comment": "Bump msal-test-utils to v0.0.1",
34+
"commit": "not available"
35+
},
36+
{
37+
"author": "beachball",
38+
"package": "@azure/msal-browser",
39+
"comment": "Bump rollup-msal to v0.0.0",
40+
"commit": "not available"
41+
}
42+
]
43+
}
44+
},
445
{
546
"date": "Tue, 30 Sep 2025 22:02:06 GMT",
647
"version": "4.24.1",

lib/msal-browser/CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
# Change Log - @azure/msal-browser
22

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

55
<!-- Start content -->
66

7+
## 4.25.0
8+
9+
Thu, 09 Oct 2025 00:57:39 GMT
10+
11+
### Minor changes
12+
13+
- [Native Auth] Enable the MFA and JIT (SMS) in the public interfaces #8069 (shen.jian@live.com)
14+
- Bump eslint-config-msal to v0.0.0
15+
- Bump msal-test-utils to v0.0.1
16+
- Bump rollup-msal to v0.0.0
17+
18+
### Patches
19+
20+
- Update the logic for detecting phone blocked error #8087 (shen.jian@live.com)
21+
722
## 4.24.1
823

924
Tue, 30 Sep 2025 22:02:06 GMT

lib/msal-browser/apiReview/msal-browser.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1797,7 +1797,7 @@ const userCancelled = "user_cancelled";
17971797
// 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)
17981798
//
17991799
// @public (undocumented)
1800-
export const version = "4.24.1";
1800+
export const version = "4.25.0";
18011801

18021802
// 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)
18031803
// 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)

lib/msal-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
1212
},
13-
"version": "4.24.1",
13+
"version": "4.25.0",
1414
"description": "Microsoft Authentication Library for js",
1515
"keywords": [
1616
"implicit",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/* eslint-disable header/header */
22
export const name = "@azure/msal-browser";
3-
export const version = "4.24.1";
3+
export const version = "4.25.0";

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)