Skip to content

Commit 45eea6b

Browse files
msal-js-release-automation[bot]MSAL.js Release Automation
andauthored
Release PR: official (#7849)
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 32c6a1b commit 45eea6b

35 files changed

+313
-84
lines changed

change/@azure-msal-browser-e0f47ef0-42cd-4dcc-b793-c6277389a1c2.json

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

change/@azure-msal-browser-f0b6da2e-a220-4654-b1aa-6b4a0f4a921b.json

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

change/@azure-msal-common-042c27fe-92dc-4b48-b5e0-3d114168f8d4.json

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

change/@azure-msal-common-bcac2331-9139-41d4-8695-c1e99e1ed05e.json

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

change/@azure-msal-node-74ee63c8-51fb-422d-bbac-294ec6e9b0e5.json

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

change/@azure-msal-node-8d574304-a0bd-4fc1-988d-d574e0883fa3.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, 18 Jun 2025 15:21:55 GMT",
6+
"version": "1.5.15",
7+
"tag": "@azure/msal-node-extensions_v1.5.15",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@azure/msal-node-extensions",
13+
"comment": "Bump @azure/msal-common to v15.7.1",
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": "Fri, 30 May 2025 22:36:45 GMT",
639
"version": "1.5.14",

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 Fri, 30 May 2025 22:36:45 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Wed, 18 Jun 2025 15:21:55 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.5.15
8+
9+
Wed, 18 Jun 2025 15:21:55 GMT
10+
11+
### Patches
12+
13+
- Bump @azure/msal-common to v15.7.1
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.14
819

920
Fri, 30 May 2025 22:36: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.14",
3+
"version": "1.5.15",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
@@ -64,7 +64,7 @@
6464
]
6565
},
6666
"dependencies": {
67-
"@azure/msal-common": "15.7.0",
67+
"@azure/msal-common": "15.7.1",
6868
"@azure/msal-node-runtime": "^0.18.1",
6969
"keytar": "^7.8.0"
7070
},
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.14";
3+
export const version = "1.5.15";

0 commit comments

Comments
 (0)