Skip to content
Merged
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
10 changes: 10 additions & 0 deletions auth0_flutter_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [afpi-v2.2.0](https://github.com/auth0/auth0-flutter/tree/afpi-v2.2.0) (2026-06-05)
[Full Changelog](https://github.com/auth0/auth0-flutter/compare/afpi-v2.1.0...afpi-v2.2.0)

**Added**
- afpi: suppress deprecated allowedBrowsers analyze warnings in ship cli [\#851](https://github.com/auth0/auth0-flutter/pull/851) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add My Account API support for managing MFA authentication method [\#835](https://github.com/auth0/auth0-flutter/pull/835) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add Flutter Multi-Resource Refresh Token (MRRT) support [\#850](https://github.com/auth0/auth0-flutter/pull/850) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add Partial Custom Tabs support for Android [\#846](https://github.com/auth0/auth0-flutter/pull/846) ([utkrishtsahu](https://github.com/utkrishtsahu))
- fix: use safe casts in UserProfileExtensions to prevent ClassCastException [\#836](https://github.com/auth0/auth0-flutter/pull/836) ([sanchitmehtagit](https://github.com/sanchitmehtagit))
Comment on lines +6 to +11

@coderabbitai coderabbitai Bot Jun 5, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Move the fix entry under a Fixed subsection.

Line 11 is a fix but is currently grouped under **Added**, which makes release notes harder to scan accurately.

Suggested changelog structure
 **Added**
 - afpi: suppress deprecated allowedBrowsers analyze warnings in ship cli [\`#851`](https://github.com/auth0/auth0-flutter/pull/851) ([utkrishtsahu](https://github.com/utkrishtsahu))
 - feat: add My Account API support for managing MFA authentication method [\`#835`](https://github.com/auth0/auth0-flutter/pull/835) ([utkrishtsahu](https://github.com/utkrishtsahu))
 - feat: add Flutter Multi-Resource Refresh Token (MRRT) support [\`#850`](https://github.com/auth0/auth0-flutter/pull/850) ([utkrishtsahu](https://github.com/utkrishtsahu))
 - feat: add Partial Custom Tabs support for Android [\`#846`](https://github.com/auth0/auth0-flutter/pull/846) ([utkrishtsahu](https://github.com/utkrishtsahu))
+
+**Fixed**
 - fix: use safe casts in UserProfileExtensions to prevent ClassCastException [\`#836`](https://github.com/auth0/auth0-flutter/pull/836) ([sanchitmehtagit](https://github.com/sanchitmehtagit))
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
**Added**
- afpi: suppress deprecated allowedBrowsers analyze warnings in ship cli [\#851](https://github.com/auth0/auth0-flutter/pull/851) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add My Account API support for managing MFA authentication method [\#835](https://github.com/auth0/auth0-flutter/pull/835) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add Flutter Multi-Resource Refresh Token (MRRT) support [\#850](https://github.com/auth0/auth0-flutter/pull/850) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add Partial Custom Tabs support for Android [\#846](https://github.com/auth0/auth0-flutter/pull/846) ([utkrishtsahu](https://github.com/utkrishtsahu))
- fix: use safe casts in UserProfileExtensions to prevent ClassCastException [\#836](https://github.com/auth0/auth0-flutter/pull/836) ([sanchitmehtagit](https://github.com/sanchitmehtagit))
**Added**
- afpi: suppress deprecated allowedBrowsers analyze warnings in ship cli [\`#851`](https://github.com/auth0/auth0-flutter/pull/851) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add My Account API support for managing MFA authentication method [\`#835`](https://github.com/auth0/auth0-flutter/pull/835) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add Flutter Multi-Resource Refresh Token (MRRT) support [\`#850`](https://github.com/auth0/auth0-flutter/pull/850) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add Partial Custom Tabs support for Android [\`#846`](https://github.com/auth0/auth0-flutter/pull/846) ([utkrishtsahu](https://github.com/utkrishtsahu))
**Fixed**
- fix: use safe casts in UserProfileExtensions to prevent ClassCastException [\`#836`](https://github.com/auth0/auth0-flutter/pull/836) ([sanchitmehtagit](https://github.com/sanchitmehtagit))
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@auth0_flutter_platform_interface/CHANGELOG.md` around lines 6 - 11, The
changelog groups a fix under the "**Added**" section; move the bullet "fix: use
safe casts in UserProfileExtensions to prevent ClassCastException [`#836`]
(sanchitmehtagit)" out of the Added list and place it under a new or existing
"## Fixed" (or "Fixed") subsection in CHANGELOG.md so fix entries are correctly
categorized; ensure the entry text (including "UserProfileExtensions" and
"`#836`") is preserved exactly and adjust surrounding bullets so formatting and
ordering remain consistent.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ship cli has cript for added but its a fix

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@utkrishtsahu, thanks for the clarification! In that case, both #851 and #836 should be under Fixed, leaving only the three feat: entries under Added:

**Added**
- feat: add My Account API support for managing MFA authentication method [\`#835`](https://github.com/auth0/auth0-flutter/pull/835) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add Flutter Multi-Resource Refresh Token (MRRT) support [\`#850`](https://github.com/auth0/auth0-flutter/pull/850) ([utkrishtsahu](https://github.com/utkrishtsahu))
- feat: add Partial Custom Tabs support for Android [\`#846`](https://github.com/auth0/auth0-flutter/pull/846) ([utkrishtsahu](https://github.com/utkrishtsahu))

**Fixed**
- afpi: suppress deprecated allowedBrowsers analyze warnings in ship cli [\`#851`](https://github.com/auth0/auth0-flutter/pull/851) ([utkrishtsahu](https://github.com/utkrishtsahu))
- fix: use safe casts in UserProfileExtensions to prevent ClassCastException [\`#836`](https://github.com/auth0/auth0-flutter/pull/836) ([sanchitmehtagit](https://github.com/sanchitmehtagit))


## [afpi-v2.1.0](https://github.com/auth0/auth0-flutter/tree/afpi-v2.1.0) (2026-05-21)
[Full Changelog](https://github.com/auth0/auth0-flutter/compare/afpi-v2.0.2...afpi-v2.1.0)

Expand Down
2 changes: 1 addition & 1 deletion auth0_flutter_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: auth0_flutter_platform_interface
description: A common platform interface for the auth0_flutter federated plugin.
version: 2.1.0
version: 2.2.0

homepage: https://github.com/auth0/auth0-flutter

Expand Down
Loading