From bd2e5a03bdcb11a3118a374026ae5962893d8430 Mon Sep 17 00:00:00 2001 From: Ellet Date: Thu, 17 Oct 2024 07:52:28 +0300 Subject: [PATCH] chore: update all packages to require at least version 0.0.1-dev.4 of quill_native_bridge_platform_interface --- quill_native_bridge/CHANGELOG.md | 4 ++++ .../example/analysis_options.yaml | 1 - quill_native_bridge/example/pubspec.lock | 24 +++++++++---------- quill_native_bridge/example/pubspec.yaml | 4 ++-- quill_native_bridge/pubspec.yaml | 14 +++++------ quill_native_bridge_android/CHANGELOG.md | 4 ++++ quill_native_bridge_android/pubspec.yaml | 6 ++--- quill_native_bridge_ios/CHANGELOG.md | 4 ++++ quill_native_bridge_ios/pubspec.yaml | 6 ++--- quill_native_bridge_linux/CHANGELOG.md | 4 ++++ quill_native_bridge_linux/pubspec.yaml | 4 ++-- quill_native_bridge_macos/CHANGELOG.md | 4 ++++ quill_native_bridge_macos/pubspec.yaml | 6 ++--- quill_native_bridge_web/CHANGELOG.md | 4 ++++ quill_native_bridge_web/pubspec.yaml | 6 ++--- quill_native_bridge_windows/CHANGELOG.md | 4 ++++ quill_native_bridge_windows/pubspec.yaml | 6 ++--- 17 files changed, 66 insertions(+), 39 deletions(-) diff --git a/quill_native_bridge/CHANGELOG.md b/quill_native_bridge/CHANGELOG.md index 1daf7c1..acbba00 100644 --- a/quill_native_bridge/CHANGELOG.md +++ b/quill_native_bridge/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 10.7.9 + +- Require `quill_native_bridge_platform_interface` minimum version `0.0.1-dev.4`. + ## 10.7.8 - Experimental changes in https://github.com/singerdmx/flutter-quill/pull/2230 (WIP). Not intended for public use as breaking changes will occur. diff --git a/quill_native_bridge/example/analysis_options.yaml b/quill_native_bridge/example/analysis_options.yaml index cb0a7aa..799c9a5 100644 --- a/quill_native_bridge/example/analysis_options.yaml +++ b/quill_native_bridge/example/analysis_options.yaml @@ -10,7 +10,6 @@ linter: avoid_print: true avoid_types_on_closure_parameters: true avoid_void_async: true - cascade_invocations: true directives_ordering: true omit_local_variable_types: true prefer_const_constructors: true diff --git a/quill_native_bridge/example/pubspec.lock b/quill_native_bridge/example/pubspec.lock index ef68c98..e8749b3 100644 --- a/quill_native_bridge/example/pubspec.lock +++ b/quill_native_bridge/example/pubspec.lock @@ -95,10 +95,10 @@ packages: dependency: "direct dev" description: name: flutter_lints - sha256: "3f41d009ba7172d5ff9be5f6e6e6abb4300e263aab8866d2a0842ed2a70f8f0c" + sha256: "5398f14efa795ffb7a33e9b6a08798b26a180edac4ad7db3f231e40f82ce11e1" url: "https://pub.dev" source: hosted - version: "4.0.0" + version: "5.0.0" flutter_test: dependency: "direct dev" description: flutter @@ -163,10 +163,10 @@ packages: dependency: transitive description: name: lints - sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235" + sha256: "3315600f3fb3b135be672bf4a178c55f274bebe368325ae18462c89ac1e3b413" url: "https://pub.dev" source: hosted - version: "4.0.0" + version: "5.0.0" matcher: dependency: transitive description: @@ -237,56 +237,56 @@ packages: path: ".." relative: true source: path - version: "10.7.7" + version: "10.7.9" quill_native_bridge_android: dependency: "direct overridden" description: path: "../../quill_native_bridge_android" relative: true source: path - version: "0.0.1-dev.2" + version: "0.0.1-dev.3" quill_native_bridge_ios: dependency: "direct overridden" description: path: "../../quill_native_bridge_ios" relative: true source: path - version: "0.0.1-dev.2" + version: "0.0.1-dev.3" quill_native_bridge_linux: dependency: "direct overridden" description: path: "../../quill_native_bridge_linux" relative: true source: path - version: "0.0.1-dev.2" + version: "0.0.1-dev.3" quill_native_bridge_macos: dependency: "direct overridden" description: path: "../../quill_native_bridge_macos" relative: true source: path - version: "0.0.1-dev.2" + version: "0.0.1-dev.3" quill_native_bridge_platform_interface: dependency: "direct overridden" description: path: "../../quill_native_bridge_platform_interface" relative: true source: path - version: "0.0.1-dev.3" + version: "0.0.1-dev.4" quill_native_bridge_web: dependency: "direct overridden" description: path: "../../quill_native_bridge_web" relative: true source: path - version: "0.0.1-dev.3" + version: "0.0.1-dev.4" quill_native_bridge_windows: dependency: "direct overridden" description: path: "../../quill_native_bridge_windows" relative: true source: path - version: "0.0.1-dev.2" + version: "0.0.1-dev.3" sky_engine: dependency: transitive description: flutter diff --git a/quill_native_bridge/example/pubspec.yaml b/quill_native_bridge/example/pubspec.yaml index 569249d..1f7060a 100644 --- a/quill_native_bridge/example/pubspec.yaml +++ b/quill_native_bridge/example/pubspec.yaml @@ -9,7 +9,7 @@ dependencies: flutter: sdk: flutter - quill_native_bridge: ^10.7.4 + quill_native_bridge: ^10.7.9 dependency_overrides: quill_native_bridge: @@ -35,7 +35,7 @@ dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0 image_compare: ^1.1.2 diff --git a/quill_native_bridge/pubspec.yaml b/quill_native_bridge/pubspec.yaml index 8aa9326..74433fe 100644 --- a/quill_native_bridge/pubspec.yaml +++ b/quill_native_bridge/pubspec.yaml @@ -1,6 +1,6 @@ name: quill_native_bridge description: "An internal plugin for flutter_quill package to access platform-specific APIs" -version: 10.7.8 +version: 10.7.9 homepage: https://github.com/FlutterQuill/quill-native-bridge/tree/main/quill_native_bridge repository: https://github.com/FlutterQuill/quill-native-bridge/tree/main/quill_native_bridge issue_tracker: https://github.com/FlutterQuill/quill-native-bridge/issues @@ -21,12 +21,12 @@ environment: dependencies: flutter: sdk: flutter - quill_native_bridge_android: ^0.0.1-dev.2 - quill_native_bridge_platform_interface: ^0.0.1-dev.3 - quill_native_bridge_web: ^0.0.1-dev.3 - quill_native_bridge_windows: ^0.0.1-dev.2 - quill_native_bridge_linux: ^0.0.1-dev.2 - quill_native_bridge_ios: ^0.0.1-dev.2 + quill_native_bridge_android: ^0.0.1-dev.3 + quill_native_bridge_platform_interface: ^0.0.1-dev.4 + quill_native_bridge_web: ^0.0.1-dev.4 + quill_native_bridge_windows: ^0.0.1-dev.3 + quill_native_bridge_linux: ^0.0.1-dev.3 + quill_native_bridge_ios: ^0.0.1-dev.3 quill_native_bridge_macos: ^0.0.1-dev.2 dev_dependencies: diff --git a/quill_native_bridge_android/CHANGELOG.md b/quill_native_bridge_android/CHANGELOG.md index 7e4a2d2..b1038fd 100644 --- a/quill_native_bridge_android/CHANGELOG.md +++ b/quill_native_bridge_android/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 0.0.1-dev.3 + +- Require `quill_native_bridge_platform_interface` minimum version `0.0.1-dev.4`. + ## 0.0.1-dev.2 - Experimental changes in https://github.com/singerdmx/flutter-quill/pull/2230 (WIP). Not intended for public use as breaking changes will occur. diff --git a/quill_native_bridge_android/pubspec.yaml b/quill_native_bridge_android/pubspec.yaml index 6487f02..ed9021d 100644 --- a/quill_native_bridge_android/pubspec.yaml +++ b/quill_native_bridge_android/pubspec.yaml @@ -1,6 +1,6 @@ name: quill_native_bridge_android description: "Android implementation of the quill_native_bridge plugin." -version: 0.0.1-dev.2 +version: 0.0.1-dev.3 homepage: https://github.com/FlutterQuill/quill-native-bridge/tree/main/quill_native_bridge_android repository: https://github.com/FlutterQuill/quill-native-bridge/tree/main/quill_native_bridge_android issue_tracker: https://github.com/FlutterQuill/quill-native-bridge/issues?q=is%3Aissue+is%3Aopen+label%3A%22platform-android%22 @@ -13,12 +13,12 @@ environment: dependencies: flutter: sdk: flutter - quill_native_bridge_platform_interface: ^0.0.1-dev.3 + quill_native_bridge_platform_interface: ^0.0.1-dev.4 dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0 pigeon: ^22.4.1 flutter: diff --git a/quill_native_bridge_ios/CHANGELOG.md b/quill_native_bridge_ios/CHANGELOG.md index 7e4a2d2..b1038fd 100644 --- a/quill_native_bridge_ios/CHANGELOG.md +++ b/quill_native_bridge_ios/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 0.0.1-dev.3 + +- Require `quill_native_bridge_platform_interface` minimum version `0.0.1-dev.4`. + ## 0.0.1-dev.2 - Experimental changes in https://github.com/singerdmx/flutter-quill/pull/2230 (WIP). Not intended for public use as breaking changes will occur. diff --git a/quill_native_bridge_ios/pubspec.yaml b/quill_native_bridge_ios/pubspec.yaml index 3445b06..af74d14 100644 --- a/quill_native_bridge_ios/pubspec.yaml +++ b/quill_native_bridge_ios/pubspec.yaml @@ -1,6 +1,6 @@ name: quill_native_bridge_ios description: "iOS implementation of the quill_native_bridge plugin." -version: 0.0.1-dev.2 +version: 0.0.1-dev.3 homepage: https://github.com/FlutterQuill/quill-native-bridge/tree/main/quill_native_bridge_ios repository: https://github.com/FlutterQuill/quill-native-bridge/tree/main/quill_native_bridge_ios issue_tracker: https://github.com/FlutterQuill/quill-native-bridge/issues?q=is%3Aissue+is%3Aopen+label%3A%22platform-ios%22 @@ -13,12 +13,12 @@ environment: dependencies: flutter: sdk: flutter - quill_native_bridge_platform_interface: ^0.0.1-dev.3 + quill_native_bridge_platform_interface: ^0.0.1-dev.4 dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0 pigeon: ^22.4.0 flutter: diff --git a/quill_native_bridge_linux/CHANGELOG.md b/quill_native_bridge_linux/CHANGELOG.md index 7e4a2d2..b1038fd 100644 --- a/quill_native_bridge_linux/CHANGELOG.md +++ b/quill_native_bridge_linux/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 0.0.1-dev.3 + +- Require `quill_native_bridge_platform_interface` minimum version `0.0.1-dev.4`. + ## 0.0.1-dev.2 - Experimental changes in https://github.com/singerdmx/flutter-quill/pull/2230 (WIP). Not intended for public use as breaking changes will occur. diff --git a/quill_native_bridge_linux/pubspec.yaml b/quill_native_bridge_linux/pubspec.yaml index 999142b..b9957ec 100644 --- a/quill_native_bridge_linux/pubspec.yaml +++ b/quill_native_bridge_linux/pubspec.yaml @@ -1,6 +1,6 @@ name: quill_native_bridge_linux description: "Linux implementation of the quill_native_bridge plugin." -version: 0.0.1-dev.2 +version: 0.0.1-dev.3 homepage: https://github.com/FlutterQuill/quill-native-bridge/tree/main/quill_native_bridge_linux repository: https://github.com/FlutterQuill/quill-native-bridge/tree/main/quill_native_bridge_linux issue_tracker: https://github.com/FlutterQuill/quill-native-bridge/issues?q=is%3Aissue+is%3Aopen+label%3A%22platform-linux%22 @@ -13,7 +13,7 @@ environment: dependencies: flutter: sdk: flutter - quill_native_bridge_platform_interface: ^0.0.1-dev.3 + quill_native_bridge_platform_interface: ^0.0.1-dev.4 dev_dependencies: flutter_test: diff --git a/quill_native_bridge_macos/CHANGELOG.md b/quill_native_bridge_macos/CHANGELOG.md index 7e4a2d2..b1038fd 100644 --- a/quill_native_bridge_macos/CHANGELOG.md +++ b/quill_native_bridge_macos/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 0.0.1-dev.3 + +- Require `quill_native_bridge_platform_interface` minimum version `0.0.1-dev.4`. + ## 0.0.1-dev.2 - Experimental changes in https://github.com/singerdmx/flutter-quill/pull/2230 (WIP). Not intended for public use as breaking changes will occur. diff --git a/quill_native_bridge_macos/pubspec.yaml b/quill_native_bridge_macos/pubspec.yaml index cf24130..6b81b89 100644 --- a/quill_native_bridge_macos/pubspec.yaml +++ b/quill_native_bridge_macos/pubspec.yaml @@ -1,6 +1,6 @@ name: quill_native_bridge_macos description: "macOS implementation of the quill_native_bridge plugin." -version: 0.0.1-dev.2 +version: 0.0.1-dev.3 homepage: https://github.com/FlutterQuill/quill-native-bridge/tree/main/quill_native_bridge_macos repository: https://github.com/FlutterQuill/quill-native-bridge/tree/main/quill_native_bridge_macos issue_tracker: https://github.com/FlutterQuill/quill-native-bridge/issues?q=is%3Aissue+is%3Aopen+label%3A%22platform-macos%22 @@ -13,12 +13,12 @@ environment: dependencies: flutter: sdk: flutter - quill_native_bridge_platform_interface: ^0.0.1-dev.3 + quill_native_bridge_platform_interface: ^0.0.1-dev.4 dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0 pigeon: ^22.4.0 flutter: diff --git a/quill_native_bridge_web/CHANGELOG.md b/quill_native_bridge_web/CHANGELOG.md index 55ded4f..418e385 100644 --- a/quill_native_bridge_web/CHANGELOG.md +++ b/quill_native_bridge_web/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 0.0.1-dev.4 + +- Require `quill_native_bridge_platform_interface` minimum version `0.0.1-dev.4`. + ## 0.0.1-dev.3 - Experimental changes in https://github.com/singerdmx/flutter-quill/pull/2230 (WIP). Not intended for public use as breaking changes will occur. diff --git a/quill_native_bridge_web/pubspec.yaml b/quill_native_bridge_web/pubspec.yaml index e4595fb..500c040 100644 --- a/quill_native_bridge_web/pubspec.yaml +++ b/quill_native_bridge_web/pubspec.yaml @@ -1,6 +1,6 @@ name: quill_native_bridge_web description: "Web platform implementation of quill_native_bridge" -version: 0.0.1-dev.3 +version: 0.0.1-dev.4 homepage: https://github.com/FlutterQuill/quill-native-bridge/tree/main/quill_native_bridge_web repository: https://github.com/FlutterQuill/quill-native-bridge/tree/main/quill_native_bridge_web issue_tracker: https://github.com/FlutterQuill/quill-native-bridge/issues?q=is%3Aissue+is%3Aopen+label%3A%22platform-web%22 @@ -16,12 +16,12 @@ dependencies: flutter_web_plugins: sdk: flutter web: ^1.0.0 - quill_native_bridge_platform_interface: ^0.0.1-dev.3 + quill_native_bridge_platform_interface: ^0.0.1-dev.4 dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0 flutter: plugin: diff --git a/quill_native_bridge_windows/CHANGELOG.md b/quill_native_bridge_windows/CHANGELOG.md index 7e4a2d2..b1038fd 100644 --- a/quill_native_bridge_windows/CHANGELOG.md +++ b/quill_native_bridge_windows/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 0.0.1-dev.3 + +- Require `quill_native_bridge_platform_interface` minimum version `0.0.1-dev.4`. + ## 0.0.1-dev.2 - Experimental changes in https://github.com/singerdmx/flutter-quill/pull/2230 (WIP). Not intended for public use as breaking changes will occur. diff --git a/quill_native_bridge_windows/pubspec.yaml b/quill_native_bridge_windows/pubspec.yaml index faf91d4..945c392 100644 --- a/quill_native_bridge_windows/pubspec.yaml +++ b/quill_native_bridge_windows/pubspec.yaml @@ -1,6 +1,6 @@ name: quill_native_bridge_windows description: "Windows implementation of the quill_native_bridge plugin." -version: 0.0.1-dev.2 +version: 0.0.1-dev.3 homepage: https://github.com/FlutterQuill/quill-native-bridge/tree/main/quill_native_bridge_windows repository: https://github.com/FlutterQuill/quill-native-bridge/tree/main/quill_native_bridge_windows issue_tracker: https://github.com/FlutterQuill/quill-native-bridge/issues?q=is%3Aissue+is%3Aopen+label%3A%22platform-windows%22 @@ -13,14 +13,14 @@ environment: dependencies: flutter: sdk: flutter - quill_native_bridge_platform_interface: ^0.0.1-dev.3 + quill_native_bridge_platform_interface: ^0.0.1-dev.4 win32: ^5.5.4 ffi: ^2.1.3 dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0 flutter: plugin: