Skip to content

Commit fad431f

Browse files
msal-js-release-automation[bot]MSAL.js Release Automation
andauthored
Release PR: official (#8117)
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 5a25c35 commit fad431f

35 files changed

+313
-84
lines changed

change/@azure-msal-browser-a67beb5a-56ce-4223-9dd7-40f27f35d52e.json

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

change/@azure-msal-common-cad93060-f97f-4642-90fb-f28fe6534eb1.json

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

change/@azure-msal-node-5d375aa2-e3f9-4aee-a8b9-b24c4a948959.json

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

change/@azure-msal-node-d33a13ae-654f-4c45-a533-9e68262e7c63.json

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

change/@azure-msal-node-dd39dd06-2bcf-4dbf-bac3-e4b6729166e5.json

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

change/@azure-msal-node-extensions-e30dc56d-30d4-45c2-b7a2-bb8d03bff668.json

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

extensions/msal-node-extensions/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-node-extensions",
33
"entries": [
4+
{
5+
"date": "Wed, 29 Oct 2025 00:04:34 GMT",
6+
"version": "1.5.24",
7+
"tag": "@azure/msal-node-extensions_v1.5.24",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "akaliugonna@microsoft.com",
12+
"package": "@azure/msal-node-extensions",
13+
"commit": "5a25c350f0e7a18e1d88ae6393fd6e847595da83",
14+
"comment": "Bump msal-node-runtime to v0.20.0"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@azure/msal-node-extensions",
19+
"comment": "Bump @azure/msal-common to v15.13.1",
20+
"commit": "not available"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@azure/msal-node-extensions",
25+
"comment": "Bump eslint-config-msal to v0.0.0",
26+
"commit": "not available"
27+
},
28+
{
29+
"author": "beachball",
30+
"package": "@azure/msal-node-extensions",
31+
"comment": "Bump msal-test-utils to v0.0.1",
32+
"commit": "not available"
33+
},
34+
{
35+
"author": "beachball",
36+
"package": "@azure/msal-node-extensions",
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": "1.5.23",

extensions/msal-node-extensions/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-node-extensions
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 Wed, 29 Oct 2025 00:04:34 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.5.24
8+
9+
Wed, 29 Oct 2025 00:04:34 GMT
10+
11+
### Patches
12+
13+
- Bump msal-node-runtime to v0.20.0 (akaliugonna@microsoft.com)
14+
- Bump @azure/msal-common to v15.13.1
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
## 1.5.23
820

921
Wed, 24 Sep 2025 21:54:45 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": "1.5.23",
3+
"version": "1.5.24",
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": "15.13.0",
69+
"@azure/msal-common": "15.13.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 = "1.5.23";
3+
export const version = "1.5.24";

0 commit comments

Comments
 (0)