Skip to content

Commit

Permalink
Showing 15 changed files with 96 additions and 38 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

41 changes: 41 additions & 0 deletions lib/msal-browser/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
{
"name": "@azure/msal-browser",
"entries": [
{
"date": "Fri, 12 Jul 2024 19:56:47 GMT",
"version": "3.19.0",
"tag": "@azure/msal-browser_v3.19.0",
"comments": {
"minor": [
{
"author": "kshabelko@microsoft.com",
"package": "@azure/msal-browser",
"commit": "2ff18f23f0631507ccbf966478b152b02c9d25af",
"comment": "Add missing param to PCA.initialize #7194"
},
{
"author": "kshabelko@microsoft.com",
"package": "@azure/msal-browser",
"commit": "2ff18f23f0631507ccbf966478b152b02c9d25af",
"comment": "Add correlation id param to initialize and clearTokensAndKeysWithClaims APIs to streamline telemetry data analysis #7190"
},
{
"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"
}
],
"patch": [
{
"author": "lalimasharda@microsoft.com",
"package": "@azure/msal-browser",
"commit": "2ff18f23f0631507ccbf966478b152b02c9d25af",
"comment": "Remove onRedirectNative call back function in native ATRedirect calls #7193"
}
]
}
},
{
"date": "Mon, 01 Jul 2024 19:18:29 GMT",
"version": "3.18.0",
17 changes: 16 additions & 1 deletion lib/msal-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
# Change Log - @azure/msal-browser

This log was last generated on Mon, 01 Jul 2024 19:18:29 GMT and should not be manually modified.
This log was last generated on Fri, 12 Jul 2024 19:56:47 GMT and should not be manually modified.

<!-- Start content -->

## 3.19.0

Fri, 12 Jul 2024 19:56:47 GMT

### Minor changes

- Add missing param to PCA.initialize #7194 (kshabelko@microsoft.com)
- Add correlation id param to initialize and clearTokensAndKeysWithClaims APIs to streamline telemetry data analysis #7190 (kshabelko@microsoft.com)
- Bump eslint-config-msal to v0.0.0
- Bump msal-test-utils to v0.0.1

### Patches

- Remove onRedirectNative call back function in native ATRedirect calls #7193 (lalimasharda@microsoft.com)

## 3.18.0

Mon, 01 Jul 2024 19:18:29 GMT
2 changes: 1 addition & 1 deletion lib/msal-browser/apiReview/msal-browser.api.md
Original file line number Diff line number Diff line change
@@ -1672,7 +1672,7 @@ const userCancelled = "user_cancelled";
// Warning: (ae-missing-release-tag) "version" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const version = "3.18.0";
export const version = "3.19.0";

// Warning: (ae-missing-release-tag) "WrapperSKU" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "WrapperSKU" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
2 changes: 1 addition & 1 deletion lib/msal-browser/package.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
},
"version": "3.18.0",
"version": "3.19.0",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
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.18.0";
export const version = "3.19.0";
21 changes: 21 additions & 0 deletions lib/msal-node/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@azure/msal-node",
"entries": [
{
"date": "Fri, 12 Jul 2024 19:56:47 GMT",
"version": "2.11.0",
"tag": "@azure/msal-node_v2.11.0",
"comments": {
"minor": [
{
"author": "rginsburg@microsoft.com",
"package": "@azure/msal-node",
"commit": "2ff18f23f0631507ccbf966478b152b02c9d25af",
"comment": "Deprecated SHA-1 thumbprint for clientCertificate #7185"
},
{
"author": "beachball",
"package": "@azure/msal-node",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 01 Jul 2024 19:18:29 GMT",
"version": "2.10.0",
11 changes: 10 additions & 1 deletion lib/msal-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @azure/msal-node

This log was last generated on Mon, 01 Jul 2024 19:18:29 GMT and should not be manually modified.
This log was last generated on Fri, 12 Jul 2024 19:56:47 GMT and should not be manually modified.

<!-- Start content -->

## 2.11.0

Fri, 12 Jul 2024 19:56:47 GMT

### Minor changes

- Deprecated SHA-1 thumbprint for clientCertificate #7185 (rginsburg@microsoft.com)
- Bump eslint-config-msal to v0.0.0

## 2.10.0

Mon, 01 Jul 2024 19:18:29 GMT
2 changes: 1 addition & 1 deletion lib/msal-node/apiReview/msal-node.api.md
Original file line number Diff line number Diff line change
@@ -732,7 +732,7 @@ export { ValidCacheType }
// Warning: (ae-missing-release-tag) "version" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const version = "2.10.0";
export const version = "2.11.0";

// Warnings were encountered during analysis:
//
2 changes: 1 addition & 1 deletion lib/msal-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@azure/msal-node",
"version": "2.10.0",
"version": "2.11.0",
"author": {
"name": "Microsoft",
"email": "nugetaad@microsoft.com",
2 changes: 1 addition & 1 deletion lib/msal-node/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";
export const version = "2.10.0";
export const version = "2.11.0";
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ba711a

Please sign in to comment.