Skip to content

Commit

Permalink
Bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MSAL.js Release Automation committed Jul 12, 2024
1 parent 2ff18f2 commit 0ba711a
Show file tree
Hide file tree
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": "[email protected]",
"package": "@azure/msal-browser",
"commit": "2ff18f23f0631507ccbf966478b152b02c9d25af",
"comment": "Add missing param to PCA.initialize #7194"
},
{
"author": "[email protected]",
"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": "[email protected]",
"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",
Expand Down
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 ([email protected])
- Add correlation id param to initialize and clearTokensAndKeysWithClaims APIs to streamline telemetry data analysis #7190 ([email protected])
- 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 ([email protected])

## 3.18.0

Mon, 01 Jul 2024 19:18:29 GMT
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-browser/apiReview/msal-browser.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion 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.18.0",
"version": "3.19.0",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down
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": "[email protected]",
"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",
Expand Down
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 ([email protected])
- Bump eslint-config-msal to v0.0.0

## 2.10.0

Mon, 01 Jul 2024 19:18:29 GMT
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-node/apiReview/msal-node.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
//
Expand Down
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": "[email protected]",
Expand Down
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.