From 7e8199d3f7ce242198ea53ceb8b57997f41121fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lollipopkit=F0=9F=8F=B3=EF=B8=8F=E2=80=8D=E2=9A=A7?= =?UTF-8?q?=EF=B8=8F?= <10864310+lollipopkit@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:34:09 +0800 Subject: [PATCH 1/2] fix: update changelog Fixes #464 --- .github/workflows/release.yml | 4 ---- lib/data/res/build_data.dart | 2 +- pubspec.lock | 12 ++++++------ pubspec.yaml | 6 +++++- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9daccc7c8..b6cb9bf9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,8 +15,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: '0' - name: Install Flutter uses: subosito/flutter-action@v2 with: @@ -54,8 +52,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: '0' - name: Install Flutter uses: subosito/flutter-action@v2 - name: Build diff --git a/lib/data/res/build_data.dart b/lib/data/res/build_data.dart index 2d84ad230..b04a2b3b1 100644 --- a/lib/data/res/build_data.dart +++ b/lib/data/res/build_data.dart @@ -2,6 +2,6 @@ class BuildData { static const String name = "ServerBox"; - static const int build = 1014; + static const int build = 1013; static const int script = 50; } diff --git a/pubspec.lock b/pubspec.lock index 89599364e..6f1e3613f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -385,8 +385,8 @@ packages: dependency: "direct main" description: path: "." - ref: "v1.0.67" - resolved-ref: e91886e49ccede77ba7fed14325963ac260f999e + ref: "v1.0.71" + resolved-ref: "0289f2050150fc78f2862edc4727c344aedf9ce4" url: "https://github.com/lppcg/fl_lib" source: git version: "0.0.1" @@ -1434,14 +1434,14 @@ packages: source: hosted version: "3.0.0" webdav_client: - dependency: transitive + dependency: "direct main" description: path: "." - ref: main - resolved-ref: "88de97ad783c624d81b0dbcc09927b10aabd5580" + ref: "v1.0.66" + resolved-ref: "1908cd0f4909730d9ae4d4fc4c05fb2576b3f674" url: "https://github.com/lollipopkit/webdav_client" source: git - version: "1.2.1" + version: "1.2.2" win32: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 513d23100..935b027fe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -55,10 +55,14 @@ dependencies: git: url: https://github.com/lollipopkit/plain_notification_token ref: v1.0.23 + webdav_client: + git: + url: https://github.com/lollipopkit/webdav_client + ref: v1.0.66 fl_lib: git: url: https://github.com/lppcg/fl_lib - ref: v1.0.67 + ref: v1.0.71 dependency_overrides: # dartssh2: From c1e421fe42f6a69d1666593e0ff967e775aa0ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lollipopkit=F0=9F=8F=B3=EF=B8=8F=E2=80=8D=E2=9A=A7?= =?UTF-8?q?=EF=B8=8F?= <10864310+lollipopkit@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:50:22 +0800 Subject: [PATCH 2/2] chore: dep --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 6f1e3613f..47a032599 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -385,8 +385,8 @@ packages: dependency: "direct main" description: path: "." - ref: "v1.0.71" - resolved-ref: "0289f2050150fc78f2862edc4727c344aedf9ce4" + ref: "v1.0.72" + resolved-ref: "7b57c8e08ff199247bb174d499876627b10f86b5" url: "https://github.com/lppcg/fl_lib" source: git version: "0.0.1" diff --git a/pubspec.yaml b/pubspec.yaml index 935b027fe..22a85c56a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -62,7 +62,7 @@ dependencies: fl_lib: git: url: https://github.com/lppcg/fl_lib - ref: v1.0.71 + ref: v1.0.72 dependency_overrides: # dartssh2: