-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 12, 2024
1 parent
2ff18f2
commit 0ba711a
Showing
15 changed files
with
96 additions
and
38 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-browser-2f922381-a179-4324-ac06-2b22b4c323e7.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-browser-e49fa6cc-c5d6-4872-8524-8259462f8657.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-browser-eecce831-c1f6-4fe0-a200-8e7708614e02.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-node-b684bbd7-5c63-44e8-902f-876ff9bf2fb7.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,47 @@ | ||
{ | ||
"name": "@azure/msal-browser", | ||
"entries": [ | ||
{ | ||
"date": "Fri, 12 Jul 2024 19:56:47 GMT", | ||
"version": "3.19.0", | ||
"tag": "@azure/msal-browser_v3.19.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-browser", | ||
"commit": "2ff18f23f0631507ccbf966478b152b02c9d25af", | ||
"comment": "Add missing param to PCA.initialize #7194" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-browser", | ||
"commit": "2ff18f23f0631507ccbf966478b152b02c9d25af", | ||
"comment": "Add correlation id param to initialize and clearTokensAndKeysWithClaims APIs to streamline telemetry data analysis #7190" | ||
}, | ||
{ | ||
"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" | ||
} | ||
], | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-browser", | ||
"commit": "2ff18f23f0631507ccbf966478b152b02c9d25af", | ||
"comment": "Remove onRedirectNative call back function in native ATRedirect calls #7193" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 01 Jul 2024 19:18:29 GMT", | ||
"version": "3.18.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,24 @@ | ||
# Change Log - @azure/msal-browser | ||
|
||
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 Fri, 12 Jul 2024 19:56:47 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 3.19.0 | ||
|
||
Fri, 12 Jul 2024 19:56:47 GMT | ||
|
||
### Minor changes | ||
|
||
- Add missing param to PCA.initialize #7194 ([email protected]) | ||
- Add correlation id param to initialize and clearTokensAndKeysWithClaims APIs to streamline telemetry data analysis #7190 ([email protected]) | ||
- Bump eslint-config-msal to v0.0.0 | ||
- Bump msal-test-utils to v0.0.1 | ||
|
||
### Patches | ||
|
||
- Remove onRedirectNative call back function in native ATRedirect calls #7193 ([email protected]) | ||
|
||
## 3.18.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-browser"; | ||
export const version = "3.18.0"; | ||
export const 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,6 +1,27 @@ | ||
{ | ||
"name": "@azure/msal-node", | ||
"entries": [ | ||
{ | ||
"date": "Fri, 12 Jul 2024 19:56:47 GMT", | ||
"version": "2.11.0", | ||
"tag": "@azure/msal-node_v2.11.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-node", | ||
"commit": "2ff18f23f0631507ccbf966478b152b02c9d25af", | ||
"comment": "Deprecated SHA-1 thumbprint for clientCertificate #7185" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@azure/msal-node", | ||
"comment": "Bump eslint-config-msal to v0.0.0", | ||
"commit": "not available" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 01 Jul 2024 19:18:29 GMT", | ||
"version": "2.10.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,18 @@ | ||
# Change Log - @azure/msal-node | ||
|
||
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 Fri, 12 Jul 2024 19:56:47 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 2.11.0 | ||
|
||
Fri, 12 Jul 2024 19:56:47 GMT | ||
|
||
### Minor changes | ||
|
||
- Deprecated SHA-1 thumbprint for clientCertificate #7185 ([email protected]) | ||
- Bump eslint-config-msal to v0.0.0 | ||
|
||
## 2.10.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@azure/msal-node", | ||
"version": "2.10.0", | ||
"version": "2.11.0", | ||
"author": { | ||
"name": "Microsoft", | ||
"email": "[email protected]", | ||
|
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"; | ||
export const version = "2.10.0"; | ||
export const version = "2.11.0"; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.