-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Release PR: official #8018
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
Release PR: official #8018
Conversation
@microsoft-github-policy-service agree company="Microsoft" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This is a release PR that updates version numbers and changelogs for the MSAL.js third-party releases. The PR bumps patch versions across three core packages and incorporates recent changes into their official release documentation.
Key changes:
- Version bumps for msal-node (3.7.2 → 3.7.3), msal-browser (4.21.0 → 4.21.1), and msal-node-extensions (1.5.21 → 1.5.22)
- Updated changelogs and API documentation to reflect the new versions
- Removal of beachball change files that have been processed into the release
Reviewed Changes
Copilot reviewed 17 out of 18 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
lib/msal-node/src/packageMetadata.ts | Version bump to 3.7.3 |
lib/msal-node/package.json | Package version update to 3.7.3 |
lib/msal-node/apiReview/msal-node.api.md | API documentation version update |
lib/msal-node/CHANGELOG.md | Added 3.7.3 release notes with redirect URI feature |
lib/msal-node/CHANGELOG.json | Structured changelog entry for 3.7.3 release |
lib/msal-browser/src/packageMetadata.ts | Version bump to 4.21.1 |
lib/msal-browser/package.json | Package version update to 4.21.1 |
lib/msal-browser/apiReview/msal-browser.api.md | API documentation version update |
lib/msal-browser/CHANGELOG.md | Added 4.21.1 release notes with backward compatibility fix |
lib/msal-browser/CHANGELOG.json | Structured changelog entry for 4.21.1 release |
extensions/msal-node-extensions/src/packageMetadata.ts | Version bump to 1.5.22 |
extensions/msal-node-extensions/package.json | Package version update to 1.5.22 |
extensions/msal-node-extensions/CHANGELOG.md | Added 1.5.22 release notes |
extensions/msal-node-extensions/CHANGELOG.json | Structured changelog entry for 1.5.22 release |
change/*.json | Removal of processed beachball change files |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This PR contains the changelogs and version bumps for the MSAL.js 3P releases.