Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelogs with links to migration guides #7510

Merged
merged 5 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from 4 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
6 changes: 3 additions & 3 deletions lib/msal-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

Wed, 15 Jan 2025 05:05:16 GMT

### Patches
### Breaking Changes

- Update msal-browser peer dependency to include v4 ([email protected])
- Bump @azure/msal-browser to v4.0.1
- Bump eslint-config-msal to v0.0.0

Please see the msal-browser [migration guide](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/v3-migration.md) for more details on what's changed in v4.

## 3.1.0

Expand Down
9 changes: 4 additions & 5 deletions lib/msal-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@

Wed, 15 Jan 2025 05:05:17 GMT

### Patches
### Breaking Changes

- Rename `native` to `platformBroker` in public API and docs ([email protected])
- Encrypt localStorage to reduce persistence to browser session lifetime ([email protected])
- Bump @azure/msal-common to v15.0.1
- Bump eslint-config-msal to v0.0.0
- Bump msal-test-utils to v0.0.1
- Bump rollup-msal to v0.0.0
- Bump @azure/msal-common to v15.0.1 (beachball)

Please see the [migration guide](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/v3-migration.md) for more details.

## 3.28.1

Expand Down
9 changes: 4 additions & 5 deletions lib/msal-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@

Wed, 15 Jan 2025 05:05:17 GMT

### Patches
### Breaking Changes

- Asynchronous cache writes ([email protected])
- Bump @azure/msal-common to v15.0.1
- Bump eslint-config-msal to v0.0.0
- Bump rollup-msal to v0.0.0
- NodeStorage is no longer exported

Please see the [migration guide](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-node/docs/v2-migration.md) for more details.

## 2.16.2

Expand Down
5 changes: 3 additions & 2 deletions lib/msal-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@

Wed, 15 Jan 2025 05:05:17 GMT

### Patches
### Breaking Changes

- Update msal-browser peer dependency to include v4 ([email protected])
- Rename `native` to `platformBroker` in public API and docs ([email protected])
- Bump @azure/msal-browser to v4.0.1
- Bump eslint-config-msal to v0.0.0

- Please see the msal-browser [migration guide](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/v3-migration.md) for more details on what's changed in v4.

## 2.2.0

Expand Down
Loading