Skip to content

Commit ce665da

Browse files
hectormmgtnorling
andauthored
October Release #2 (#6587)
Co-authored-by: tnorling <[email protected]>
1 parent 9934e3b commit ce665da

38 files changed

+271
-129
lines changed

change/@azure-msal-browser-0599d2f9-9601-4ff3-aa40-b567528bea47.json

-7
This file was deleted.

change/@azure-msal-browser-213a4bf6-cff8-4dc4-a8f2-90b2bab46242.json

-7
This file was deleted.

change/@azure-msal-browser-26afcb43-ee1b-4a97-b0c9-4c7d07bf3e70.json

-7
This file was deleted.

change/@azure-msal-browser-26cf862f-e7fd-48e4-ba9d-80cda5042501.json

-7
This file was deleted.

change/@azure-msal-browser-50170fbc-d837-4531-83f6-28b62449a07b.json

-7
This file was deleted.

change/@azure-msal-browser-73684f84-86fe-48f5-896d-d861bff87147.json

-7
This file was deleted.

change/@azure-msal-browser-bbb9a122-00a3-40d3-8a8e-43e3c207732e.json

-7
This file was deleted.

change/@azure-msal-common-497a7ea5-49f3-4b9b-ac83-55d1410db08c.json

-7
This file was deleted.

change/@azure-msal-common-69201409-68b6-4c6d-ae3b-102b2db1a51c.json

-7
This file was deleted.

change/@azure-msal-common-beeb49bf-aa51-4076-806c-d70227b5f480.json

-7
This file was deleted.

change/@azure-msal-common-ec36781a-30dc-4437-9f81-ad565fb21475.json

-7
This file was deleted.

change/@azure-msal-node-695c255d-9b72-4c81-b93a-886e651da57a.json

-7
This file was deleted.

change/@azure-msal-react-e44ef43a-73f0-4eb4-99e6-8cceeb26058f.json

-7
This file was deleted.

