Skip to content

Commit

Permalink
Merge pull request #1846 from ardriveapp/PE-6723-release-ar-drive-v-2…
Browse files Browse the repository at this point in the history
…-54-0

PE-6723: release v2.54.0
  • Loading branch information
thiagocarvalhodev authored Sep 11, 2024
2 parents 58f3378 + 277ddfb commit 053ba2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions android/fastlane/metadata/android/en-US/changelogs/150.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Improved upload flow styling
5 changes: 3 additions & 2 deletions lib/sync/domain/repositories/sync_repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,9 @@ class _SyncRepository implements SyncRepository {
.where((file) => metadataTxsFromSnapshots.contains(file.metadataTxId))
.map((file) => file.dataTxId)
.toList();
await _arnsRepository.waitForARNSRecordsToUpdate();
await _arnsRepository.saveAllFilesWithAssignedNames();
_arnsRepository
.waitForARNSRecordsToUpdate()
.then((value) => _arnsRepository.saveAllFilesWithAssignedNames());

await Future.wait(
[
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Secure, permanent storage

publish_to: 'none'

version: 2.53.0
version: 2.54.0

environment:
sdk: '>=3.2.0 <4.0.0'
Expand Down

0 comments on commit 053ba2b

Please sign in to comment.