From 0191bd291425d7fda771acc3c29bf94284656164 Mon Sep 17 00:00:00 2001 From: npub1shglkdhngx3hrnhf4gf8vhpqdrmeludctechdvpwd3988zzs7ncq2cmtxu <85d1fb36f341a371cee9aa12765c2068f79ff1b85e7176b02e6c4a738850f4f0@sprout-oss.stage.blox.sqprod.co> Date: Mon, 13 Jul 2026 14:37:19 -0700 Subject: [PATCH 1/2] chore(release): release Buzz Mobile version 0.3.33 Co-authored-by: npub1shglkdhngx3hrnhf4gf8vhpqdrmeludctechdvpwd3988zzs7ncq2cmtxu <85d1fb36f341a371cee9aa12765c2068f79ff1b85e7176b02e6c4a738850f4f0@sprout-oss.stage.blox.sqprod.co> Signed-off-by: npub1shglkdhngx3hrnhf4gf8vhpqdrmeludctechdvpwd3988zzs7ncq2cmtxu <85d1fb36f341a371cee9aa12765c2068f79ff1b85e7176b02e6c4a738850f4f0@sprout-oss.stage.blox.sqprod.co> --- mobile/CHANGELOG.md | 11 +++++++++++ mobile/pubspec.lock | 16 ++++++++-------- mobile/pubspec.yaml | 2 +- 3 files changed, 20 insertions(+), 9 deletions(-) create mode 100644 mobile/CHANGELOG.md diff --git a/mobile/CHANGELOG.md b/mobile/CHANGELOG.md new file mode 100644 index 00000000000..8071b5ddb68 --- /dev/null +++ b/mobile/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +## mobile-v0.3.33 + +- fix(mobile): align Android AGP/Gradle/Kotlin with Flutter 3.41.7 (unbreak Android build) ([#1775](https://github.com/block/buzz/pull/1775)) ([`bc14052d`](https://github.com/block/buzz/commit/bc14052d3941ffcc4b54541f65b24b68ce8f215b)) +- Fix mobile relay reconnect lifecycle ([#1772](https://github.com/block/buzz/pull/1772)) ([`dbe7fb85`](https://github.com/block/buzz/commit/dbe7fb853486fe33d9df2660b29dee4574007cd1)) +- Serialize managed agent PATH tests ([#1777](https://github.com/block/buzz/pull/1777)) ([`1fc7488e`](https://github.com/block/buzz/commit/1fc7488ea58accf8bd96afe94cd93ee54174df00)) +- Fix oversized mobile Manage channel sheet ([#1774](https://github.com/block/buzz/pull/1774)) ([`81b55c9f`](https://github.com/block/buzz/commit/81b55c9f3eb147cf2b5753232ff75df6e51431f2)) +- fix(mobile): highlight full multi-word mentions ([#1762](https://github.com/block/buzz/pull/1762)) ([`92bb959e`](https://github.com/block/buzz/commit/92bb959ee1580ed05a45b80af599b53d78f611bb)) +- [BOT-1264] fix(mobile): #channel tags not tappable ([#1695](https://github.com/block/buzz/pull/1695)) ([`2687a2a1`](https://github.com/block/buzz/commit/2687a2a185a01bfb08478267587c08378d60136d)) + diff --git a/mobile/pubspec.lock b/mobile/pubspec.lock index bba0e6ad5be..a492e175a89 100644 --- a/mobile/pubspec.lock +++ b/mobile/pubspec.lock @@ -708,10 +708,10 @@ packages: dependency: transitive description: name: meta - sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349" + sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394" url: "https://pub.dev" source: hosted - version: "1.18.0" + version: "1.17.0" mime: dependency: transitive description: @@ -1137,26 +1137,26 @@ packages: dependency: transitive description: name: test - sha256: "8d9ceddbab833f180fbefed08afa76d7c03513dfdba87ffcec2718b02bbcbf20" + sha256: "280d6d890011ca966ad08df7e8a4ddfab0fb3aa49f96ed6de56e3521347a9ae7" url: "https://pub.dev" source: hosted - version: "1.31.0" + version: "1.30.0" test_api: dependency: transitive description: name: test_api - sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e" + sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a" url: "https://pub.dev" source: hosted - version: "0.7.11" + version: "0.7.10" test_core: dependency: transitive description: name: test_core - sha256: "1991d4cfe85d5043241acac92962c3977c8d2f2add1ee73130c7b286417d1d34" + sha256: "0381bd1585d1a924763c308100f2138205252fb90c9d4eeaf28489ee65ccde51" url: "https://pub.dev" source: hosted - version: "0.6.17" + version: "0.6.16" tuple: dependency: transitive description: diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index c9921216f3a..6f101a06d1f 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -1,7 +1,7 @@ name: buzz description: Buzz mobile client publish_to: 'none' -version: 0.3.32+1 +version: 0.3.33+1 environment: sdk: ^3.11.4 From 268896576007dad8c58aec01d2eb432866b0e445 Mon Sep 17 00:00:00 2001 From: npub1shglkdhngx3hrnhf4gf8vhpqdrmeludctechdvpwd3988zzs7ncq2cmtxu <85d1fb36f341a371cee9aa12765c2068f79ff1b85e7176b02e6c4a738850f4f0@sprout-oss.stage.blox.sqprod.co> Date: Mon, 13 Jul 2026 14:45:52 -0700 Subject: [PATCH 2/2] chore(mobile): preserve canonical dependency lock Co-authored-by: npub1shglkdhngx3hrnhf4gf8vhpqdrmeludctechdvpwd3988zzs7ncq2cmtxu <85d1fb36f341a371cee9aa12765c2068f79ff1b85e7176b02e6c4a738850f4f0@sprout-oss.stage.blox.sqprod.co> Signed-off-by: npub1shglkdhngx3hrnhf4gf8vhpqdrmeludctechdvpwd3988zzs7ncq2cmtxu <85d1fb36f341a371cee9aa12765c2068f79ff1b85e7176b02e6c4a738850f4f0@sprout-oss.stage.blox.sqprod.co>