Skip to content

Commit 3054225

Browse files
Bump package versions (#4520)
Co-authored-by: tnorling <[email protected]>
1 parent 34ee024 commit 3054225

30 files changed

+211
-100
lines changed

change/@azure-msal-browser-56c74863-6cbf-443b-9e2f-2c30e887310a.json

-7
This file was deleted.

change/@azure-msal-browser-77164596-1b36-4e47-8716-34ebd9257834.json

-7
This file was deleted.

change/@azure-msal-browser-7cbf844d-07a3-4eba-bcbc-2204a5809fbe.json

-7
This file was deleted.

change/@azure-msal-node-3f524a86-b5c2-440a-a714-4a246b800936.json

-7
This file was deleted.

change/@azure-msal-node-694500a8-c2bd-4902-a5ed-4d4b206e0c77.json

-7
This file was deleted.

change/@azure-msal-node-b12936ed-da98-48ac-9b2c-58a23b9e4cb4.json

-7
This file was deleted.

change/@azure-msal-node-c78412fb-3af7-464f-8378-3a7c0f673aa2.json

-7
This file was deleted.

change/@azure-msal-node-e6d368bc-f820-45bc-b4d1-af4f4494ebd1.json

-7
This file was deleted.

change/@azure-msal-node-extensions-49d24f56-b47c-41cb-aa0a-5de116e67663.json

-7
This file was deleted.

change/@azure-msal-react-44d47168-f085-45a8-a4e4-0657e9a35398.json

-7
This file was deleted.

change/@azure-msal-react-5f758fc7-cd1d-47b0-841c-59864640d3ce.json

-7
This file was deleted.

change/@azure-node-token-validation-7f710590-0a83-448e-9a03-d398955429f8.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": "Mon, 07 Mar 2022 23:28:43 GMT",
6+
"tag": "@azure/msal-node-extensions_v1.0.0-alpha.15",
7+
"version": "1.0.0-alpha.15",
8+
"comments": {
9+
"none": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@azure/msal-node-extensions",
13+
"commit": "4939a80fc6dea18841099446da011a9211243f54",
14+
"comment": "Update node-gyp to version 9 #4567"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 08 Feb 2022 00:41:06 GMT",
621
"tag": "@azure/msal-node-extensions_v1.0.0-alpha.15",

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": "Mon, 07 Mar 2022 23:28:43 GMT",
6+
"tag": "@azure/msal-angular_v2.1.2",
7+
"version": "2.1.2",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@azure/msal-angular",
13+
"comment": "Bump @azure/msal-browser to v2.22.1",
14+
"commit": "34ee02434be99db2e03376b5994579df27c4b546"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 08 Feb 2022 00:41:06 GMT",
621
"tag": "@azure/msal-angular_v2.1.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 Tue, 08 Feb 2022 00:41:06 GMT and should not be manually modified.
3+
This log was last generated on Mon, 07 Mar 2022 23:28:43 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 2.1.2
8+
9+
Mon, 07 Mar 2022 23:28:43 GMT
10+
11+
### Patches
12+
13+
- Bump @azure/msal-browser to v2.22.1
14+
715
## 2.1.1
816

917
Tue, 08 Feb 2022 00:41:06 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": "2.1.1",
3+
"version": "2.1.2",
44
"author": {
55
"name": "Microsoft",
66
"email": "[email protected]",
@@ -49,7 +49,7 @@
4949
"@angular/platform-browser": "~11.2.12",
5050
"@angular/platform-browser-dynamic": "~11.2.12",
5151
"@angular/router": "~11.2.12",
52-
"@azure/msal-browser": "^2.22.0",
52+
"@azure/msal-browser": "^2.22.1",
5353
"@types/jasmine": "~3.6.0",
5454
"@types/jasminewd2": "~2.0.3",
5555
"@types/node": "^12.11.1",
@@ -69,7 +69,7 @@
6969
"zone.js": "~0.10.3"
7070
},
7171
"peerDependencies": {
72-
"@azure/msal-browser": "^2.22.0",
72+
"@azure/msal-browser": "^2.22.1",
7373
"rxjs": "^6.0.0"
7474
},
7575
"dependencies": {}
+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 = "2.1.1";
3+
export const version = "2.1.2";

lib/msal-browser/CHANGELOG.json

+29
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
{
22
"name": "@azure/msal-browser",
33
"entries": [
4+
{
5+
"date": "Mon, 07 Mar 2022 23:28:43 GMT",
6+
"tag": "@azure/msal-browser_v2.22.1",
7+
"version": "2.22.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@azure/msal-browser",
13+
"commit": "131bde21ec44897898a8f461e80d3865129b6b6e",
14+
"comment": "Clear temporary cache when back button is clicked during redirect flow #4513"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "@azure/msal-browser",
19+
"commit": "8fba82a563a25eb92f5d071f0358ef24c4304595",
20+
"comment": "Don't reassign request object properties #4563"
21+
}
22+
],
23+
"none": [
24+
{
25+
"author": "[email protected]",
26+
"package": "@azure/msal-browser",
27+
"commit": "a67bd3b8d476268e1ac18840e6b03828c87f34d5",
28+
"comment": "Unit tests only"
29+
}
30+
]
31+
}
32+
},
433
{
534
"date": "Tue, 08 Feb 2022 00:41:06 GMT",
635
"tag": "@azure/msal-browser_v2.22.0",

lib/msal-browser/CHANGELOG.md

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

3-
This log was last generated on Tue, 08 Feb 2022 00:41:06 GMT and should not be manually modified.
3+
This log was last generated on Mon, 07 Mar 2022 23:28:43 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 2.22.1
8+
9+
Mon, 07 Mar 2022 23:28:43 GMT
10+
11+
### Patches
12+
13+
- Clear temporary cache when back button is clicked during redirect flow #4513 ([email protected])
14+
- Don't reassign request object properties #4563 ([email protected])
15+
716
## 2.22.0
817

918
Tue, 08 Feb 2022 00:41:06 GMT

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": "2.22.0",
13+
"version": "2.22.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 = "2.22.0";
3+
export const version = "2.22.1";

lib/msal-node/CHANGELOG.json

+43
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,49 @@
11
{
22
"name": "@azure/msal-node",
33
"entries": [
4+
{
5+
"date": "Mon, 07 Mar 2022 23:28:43 GMT",
6+
"tag": "@azure/msal-node_v1.7.0",
7+
"version": "1.7.0",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@azure/msal-node",
13+
"commit": "eb5b95017798be3081f4e93197ab4ffc767d22fd",
14+
"comment": "Fix support for claims-based token caching #4533"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "@azure/msal-node",
19+
"commit": "34ee02434be99db2e03376b5994579df27c4b546",
20+
"comment": "Persist authority in in memory cache #4081"
21+
}
22+
],
23+
"minor": [
24+
{
25+
"author": "[email protected]",
26+
"package": "@azure/msal-node",
27+
"commit": "51946eef5cd502f1edee4e37439396671496b31e",
28+
"comment": "Added nonce support to MSAL Node #4504"
29+
}
30+
],
31+
"none": [
32+
{
33+
"author": "[email protected]",
34+
"package": "@azure/msal-node",
35+
"commit": "a67bd3b8d476268e1ac18840e6b03828c87f34d5",
36+
"comment": "Unit tests only"
37+
},
38+
{
39+
"author": "[email protected]",
40+
"package": "@azure/msal-node",
41+
"commit": "d4353b05a90998a47f9f3feaef9b2ee5e88b3875",
42+
"comment": "Update axios to address follow-redirects alert #4517"
43+
}
44+
]
45+
}
46+
},
447
{
548
"date": "Tue, 08 Feb 2022 00:41:06 GMT",
649
"tag": "@azure/msal-node_v1.6.0",

lib/msal-node/CHANGELOG.md

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

3-
This log was last generated on Tue, 08 Feb 2022 00:41:06 GMT and should not be manually modified.
3+
This log was last generated on Mon, 07 Mar 2022 23:28:43 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.7.0
8+
9+
Mon, 07 Mar 2022 23:28:43 GMT
10+
11+
### Minor changes
12+
13+
- Added nonce support to MSAL Node #4504 ([email protected])
14+
15+
### Patches
16+
17+
- Fix support for claims-based token caching #4533 ([email protected])
18+
- Persist authority in in memory cache #4081 ([email protected])
19+
720
## 1.6.0
821

922
Tue, 08 Feb 2022 00:41:06 GMT

lib/msal-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/msal-node",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"author": {
55
"name": "Microsoft",
66
"email": "[email protected]",

lib/msal-node/src/packageMetadata.ts

+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-node";
3-
export const version = "1.6.0";
3+
export const version = "1.7.0";

lib/msal-react/CHANGELOG.json

+27
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"name": "@azure/msal-react",
33
"entries": [
4+
{
5+
"date": "Mon, 07 Mar 2022 23:28:43 GMT",
6+
"tag": "@azure/msal-react_v1.3.1",
7+
"version": "1.3.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@azure/msal-react",
13+
"commit": "e6b3968d047ce6e3bdb222223ae4282eb18227e3",
14+
"comment": "Update MsalProvider state values concurrently #4477"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "@azure/msal-react",
19+
"commit": "95465a80f32866286df51fefae00e8b3e7bde454",
20+
"comment": "Add react 18 as supported peer dependency #4546"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@azure/msal-react",
25+
"comment": "Bump @azure/msal-browser to v2.22.1",
26+
"commit": "34ee02434be99db2e03376b5994579df27c4b546"
27+
}
28+
]
29+
}
30+
},
431
{
532
"date": "Tue, 08 Feb 2022 00:41:07 GMT",
633
"tag": "@azure/msal-react_v1.3.0",

0 commit comments

Comments
 (0)