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.6.0](https://github.com/auth0/auth0-flutter/tree/afpi-v2.6.0) (2026-07-31)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Insert a blank line after the release heading.

markdownlint reports MD022 because the release heading is immediately followed by the Full Changelog link. Add one blank line after the heading.

🧰 Tools
🪛 markdownlint-cli2 (0.23.1)

[warning] 3-3: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below

(MD022, blanks-around-headings)

🤖 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` at line 3, Insert a blank line
after the afpi-v2.6.0 release heading in the changelog, before the Full
Changelog link, to satisfy markdownlint MD022.

Source: Linters/SAST tools

[Full Changelog](https://github.com/auth0/auth0-flutter/compare/afpi-v2.5.0...afpi-v2.6.0)

**Added**
- feat: add passkeys support for web [\#907](https://github.com/auth0/auth0-flutter/pull/907) ([NandanPrabhu](https://github.com/NandanPrabhu))
- feat: surface IPSIE session_expiry claim across Android, iOS and web [\#904](https://github.com/auth0/auth0-flutter/pull/904) ([utkrishtsahu](https://github.com/utkrishtsahu))

**Fixed**
- fix: Prevent named-pipe squatting in Windows example app via FILE_FLAG_FIRST_PIPE_INSTANCE [\#905](https://github.com/auth0/auth0-flutter/pull/905) ([NandanPrabhu](https://github.com/NandanPrabhu))

## [afpi-v2.5.0](https://github.com/auth0/auth0-flutter/tree/afpi-v2.5.0) (2026-07-17)
[Full Changelog](https://github.com/auth0/auth0-flutter/compare/afpi-v2.4.0...afpi-v2.5.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.5.0
version: 2.6.0

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

Expand Down
Loading