-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
MSAL.js Release Automation
committed
Jul 16, 2024
1 parent
5eabb42
commit 22651b3
Showing
32 changed files
with
250 additions
and
63 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-browser-e9608897-9661-4710-a6de-258b1797f95c.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-common-b6c12ea5-317c-4f0a-ab8e-ed6d3b659935.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-node-b4962068-75d2-482f-8866-07bdd0556859.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/* eslint-disable header/header */ | ||
export const name = "@azure/msal-node-extensions"; | ||
export const version = "1.0.20"; | ||
export const version = "1.0.21"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@azure/msal-angular", | ||
"version": "3.0.21", | ||
"version": "3.0.22", | ||
"author": { | ||
"name": "Microsoft", | ||
"email": "[email protected]", | ||
|
@@ -50,7 +50,7 @@ | |
"@angular/platform-browser": "^15.1.4", | ||
"@angular/platform-browser-dynamic": "^15.1.4", | ||
"@angular/router": "^15.1.4", | ||
"@azure/msal-browser": "^3.18.0", | ||
"@azure/msal-browser": "^3.19.1", | ||
"@types/jasmine": "~3.6.0", | ||
"@types/jasminewd2": "~2.0.3", | ||
"@types/node": "^12.11.1", | ||
|
@@ -71,7 +71,7 @@ | |
"zone.js": "~0.11.8" | ||
}, | ||
"peerDependencies": { | ||
"@azure/msal-browser": "^3.18.0", | ||
"@azure/msal-browser": "^3.19.1", | ||
"rxjs": "^7.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/* eslint-disable header/header */ | ||
export const name = "@azure/msal-angular"; | ||
export const version = "3.0.21"; | ||
export const version = "3.0.22"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,39 @@ | ||
{ | ||
"name": "@azure/msal-browser", | ||
"entries": [ | ||
{ | ||
"date": "Tue, 16 Jul 2024 18:22:27 GMT", | ||
"version": "3.19.1", | ||
"tag": "@azure/msal-browser_v3.19.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-browser", | ||
"commit": "5eabb42fe253ca40be6ded4158e63da2b8a2c6ec", | ||
"comment": "Generate tenantProfile even without idTokenClaims" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@azure/msal-browser", | ||
"comment": "Bump @azure/msal-common to v14.13.1", | ||
"commit": "not available" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@azure/msal-browser", | ||
"comment": "Bump eslint-config-msal to v0.0.0", | ||
"commit": "not available" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@azure/msal-browser", | ||
"comment": "Bump msal-test-utils to v0.0.1", | ||
"commit": "not available" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 12 Jul 2024 19:56:47 GMT", | ||
"version": "3.19.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,20 @@ | ||
# Change Log - @azure/msal-browser | ||
|
||
This log was last generated on Fri, 12 Jul 2024 19:56:47 GMT and should not be manually modified. | ||
This log was last generated on Tue, 16 Jul 2024 18:22:27 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 3.19.1 | ||
|
||
Tue, 16 Jul 2024 18:22:27 GMT | ||
|
||
### Patches | ||
|
||
- Generate tenantProfile even without idTokenClaims ([email protected]) | ||
- Bump @azure/msal-common to v14.13.1 | ||
- Bump eslint-config-msal to v0.0.0 | ||
- Bump msal-test-utils to v0.0.1 | ||
|
||
## 3.19.0 | ||
|
||
Fri, 12 Jul 2024 19:56:47 GMT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/* eslint-disable header/header */ | ||
export const name = "@azure/msal-browser"; | ||
export const version = "3.19.0"; | ||
export const version = "3.19.1"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,33 @@ | ||
{ | ||
"name": "@azure/msal-common", | ||
"entries": [ | ||
{ | ||
"date": "Tue, 16 Jul 2024 18:22:27 GMT", | ||
"version": "14.13.1", | ||
"tag": "@azure/msal-common_v14.13.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-common", | ||
"commit": "5eabb42fe253ca40be6ded4158e63da2b8a2c6ec", | ||
"comment": "Generate tenantProfile even without idTokenClaims" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@azure/msal-common", | ||
"comment": "Bump eslint-config-msal to v0.0.0", | ||
"commit": "not available" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@azure/msal-common", | ||
"comment": "Bump msal-test-utils to v0.0.1", | ||
"commit": "not available" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 01 Jul 2024 19:18:29 GMT", | ||
"version": "14.13.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
# Change Log - @azure/msal-common | ||
|
||
This log was last generated on Mon, 01 Jul 2024 19:18:29 GMT and should not be manually modified. | ||
This log was last generated on Tue, 16 Jul 2024 18:22:27 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 14.13.1 | ||
|
||
Tue, 16 Jul 2024 18:22:27 GMT | ||
|
||
### Patches | ||
|
||
- Generate tenantProfile even without idTokenClaims ([email protected]) | ||
- Bump eslint-config-msal to v0.0.0 | ||
- Bump msal-test-utils to v0.0.1 | ||
|
||
## 14.13.0 | ||
|
||
Mon, 01 Jul 2024 19:18:29 GMT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/* eslint-disable header/header */ | ||
export const name = "@azure/msal-common"; | ||
export const version = "14.13.0"; | ||
export const version = "14.13.1"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,33 @@ | ||
{ | ||
"name": "@azure/msal-node", | ||
"entries": [ | ||
{ | ||
"date": "Tue, 16 Jul 2024 18:22:27 GMT", | ||
"version": "2.11.1", | ||
"tag": "@azure/msal-node_v2.11.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-node", | ||
"commit": "5eabb42fe253ca40be6ded4158e63da2b8a2c6ec", | ||
"comment": "SHA-256 thumbprints now use PSS padding #7200" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@azure/msal-node", | ||
"comment": "Bump @azure/msal-common to v14.13.1", | ||
"commit": "not available" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@azure/msal-node", | ||
"comment": "Bump eslint-config-msal to v0.0.0", | ||
"commit": "not available" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 12 Jul 2024 19:56:47 GMT", | ||
"version": "2.11.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
# Change Log - @azure/msal-node | ||
|
||
This log was last generated on Fri, 12 Jul 2024 19:56:47 GMT and should not be manually modified. | ||
This log was last generated on Tue, 16 Jul 2024 18:22:27 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 2.11.1 | ||
|
||
Tue, 16 Jul 2024 18:22:27 GMT | ||
|
||
### Patches | ||
|
||
- SHA-256 thumbprints now use PSS padding #7200 ([email protected]) | ||
- Bump @azure/msal-common to v14.13.1 | ||
- Bump eslint-config-msal to v0.0.0 | ||
|
||
## 2.11.0 | ||
|
||
Fri, 12 Jul 2024 19:56:47 GMT | ||
|
Oops, something went wrong.