Skip to content

Commit 1af043a

Browse files
author
MSAL.js Release Automation
committed
Bump package versions
1 parent 0de0f20 commit 1af043a

38 files changed

+350
-105
lines changed

change/@azure-msal-browser-35e00def-ebba-4cd3-b2f8-3b05c57b2f58.json

-7
This file was deleted.

change/@azure-msal-browser-81b8d13b-0d90-4a64-bf38-09f56a789bd2.json

-7
This file was deleted.

change/@azure-msal-browser-fac3c638-31fb-4b30-bca8-dcba43a3e70a.json

-7
This file was deleted.

change/@azure-msal-common-057c3170-8c50-4695-bfb0-876cc6b0c419.json

-7
This file was deleted.

change/@azure-msal-common-05af4dd2-f51f-46cd-a212-5e0e5b64288b.json

-7
This file was deleted.

change/@azure-msal-common-8ac1af0a-9ef9-4ee0-be7f-6b1d9de8d169.json

-7
This file was deleted.

change/@azure-msal-node-01d4e500-04b2-448b-a836-44f80546e11b.json

-7
This file was deleted.

change/@azure-msal-node-8304ae25-1718-4f95-8511-303fb19fa240.json

-7
This file was deleted.

change/@azure-msal-node-c5c3efce-d2b0-47b3-ac24-867539845fb6.json

-7
This file was deleted.

extensions/msal-node-extensions/CHANGELOG.json