extensions/msal-node-extensions/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@azure/msal-node-extensions",
33
"entries": [
4+
{
5+
"date": "Wed, 18 Oct 2023 17:24:19 GMT",
6+
"version": "1.0.5",
7+
"tag": "@azure/msal-node-extensions_v1.0.5",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@azure/msal-node-extensions",
13+
"comment": "Bump @azure/msal-common to v14.2.0",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 05 Oct 2023 18:06:40 GMT",
621
"version": "1.0.4",

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 Thu, 05 Oct 2023 18:06:40 GMT and should not be manually modified.
3+
This log was last generated on Wed, 18 Oct 2023 17:24:19 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.0.5
8+
9+
Wed, 18 Oct 2023 17:24:19 GMT
10+
11+
### Patches
12+
13+
- Bump @azure/msal-common to v14.2.0
14+
715
## 1.0.4
816

917
Thu, 05 Oct 2023 18:06:40 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.4",
3+
"version": "1.0.5",
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.1.0",
60+
"@azure/msal-common": "14.2.0",
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.4";
3+
export const version = "1.0.5";

lib/msal-angular/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@azure/msal-angular",
33
"entries": [
4+
{
5+
"date": "Wed, 18 Oct 2023 17:24:19 GMT",
6+
"version": "3.0.6",
7+
"tag": "@azure/msal-angular_v3.0.6",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@azure/msal-angular",
13+
"comment": "Bump @azure/msal-browser to v3.3.0",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 05 Oct 2023 18:06:44 GMT",
621
"version": "3.0.5",

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 Thu, 05 Oct 2023 18:06:44 GMT and should not be manually modified.
3+
This log was last generated on Wed, 18 Oct 2023 17:24:19 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 3.0.6
8+
9+
Wed, 18 Oct 2023 17:24:19 GMT
10+
11+
### Patches
12+
13+
- Bump @azure/msal-browser to v3.3.0
14+
715
## 3.0.5
816

917
Thu, 05 Oct 2023 18:06: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.5",
3+
"version": "3.0.6",
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.2.0",
53+
"@azure/msal-browser": "^3.3.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": "^3.2.0",
74+
"@azure/msal-browser": "^3.3.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 = '3.0.5';
3+
export const version = '3.0.6';

lib/msal-browser/CHANGELOG.json

+59
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,65 @@
11
{
22
"name": "@azure/msal-browser",
33
"entries": [
4+
{
5+
"date": "Wed, 18 Oct 2023 17:24:19 GMT",
6+
"version": "3.3.0",
7+
"tag": "@azure/msal-browser_v3.3.0",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@azure/msal-browser",
13+
"commit": "cfac159c239152524542e7fe6d76ca5e0b415b7f",
14+
"comment": "Instrument create/remove hidden iframe & refactor monitorIframeForHash #6533"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "@azure/msal-browser",
19+
"commit": "31fb0a77a6bf9db77a41330fa09a76db4ff030c0",
20+
"comment": "Additional ATS instrumentation #6562"
21+
},
22+
{
23+
"author": "email not defined",
24+
"package": "@azure/msal-browser",
25+
"commit": "d5ae4e0ea383a70cd74d75002b16d7583b2809e2",
26+
"comment": "addressing rollup issue based on combined configuration"
27+
}
28+
],
29+
"minor": [
30+
{
31+
"author": "[email protected]",
32+
"package": "@azure/msal-browser",
33+
"commit": "0f5e6c2142889ea9f43d808f270aec9264afd363",
34+
"comment": "Build account objects from cached ID Token #6529"
35+
},
36+
{
37+
"author": "email not defined",
38+
"package": "@azure/msal-browser",
39+
"commit": "618c4caa4bf0fb0bd64128dadb7a0c8a681c6b87",
40+
"comment": "Added new PublicClientNext and additional Operating Contexts and associated Controllers; Initially to address NestedAppAuth. #6359"
41+
},
42+
{
43+
"author": "[email protected]",
44+
"package": "@azure/msal-browser",
45+
"commit": "487be359ff08d4c8fc82a7232d04048172023409",
46+
"comment": "Replace custom encoder with TextEncoder in code challenge generator #6560"
47+
},
48+
{
49+
"author": "[email protected]",
50+
"package": "@azure/msal-browser",
51+
"commit": "3f02f79c53c5904494e7d8bc15ffab36971a7f26",
52+
"comment": "Preconnect to authority to speed up /token calls #6550"
53+
},
54+
{
55+
"author": "beachball",
56+
"package": "@azure/msal-browser",
57+
"comment": "Bump @azure/msal-common to v14.2.0",
58+
"commit": "not available"
59+
}
60+
]
61+
}
62+
},
463
{
564
"date": "Thu, 05 Oct 2023 18:06:42 GMT",
665
"version": "3.2.0",

lib/msal-browser/CHANGELOG.md

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

3-
This log was last generated on Thu, 05 Oct 2023 18:06:42 GMT and should not be manually modified.
3+
This log was last generated on Wed, 18 Oct 2023 17:24:19 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 3.3.0
8+
9+
Wed, 18 Oct 2023 17:24:19 GMT
10+
11+
### Minor changes
12+
13+
- Build account objects from cached ID Token #6529 ([email protected])
14+
- Added new PublicClientNext and additional Operating Contexts and associated Controllers; Initially to address NestedAppAuth. #6359 (email not defined)
15+
- Replace custom encoder with TextEncoder in code challenge generator #6560 ([email protected])
16+
- Preconnect to authority to speed up /token calls #6550 ([email protected])
17+
- Bump @azure/msal-common to v14.2.0
18+
19+
### Patches
20+
21+
- Instrument create/remove hidden iframe & refactor monitorIframeForHash #6533 ([email protected])
22+
- Additional ATS instrumentation #6562 ([email protected])
23+
- addressing rollup issue based on combined configuration (email not defined)
24+
725
## 3.2.0
826

927
Thu, 05 Oct 2023 18:06:42 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.2.0",
13+
"version": "3.3.0",
1414
"description": "Microsoft Authentication Library for js",
1515
"keywords": [
1616
"implicit",
@@ -100,6 +100,6 @@
100100
"typescript": "^4.9.5"
101101
},
102102
"dependencies": {
103-
"@azure/msal-common": "14.1.0"
103+
"@azure/msal-common": "14.2.0"
104104
}
105105
}
+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.2.0";
3+
export const version = "3.3.0";

lib/msal-common/CHANGELOG.json

+35
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
{
22
"name": "@azure/msal-common",
33
"entries": [
4+
{
5+
"date": "Wed, 18 Oct 2023 17:24:19 GMT",
6+
"version": "14.2.0",
7+
"tag": "@azure/msal-common_v14.2.0",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "email not defined",
12+
"package": "@azure/msal-common",
13+
"commit": "618c4caa4bf0fb0bd64128dadb7a0c8a681c6b87",
14+
"comment": "Added some new error codes/messages for NestedAppAuth. #6359"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "@azure/msal-common",
19+
"commit": "cfac159c239152524542e7fe6d76ca5e0b415b7f",
20+
"comment": "Add new PerformanceEvents for create/remove hidden iframe #6533"
21+
},
22+
{
23+
"author": "[email protected]",
24+
"package": "@azure/msal-common",
25+
"commit": "31fb0a77a6bf9db77a41330fa09a76db4ff030c0",
26+
"comment": "Additional ATS instrumentation #6562"
27+
}
28+
],
29+
"minor": [
30+
{
31+
"author": "[email protected]",
32+
"package": "@azure/msal-common",
33+
"commit": "0f5e6c2142889ea9f43d808f270aec9264afd363",
34+
"comment": "Build account objects from cached ID Token #6529"
35+
}
36+
]
37+
}
38+
},
439
{
540
"date": "Thu, 05 Oct 2023 18:06:41 GMT",
641
"version": "14.1.0",

0 commit comments

Comments
 (0)