From 5a5525bee5b4db1a49965d8340b2ef23110b40df Mon Sep 17 00:00:00 2001 From: CodeDoctorDE Date: Fri, 10 Nov 2023 19:18:03 +0100 Subject: [PATCH] Update material_leap --- app/pubspec.lock | 4 ++-- app/pubspec.yaml | 2 +- fastlane/metadata/android/en-US/changelogs/6.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/pubspec.lock b/app/pubspec.lock index b82423c3c07..3b80ee6e9a8 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -625,8 +625,8 @@ packages: dependency: "direct main" description: path: "packages/material_leap" - ref: "37def3d9bcb1ba3ebfbb801f416caac75bcf855c" - resolved-ref: "37def3d9bcb1ba3ebfbb801f416caac75bcf855c" + ref: "7466e9723fa1cd802baa508b8b4ee4a54cb53dc2" + resolved-ref: "7466e9723fa1cd802baa508b8b4ee4a54cb53dc2" url: "https://github.com/LinwoodDev/dart_pkgs" source: git version: "0.0.1" diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 33470bac426..f87511307d0 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -37,7 +37,7 @@ dependencies: material_leap: git: url: https://github.com/LinwoodDev/dart_pkgs - ref: 37def3d9bcb1ba3ebfbb801f416caac75bcf855c + ref: 7466e9723fa1cd802baa508b8b4ee4a54cb53dc2 path: packages/material_leap phosphor_flutter: git: diff --git a/fastlane/metadata/android/en-US/changelogs/6.txt b/fastlane/metadata/android/en-US/changelogs/6.txt index 77702cdbe98..2de3124682d 100644 --- a/fastlane/metadata/android/en-US/changelogs/6.txt +++ b/fastlane/metadata/android/en-US/changelogs/6.txt @@ -2,7 +2,7 @@ * Make calendar views switcher smaller * Simplify notes view * Allow editing in date time field -* Disable PrivilegesRequired in windows setup ([#23](https://github.com/LinwoodDev/Flow/issues/23))* Fix portable build +* Disable PrivilegesRequired in windows setup ([#23](https://github.com/LinwoodDev/Flow/issues/23)) * Upgrade dropdowns to material 3 * Fix notes dashboard links * Fix showing wrong month in month view ([#28](https://github.com/LinwoodDev/Flow/issues/28))