Skip to content

Commit 3c2bf55

Browse files
msal-js-release-automation[bot]MSAL.js Release AutomationlalimashardaCopilot
authored
Release PR: official (#8018)
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> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1a521c3 commit 3c2bf55

18 files changed

+139
-35
lines changed

change/@azure-msal-browser-3682a32a-64a8-4932-85e9-7fb173829fb9.json

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

change/@azure-msal-node-118ac835-7803-4e30-81cd-91c4afe6bf9d.json

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

change/@azure-msal-node-extensions-bce3798f-5840-4955-a647-70f9009359fc.json

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

extensions/msal-node-extensions/CHANGELOG.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
{
22
"name": "@azure/msal-node-extensions",
33
"entries": [
4+
{
5+
"date": "Wed, 27 Aug 2025 00:59:59 GMT",
6+
"version": "1.5.22",
7+
"tag": "@azure/msal-node-extensions_v1.5.22",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "akaliugonna@microsoft.com",
12+
"package": "@azure/msal-node-extensions",
13+
"commit": "1a521c3e7631d4ed50d3082d26036162a4ef483e",
14+
"comment": "enable passing of redirect uri"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@azure/msal-node-extensions",
19+
"comment": "Bump eslint-config-msal to v0.0.0",
20+
"commit": "not available"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@azure/msal-node-extensions",
25+
"comment": "Bump msal-test-utils to v0.0.1",
26+
"commit": "not available"
27+
},
28+
{
29+
"author": "beachball",
30+
"package": "@azure/msal-node-extensions",
31+
"comment": "Bump rollup-msal to v0.0.0",
32+
"commit": "not available"
33+
}
34+
]
35+
}
36+
},
437
{
538
"date": "Tue, 19 Aug 2025 21:26:21 GMT",
639
"version": "1.5.21",

extensions/msal-node-extensions/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
# Change Log - @azure/msal-node-extensions
22

3-
<!-- This log was last generated on Tue, 19 Aug 2025 21:26:21 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Wed, 27 Aug 2025 00:59:59 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.5.22
8+
9+
Wed, 27 Aug 2025 00:59:59 GMT
10+
11+
### Patches
12+
13+
- enable passing of redirect uri (akaliugonna@microsoft.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+
718
## 1.5.21
819

920
Tue, 19 Aug 2025 21:26:21 GMT

extensions/msal-node-extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/msal-node-extensions",
3-
"version": "1.5.21",
3+
"version": "1.5.22",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
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-node-extensions";
3-
export const version = "1.5.21";
3+
export const version = "1.5.22";

lib/msal-browser/CHANGELOG.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
{
22
"name": "@azure/msal-browser",
33
"entries": [
4+
{
5+
"date": "Wed, 27 Aug 2025 00:59:59 GMT",
6+
"version": "4.21.1",
7+
"tag": "@azure/msal-browser_v4.21.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "yongdiwang@microsoft.com",
12+
"package": "@azure/msal-browser",
13+
"commit": "1a521c3e7631d4ed50d3082d26036162a4ef483e",
14+
"comment": "Backward compatibility support #7962"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@azure/msal-browser",
19+
"comment": "Bump eslint-config-msal to v0.0.0",
20+
"commit": "not available"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@azure/msal-browser",
25+
"comment": "Bump msal-test-utils to v0.0.1",
26+
"commit": "not available"
27+
},
28+
{
29+
"author": "beachball",
30+
"package": "@azure/msal-browser",
31+
"comment": "Bump rollup-msal to v0.0.0",
32+
"commit": "not available"
33+
}
34+
]
35+
}
36+
},
437
{
538
"date": "Tue, 19 Aug 2025 21:26:21 GMT",
639
"version": "4.21.0",

lib/msal-browser/CHANGELOG.md

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

3-
<!-- This log was last generated on Tue, 19 Aug 2025 21:26:21 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Wed, 27 Aug 2025 00:59:59 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 4.21.1
8+
9+
Wed, 27 Aug 2025 00:59:59 GMT
10+
11+
### Patches
12+
13+
- Backward compatibility support #7962 (yongdiwang@microsoft.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+
718
## 4.21.0
819

920
Tue, 19 Aug 2025 21:26:21 GMT

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1790,7 +1790,7 @@ const userCancelled = "user_cancelled";
17901790
// 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)
17911791
//
17921792
// @public (undocumented)
1793-
export const version = "4.21.0";
1793+
export const version = "4.21.1";
17941794

17951795
// 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)
17961796
// 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)

0 commit comments

Comments
 (0)