From 3245c8f7396a613dbcd6d92f84c0f60f379d660c Mon Sep 17 00:00:00 2001 From: Thiago Carvalho Date: Fri, 27 Oct 2023 13:10:26 -0300 Subject: [PATCH 1/5] Update pubspec.yaml use fixed version of ardrive_io --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 34f47c4..159e732 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: ardrive_io: git: url: https://github.com/ar-io/ardrive_io.git - ref: v1.4.0 + ref: PE-4896-drag-and-drop-applies-wrong-content-type-to-files auto_size_text: ^3.0.0 desktop_drop: ^0.4.0 dotted_border: ^2.0.0+3 From 4e514c5e36920fb2805ac85bc72ceee0579bccab Mon Sep 17 00:00:00 2001 From: Thiago Carvalho Date: Fri, 27 Oct 2023 13:15:17 -0300 Subject: [PATCH 2/5] Update pubspec.yaml --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 159e732..419dbd0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: ardrive_ui description: UI Design Library for the ArDrive Design System -version: 1.13.0 +version: 1.13.1 publish_to: "none" @@ -37,7 +37,7 @@ flutter: fonts: - family: ArDriveIcons fonts: - - asset: assets/fonts/ArDriveIcons.ttf + - asset: assets/fonts/ArDriveIcons.ttf\ - family: Wavehaus fonts: - asset: assets/fonts/Wavehaus-28Thin.otf From 690290aa079927deda43f8c930ff698bb57b9831 Mon Sep 17 00:00:00 2001 From: Thiago Carvalho Date: Fri, 27 Oct 2023 13:19:44 -0300 Subject: [PATCH 3/5] Update pubspec.lock --- storybook/pubspec.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/storybook/pubspec.lock b/storybook/pubspec.lock index 1be4b3f..268bf86 100644 --- a/storybook/pubspec.lock +++ b/storybook/pubspec.lock @@ -5,18 +5,18 @@ packages: dependency: transitive description: path: "." - ref: "v1.4.0" - resolved-ref: "487156d476ad1612967348e5ae154147e481a77f" + ref: PE-4896-drag-and-drop-applies-wrong-content-type-to-files + resolved-ref: "19616c9d8490db3a09b23292f36ee6480b7b7dc3" 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: ".." relative: true source: path - version: "1.13.0" + version: "1.13.1" args: dependency: transitive description: From a55678512fadc86b1c66dc377de2e3363d7fd546 Mon Sep 17 00:00:00 2001 From: Thiago Carvalho Date: Fri, 27 Oct 2023 13:37:04 -0300 Subject: [PATCH 4/5] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 419dbd0..5ab3e61 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -37,7 +37,7 @@ flutter: fonts: - family: ArDriveIcons fonts: - - asset: assets/fonts/ArDriveIcons.ttf\ + - asset: assets/fonts/ArDriveIcons.ttf - family: Wavehaus fonts: - asset: assets/fonts/Wavehaus-28Thin.otf From c440f1d30be87be2c62e97a1fe434aa38f70a14f Mon Sep 17 00:00:00 2001 From: Thiago Carvalho Date: Fri, 27 Oct 2023 13:39:12 -0300 Subject: [PATCH 5/5] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 5ab3e61..e35392d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: ardrive_io: git: url: https://github.com/ar-io/ardrive_io.git - ref: PE-4896-drag-and-drop-applies-wrong-content-type-to-files + ref: v1.4.1 auto_size_text: ^3.0.0 desktop_drop: ^0.4.0 dotted_border: ^2.0.0+3