Skip to content

Commit 46fa768

Browse files
msal-js-release-automation[bot]MSAL.js Release Automation
andauthored
Post-release PR (#8368)
This PR contains the changelogs and version bumps for the MSAL.js 3P releases. --------- Co-authored-by: MSAL.js Release Automation <msaljsbuilds@microsoft.com>
1 parent 923425d commit 46fa768

30 files changed

Lines changed: 285 additions & 49 deletions

change/@azure-msal-common-adfe5127-b014-4bb3-a5c9-e227babd1432.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": "Mon, 02 Mar 2026 19:25:47 GMT",
6+
"version": "5.0.6",
7+
"tag": "@azure/msal-node-extensions_v5.0.6",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@azure/msal-node-extensions",
13+
"comment": "Bump @azure/msal-common to v16.2.0",
14+
"commit": "not available"
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, 24 Feb 2026 21:51:51 GMT",
639
"version": "5.0.5",

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, 24 Feb 2026 21:51:51 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Mon, 02 Mar 2026 19:25:47 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 5.0.6
8+
9+
Mon, 02 Mar 2026 19:25:47 GMT
10+
11+
### Patches
12+
13+
- Bump @azure/msal-common to v16.2.0
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
## 5.0.5
819

920
Tue, 24 Feb 2026 21:51:51 GMT

extensions/msal-node-extensions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/msal-node-extensions",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
@@ -66,7 +66,7 @@
6666
]
6767
},
6868
"dependencies": {
69-
"@azure/msal-common": "16.1.0",
69+
"@azure/msal-common": "16.2.0",
7070
"@azure/msal-node-runtime": "^0.20.0",
7171
"keytar": "^7.8.0"
7272
},
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 = "5.0.5";
3+
export const version = "5.0.6";

lib/msal-angular/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@azure/msal-angular",
33
"entries": [
4+
{
5+
"date": "Mon, 02 Mar 2026 19:25:47 GMT",
6+
"version": "5.1.1",
7+
"tag": "@azure/msal-angular_v5.1.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@azure/msal-angular",
13+
"comment": "Bump @azure/msal-browser to v5.4.0",
14+
"commit": "not available"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@azure/msal-angular",
19+
"comment": "Bump eslint-config-msal to v0.0.0",
20+
"commit": "not available"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Tue, 24 Feb 2026 21:51:51 GMT",
627
"version": "5.1.0",

lib/msal-angular/CHANGELOG.md

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

3-
<!-- This log was last generated on Tue, 24 Feb 2026 21:51:51 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Mon, 02 Mar 2026 19:25:47 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 5.1.1
8+
9+
Mon, 02 Mar 2026 19:25:47 GMT
10+
11+
### Patches
12+
13+
- Bump @azure/msal-browser to v5.4.0
14+
- Bump eslint-config-msal to v0.0.0
15+
716
## 5.1.0
817

918
Tue, 24 Feb 2026 21:51:51 GMT

lib/msal-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/msal-angular",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"author": {
55
"name": "Microsoft",
66
"email": "nugetaad@microsoft.com",
@@ -49,7 +49,7 @@
4949
"@angular/platform-browser": "^19.2.18",
5050
"@angular/platform-browser-dynamic": "^19.2.18",
5151
"@angular/router": "^19.2.18",
52-
"@azure/msal-browser": "^5.3.0",
52+
"@azure/msal-browser": "^5.4.0",
5353
"@types/jasmine": "~3.6.0",
5454
"@types/jasminewd2": "~2.0.3",
5555
"@types/node": "^12.11.1",
@@ -70,7 +70,7 @@
7070
"zone.js": "~0.15.0"
7171
},
7272
"peerDependencies": {
73-
"@azure/msal-browser": "^5.3.0",
73+
"@azure/msal-browser": "^5.4.0",
7474
"rxjs": "^7.0.0"
7575
}
7676
}
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-angular";
3-
export const version = "5.1.0";
3+
export const version = "5.1.1";

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": "Mon, 02 Mar 2026 19:25:47 GMT",
6+
"version": "5.4.0",
7+
"tag": "@azure/msal-browser_v5.4.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "msaljsbuilds@microsoft.com",
12+
"package": "@azure/msal-browser",
13+
"commit": "bf06b92c9a9641c700337d01e98821b46a8aa915",
14+
"comment": "Bump @azure/msal-browser to match @azure/msal-browser-1p"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@azure/msal-browser",
19+
"comment": "Bump @azure/msal-common to v16.2.0",
20+
"commit": "not available"
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": "Tue, 24 Feb 2026 21:51:51 GMT",
645
"version": "5.3.0",

0 commit comments

Comments
 (0)