+33
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
{
22
"name": "@azure/msal-node-extensions",
33
"entries": [
4+
{
5+
"date": "Thu, 20 Mar 2025 22:09:04 GMT",
6+
"version": "1.5.8",
7+
"tag": "@azure/msal-node-extensions_v1.5.8",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@azure/msal-node-extensions",
13+
"comment": "Bump @azure/msal-common to v15.3.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, 11 Mar 2025 18:51:25 GMT",
639
"version": "1.5.7",

extensions/msal-node-extensions/CHANGELOG.md

+12-1
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, 11 Mar 2025 18:51:25 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 20 Mar 2025 22:09:04 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.5.8
8+
9+
Thu, 20 Mar 2025 22:09:04 GMT
10+
11+
### Patches
12+
13+
- Bump @azure/msal-common to v15.3.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
## 1.5.7
819

920
Tue, 11 Mar 2025 18:51:25 GMT

extensions/msal-node-extensions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/msal-node-extensions",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
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.2.1",
67+
"@azure/msal-common": "15.3.0",
6868
"@azure/msal-node-runtime": "^0.17.1",
6969
"keytar": "^7.8.0"
7070
},
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.7";
3+
export const version = "1.5.8";

lib/msal-angular/CHANGELOG.json

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@azure/msal-angular",
33
"entries": [
4+
{
5+
"date": "Thu, 20 Mar 2025 22:09:04 GMT",
6+
"version": "4.0.7",
7+
"tag": "@azure/msal-angular_v4.0.7",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@azure/msal-angular",
13+
"comment": "Bump @azure/msal-browser to v4.8.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, 11 Mar 2025 18:51:25 GMT",
627
"version": "4.0.6",

lib/msal-angular/CHANGELOG.md

+10-1
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, 11 Mar 2025 18:51:25 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 20 Mar 2025 22:09:04 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 4.0.7
8+
9+
Thu, 20 Mar 2025 22:09:04 GMT
10+
11+
### Patches
12+
13+
- Bump @azure/msal-browser to v4.8.0
14+
- Bump eslint-config-msal to v0.0.0
15+
716
## 4.0.6
817

918
Tue, 11 Mar 2025 18:51:25 GMT

lib/msal-angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/msal-angular",
3-
"version": "4.0.6",
3+
"version": "4.0.7",
44
"author": {
55
"name": "Microsoft",
66
"email": "[email protected]",
@@ -50,7 +50,7 @@
5050
"@angular/platform-browser": "^15.1.4",
5151
"@angular/platform-browser-dynamic": "^15.1.4",
5252
"@angular/router": "^15.1.4",
53-
"@azure/msal-browser": "^4.7.0",
53+
"@azure/msal-browser": "^4.8.0",
5454
"@types/jasmine": "~3.6.0",
5555
"@types/jasminewd2": "~2.0.3",
5656
"@types/node": "^12.11.1",
@@ -71,7 +71,7 @@
7171
"zone.js": "~0.11.8"
7272
},
7373
"peerDependencies": {
74-
"@azure/msal-browser": "^4.7.0",
74+
"@azure/msal-browser": "^4.8.0",
7575
"rxjs": "^7.0.0"
7676
}
7777
}
+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-angular";
3-
export const version = "4.0.6";
3+
export const version = "4.0.7";

lib/msal-browser/CHANGELOG.json

+53
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,59 @@
11
{
22
"name": "@azure/msal-browser",
33
"entries": [
4+
{
5+
"date": "Thu, 20 Mar 2025 22:09:04 GMT",
6+
"version": "4.8.0",
7+
"tag": "@azure/msal-browser_v4.8.0",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@azure/msal-browser",
13+
"commit": "0de0f206568d7f075d12177172d108efc01c9fab",
14+
"comment": "Fix expires_in format & double brokering errors #7646"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "@azure/msal-browser",
19+
"commit": "0de0f206568d7f075d12177172d108efc01c9fab",
20+
"comment": "refactor RequestParameterBuilder"
21+
}
22+
],
23+
"minor": [
24+
{
25+
"author": "[email protected]",
26+
"package": "@azure/msal-browser",
27+
"commit": "0de0f206568d7f075d12177172d108efc01c9fab",
28+
"comment": "Refactor /authorize request generation"
29+
},
30+
{
31+
"author": "beachball",
32+
"package": "@azure/msal-browser",
33+
"comment": "Bump @azure/msal-common to v15.3.0",
34+
"commit": "not available"
35+
},
36+
{
37+
"author": "beachball",
38+
"package": "@azure/msal-browser",
39+
"comment": "Bump eslint-config-msal to v0.0.0",
40+
"commit": "not available"
41+
},
42+
{
43+
"author": "beachball",
44+
"package": "@azure/msal-browser",
45+
"comment": "Bump msal-test-utils to v0.0.1",
46+
"commit": "not available"
47+
},
48+
{
49+
"author": "beachball",
50+
"package": "@azure/msal-browser",
51+
"comment": "Bump rollup-msal to v0.0.0",
52+
"commit": "not available"
53+
}
54+
]
55+
}
56+
},
457
{
558
"date": "Tue, 11 Mar 2025 18:51:24 GMT",
659
"version": "4.7.0",

lib/msal-browser/CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
# Change Log - @azure/msal-browser
22

3-
<!-- This log was last generated on Tue, 11 Mar 2025 18:51:24 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 20 Mar 2025 22:09:04 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 4.8.0
8+
9+
Thu, 20 Mar 2025 22:09:04 GMT
10+
11+
### Minor changes
12+
13+
- Refactor /authorize request generation ([email protected])
14+
- Bump @azure/msal-common to v15.3.0
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+
19+
### Patches
20+
21+
- Fix expires_in format & double brokering errors #7646 ([email protected])
22+
- refactor RequestParameterBuilder ([email protected])
23+
724
## 4.7.0
825

926
Tue, 11 Mar 2025 18:51:24 GMT

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,7 @@ const userCancelled = "user_cancelled";
17501750
// 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)
17511751
//
17521752
// @public (undocumented)
1753-
export const version = "4.7.0";
1753+
export const version = "4.8.0";
17541754

17551755
// 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)
17561756
// 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

+2-2
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.7.0",
13+
"version": "4.8.0",
1414
"description": "Microsoft Authentication Library for js",
1515
"keywords": [
1616
"implicit",
@@ -103,6 +103,6 @@
103103
"typescript": "^4.9.5"
104104
},
105105
"dependencies": {
106-
"@azure/msal-common": "15.2.1"
106+
"@azure/msal-common": "15.3.0"
107107
}
108108
}
+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.7.0";
3+
export const version = "4.8.0";

0 commit comments

Comments
 (0)