From 79e9be0552462ca7a8f07f68b86774acdebb379d Mon Sep 17 00:00:00 2001 From: Miguel Beltran Date: Tue, 15 Mar 2022 11:13:20 +0100 Subject: [PATCH] Fix share_plus 4.0.0 --- packages/share_plus/share_plus/CHANGELOG.md | 4 ++++ packages/share_plus/share_plus/pubspec.yaml | 12 ++++++------ packages/share_plus/share_plus_linux/CHANGELOG.md | 4 ++++ packages/share_plus/share_plus_linux/pubspec.yaml | 6 +++--- packages/share_plus/share_plus_macos/CHANGELOG.md | 2 +- packages/share_plus/share_plus_macos/pubspec.yaml | 4 ++-- .../share_plus_platform_interface/CHANGELOG.md | 2 +- .../share_plus_platform_interface/pubspec.yaml | 2 +- packages/share_plus/share_plus_web/CHANGELOG.md | 4 ++++ packages/share_plus/share_plus_web/pubspec.yaml | 4 ++-- packages/share_plus/share_plus_windows/CHANGELOG.md | 4 ++++ packages/share_plus/share_plus_windows/pubspec.yaml | 6 +++--- 12 files changed, 35 insertions(+), 19 deletions(-) diff --git a/packages/share_plus/share_plus/CHANGELOG.md b/packages/share_plus/share_plus/CHANGELOG.md index d690b694c2..c50bf13632 100644 --- a/packages/share_plus/share_plus/CHANGELOG.md +++ b/packages/share_plus/share_plus/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.1 + +- Hotfix dependencies + ## 4.0.0 - iOS, Android, MacOS: Add `shareWithResult` methods to get feedback on user action diff --git a/packages/share_plus/share_plus/pubspec.yaml b/packages/share_plus/share_plus/pubspec.yaml index 2160146f94..b65aa987a5 100644 --- a/packages/share_plus/share_plus/pubspec.yaml +++ b/packages/share_plus/share_plus/pubspec.yaml @@ -1,6 +1,6 @@ name: share_plus description: Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS. -version: 4.0.0 +version: 4.0.1 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ @@ -26,11 +26,11 @@ dependencies: mime: ^1.0.0 flutter: sdk: flutter - share_plus_platform_interface: ^2.0.0 - share_plus_linux: ^2.0.0 - share_plus_macos: ^2.0.0 - share_plus_windows: ^2.0.0 - share_plus_web: ^2.0.0 + share_plus_platform_interface: ^3.0.0 + share_plus_linux: ^3.0.0 + share_plus_macos: ^3.0.0 + share_plus_windows: ^3.0.0 + share_plus_web: ^3.0.0 dev_dependencies: flutter_test: diff --git a/packages/share_plus/share_plus_linux/CHANGELOG.md b/packages/share_plus/share_plus_linux/CHANGELOG.md index 19746531d7..b40be94b9e 100644 --- a/packages/share_plus/share_plus_linux/CHANGELOG.md +++ b/packages/share_plus/share_plus_linux/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.0 + +- Version bump + ## 2.0.4 - Fixes: sharing in isolated sandboxes like Flatpak diff --git a/packages/share_plus/share_plus_linux/pubspec.yaml b/packages/share_plus/share_plus_linux/pubspec.yaml index a9164b1617..77e9f1ec5c 100644 --- a/packages/share_plus/share_plus_linux/pubspec.yaml +++ b/packages/share_plus/share_plus_linux/pubspec.yaml @@ -1,15 +1,15 @@ name: share_plus_linux description: Linux implementation of the share_plus plugin -version: 2.0.4 +version: 3.0.0 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ environment: sdk: ">=2.12.0 <3.0.0" - flutter: ">=1.17.0" + flutter: ">=1.20.0" dependencies: - share_plus_platform_interface: ^2.0.0 + share_plus_platform_interface: ^3.0.0 file: ^6.0.0 flutter: sdk: flutter diff --git a/packages/share_plus/share_plus_macos/CHANGELOG.md b/packages/share_plus/share_plus_macos/CHANGELOG.md index 2d4bca3f4f..39a6b8153c 100644 --- a/packages/share_plus/share_plus_macos/CHANGELOG.md +++ b/packages/share_plus/share_plus_macos/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.1.0 +## 3.0.0 - Add *WithResult methods to get feedback on user action diff --git a/packages/share_plus/share_plus_macos/pubspec.yaml b/packages/share_plus/share_plus_macos/pubspec.yaml index ef2490f72a..9ad6ec5b6f 100644 --- a/packages/share_plus/share_plus_macos/pubspec.yaml +++ b/packages/share_plus/share_plus_macos/pubspec.yaml @@ -1,6 +1,6 @@ name: share_plus_macos description: MacOS implementation of the share_plus plugin -version: 2.1.0 +version: 3.0.0 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ @@ -9,7 +9,7 @@ environment: flutter: ">=1.20.0" dependencies: - share_plus_platform_interface: ^2.0.0 + share_plus_platform_interface: ^3.0.0 flutter: sdk: flutter diff --git a/packages/share_plus/share_plus_platform_interface/CHANGELOG.md b/packages/share_plus/share_plus_platform_interface/CHANGELOG.md index a73c2c2e72..f4b9bad996 100644 --- a/packages/share_plus/share_plus_platform_interface/CHANGELOG.md +++ b/packages/share_plus/share_plus_platform_interface/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.1.0 +## 3.0.0 - Add *WithResult methods to get feedback on user action diff --git a/packages/share_plus/share_plus_platform_interface/pubspec.yaml b/packages/share_plus/share_plus_platform_interface/pubspec.yaml index d63278d492..2c691865a7 100644 --- a/packages/share_plus/share_plus_platform_interface/pubspec.yaml +++ b/packages/share_plus/share_plus_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: share_plus_platform_interface description: A common platform interface for the share_plus plugin. -version: 2.1.0 +version: 3.0.0 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ diff --git a/packages/share_plus/share_plus_web/CHANGELOG.md b/packages/share_plus/share_plus_web/CHANGELOG.md index 3718dae83b..b6aee7a625 100644 --- a/packages/share_plus/share_plus_web/CHANGELOG.md +++ b/packages/share_plus/share_plus_web/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.0 + +- Bump dependencies + ## 2.0.4 - Hotfix on 2.0.3, improved solution. diff --git a/packages/share_plus/share_plus_web/pubspec.yaml b/packages/share_plus/share_plus_web/pubspec.yaml index c3028dd855..0e901dfd7a 100644 --- a/packages/share_plus/share_plus_web/pubspec.yaml +++ b/packages/share_plus/share_plus_web/pubspec.yaml @@ -2,7 +2,7 @@ name: share_plus_web description: Web platform implementation of share_plus homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ -version: 2.0.4 +version: 3.0.0 flutter: plugin: @@ -12,7 +12,7 @@ flutter: fileName: share_plus_web.dart dependencies: - share_plus_platform_interface: ^2.0.0 + share_plus_platform_interface: ^3.0.0 url_launcher: ^6.0.1 flutter: sdk: flutter diff --git a/packages/share_plus/share_plus_windows/CHANGELOG.md b/packages/share_plus/share_plus_windows/CHANGELOG.md index 64c253269f..84009e99d6 100644 --- a/packages/share_plus/share_plus_windows/CHANGELOG.md +++ b/packages/share_plus/share_plus_windows/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.0 + +- Bump dependencies + ## 2.0.3 - Hotfix on 2.0.2, improved solution. diff --git a/packages/share_plus/share_plus_windows/pubspec.yaml b/packages/share_plus/share_plus_windows/pubspec.yaml index a441e11059..a60cc73f9a 100644 --- a/packages/share_plus/share_plus_windows/pubspec.yaml +++ b/packages/share_plus/share_plus_windows/pubspec.yaml @@ -1,15 +1,15 @@ name: share_plus_windows description: Windows implementation of the share_plus plugin -version: 2.0.3 +version: 3.0.0 homepage: https://plus.fluttercommunity.dev/ repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ environment: sdk: ">=2.12.0 <3.0.0" - flutter: ">=1.17.0" + flutter: ">=1.20.0" dependencies: - share_plus_platform_interface: ^2.0.0 + share_plus_platform_interface: ^3.0.0 flutter: sdk: flutter meta: ^1.3.0