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

4,536 changes: 2,301 additions & 2,235 deletions lib/msal-react/CHANGELOG.json

Large diffs are not rendered by default.

24 changes: 23 additions & 1 deletion lib/msal-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,31 @@
# Change Log - @azure/msal-react

<!-- This log was last generated on Thu, 02 Oct 2025 21:58:36 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 04 Dec 2025 05:22:27 GMT and should not be manually modified. -->

<!-- Start content -->

## 5.0.0-alpha.2

Thu, 04 Dec 2025 05:22:27 GMT

### Changes

- Address react and next CVE ([email protected])
- Bump eslint-config-msal to v0.0.0
- Bump msal-test-utils to v0.0.1

## 5.0.0-alpha.1

Thu, 04 Dec 2025 04:58:42 GMT

### Changes

- Address react and next CVEs ([email protected])
- Bump eslint-config-msal to v0.0.0
- Bump msal-test-utils to v0.0.1
- Remove dependency on msal-browser Util functions [#8122](https://github.com/AzureAD/microsoft-authentication-library-for-js/pull/8122) ([email protected])
- Bump to pre-release alpha ([email protected])

## 5.0.0-alpha.0

Thu, 02 Oct 2025 21:58:36 GMT
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-react/apiReview/msal-react.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export function useMsalAuthentication(interactionType: InteractionType, authenti
// 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 = "5.0.0-alpha.0";
export const version = "5.0.0-alpha.2";

// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
// Warning: (ae-missing-release-tag) "withMsal" 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-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/msal-react",
"version": "5.0.0-alpha.0",
"version": "5.0.0-alpha.2",
"author": {
"name": "Microsoft",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-react/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-react";
export const version = "5.0.0-alpha.0";
export const version = "5.0.0-alpha.2";
Loading