Skip to content

Commit

Permalink
August 2023 Patch Release #2 (#6367)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormmg authored Aug 18, 2023
1 parent 05b714f commit c3a508b
Show file tree
Hide file tree
Showing 36 changed files with 258 additions and 121 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

23 changes: 23 additions & 0 deletions extensions/msal-node-extensions/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@azure/msal-node-extensions",
"entries": [
{
"date": "Fri, 18 Aug 2023 18:40:02 GMT",
"tag": "@azure/msal-node-extensions_v1.0.2",
"version": "1.0.2",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@azure/msal-node-extensions",
"commit": "d6bdb1c9987e54a347874537025c17e70b546f36",
"comment": "Typedocs"
}
],
"patch": [
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump @azure/msal-common to v14.0.2",
"commit": "05b714f7670e8195f9440f8dd2f750ba6896c3bb"
}
]
}
},
{
"date": "Fri, 11 Aug 2023 19:00:44 GMT",
"tag": "@azure/msal-node-extensions_v1.0.1",
Expand Down
10 changes: 9 additions & 1 deletion extensions/msal-node-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @azure/msal-node-extensions

This log was last generated on Fri, 11 Aug 2023 19:00:44 GMT and should not be manually modified.
This log was last generated on Fri, 18 Aug 2023 18:40:02 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.2

Fri, 18 Aug 2023 18:40:02 GMT

### Patches

- Bump @azure/msal-common to v14.0.2

## 1.0.1

Fri, 11 Aug 2023 19:00:44 GMT
Expand Down
4 changes: 2 additions & 2 deletions extensions/msal-node-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/msal-node-extensions",
"version": "1.0.1",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
Expand Down Expand Up @@ -57,7 +57,7 @@
]
},
"dependencies": {
"@azure/msal-common": "14.0.1",
"@azure/msal-common": "14.0.2",
"@azure/msal-node-runtime": "^0.13.6-alpha.0",
"keytar": "^7.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion extensions/msal-node-extensions/src/packageMetadata.ts
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.1";
export const version = "1.0.2";
23 changes: 23 additions & 0 deletions lib/msal-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@azure/msal-angular",
"entries": [
{
"date": "Fri, 18 Aug 2023 18:40:03 GMT",
"tag": "@azure/msal-angular_v3.0.2",
"version": "3.0.2",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@azure/msal-angular",
"commit": "d6bdb1c9987e54a347874537025c17e70b546f36",
"comment": "Typedocs"
}
],
"patch": [
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump @azure/msal-browser to v3.0.2",
"commit": "05b714f7670e8195f9440f8dd2f750ba6896c3bb"
}
]
}
},
{
"date": "Fri, 11 Aug 2023 19:00:44 GMT",
"tag": "@azure/msal-angular_v3.0.1",
Expand Down
10 changes: 9 additions & 1 deletion lib/msal-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @azure/msal-angular

This log was last generated on Fri, 11 Aug 2023 19:00:44 GMT and should not be manually modified.
This log was last generated on Fri, 18 Aug 2023 18:40:03 GMT and should not be manually modified.

<!-- Start content -->

## 3.0.2

Fri, 18 Aug 2023 18:40:03 GMT

### Patches

- Bump @azure/msal-browser to v3.0.2

## 3.0.1

Fri, 11 Aug 2023 19:00:44 GMT
Expand Down
6 changes: 3 additions & 3 deletions lib/msal-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/msal-angular",
"version": "3.0.1",
"version": "3.0.2",
"author": {
"name": "Microsoft",
"email": "[email protected]",
Expand Down Expand Up @@ -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.0.1",
"@azure/msal-browser": "^3.0.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
Expand All @@ -70,7 +70,7 @@
"zone.js": "~0.11.8"
},
"peerDependencies": {
"@azure/msal-browser": "^3.0.1",
"@azure/msal-browser": "^3.0.2",
"rxjs": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion lib/msal-angular/src/packageMetadata.ts
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.1';
export const version = '3.0.2';
35 changes: 35 additions & 0 deletions lib/msal-browser/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
{
"name": "@azure/msal-browser",
"entries": [
{
"date": "Fri, 18 Aug 2023 18:40:03 GMT",
"tag": "@azure/msal-browser_v3.0.2",
"version": "3.0.2",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "212d1ba6a2069298ca496f95d5e8fc0489990779",
"comment": "Fix input parameter type for addEventCallback"
},
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "739f260318705f7832623adcd9470d2b40b53693",
"comment": "Extend hydrateCache request type to include ssoSilentRequest, PopupRequest and RedirectRequest #6329"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump @azure/msal-common to v14.0.2",
"commit": "05b714f7670e8195f9440f8dd2f750ba6896c3bb"
}
],
"none": [
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "d6bdb1c9987e54a347874537025c17e70b546f36",
"comment": "Typedocs"
}
]
}
},
{
"date": "Fri, 11 Aug 2023 19:00:44 GMT",
"tag": "@azure/msal-browser_v3.0.1",
Expand Down
12 changes: 11 additions & 1 deletion lib/msal-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @azure/msal-browser

This log was last generated on Fri, 11 Aug 2023 19:00:44 GMT and should not be manually modified.
This log was last generated on Fri, 18 Aug 2023 18:40:03 GMT and should not be manually modified.

<!-- Start content -->

## 3.0.2

Fri, 18 Aug 2023 18:40:03 GMT

### Patches

- Fix input parameter type for addEventCallback ([email protected])
- Extend hydrateCache request type to include ssoSilentRequest, PopupRequest and RedirectRequest #6329 ([email protected])
- Bump @azure/msal-common to v14.0.2

## 3.0.1

Fri, 11 Aug 2023 19:00:44 GMT
Expand Down
4 changes: 2 additions & 2 deletions lib/msal-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
},
"version": "3.0.1",
"version": "3.0.2",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down Expand Up @@ -98,6 +98,6 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@azure/msal-common": "14.0.1"
"@azure/msal-common": "14.0.2"
}
}
2 changes: 1 addition & 1 deletion lib/msal-browser/src/packageMetadata.ts
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.0.1";
export const version = "3.0.2";
23 changes: 23 additions & 0 deletions lib/msal-common/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@azure/msal-common",
"entries": [
{
"date": "Fri, 18 Aug 2023 18:40:02 GMT",
"tag": "@azure/msal-common_v14.0.2",
"version": "14.0.2",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@azure/msal-common",
"commit": "00a8f2270bd7d39362710ae0119e74e1cac86bcc",
"comment": "Fix authority endpoint version for B2C authorities #6342"
}
],
"none": [
{
"author": "[email protected]",
"package": "@azure/msal-common",
"commit": "d6bdb1c9987e54a347874537025c17e70b546f36",
"comment": "Typedocs"
}
]
}
},
{
"date": "Fri, 11 Aug 2023 19:00:44 GMT",
"tag": "@azure/msal-common_v14.0.1",
Expand Down
10 changes: 9 additions & 1 deletion lib/msal-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @azure/msal-common

This log was last generated on Fri, 11 Aug 2023 19:00:44 GMT and should not be manually modified.
This log was last generated on Fri, 18 Aug 2023 18:40:02 GMT and should not be manually modified.

<!-- Start content -->

## 14.0.2

Fri, 18 Aug 2023 18:40:02 GMT

### Patches

- Fix authority endpoint version for B2C authorities #6342 ([email protected])

## 14.0.1

Fri, 11 Aug 2023 19:00:44 GMT
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
},
"version": "14.0.1",
"version": "14.0.2",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-common/src/packageMetadata.ts
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.0.1";
export const version = "14.0.2";
Loading

0 comments on commit c3a508b

Please sign in to comment.