Skip to content

Commit 20674a1

Browse files
author
MSAL.js Release Automation
committed
Bump package versions
1 parent 29bf8d4 commit 20674a1

14 files changed

+116
-24
lines changed

change/@azure-msal-browser-a7e892b4-c765-4859-b48a-d360f4da38d1.json

-7
This file was deleted.

change/@azure-msal-node-extensions-05a73fe6-ee02-49d4-bf72-3d35e63b877b.json

-7
This file was deleted.

extensions/msal-node-extensions/CHANGELOG.json

+27
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"name": "@azure/msal-node-extensions",
33
"entries": [
4+
{
5+
"date": "Tue, 04 Mar 2025 23:02:15 GMT",
6+
"version": "1.5.6",
7+
"tag": "@azure/msal-node-extensions_v1.5.6",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@azure/msal-node-extensions",
13+
"commit": "29bf8d4cdef8572ff45d94d9b31fd839d20d0098",
14+
"comment": "Fix NativeBrokerPlugin expiresOn bug #7602"
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 rollup-msal to v0.0.0",
26+
"commit": "not available"
27+
}
28+
]
29+
}
30+
},
431
{
532
"date": "Tue, 18 Feb 2025 18:51:41 GMT",
633
"version": "1.5.5",

extensions/msal-node-extensions/CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# Change Log - @azure/msal-node-extensions
22

3-
<!-- This log was last generated on Tue, 18 Feb 2025 18:51:41 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 04 Mar 2025 23:02:15 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.5.6
8+
9+
Tue, 04 Mar 2025 23:02:15 GMT
10+
11+
### Patches
12+
13+
- Fix NativeBrokerPlugin expiresOn bug #7602 ([email protected])
14+
- Bump eslint-config-msal to v0.0.0
15+
- Bump rollup-msal to v0.0.0
16+
717
## 1.5.5
818

919
Tue, 18 Feb 2025 18:51:41 GMT

extensions/msal-node-extensions/package.json

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

lib/msal-browser/CHANGELOG.json

+33
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
{
22
"name": "@azure/msal-browser",
33
"entries": [
4+
{
5+
"date": "Tue, 04 Mar 2025 23:02:15 GMT",
6+
"version": "4.5.1",
7+
"tag": "@azure/msal-browser_v4.5.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@azure/msal-browser",
13+
"commit": "29bf8d4cdef8572ff45d94d9b31fd839d20d0098",
14+
"comment": "Fix double brokering bug: Native flow should not be triggered for cache only look up"
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": "Wed, 26 Feb 2025 01:12:33 GMT",
639
"version": "4.5.0",

lib/msal-browser/CHANGELOG.md

+12-1
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 Wed, 26 Feb 2025 01:12:33 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 04 Mar 2025 23:02:15 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 4.5.1
8+
9+
Tue, 04 Mar 2025 23:02:15 GMT
10+
11+
### Patches
12+
13+
- Fix double brokering bug: Native flow should not be triggered for cache only look up ([email protected])
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.5.0
819

920
Wed, 26 Feb 2025 01:12:33 GMT

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,7 @@ const userCancelled = "user_cancelled";
17551755
// 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)
17561756
//
17571757
// @public (undocumented)
1758-
export const version = "4.5.0";
1758+
export const version = "4.5.1";
17591759

17601760
// 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)
17611761
// 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)

lib/msal-browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
1212
},
13-
"version": "4.5.0",
13+
"version": "4.5.1",
1414
"description": "Microsoft Authentication Library for js",
1515
"keywords": [
1616
"implicit",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/* eslint-disable header/header */
22
export const name = "@azure/msal-browser";
3-
export const version = "4.5.0";
3+
export const version = "4.5.1";

lib/msal-node/CHANGELOG.json

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@azure/msal-node",
33
"entries": [
4+
{
5+
"date": "Tue, 04 Mar 2025 23:02:15 GMT",
6+
"version": "3.2.3",
7+
"tag": "@azure/msal-node_v3.2.3",
8+
"comments": {
9+
"undefined": [
10+
{
11+
"author": "beachball",
12+
"package": "@azure/msal-node",
13+
"comment": "Bump eslint-config-msal to v0.0.0",
14+
"commit": "not available"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@azure/msal-node",
19+
"comment": "Bump rollup-msal to v0.0.0",
20+
"commit": "not available"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Tue, 18 Feb 2025 18:51:41 GMT",
627
"version": "3.2.3",

lib/msal-node/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Change Log - @azure/msal-node
22

3-
<!-- This log was last generated on Tue, 18 Feb 2025 18:51:41 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 04 Mar 2025 23:02:15 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

77
## 3.2.3
88

9+
Tue, 04 Mar 2025 23:02:15 GMT
10+
11+
## 3.2.3
12+
913
Tue, 18 Feb 2025 18:51:41 GMT
1014

1115
### Patches

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)