-
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
Jun 4, 2024
1 parent
8e4b664
commit 46f6e8a
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-angular-f0ec2f9a-33cf-4b4e-ade9-0be40add58ed.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-browser-fb04ad0b-d40c-4ba6-9624-c149992139a0.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@azure-msal-common-8a8d0399-ce75-4c96-8610-51235fc88f04.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.17"; | ||
export const version = "1.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,33 @@ | ||
{ | ||
"name": "@azure/msal-angular", | ||
"entries": [ | ||
{ | ||
"date": "Tue, 04 Jun 2024 00:08:57 GMT", | ||
"version": "3.0.19", | ||
"tag": "@azure/msal-angular_v3.0.19", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-angular", | ||
"commit": "8e4b664577672409573431df264307fb4864564d", | ||
"comment": "Fix query string instead of HostNameAndPort bug in MsalInterceptor #7137" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@azure/msal-angular", | ||
"comment": "Bump @azure/msal-browser to v3.16.0", | ||
"commit": "not available" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@azure/msal-angular", | ||
"comment": "Bump eslint-config-msal to v0.0.0", | ||
"commit": "not available" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 28 May 2024 21:37:23 GMT", | ||
"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,9 +1,19 @@ | ||
# Change Log - @azure/msal-angular | ||
|
||
This log was last generated on Tue, 28 May 2024 21:37:23 GMT and should not be manually modified. | ||
This log was last generated on Tue, 04 Jun 2024 00:08:57 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 3.0.19 | ||
|
||
Tue, 04 Jun 2024 00:08:57 GMT | ||
|
||
### Patches | ||
|
||
- Fix query string instead of HostNameAndPort bug in MsalInterceptor #7137 ([email protected]) | ||
- Bump @azure/msal-browser to v3.16.0 | ||
- Bump eslint-config-msal to v0.0.0 | ||
|
||
## 3.0.18 | ||
|
||
Tue, 28 May 2024 21:37:23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@azure/msal-angular", | ||
"version": "3.0.18", | ||
"version": "3.0.19", | ||
"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.15.0", | ||
"@azure/msal-browser": "^3.16.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.15.0", | ||
"@azure/msal-browser": "^3.16.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.18"; | ||
export const version = "3.0.19"; |
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, 04 Jun 2024 00:08:57 GMT", | ||
"version": "3.16.0", | ||
"tag": "@azure/msal-browser_v3.16.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-browser", | ||
"commit": "8e4b664577672409573431df264307fb4864564d", | ||
"comment": "Instrument pre-redirect flow #7134" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@azure/msal-browser", | ||
"comment": "Bump @azure/msal-common to v14.11.0", | ||
"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": "Tue, 28 May 2024 21:37:23 GMT", | ||
"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,9 +1,20 @@ | ||
# Change Log - @azure/msal-browser | ||
|
||
This log was last generated on Tue, 28 May 2024 21:37:23 GMT and should not be manually modified. | ||
This log was last generated on Tue, 04 Jun 2024 00:08:57 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 3.16.0 | ||
|
||
Tue, 04 Jun 2024 00:08:57 GMT | ||
|
||
### Minor changes | ||
|
||
- Instrument pre-redirect flow #7134 ([email protected]) | ||
- Bump @azure/msal-common to v14.11.0 | ||
- Bump eslint-config-msal to v0.0.0 | ||
- Bump msal-test-utils to v0.0.1 | ||
|
||
## 3.15.0 | ||
|
||
Tue, 28 May 2024 21:37:23 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.15.0"; | ||
export const version = "3.16.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, 04 Jun 2024 00:08:57 GMT", | ||
"version": "14.11.0", | ||
"tag": "@azure/msal-common_v14.11.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@azure/msal-common", | ||
"commit": "8e4b664577672409573431df264307fb4864564d", | ||
"comment": "Instrument pre-redirect flow #7134" | ||
}, | ||
{ | ||
"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": "Tue, 28 May 2024 21:37:23 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,9 +1,19 @@ | ||
# Change Log - @azure/msal-common | ||
|
||
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, 04 Jun 2024 00:08:57 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 14.11.0 | ||
|
||
Tue, 04 Jun 2024 00:08:57 GMT | ||
|
||
### Minor changes | ||
|
||
- Instrument pre-redirect flow #7134 ([email protected]) | ||
- Bump eslint-config-msal to v0.0.0 | ||
- Bump msal-test-utils to v0.0.1 | ||
|
||
## 14.10.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
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.10.0"; | ||
export const version = "14.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
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
Oops, something went wrong.