From 2eabbbd93e11ffd46eea22b0c9df0a9f3b083be0 Mon Sep 17 00:00:00 2001 From: "MSAL.js Release Automation" Date: Thu, 12 Dec 2024 19:25:41 +0000 Subject: [PATCH] Bump package versions --- ...-4f4e2403-8565-4abf-a0ad-39cb1c4d1bbb.json | 7 ---- ...-d1b0bab1-3047-4d94-93f7-3ddab7abdb79.json | 7 ---- lib/msal-browser/CHANGELOG.json | 41 +++++++++++++++++++ lib/msal-browser/CHANGELOG.md | 17 +++++++- .../apiReview/msal-browser.api.md | 2 +- lib/msal-browser/package.json | 2 +- lib/msal-browser/src/packageMetadata.ts | 2 +- package-lock.json | 2 +- 8 files changed, 61 insertions(+), 19 deletions(-) delete mode 100644 change/@azure-msal-browser-4f4e2403-8565-4abf-a0ad-39cb1c4d1bbb.json delete mode 100644 change/@azure-msal-browser-d1b0bab1-3047-4d94-93f7-3ddab7abdb79.json diff --git a/change/@azure-msal-browser-4f4e2403-8565-4abf-a0ad-39cb1c4d1bbb.json b/change/@azure-msal-browser-4f4e2403-8565-4abf-a0ad-39cb1c4d1bbb.json deleted file mode 100644 index 93526991f0..0000000000 --- a/change/@azure-msal-browser-4f4e2403-8565-4abf-a0ad-39cb1c4d1bbb.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Prioritize loginHint and session id over active account for authorization request #7449", - "packageName": "@azure/msal-browser", - "email": "kshabelko@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@azure-msal-browser-d1b0bab1-3047-4d94-93f7-3ddab7abdb79.json b/change/@azure-msal-browser-d1b0bab1-3047-4d94-93f7-3ddab7abdb79.json deleted file mode 100644 index 17443fd424..0000000000 --- a/change/@azure-msal-browser-d1b0bab1-3047-4d94-93f7-3ddab7abdb79.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "Refactor storage implementations #7446", - "packageName": "@azure/msal-browser", - "email": "thomas.norling@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/lib/msal-browser/CHANGELOG.json b/lib/msal-browser/CHANGELOG.json index 1263d76e62..ae60e06aaf 100644 --- a/lib/msal-browser/CHANGELOG.json +++ b/lib/msal-browser/CHANGELOG.json @@ -1,6 +1,47 @@ { "name": "@azure/msal-browser", "entries": [ + { + "date": "Thu, 12 Dec 2024 19:24:54 GMT", + "version": "3.28.0", + "tag": "@azure/msal-browser_v3.28.0", + "comments": { + "patch": [ + { + "author": "kshabelko@microsoft.com", + "package": "@azure/msal-browser", + "commit": "b76e73dc9fca4bdbd42cf7ae494dbc5d63be1e2f", + "comment": "Prioritize loginHint and session id over active account for authorization request #7449" + } + ], + "minor": [ + { + "author": "thomas.norling@microsoft.com", + "package": "@azure/msal-browser", + "commit": "b76e73dc9fca4bdbd42cf7ae494dbc5d63be1e2f", + "comment": "Refactor storage implementations #7446" + }, + { + "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" + }, + { + "author": "beachball", + "package": "@azure/msal-browser", + "comment": "Bump rollup-msal to v0.0.0", + "commit": "not available" + } + ] + } + }, { "date": "Tue, 05 Nov 2024 18:58:45 GMT", "version": "3.27.0", diff --git a/lib/msal-browser/CHANGELOG.md b/lib/msal-browser/CHANGELOG.md index 0e93472067..de987eab14 100644 --- a/lib/msal-browser/CHANGELOG.md +++ b/lib/msal-browser/CHANGELOG.md @@ -1,9 +1,24 @@ # Change Log - @azure/msal-browser -This log was last generated on Tue, 05 Nov 2024 18:58:45 GMT and should not be manually modified. +This log was last generated on Thu, 12 Dec 2024 19:24:54 GMT and should not be manually modified. +## 3.28.0 + +Thu, 12 Dec 2024 19:24:54 GMT + +### Minor changes + +- Refactor storage implementations #7446 (thomas.norling@microsoft.com) +- Bump eslint-config-msal to v0.0.0 +- Bump msal-test-utils to v0.0.1 +- Bump rollup-msal to v0.0.0 + +### Patches + +- Prioritize loginHint and session id over active account for authorization request #7449 (kshabelko@microsoft.com) + ## 3.27.0 Tue, 05 Nov 2024 18:58:45 GMT diff --git a/lib/msal-browser/apiReview/msal-browser.api.md b/lib/msal-browser/apiReview/msal-browser.api.md index ed56f8a03f..d8e73ece20 100644 --- a/lib/msal-browser/apiReview/msal-browser.api.md +++ b/lib/msal-browser/apiReview/msal-browser.api.md @@ -1748,7 +1748,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.27.0"; +export const version = "3.28.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) diff --git a/lib/msal-browser/package.json b/lib/msal-browser/package.json index 5f5e35b638..34a66d0814 100644 --- a/lib/msal-browser/package.json +++ b/lib/msal-browser/package.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git" }, - "version": "3.27.0", + "version": "3.28.0", "description": "Microsoft Authentication Library for js", "keywords": [ "implicit", diff --git a/lib/msal-browser/src/packageMetadata.ts b/lib/msal-browser/src/packageMetadata.ts index 2fce1db5b2..e4e3d0dc46 100644 --- a/lib/msal-browser/src/packageMetadata.ts +++ b/lib/msal-browser/src/packageMetadata.ts @@ -1,3 +1,3 @@ /* eslint-disable header/header */ export const name = "@azure/msal-browser"; -export const version = "3.27.0"; +export const version = "3.28.0"; diff --git a/package-lock.json b/package-lock.json index cf87d6899e..c9996d0a29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -334,7 +334,7 @@ }, "lib/msal-browser": { "name": "@azure/msal-browser", - "version": "3.27.0", + "version": "3.28.0", "license": "MIT", "dependencies": { "@azure/msal-common": "14.16.0"