Skip to content

Commit

Permalink
Merge pull request #1479 from ardriveapp/PE-5027-release-ar-drive-app…
Browse files Browse the repository at this point in the history
…-v-2-24-2

PE-5027: chore: bump version and arweave version
  • Loading branch information
thiagocarvalhodev authored Nov 14, 2023
2 parents 38559df + 899e0e9 commit e9f7f69
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions android/fastlane/metadata/android/en-US/changelogs/77.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Including additional fields for wallets when generated in the Android app.
- Fixing issue to include $U tags on D2N bundles.
- Optimizing PST retrieval by excluding Verto and Redstone Cache.
2 changes: 1 addition & 1 deletion packages/arconnect/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
arweave:
git:
url: https://github.com/ardriveapp/arweave-dart.git
ref: PE-4971-generate-optional-fields-if-missing
ref: v3.8.1
ardrive_utils:
path: ../ardrive_utils
js: ^0.6.7
Expand Down
2 changes: 1 addition & 1 deletion packages/ardrive_crypto/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
arweave:
git:
url: https://github.com/ardriveapp/arweave-dart.git
ref: PE-4971-generate-optional-fields-if-missing
ref: v3.8.1
ardrive_utils:
path: ../ardrive_utils
uuid: ^3.0.4
Expand Down
2 changes: 1 addition & 1 deletion packages/ardrive_uploader/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
arweave:
git:
url: https://github.com/ardriveapp/arweave-dart.git
ref: PE-4971-generate-optional-fields-if-missing
ref: v3.8.1
ardrive_utils:
path: ../../ardrive_utils
# The following adds the Cupertino Icons font to your application.
Expand Down
2 changes: 1 addition & 1 deletion packages/ardrive_uploader/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
arweave:
git:
url: https://github.com/ardriveapp/arweave-dart.git
ref: PE-4971-generate-optional-fields-if-missing
ref: v3.8.1
ardrive_utils:
path: ../ardrive_utils
ardrive_crypto:
Expand Down
2 changes: 1 addition & 1 deletion packages/ardrive_utils/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
arweave:
git:
url: https://github.com/ardriveapp/arweave-dart.git
ref: PE-4971-generate-optional-fields-if-missing
ref: v3.8.1
js: ^0.6.7
equatable: ^2.0.5

Expand Down
2 changes: 1 addition & 1 deletion packages/pst/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
arweave:
git:
url: https://github.com/ardriveapp/arweave-dart.git
ref: PE-4971-generate-optional-fields-if-missing
ref: v3.8.1
ardrive_http:
git:
url: https://github.com/ar-io/ardrive_http.git
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ packages:
dependency: "direct main"
description:
path: "."
ref: PE-4971-generate-optional-fields-if-missing
ref: "v3.8.1"
resolved-ref: "965224ff551191614d83f6ce01bf2340e9ed9980"
url: "https://github.com/ardriveapp/arweave-dart.git"
source: git
Expand Down
4 changes: 2 additions & 2 deletions 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.24.1
version: 2.24.2

environment:
sdk: '>=3.0.2 <4.0.0'
Expand Down Expand Up @@ -54,7 +54,7 @@ dependencies:
arweave:
git:
url: https://github.com/ardriveapp/arweave-dart.git
ref: PE-4971-generate-optional-fields-if-missing
ref: v3.8.1
cryptography: ^2.0.5
flutter_bloc: ^8.1.1
intersperse: ^2.0.0
Expand Down

0 comments on commit e9f7f69

Please sign in to comment.