-
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
May 28, 2024
1 parent
86619c7
commit 28a0441
Showing
31 changed files
with
255 additions
and
91 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-browser-00455612-6510-4e44-9f9d-261720c76b5a.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-browser-06b8a8a2-ab19-4b21-ae81-9b8ebc68afe7.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-browser-1d959757-8f76-4f7e-9838-21d5dfa5bd66.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-browser-557666fc-3079-4825-873f-f2b27715aa76.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-browser-a8538484-10f6-4cc2-903d-76e1b14ad545.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-common-1673d56d-8ee5-4831-ba4b-97f6a2527f7c.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-node-57db4095-d80e-49e1-b4ca-835fe9d50cb3.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-node-9180a1ce-eabc-439f-8951-fc4897a9f38e.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-react-ac0f1cd0-db12-4476-925b-a7c0a150ac88.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.16"; | ||
export const version = "1.0.17"; |
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.17", | ||
"version": "3.0.18", | ||
"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.14.0", | ||
"@azure/msal-browser": "^3.15.0", | ||
"@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.14.0", | ||
"@azure/msal-browser": "^3.15.0", | ||
"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.17"; | ||
export const version = "3.0.18"; |
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,61 @@ | ||
{ | ||
"name": "@azure/msal-browser", | ||
"entries": [ | ||
{ | ||
"date": "Tue, 28 May 2024 21:37:23 GMT", | ||
"version": "3.15.0", | ||
"tag": "@azure/msal-browser_v3.15.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-browser", | ||
"commit": "86619c7c51c99b61b2ae3525fc257c7070452e64", | ||
"comment": "Add createNestablePublicClientApplication()" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-browser", | ||
"commit": "86619c7c51c99b61b2ae3525fc257c7070452e64", | ||
"comment": "Instrument preflight check errors #7113" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-browser", | ||
"commit": "86619c7c51c99b61b2ae3525fc257c7070452e64", | ||
"comment": "Support cache in NAA apps #7072" | ||
}, | ||
{ | ||
"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": "86619c7c51c99b61b2ae3525fc257c7070452e64", | ||
"comment": "Fix miscalculation of expiresIn in hydrateCache() API" | ||
} | ||
], | ||
"none": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-browser", | ||
"commit": "86619c7c51c99b61b2ae3525fc257c7070452e64", | ||
"comment": "Add API Extractor Build Step #7097" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 06 May 2024 23:48:17 GMT", | ||
"version": "3.14.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,25 @@ | ||
# Change Log - @azure/msal-browser | ||
|
||
This log was last generated on Mon, 06 May 2024 23:48:17 GMT and should not be manually modified. | ||
This log was last generated on Tue, 28 May 2024 21:37:23 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 3.15.0 | ||
|
||
Tue, 28 May 2024 21:37:23 GMT | ||
|
||
### Minor changes | ||
|
||
- Add createNestablePublicClientApplication() ([email protected]) | ||
- Instrument preflight check errors #7113 ([email protected]) | ||
- Support cache in NAA apps #7072 ([email protected]) | ||
- Bump eslint-config-msal to v0.0.0 | ||
- Bump msal-test-utils to v0.0.1 | ||
|
||
### Patches | ||
|
||
- Fix miscalculation of expiresIn in hydrateCache() API ([email protected]) | ||
|
||
## 3.14.0 | ||
|
||
Mon, 06 May 2024 23:48:17 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,3 +1,3 @@ | ||
/* eslint-disable header/header */ | ||
export const name = "@azure/msal-browser"; | ||
export const version = "3.14.0"; | ||
export const version = "3.15.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,33 @@ | ||
{ | ||
"name": "@azure/msal-common", | ||
"entries": [ | ||
{ | ||
"date": "Tue, 28 May 2024 21:37:23 GMT", | ||
"version": "14.10.0", | ||
"tag": "@azure/msal-common_v14.10.0", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-common", | ||
"commit": "86619c7c51c99b61b2ae3525fc257c7070452e64", | ||
"comment": "Add API Extractor Build Step #7097" | ||
}, | ||
{ | ||
"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, 06 May 2024 23:48:17 GMT", | ||
"version": "14.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,6 +1,35 @@ | ||
{ | ||
"name": "@azure/msal-node", | ||
"entries": [ | ||
{ | ||
"date": "Tue, 28 May 2024 21:37:23 GMT", | ||
"version": "2.9.0", | ||
"tag": "@azure/msal-node_v2.9.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-node", | ||
"commit": "86619c7c51c99b61b2ae3525fc257c7070452e64", | ||
"comment": "Added API for Managed Identity to detect the current environment #7093" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@azure/msal-node", | ||
"comment": "Bump eslint-config-msal to v0.0.0", | ||
"commit": "not available" | ||
} | ||
], | ||
"none": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-node", | ||
"commit": "86619c7c51c99b61b2ae3525fc257c7070452e64", | ||
"comment": "Add API Extractor Build Step #7097" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 13 May 2024 18:03:26 GMT", | ||
"version": "2.8.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,9 +1,18 @@ | ||
# Change Log - @azure/msal-node | ||
|
||
This log was last generated on Mon, 13 May 2024 18:03:26 GMT and should not be manually modified. | ||
This log was last generated on Tue, 28 May 2024 21:37:23 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 2.9.0 | ||
|
||
Tue, 28 May 2024 21:37:23 GMT | ||
|
||
### Minor changes | ||
|
||
- Added API for Managed Identity to detect the current environment #7093 ([email protected]) | ||
- Bump eslint-config-msal to v0.0.0 | ||
|
||
## 2.8.1 | ||
|
||
Mon, 13 May 2024 18:03:26 GMT | ||
|
Oops, something went wrong.