Skip to content

Commit 0dae241

Browse files
msal-js-release-automation[bot]MSAL.js Release Automation
andauthored
Release PR: official (#8077)
This PR contains the changelogs and version bumps for the MSAL.js 3P releases. Co-authored-by: MSAL.js Release Automation <[email protected]>
1 parent 754ae6f commit 0dae241

File tree

8 files changed

+56
-19
lines changed

8 files changed

+56
-19
lines changed

change/@azure-msal-browser-0e275f35-88b3-4bb4-8699-815b7091bf1b.json

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

change/@azure-msal-browser-dbf6e362-420c-44d0-b406-a1417a5f3741.json

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

lib/msal-browser/CHANGELOG.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
{
22
"name": "@azure/msal-browser",
33
"entries": [
4+
{
5+
"date": "Tue, 30 Sep 2025 22:02:06 GMT",
6+
"version": "4.24.1",
7+
"tag": "@azure/msal-browser_v4.24.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@azure/msal-browser",
13+
"commit": "754ae6fed676690e18263fd344b49a0faf0dd75b",
14+
"comment": "Add prompt=select_account for native flows (#8062)"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "@azure/msal-browser",
19+
"commit": "754ae6fed676690e18263fd344b49a0faf0dd75b",
20+
"comment": "Add support for \"pageException\" error to fallback to web (#8064)"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@azure/msal-browser",
25+
"comment": "Bump eslint-config-msal to v0.0.0",
26+
"commit": "not available"
27+
},
28+
{
29+
"author": "beachball",
30+
"package": "@azure/msal-browser",
31+
"comment": "Bump msal-test-utils to v0.0.1",
32+
"commit": "not available"
33+
},
34+
{
35+
"author": "beachball",
36+
"package": "@azure/msal-browser",
37+
"comment": "Bump rollup-msal to v0.0.0",
38+
"commit": "not available"
39+
}
40+
]
41+
}
42+
},
443
{
544
"date": "Wed, 24 Sep 2025 21:54:45 GMT",
645
"version": "4.24.0",

lib/msal-browser/CHANGELOG.md

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

3-
<!-- This log was last generated on Wed, 24 Sep 2025 21:54:45 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 30 Sep 2025 22:02:06 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 4.24.1
8+
9+
Tue, 30 Sep 2025 22:02:06 GMT
10+
11+
### Patches
12+
13+
- Add prompt=select_account for native flows (#8062) ([email protected])
14+
- Add support for "pageException" error to fallback to web (#8064) ([email protected])
15+
- Bump eslint-config-msal to v0.0.0
16+
- Bump msal-test-utils to v0.0.1
17+
- Bump rollup-msal to v0.0.0
18+
719
## 4.24.0
820

921
Wed, 24 Sep 2025 21:54:45 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.0";
1800+
export const version = "4.24.1";
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.0",
13+
"version": "4.24.1",
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.0";
3+
export const version = "4.24.1";

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)