Skip to content

Commit c3a508b

Browse files
authored
August 2023 Patch Release #2 (#6367)
1 parent 05b714f commit c3a508b

36 files changed

+258
-121
lines changed

change/@azure-msal-angular-b69b070a-d2c5-4330-8cf1-9d41ffbc9749.json

-7
This file was deleted.

change/@azure-msal-browser-15e36dc0-446a-4e4b-bb22-e8209d6b31a4.json

-7
This file was deleted.

change/@azure-msal-browser-4f1d1231-b112-4ea4-8306-c0e8a48f4ef7.json

-7
This file was deleted.

change/@azure-msal-browser-7a080449-1a09-4acf-b993-6370834eaec9.json

-7
This file was deleted.

change/@azure-msal-common-3abce29b-a58c-4c6c-9755-0fb366da41d2.json

-7
This file was deleted.

change/@azure-msal-common-88a3f3ff-51dd-4388-bb05-0988f32b4111.json

-7
This file was deleted.

change/@azure-msal-node-a6951bd9-1f7a-4145-ac67-beef630e7ac5.json

-7
This file was deleted.

change/@azure-msal-node-ad549be5-8392-4a30-bfc9-65b0c6dc9774.json

-7
This file was deleted.

change/@azure-msal-node-ed5d8419-81d8-4314-9e52-6ffa43e31e33.json

-7
This file was deleted.

change/@azure-msal-node-extensions-0de689eb-5e67-4678-b56d-474a62014a58.json

-7
This file was deleted.

change/@azure-msal-react-93fd73f1-607d-4b5b-b9e7-e45c5e504e7c.json

-7
This file was deleted.

extensions/msal-node-extensions/CHANGELOG.json

+23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
{
22
"name": "@azure/msal-node-extensions",
33
"entries": [
4+
{
5+
"date": "Fri, 18 Aug 2023 18:40:02 GMT",
6+
"tag": "@azure/msal-node-extensions_v1.0.2",
7+
"version": "1.0.2",
8+
"comments": {
9+
"none": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@azure/msal-node-extensions",
13+
"commit": "d6bdb1c9987e54a347874537025c17e70b546f36",
14+
"comment": "Typedocs"
15+
}
16+
],
17+
"patch": [
18+
{
19+
"author": "beachball",
20+
"package": "@azure/msal-node-extensions",
21+
"comment": "Bump @azure/msal-common to v14.0.2",
22+
"commit": "05b714f7670e8195f9440f8dd2f750ba6896c3bb"
23+
}
24+
]
25+
}
26+
},
427
{
528
"date": "Fri, 11 Aug 2023 19:00:44 GMT",
629
"tag": "@azure/msal-node-extensions_v1.0.1",

extensions/msal-node-extensions/CHANGELOG.md

+9-1
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 Fri, 11 Aug 2023 19:00:44 GMT and should not be manually modified.
3+
This log was last generated on Fri, 18 Aug 2023 18:40:02 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.0.2
8+
9+
Fri, 18 Aug 2023 18:40:02 GMT
10+
11+
### Patches
12+
13+
- Bump @azure/msal-common to v14.0.2
14+
715
## 1.0.1
816

917
Fri, 11 Aug 2023 19:00:44 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.0.1",
3+
"version": "1.0.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
@@ -57,7 +57,7 @@
5757
]
5858
},
5959
"dependencies": {
60-
"@azure/msal-common": "14.0.1",
60+
"@azure/msal-common": "14.0.2",
6161
"@azure/msal-node-runtime": "^0.13.6-alpha.0",
6262
"keytar": "^7.8.0"
6363
},
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.0.1";
3+
export const version = "1.0.2";

lib/msal-angular/CHANGELOG.json

+23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
{
22
"name": "@azure/msal-angular",
33
"entries": [
4+
{
5+
"date": "Fri, 18 Aug 2023 18:40:03 GMT",
6+
"tag": "@azure/msal-angular_v3.0.2",
7+
"version": "3.0.2",
8+
"comments": {
9+
"none": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@azure/msal-angular",
13+
"commit": "d6bdb1c9987e54a347874537025c17e70b546f36",
14+
"comment": "Typedocs"
15+
}
16+
],
17+
"patch": [
18+
{
19+
"author": "beachball",
20+
"package": "@azure/msal-angular",
21+
"comment": "Bump @azure/msal-browser to v3.0.2",
22+
"commit": "05b714f7670e8195f9440f8dd2f750ba6896c3bb"
23+
}
24+
]
25+
}
26+
},
427
{
528
"date": "Fri, 11 Aug 2023 19:00:44 GMT",
629
"tag": "@azure/msal-angular_v3.0.1",

lib/msal-angular/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @azure/msal-angular
22

3-
This log was last generated on Fri, 11 Aug 2023 19:00:44 GMT and should not be manually modified.
3+
This log was last generated on Fri, 18 Aug 2023 18:40:03 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 3.0.2
8+
9+
Fri, 18 Aug 2023 18:40:03 GMT
10+
11+
### Patches
12+
13+
- Bump @azure/msal-browser to v3.0.2
14+
715
## 3.0.1
816

917
Fri, 11 Aug 2023 19:00:44 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": "3.0.1",
3+
"version": "3.0.2",
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": "^3.0.1",
53+
"@azure/msal-browser": "^3.0.2",
5454
"@types/jasmine": "~3.6.0",
5555
"@types/jasminewd2": "~2.0.3",
5656
"@types/node": "^12.11.1",
@@ -70,7 +70,7 @@
7070
"zone.js": "~0.11.8"
7171
},
7272
"peerDependencies": {
73-
"@azure/msal-browser": "^3.0.1",
73+
"@azure/msal-browser": "^3.0.2",
7474
"rxjs": "^7.0.0"
7575
}
7676
}
+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 = '3.0.1';
3+
export const version = '3.0.2';

