Skip to content

Commit

Permalink
Merge pull request #1453 from ardriveapp/PE-4896-drag-and-drop-applie…
Browse files Browse the repository at this point in the history
…s-wrong-content-type-to-files

PE-4896: drag and drop applies wrong content type to files
  • Loading branch information
thiagocarvalhodev authored Oct 27, 2023
2 parents 80da0b3 + 7febae8 commit 1c6452e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
1 change: 1 addition & 0 deletions android/fastlane/metadata/android/en-US/changelogs/73.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixes wrong content type when uploading the file using drag and drop
2 changes: 1 addition & 1 deletion packages/ardrive_uploader/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
ardrive_io:
git:
url: https://github.com/ar-io/ardrive_io.git
ref: v1.4.0
ref: v1.4.1
arweave:
git:
url: https://github.com/ardriveapp/arweave-dart.git
Expand Down
1 change: 0 additions & 1 deletion packages/ardrive_uploader/lib/src/upload_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ class FileUploadTask extends UploadTask {
SecretKey? encryptionKey,
StreamedUpload? streamedUpload,
}) {
print('Copying new task with status: ${status ?? this.status}');
return FileUploadTask(
streamedUpload: streamedUpload ?? this.streamedUpload,
encryptionKey: encryptionKey ?? this.encryptionKey,
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 @@ -16,7 +16,7 @@ dependencies:
ardrive_io:
git:
url: https://github.com/ar-io/ardrive_io.git
ref: v1.4.0
ref: v1.4.1
arweave:
git:
url: https://github.com/ardriveapp/arweave-dart.git
Expand Down
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,20 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "v1.4.0"
resolved-ref: "487156d476ad1612967348e5ae154147e481a77f"
ref: "v1.4.1"
resolved-ref: "441c37764a1b120057ec2cd1e6eecb47bb35a37a"
url: "https://github.com/ar-io/ardrive_io.git"
source: git
version: "1.4.0"
version: "1.4.1"
ardrive_ui:
dependency: "direct main"
description:
path: "."
ref: "v1.13.0"
resolved-ref: adf682c8729512cbf91624143c7149158e0585dd
ref: "v1.13.1"
resolved-ref: "26f604a81697387482e85d0db28d29be4f92f19a"
url: "https://github.com/ar-io/ardrive_ui.git"
source: git
version: "1.13.0"
version: "1.13.1"
ardrive_uploader:
dependency: "direct main"
description:
Expand Down
6 changes: 3 additions & 3 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.22.0
version: 2.22.1

environment:
sdk: '>=3.0.2 <4.0.0'
Expand Down Expand Up @@ -35,11 +35,11 @@ dependencies:
ardrive_io:
git:
url: https://github.com/ar-io/ardrive_io.git
ref: v1.4.0
ref: v1.4.1
ardrive_ui:
git:
url: https://github.com/ar-io/ardrive_ui.git
ref: v1.13.0
ref: v1.13.1
ardrive_utils:
path: ./packages/ardrive_utils
ardrive_uploader:
Expand Down

0 comments on commit 1c6452e

Please sign in to comment.