Skip to content

October Release #2 #6587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions extensions/msal-node-extensions/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@azure/msal-node-extensions",
"entries": [
{
"date": "Wed, 18 Oct 2023 17:24:19 GMT",
"version": "1.0.5",
"tag": "@azure/msal-node-extensions_v1.0.5",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump @azure/msal-common to v14.2.0",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 05 Oct 2023 18:06:40 GMT",
"version": "1.0.4",
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 Thu, 05 Oct 2023 18:06:40 GMT and should not be manually modified.
This log was last generated on Wed, 18 Oct 2023 17:24:19 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.5

Wed, 18 Oct 2023 17:24:19 GMT

### Patches

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

## 1.0.4

Thu, 05 Oct 2023 18:06:40 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.4",
"version": "1.0.5",
"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.1.0",
"@azure/msal-common": "14.2.0",
"@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.4";
export const version = "1.0.5";
15 changes: 15 additions & 0 deletions lib/msal-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@azure/msal-angular",
"entries": [
{
"date": "Wed, 18 Oct 2023 17:24:19 GMT",
"version": "3.0.6",
"tag": "@azure/msal-angular_v3.0.6",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump @azure/msal-browser to v3.3.0",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 05 Oct 2023 18:06:44 GMT",
"version": "3.0.5",
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 Thu, 05 Oct 2023 18:06:44 GMT and should not be manually modified.
This log was last generated on Wed, 18 Oct 2023 17:24:19 GMT and should not be manually modified.

<!-- Start content -->

## 3.0.6

Wed, 18 Oct 2023 17:24:19 GMT

### Patches

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

## 3.0.5

Thu, 05 Oct 2023 18:06: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.5",
"version": "3.0.6",
"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.2.0",
"@azure/msal-browser": "^3.3.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
Expand All @@ -71,7 +71,7 @@
"zone.js": "~0.11.8"
},
"peerDependencies": {
"@azure/msal-browser": "^3.2.0",
"@azure/msal-browser": "^3.3.0",
"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.5';
export const version = '3.0.6';
59 changes: 59 additions & 0 deletions lib/msal-browser/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,65 @@
{
"name": "@azure/msal-browser",
"entries": [
{
"date": "Wed, 18 Oct 2023 17:24:19 GMT",
"version": "3.3.0",
"tag": "@azure/msal-browser_v3.3.0",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "cfac159c239152524542e7fe6d76ca5e0b415b7f",
"comment": "Instrument create/remove hidden iframe & refactor monitorIframeForHash #6533"
},
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "31fb0a77a6bf9db77a41330fa09a76db4ff030c0",
"comment": "Additional ATS instrumentation #6562"
},
{
"author": "email not defined",
"package": "@azure/msal-browser",
"commit": "d5ae4e0ea383a70cd74d75002b16d7583b2809e2",
"comment": "addressing rollup issue based on combined configuration"
}
],
"minor": [
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "0f5e6c2142889ea9f43d808f270aec9264afd363",
"comment": "Build account objects from cached ID Token #6529"
},
{
"author": "email not defined",
"package": "@azure/msal-browser",
"commit": "618c4caa4bf0fb0bd64128dadb7a0c8a681c6b87",
"comment": "Added new PublicClientNext and additional Operating Contexts and associated Controllers; Initially to address NestedAppAuth. #6359"
},
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "487be359ff08d4c8fc82a7232d04048172023409",
"comment": "Replace custom encoder with TextEncoder in code challenge generator #6560"
},
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "3f02f79c53c5904494e7d8bc15ffab36971a7f26",
"comment": "Preconnect to authority to speed up /token calls #6550"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump @azure/msal-common to v14.2.0",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 05 Oct 2023 18:06:42 GMT",
"version": "3.2.0",
Expand Down
20 changes: 19 additions & 1 deletion lib/msal-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
# Change Log - @azure/msal-browser

This log was last generated on Thu, 05 Oct 2023 18:06:42 GMT and should not be manually modified.
This log was last generated on Wed, 18 Oct 2023 17:24:19 GMT and should not be manually modified.

<!-- Start content -->

## 3.3.0

Wed, 18 Oct 2023 17:24:19 GMT

### Minor changes

- Build account objects from cached ID Token #6529 ([email protected])
- Added new PublicClientNext and additional Operating Contexts and associated Controllers; Initially to address NestedAppAuth. #6359 (email not defined)
- Replace custom encoder with TextEncoder in code challenge generator #6560 ([email protected])
- Preconnect to authority to speed up /token calls #6550 ([email protected])
- Bump @azure/msal-common to v14.2.0

### Patches

- Instrument create/remove hidden iframe & refactor monitorIframeForHash #6533 ([email protected])
- Additional ATS instrumentation #6562 ([email protected])
- addressing rollup issue based on combined configuration (email not defined)

## 3.2.0

Thu, 05 Oct 2023 18:06:42 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.2.0",
"version": "3.3.0",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down Expand Up @@ -100,6 +100,6 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@azure/msal-common": "14.1.0"
"@azure/msal-common": "14.2.0"
}
}
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.2.0";
export const version = "3.3.0";
35 changes: 35 additions & 0 deletions lib/msal-common/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
{
"name": "@azure/msal-common",
"entries": [
{
"date": "Wed, 18 Oct 2023 17:24:19 GMT",
"version": "14.2.0",
"tag": "@azure/msal-common_v14.2.0",
"comments": {
"patch": [
{
"author": "email not defined",
"package": "@azure/msal-common",
"commit": "618c4caa4bf0fb0bd64128dadb7a0c8a681c6b87",
"comment": "Added some new error codes/messages for NestedAppAuth. #6359"
},
{
"author": "[email protected]",
"package": "@azure/msal-common",
"commit": "cfac159c239152524542e7fe6d76ca5e0b415b7f",
"comment": "Add new PerformanceEvents for create/remove hidden iframe #6533"
},
{
"author": "[email protected]",
"package": "@azure/msal-common",
"commit": "31fb0a77a6bf9db77a41330fa09a76db4ff030c0",
"comment": "Additional ATS instrumentation #6562"
}
],
"minor": [
{
"author": "[email protected]",
"package": "@azure/msal-common",
"commit": "0f5e6c2142889ea9f43d808f270aec9264afd363",
"comment": "Build account objects from cached ID Token #6529"
}
]
}
},
{
"date": "Thu, 05 Oct 2023 18:06:41 GMT",
"version": "14.1.0",
Expand Down
Loading