lib/msal-browser/CHANGELOG.json

+35
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
{
22
"name": "@azure/msal-browser",
33
"entries": [
4+
{
5+
"date": "Fri, 18 Aug 2023 18:40:03 GMT",
6+
"tag": "@azure/msal-browser_v3.0.2",
7+
"version": "3.0.2",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@azure/msal-browser",
13+
"commit": "212d1ba6a2069298ca496f95d5e8fc0489990779",
14+
"comment": "Fix input parameter type for addEventCallback"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "@azure/msal-browser",
19+
"commit": "739f260318705f7832623adcd9470d2b40b53693",
20+
"comment": "Extend hydrateCache request type to include ssoSilentRequest, PopupRequest and RedirectRequest #6329"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@azure/msal-browser",
25+
"comment": "Bump @azure/msal-common to v14.0.2",
26+
"commit": "05b714f7670e8195f9440f8dd2f750ba6896c3bb"
27+
}
28+
],
29+
"none": [
30+
{
31+
"author": "[email protected]",
32+
"package": "@azure/msal-browser",
33+
"commit": "d6bdb1c9987e54a347874537025c17e70b546f36",
34+
"comment": "Typedocs"
35+
}
36+
]
37+
}
38+
},
439
{
540
"date": "Fri, 11 Aug 2023 19:00:44 GMT",
641
"tag": "@azure/msal-browser_v3.0.1",

lib/msal-browser/CHANGELOG.md

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

3-
This log was last generated on Fri, 11 Aug 2023 19:00:44 GMT and should not be manually modified.
3+
This log was last generated on Fri, 18 Aug 2023 18:40:03 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 3.0.2
8+
9+
Fri, 18 Aug 2023 18:40:03 GMT
10+
11+
### Patches
12+
13+
- Fix input parameter type for addEventCallback ([email protected])
14+
- Extend hydrateCache request type to include ssoSilentRequest, PopupRequest and RedirectRequest #6329 ([email protected])
15+
- Bump @azure/msal-common to v14.0.2
16+
717
## 3.0.1
818

919
Fri, 11 Aug 2023 19:00:44 GMT

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": "3.0.1",
13+
"version": "3.0.2",
1414
"description": "Microsoft Authentication Library for js",
1515
"keywords": [
1616
"implicit",
@@ -98,6 +98,6 @@
9898
"typescript": "^4.9.5"
9999
},
100100
"dependencies": {
101-
"@azure/msal-common": "14.0.1"
101+
"@azure/msal-common": "14.0.2"
102102
}
103103
}
+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 = "3.0.1";
3+
export const version = "3.0.2";

lib/msal-common/CHANGELOG.json

+23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
{
22
"name": "@azure/msal-common",
33
"entries": [
4+
{
5+
"date": "Fri, 18 Aug 2023 18:40:02 GMT",
6+
"tag": "@azure/msal-common_v14.0.2",
7+
"version": "14.0.2",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@azure/msal-common",
13+
"commit": "00a8f2270bd7d39362710ae0119e74e1cac86bcc",
14+
"comment": "Fix authority endpoint version for B2C authorities #6342"
15+
}
16+
],
17+
"none": [
18+
{
19+
"author": "[email protected]",
20+
"package": "@azure/msal-common",
21+
"commit": "d6bdb1c9987e54a347874537025c17e70b546f36",
22+
"comment": "Typedocs"
23+
}
24+
]
25+
}
26+
},
427
{
528
"date": "Fri, 11 Aug 2023 19:00:44 GMT",
629
"tag": "@azure/msal-common_v14.0.1",

lib/msal-common/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @azure/msal-common
22

3-
This log was last generated on Fri, 11 Aug 2023 19:00:44 GMT and should not be manually modified.
3+
This log was last generated on Fri, 18 Aug 2023 18:40:02 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 14.0.2
8+
9+
Fri, 18 Aug 2023 18:40:02 GMT
10+
11+
### Patches
12+
13+
- Fix authority endpoint version for B2C authorities #6342 ([email protected])
14+
715
## 14.0.1
816

917
Fri, 11 Aug 2023 19:00:44 GMT

lib/msal-common/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": "14.0.1",
13+
"version": "14.0.2",
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-common";
3-
export const version = "14.0.1";
3+
export const version = "14.0.2";

0 commit comments

Comments
 (0)