Skip to content

Commit

Permalink
October 2023 Patch Release (#6634)
Browse files Browse the repository at this point in the history
Co-authored-by: hectormmg <[email protected]>
  • Loading branch information
jo-arroyo and hectormmg authored Oct 30, 2023
1 parent c93777e commit b561834
Show file tree
Hide file tree
Showing 35 changed files with 249 additions and 108 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.

21 changes: 21 additions & 0 deletions extensions/msal-node-extensions/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@azure/msal-node-extensions",
"entries": [
{
"date": "Mon, 30 Oct 2023 21:38:25 GMT",
"version": "1.0.6",
"tag": "@azure/msal-node-extensions_v1.0.6",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@azure/msal-node-extensions",
"commit": "ffe542b30693153a63afeb3a98ff2804b846d13e",
"comment": "Fix downstream ESM imports, fixes #6573"
},
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump @azure/msal-common to v14.3.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 18 Oct 2023 17:24:19 GMT",
"version": "1.0.5",
Expand Down
11 changes: 10 additions & 1 deletion extensions/msal-node-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @azure/msal-node-extensions

This log was last generated on Wed, 18 Oct 2023 17:24:19 GMT and should not be manually modified.
This log was last generated on Mon, 30 Oct 2023 21:38:25 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.6

Mon, 30 Oct 2023 21:38:25 GMT

### Patches

- Fix downstream ESM imports, fixes #6573 ([email protected])
- Bump @azure/msal-common to v14.3.0

## 1.0.5

Wed, 18 Oct 2023 17:24:19 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.5",
"version": "1.0.6",
"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.2.0",
"@azure/msal-common": "14.3.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.5";
export const version = "1.0.6";
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": "Mon, 30 Oct 2023 21:38:25 GMT",
"version": "3.0.7",
"tag": "@azure/msal-angular_v3.0.7",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump @azure/msal-browser to v3.4.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 18 Oct 2023 17:24:19 GMT",
"version": "3.0.6",
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 Wed, 18 Oct 2023 17:24:19 GMT and should not be manually modified.
This log was last generated on Mon, 30 Oct 2023 21:38:25 GMT and should not be manually modified.

<!-- Start content -->

## 3.0.7

Mon, 30 Oct 2023 21:38:25 GMT

### Patches

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

## 3.0.6

Wed, 18 Oct 2023 17:24:19 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.6",
"version": "3.0.7",
"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.3.0",
"@azure/msal-browser": "^3.4.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.3.0",
"@azure/msal-browser": "^3.4.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.6';
export const version = '3.0.7';
47 changes: 47 additions & 0 deletions lib/msal-browser/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,53 @@
{
"name": "@azure/msal-browser",
"entries": [
{
"date": "Mon, 30 Oct 2023 21:38:24 GMT",
"version": "3.4.0",
"tag": "@azure/msal-browser_v3.4.0",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "a9442419c825fdf209114820aae300b79a32452a",
"comment": "Fix iframe fallback when RT is not found in cache"
},
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "bf61f42aff220c33ae4b0e248cc4aa9009306f3a",
"comment": "Use invokeAsync in popup/redirect flows"
},
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "9296e4b86b6834c6160583771a598bf9de59372d",
"comment": "Add inlineDynamicImports to rollup config to fix CJS build. Make factory methods basic functions #6615"
}
],
"minor": [
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "3e4c956c57e1476632cab77832493d4d0c51470b",
"comment": "Don't use temporary cache for silent & popup flows #6586"
},
{
"author": "[email protected]",
"package": "@azure/msal-browser",
"commit": "5f49a5e39a6d0d5ae319c7a21ed18d06d8a6fd51",
"comment": "Refactor token cache entities to be defined as Types rather than Classes #6580"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump @azure/msal-common to v14.3.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 18 Oct 2023 17:24:19 GMT",
"version": "3.3.0",
Expand Down
18 changes: 17 additions & 1 deletion lib/msal-browser/CHANGELOG.md
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 Wed, 18 Oct 2023 17:24:19 GMT and should not be manually modified.
This log was last generated on Mon, 30 Oct 2023 21:38:24 GMT and should not be manually modified.

<!-- Start content -->

## 3.4.0

Mon, 30 Oct 2023 21:38:24 GMT

### Minor changes

- Don't use temporary cache for silent & popup flows #6586 ([email protected])
- Refactor token cache entities to be defined as Types rather than Classes #6580 ([email protected])
- Bump @azure/msal-common to v14.3.0

### Patches

- Fix iframe fallback when RT is not found in cache ([email protected])
- Use invokeAsync in popup/redirect flows ([email protected])
- Add inlineDynamicImports to rollup config to fix CJS build. Make factory methods basic functions #6615 ([email protected])

## 3.3.0

Wed, 18 Oct 2023 17:24:19 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.3.0",
"version": "3.4.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.2.0"
"@azure/msal-common": "14.3.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.3.0";
export const version = "3.4.0";
29 changes: 29 additions & 0 deletions lib/msal-common/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
{
"name": "@azure/msal-common",
"entries": [
{
"date": "Mon, 30 Oct 2023 21:38:25 GMT",
"version": "14.3.0",
"tag": "@azure/msal-common_v14.3.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@azure/msal-common",
"commit": "5f49a5e39a6d0d5ae319c7a21ed18d06d8a6fd51",
"comment": "Refactor token cache entities to be defined as Types rather than Classes #6580"
}
],
"patch": [
{
"author": "[email protected]",
"package": "@azure/msal-common",
"commit": "3e4c956c57e1476632cab77832493d4d0c51470b",
"comment": "Don't use temporary cache for silent & popup flows #6586"
},
{
"author": "[email protected]",
"package": "@azure/msal-common",
"commit": "c93777ed04311851fe2a7028bb5d86e073c98f52",
"comment": "Fix hardcoded metadata fetching for tenanted authorities #6622"
}
]
}
},
{
"date": "Wed, 18 Oct 2023 17:24:19 GMT",
"version": "14.2.0",
Expand Down
15 changes: 14 additions & 1 deletion lib/msal-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log - @azure/msal-common

This log was last generated on Wed, 18 Oct 2023 17:24:19 GMT and should not be manually modified.
This log was last generated on Mon, 30 Oct 2023 21:38:25 GMT and should not be manually modified.

<!-- Start content -->

## 14.3.0

Mon, 30 Oct 2023 21:38:25 GMT

### Minor changes

- Refactor token cache entities to be defined as Types rather than Classes #6580 ([email protected])

### Patches

- Don't use temporary cache for silent & popup flows #6586 ([email protected])
- Fix hardcoded metadata fetching for tenanted authorities #6622 ([email protected])

## 14.2.0

Wed, 18 Oct 2023 17:24:19 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.2.0",
"version": "14.3.0",
"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.2.0";
export const version = "14.3.0";
Loading

0 comments on commit b561834

Please sign in to comment.