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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.10.0](https://github.com/lemonadesocial/lemonade-flutter/compare/v2.9.0...v2.10.0) (2025-08-04)


### Features

* integrate Google and Apple sign-in functionality ([#1007](https://github.com/lemonadesocial/lemonade-flutter/issues/1007)) ([7f8d6e2](https://github.com/lemonadesocial/lemonade-flutter/commit/7f8d6e2e3bae5976985c23dfdf3625e3dbbf7ea1))


### Bug Fixes

* update author display logic in LensPostFeedItemWidget ([#1009](https://github.com/lemonadesocial/lemonade-flutter/issues/1009)) ([63b0e3a](https://github.com/lemonadesocial/lemonade-flutter/commit/63b0e3a607493a8b690f1a651072bafb0df23468))

## [2.9.0](https://github.com/lemonadesocial/lemonade-flutter/compare/v2.8.0...v2.9.0) (2025-07-30)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: app
description: Lemonade Social App
publish_to: "none"
version: 2.9.0
version: 2.10.0

environment:
flutter: "3.27.4"
Expand Down