From da8ed04432b84810dcc0eb9b63023ffb79c8aad1 Mon Sep 17 00:00:00 2001 From: CodeDoctorDE Date: Thu, 1 Feb 2024 12:07:44 +0100 Subject: [PATCH] Update dependencies, update changelog --- SECURITY.md | 2 +- api/pubspec.yaml | 2 +- app/AppImageBuilder.yml | 2 +- app/linux/debian/DEBIAN/control | 2 +- app/pubspec.lock | 18 +++++++++--------- app/pubspec.yaml | 8 ++++---- app/web/index.html | 4 ++-- app/web/pdf.js/{pdf.min.js => pdf.min.mjs} | 0 .../{pdf.worker.min.js => pdf.worker.min.mjs} | 0 .../metadata/android/en-US/changelogs/91.txt | 5 ++++- tools/update_deps.dart | 4 ++-- 11 files changed, 25 insertions(+), 22 deletions(-) rename app/web/pdf.js/{pdf.min.js => pdf.min.mjs} (100%) rename app/web/pdf.js/{pdf.worker.min.js => pdf.worker.min.mjs} (100%) diff --git a/SECURITY.md b/SECURITY.md index eea06df5e7e5..a2e84ff63179 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,7 +5,7 @@ | Version | Supported | | | ------- | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------- | | 2.0.2-dev | :warning: | [Docs](https://docs.butterfly.linwood.dev/docs/2.1/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.0.2-rc.0) | -| 2.0.1 | :white_check_mark: | [Docs](https://docs.butterfly.linwood.dev/docs/2.0/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.0.1) | +| 2.0.2 | :white_check_mark: | [Docs](https://docs.butterfly.linwood.dev/docs/2.0/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v2.0.2) | | 1.6.1 | :x: | [Docs](https://docs.butterfly.linwood.dev/docs/1.6/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.6.1) | | 1.5.1 | :x: | [Docs](https://docs.butterfly.linwood.dev/docs/1.5/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.5.1) | | 1.4.4 | :x: | [Docs](https://docs.butterfly.linwood.dev/docs/1.4/intro) [Release](https://github.com/LinwoodDev/butterfly/releases/tag/v1.4.4) | diff --git a/api/pubspec.yaml b/api/pubspec.yaml index 4817c4330bbd..5d9ac057164b 100644 --- a/api/pubspec.yaml +++ b/api/pubspec.yaml @@ -1,6 +1,6 @@ name: butterfly_api description: The Linwood Butterfly API -version: 2.1.0-beta.0 +version: 2.0.3-rc.0 environment: sdk: '>=3.0.0 <4.0.0' diff --git a/app/AppImageBuilder.yml b/app/AppImageBuilder.yml index ea6e9509ce58..85f37a71052d 100644 --- a/app/AppImageBuilder.yml +++ b/app/AppImageBuilder.yml @@ -11,7 +11,7 @@ AppDir: id: dev.linwood.butterfly name: Linwood Butterfly icon: dev.linwood.butterfly - version: 2.1.0-beta.0 + version: 2.0.3-rc.0 exec: butterfly exec_args: $@ apt: diff --git a/app/linux/debian/DEBIAN/control b/app/linux/debian/DEBIAN/control index 216b688afbcd..35674b743d3b 100644 --- a/app/linux/debian/DEBIAN/control +++ b/app/linux/debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: linwood-butterfly -Version: 2.1.0-beta.0 +Version: 2.0.3-rc.0 Section: base Priority: optional Homepage: https://github.com/LinwoodDev/butterfly diff --git a/app/pubspec.lock b/app/pubspec.lock index d5f001a6d9bb..3e74591b33f7 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -141,10 +141,10 @@ packages: dependency: transitive description: name: build_runner_core - sha256: c9e32d21dd6626b5c163d48b037ce906bbe428bc23ab77bcd77bb21e593b6185 + sha256: "4ae8ffe5ac758da294ecf1802f2aff01558d8b1b00616aa7538ea9a8a5d50799" url: "https://pub.dev" source: hosted - version: "7.2.11" + version: "7.3.0" built_collection: dependency: transitive description: @@ -167,7 +167,7 @@ packages: path: "../api" relative: true source: path - version: "2.1.0-beta.0" + version: "2.0.3-rc.0" camera: dependency: "direct main" description: @@ -333,10 +333,10 @@ packages: dependency: "direct main" description: name: device_info_plus - sha256: "0042cb3b2a76413ea5f8a2b40cec2a33e01d0c937e91f0f7c211fde4f7739ba6" + sha256: "77f757b789ff68e4eaf9c56d1752309bd9f7ad557cb105b938a7f8eb89e59110" url: "https://pub.dev" source: hosted - version: "9.1.1" + version: "9.1.2" device_info_plus_platform_interface: dependency: transitive description: @@ -699,10 +699,10 @@ packages: dependency: "direct main" description: name: image - sha256: "004a2e90ce080f8627b5a04aecb4cdfac87d2c3f3b520aa291260be5a32c033d" + sha256: "49a0d4b0c12402853d3f227fe7c315601b238d126aa4caa5dbb2dcf99421aa4a" url: "https://pub.dev" source: hosted - version: "4.1.4" + version: "4.1.6" intl: dependency: "direct main" description: @@ -1097,10 +1097,10 @@ packages: dependency: "direct main" description: name: share_plus - sha256: f74fc3f1cbd99f39760182e176802f693fa0ec9625c045561cfad54681ea93dd + sha256: "3ef39599b00059db0990ca2e30fca0a29d8b37aae924d60063f8e0184cf20900" url: "https://pub.dev" source: hosted - version: "7.2.1" + version: "7.2.2" share_plus_platform_interface: dependency: transitive description: diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 07582e39f7ea..148cc5a76a3f 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -13,7 +13,7 @@ publish_to: none # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 2.1.0-beta.0+91 +version: 2.0.3-rc.0+91 environment: sdk: ">=3.0.0 <4.0.0" @@ -37,7 +37,7 @@ dependencies: url: https://github.com/CodeDoctorDE/phosphor-flutter ref: f370dd2c25d3ea51ffb8f1c7c183bc9f33889c82 replay_bloc: ^0.2.5 - share_plus: ^7.2.1 + share_plus: ^7.2.2 package_info_plus: ^5.0.1 idb_shim: ^2.3.2 go_router: ^13.1.0 @@ -91,8 +91,8 @@ dependencies: dynamic_color: ^1.6.9 popover: ^0.2.9 markdown: ^7.2.1 - device_info_plus: ^9.1.1 - image: ^4.1.4 + device_info_plus: ^9.1.2 + image: ^4.1.6 dev_dependencies: flutter_native_splash: ^2.3.10 #flutter_launcher_icons: ^0.11.0 diff --git a/app/web/index.html b/app/web/index.html index d8181cc15f54..7ba7ceaa9925 100644 --- a/app/web/index.html +++ b/app/web/index.html @@ -31,9 +31,9 @@ - +