Skip to content

Commit 54d4fe1

Browse files
msal-js-release-automation[bot]MSAL.js Release Automationtnorling
authored
Post-release PR (#8548)
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: Thomas Norling <thomas.norling@microsoft.com>
1 parent ae4e3cc commit 54d4fe1

35 files changed

Lines changed: 221 additions & 84 deletions

change/@azure-msal-browser-241ecf67-85fb-461f-9717-3b0e4a75fa38.json

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

change/@azure-msal-browser-53530304-f5df-4fae-b704-8ddc589aa3a7.json

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

change/@azure-msal-browser-869fc113-e463-40ff-a68d-925400c430c3.json

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

change/@azure-msal-browser-facf90c7-fc2b-419d-82e3-ddcd716c248b.json

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

change/@azure-msal-common-b16fa5e3-4904-4277-8bb7-e148c6d45df3.json

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

change/@azure-msal-node-cd77053b-3166-4864-bbd7-daa431483d45.json

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

extensions/msal-node-extensions/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@azure/msal-node-extensions",
33
"entries": [
4+
{
5+
"date": "Tue, 21 Apr 2026 22:41:19 GMT",
6+
"version": "5.1.4",
7+
"tag": "@azure/msal-node-extensions_v5.1.4",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@azure/msal-node-extensions",
13+
"comment": "Bump @azure/msal-common to v16.5.1",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 16 Apr 2026 22:44:53 GMT",
621
"version": "5.1.3",

extensions/msal-node-extensions/CHANGELOG.md

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

3-
<!-- This log was last generated on Thu, 16 Apr 2026 22:44:53 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 21 Apr 2026 22:41:19 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 5.1.4
8+
9+
Tue, 21 Apr 2026 22:41:19 GMT
10+
11+
### Patches
12+
13+
- Bump @azure/msal-common to v16.5.1
14+
715
## 5.1.3
816

917
Thu, 16 Apr 2026 22:44:53 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.1.3",
3+
"version": "5.1.4",
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.5.0",
69+
"@azure/msal-common": "16.5.1",
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.1.3";
3+
export const version = "5.1.4";

0 commit comments

Comments
 (0)