Skip to content
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.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions change/msal-c4927bb6-8eba-4f70-807f-362f329f2e3d.json

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": "Mon, 09 Jan 2023 22:44:58 GMT",
"tag": "@azure/msal-node-extensions_v1.0.0-alpha.29",
"version": "1.0.0-alpha.29",
"comments": {
"none": [
{
"author": "thomas.norling@microsoft.com",
"package": "@azure/msal-node-extensions",
"commit": "67a1646f747e9885b0abd8996c91c474ad655ba4",
"comment": "Address dependabot alerts"
}
],
"prerelease": [
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump @azure/msal-common to v9.0.2",
"commit": "1c8f7d7e2fde5d0b701f7eb5bd1866177a5f8794"
}
]
}
},
{
"date": "Wed, 07 Dec 2022 16:53:07 GMT",
"tag": "@azure/msal-node-extensions_v1.0.0-alpha.28",
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 Wed, 07 Dec 2022 16:53:07 GMT and should not be manually modified.
This log was last generated on Mon, 09 Jan 2023 22:44:58 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.0-alpha.29

Mon, 09 Jan 2023 22:44:58 GMT

### Changes

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

## 1.0.0-alpha.28

Wed, 07 Dec 2022 16:53:07 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.0-alpha.28",
"version": "1.0.0-alpha.29",
"repository": {
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
Expand Down Expand Up @@ -51,7 +51,7 @@
]
},
"dependencies": {
"@azure/msal-common": "^9.0.1",
"@azure/msal-common": "^9.0.2",
"keytar": "^7.8.0",
"node-addon-api": "5.0.0"
},
Expand Down
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": "Mon, 09 Jan 2023 22:44:57 GMT",
"tag": "@azure/msal-angular_v2.5.2",
"version": "2.5.2",
"comments": {
"none": [
{
"author": "thomas.norling@microsoft.com",
"package": "@azure/msal-angular",
"commit": "67a1646f747e9885b0abd8996c91c474ad655ba4",
"comment": "Address dependabot alerts"
}
],
"patch": [
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump @azure/msal-browser to v2.32.2",
"commit": "1c8f7d7e2fde5d0b701f7eb5bd1866177a5f8794"
}
]
}
},
{
"date": "Wed, 07 Dec 2022 16:53:07 GMT",
"tag": "@azure/msal-angular_v2.5.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 Wed, 07 Dec 2022 16:53:07 GMT and should not be manually modified.
This log was last generated on Mon, 09 Jan 2023 22:44:57 GMT and should not be manually modified.

<!-- Start content -->

## 2.5.2

Mon, 09 Jan 2023 22:44:57 GMT

### Patches

- Bump @azure/msal-browser to v2.32.2

## 2.5.1

Wed, 07 Dec 2022 16:53:07 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": "2.5.1",
"version": "2.5.2",
"author": {
"name": "Microsoft",
"email": "nugetaad@microsoft.com",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@angular/platform-browser": "~11.2.12",
"@angular/platform-browser-dynamic": "~11.2.12",
"@angular/router": "~11.2.12",
"@azure/msal-browser": "^2.32.1",
"@azure/msal-browser": "^2.32.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
Expand All @@ -69,7 +69,7 @@
"zone.js": "~0.10.3"
},
"peerDependencies": {
"@azure/msal-browser": "^2.32.1",
"@azure/msal-browser": "^2.32.2",
"rxjs": "^6.0.0 || ^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 = "2.5.1";
export const version = "2.5.2";
45 changes: 45 additions & 0 deletions lib/msal-browser/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,51 @@
{
"name": "@azure/msal-browser",
"entries": [
{
"date": "Mon, 09 Jan 2023 22:44:57 GMT",
"tag": "@azure/msal-browser_v2.32.2",
"version": "2.32.2",
"comments": {
"patch": [
{
"author": "lalimasharda@microsoft.com",
"package": "@azure/msal-browser",
"commit": "0caefaa1ada3372f33fc0c07584f922855ceb1fb",
"comment": "Export CryptoOps and NativeAuthError for internal use #5482"
},
{
"author": "bmahal@microsoft.com",
"package": "@azure/msal-browser",
"commit": "5d768052d5de051f93068d7327b8d90bfebb8a91",
"comment": "added http version changes #5211"
},
{
"author": "bmahal@microsoft.com",
"package": "@azure/msal-browser",
"commit": "0db3780cd80f1b3853f8c993e50cf91a84cbf345",
"comment": "fix typos #5531"
},
{
"author": "bmahal@microsoft.com",
"package": "@azure/msal-browser",
"commit": "00d3fd949453e3f9dc3316cc0e913a84b9c2cfa2",
"comment": "fix logger explicitly set to undefined error #5355 "
},
{
"author": "kshabelko@microsoft.com",
"package": "@azure/msal-browser",
"commit": "0d1a3cd2bdd67ae4e361fc1504dfeb010bf2b98b",
"comment": "Log number of accounts in trace mode. #5529"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump @azure/msal-common to v9.0.2",
"commit": "1c8f7d7e2fde5d0b701f7eb5bd1866177a5f8794"
}
]
}
},
{
"date": "Wed, 07 Dec 2022 16:53:07 GMT",
"tag": "@azure/msal-browser_v2.32.1",
Expand Down
15 changes: 14 additions & 1 deletion lib/msal-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log - @azure/msal-browser

This log was last generated on Wed, 07 Dec 2022 16:53:07 GMT and should not be manually modified.
This log was last generated on Mon, 09 Jan 2023 22:44:57 GMT and should not be manually modified.

<!-- Start content -->

## 2.32.2

Mon, 09 Jan 2023 22:44:57 GMT

### Patches

- Export CryptoOps and NativeAuthError for internal use #5482 (lalimasharda@microsoft.com)
- added http version changes #5211 (bmahal@microsoft.com)
- fix typos #5531 (bmahal@microsoft.com)
- fix logger explicitly set to undefined error #5355 (bmahal@microsoft.com)
- Log number of accounts in trace mode. #5529 (kshabelko@microsoft.com)
- Bump @azure/msal-common to v9.0.2

## 2.32.1

Wed, 07 Dec 2022 16:53:07 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": "2.32.1",
"version": "2.32.2",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down Expand Up @@ -90,6 +90,6 @@
"typescript": "^3.8.3"
},
"dependencies": {
"@azure/msal-common": "^9.0.1"
"@azure/msal-common": "^9.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 = "2.32.1";
export const version = "2.32.2";
Loading