From a0416da1d0c255f3732f3ce78fd48bc5bee3331f Mon Sep 17 00:00:00 2001 From: Miguel Beltran Date: Thu, 6 Feb 2025 12:38:12 +0100 Subject: [PATCH 1/3] chore(release): prepare for release --- packages/connectivity_plus/connectivity_plus/CHANGELOG.md | 4 ++++ .../connectivity_plus/connectivity_plus/example/pubspec.yaml | 2 +- packages/connectivity_plus/connectivity_plus/pubspec.yaml | 2 +- packages/device_info_plus/device_info_plus/CHANGELOG.md | 4 ++++ .../device_info_plus/device_info_plus/example/pubspec.yaml | 2 +- packages/device_info_plus/device_info_plus/pubspec.yaml | 2 +- packages/package_info_plus/package_info_plus/CHANGELOG.md | 5 +++++ .../package_info_plus/package_info_plus/example/pubspec.yaml | 4 ++-- packages/package_info_plus/package_info_plus/pubspec.yaml | 4 ++-- .../package_info_plus_platform_interface/CHANGELOG.md | 4 ++++ .../package_info_plus_platform_interface/pubspec.yaml | 2 +- 11 files changed, 26 insertions(+), 9 deletions(-) diff --git a/packages/connectivity_plus/connectivity_plus/CHANGELOG.md b/packages/connectivity_plus/connectivity_plus/CHANGELOG.md index 5004b591c2..a8369c396a 100644 --- a/packages/connectivity_plus/connectivity_plus/CHANGELOG.md +++ b/packages/connectivity_plus/connectivity_plus/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.1.3 + + - **FIX**(connectivity_plus): Resolve missing privacy manifest issue for iOS and MacOS ([#3458](https://github.com/fluttercommunity/plus_plugins/issues/3458)). ([dab92074](https://github.com/fluttercommunity/plus_plugins/commit/dab92074cbf7dece71a64854b4357eb5b62e2f4f)) + ## 6.1.2 - **DOCS**(connectivity_plus): update package requirements ([#3409](https://github.com/fluttercommunity/plus_plugins/issues/3409)). ([cb8c5ead](https://github.com/fluttercommunity/plus_plugins/commit/cb8c5ead41bf8f1d5042a1109eac3e23305d3016)) diff --git a/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml b/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml index fd86299c6c..4a1b28648d 100644 --- a/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml +++ b/packages/connectivity_plus/connectivity_plus/example/pubspec.yaml @@ -7,7 +7,7 @@ environment: dependencies: flutter: sdk: flutter - connectivity_plus: ^6.1.2 + connectivity_plus: ^6.1.3 dev_dependencies: flutter_driver: diff --git a/packages/connectivity_plus/connectivity_plus/pubspec.yaml b/packages/connectivity_plus/connectivity_plus/pubspec.yaml index 354a0fcf3a..1621f23aa6 100644 --- a/packages/connectivity_plus/connectivity_plus/pubspec.yaml +++ b/packages/connectivity_plus/connectivity_plus/pubspec.yaml @@ -1,6 +1,6 @@ name: connectivity_plus description: Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS. -version: 6.1.2 +version: 6.1.3 homepage: https://github.com/fluttercommunity/plus_plugins repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus/connectivity_plus issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/connectivity_plus diff --git a/packages/device_info_plus/device_info_plus/CHANGELOG.md b/packages/device_info_plus/device_info_plus/CHANGELOG.md index c37c0de690..8e7f877db2 100644 --- a/packages/device_info_plus/device_info_plus/CHANGELOG.md +++ b/packages/device_info_plus/device_info_plus/CHANGELOG.md @@ -1,3 +1,7 @@ +## 11.3.0 + + - **FEAT**(device_info_plus): Add User Device Name in Android (PR [#3437](https://github.com/fluttercommunity/plus_plugins/issues/3437)) ([#3456](https://github.com/fluttercommunity/plus_plugins/issues/3456)). ([8c38a31d](https://github.com/fluttercommunity/plus_plugins/commit/8c38a31d7c1073d7011ec3e3193f6b99b3851ef1)) + ## 11.2.2 - **FIX**(device_info_plus): Replace throwing exception with returning default values on Windows ([#3445](https://github.com/fluttercommunity/plus_plugins/issues/3445)). ([084730f8](https://github.com/fluttercommunity/plus_plugins/commit/084730f82436b474b31b16f6dc2d7b90585e899f)) diff --git a/packages/device_info_plus/device_info_plus/example/pubspec.yaml b/packages/device_info_plus/device_info_plus/example/pubspec.yaml index f805319494..8d8200cf53 100644 --- a/packages/device_info_plus/device_info_plus/example/pubspec.yaml +++ b/packages/device_info_plus/device_info_plus/example/pubspec.yaml @@ -4,7 +4,7 @@ description: Demonstrates how to use the device_info_plus plugin. dependencies: flutter: sdk: flutter - device_info_plus: ^11.2.2 + device_info_plus: ^11.3.0 dev_dependencies: flutter_driver: diff --git a/packages/device_info_plus/device_info_plus/pubspec.yaml b/packages/device_info_plus/device_info_plus/pubspec.yaml index 4f95e67800..717ca623e4 100644 --- a/packages/device_info_plus/device_info_plus/pubspec.yaml +++ b/packages/device_info_plus/device_info_plus/pubspec.yaml @@ -1,7 +1,7 @@ name: device_info_plus description: Flutter plugin providing detailed information about the device (make, model, etc.), and Android or iOS version the app is running on. -version: 11.2.2 +version: 11.3.0 homepage: https://github.com/fluttercommunity/plus_plugins repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus/device_info_plus issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/device_info_plus diff --git a/packages/package_info_plus/package_info_plus/CHANGELOG.md b/packages/package_info_plus/package_info_plus/CHANGELOG.md index d27d8d04e7..e14642f854 100644 --- a/packages/package_info_plus/package_info_plus/CHANGELOG.md +++ b/packages/package_info_plus/package_info_plus/CHANGELOG.md @@ -1,3 +1,8 @@ +## 8.2.1 + + - **FIX**(package_info_plus): data serialization converts installTime to String instead of DateTime ([#3464](https://github.com/fluttercommunity/plus_plugins/issues/3464)). ([aa10ce75](https://github.com/fluttercommunity/plus_plugins/commit/aa10ce758b6ee6895c7b4a05f16ffa08a434fa20)) + - **FIX**(package_info_plus): fix macOS compilation warning ([#3460](https://github.com/fluttercommunity/plus_plugins/issues/3460)). ([6eec56c4](https://github.com/fluttercommunity/plus_plugins/commit/6eec56c4a2a5f49894e60c3b9ea263c3096c01d5)) + ## 8.2.0 - **FEAT**(package_info_plus): add install time ([#3434](https://github.com/fluttercommunity/plus_plugins/issues/3434)). ([0ea0402f](https://github.com/fluttercommunity/plus_plugins/commit/0ea0402f824104c36a806f32e88727801b40ba4c)) diff --git a/packages/package_info_plus/package_info_plus/example/pubspec.yaml b/packages/package_info_plus/package_info_plus/example/pubspec.yaml index c6b1c7ca56..0fab39e400 100644 --- a/packages/package_info_plus/package_info_plus/example/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus/example/pubspec.yaml @@ -11,11 +11,11 @@ dependencies: flutter: sdk: flutter http: ">=0.13.5 <2.0.0" - package_info_plus: ^8.2.0 + package_info_plus: ^8.2.1 dev_dependencies: build_runner: ^2.3.3 - device_info_plus: ^11.2.2 + device_info_plus: ^11.3.0 integration_test: sdk: flutter flutter_driver: diff --git a/packages/package_info_plus/package_info_plus/pubspec.yaml b/packages/package_info_plus/package_info_plus/pubspec.yaml index 9fa650f4b9..e2993a6e23 100644 --- a/packages/package_info_plus/package_info_plus/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus/pubspec.yaml @@ -1,6 +1,6 @@ name: package_info_plus description: Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android. -version: 8.2.0 +version: 8.2.1 homepage: https://github.com/fluttercommunity/plus_plugins repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus/package_info_plus issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/package_info_plus @@ -36,7 +36,7 @@ dependencies: http: ">=0.13.5 <2.0.0" meta: ^1.8.0 path: ^1.8.2 - package_info_plus_platform_interface: ^3.1.0 + package_info_plus_platform_interface: ^3.2.0 web: ">=0.5.0 <2.0.0" win32: ^5.5.3 clock: ^1.1.1 diff --git a/packages/package_info_plus/package_info_plus_platform_interface/CHANGELOG.md b/packages/package_info_plus/package_info_plus_platform_interface/CHANGELOG.md index 70cdcba4fb..0324ba8c62 100644 --- a/packages/package_info_plus/package_info_plus_platform_interface/CHANGELOG.md +++ b/packages/package_info_plus/package_info_plus_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.2.0 + + - **FEAT**(package_info_plus): add install time ([#3434](https://github.com/fluttercommunity/plus_plugins/issues/3434)). ([0ea0402f](https://github.com/fluttercommunity/plus_plugins/commit/0ea0402f824104c36a806f32e88727801b40ba4c)) + ## 3.1.0 - **FEAT**(package_info_plus): add install time ([#3434](https://github.com/fluttercommunity/plus_plugins/issues/3434)). ([0ea0402f](https://github.com/fluttercommunity/plus_plugins/commit/0ea0402f824104c36a806f32e88727801b40ba4c)) diff --git a/packages/package_info_plus/package_info_plus_platform_interface/pubspec.yaml b/packages/package_info_plus/package_info_plus_platform_interface/pubspec.yaml index 780316d5d1..3b29c5e55f 100644 --- a/packages/package_info_plus/package_info_plus_platform_interface/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: package_info_plus_platform_interface description: A common platform interface for the package_info_plus plugin. -version: 3.1.0 +version: 3.2.0 homepage: https://github.com/fluttercommunity/plus_plugins repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ From e867b361a137cd74762d88809fe01228b67712ef Mon Sep 17 00:00:00 2001 From: Miguel Beltran Date: Fri, 7 Feb 2025 10:53:04 +0100 Subject: [PATCH 2/3] apply suggestions --- packages/package_info_plus/package_info_plus/CHANGELOG.md | 2 +- .../package_info_plus_platform_interface/CHANGELOG.md | 4 ---- .../package_info_plus_platform_interface/pubspec.yaml | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/packages/package_info_plus/package_info_plus/CHANGELOG.md b/packages/package_info_plus/package_info_plus/CHANGELOG.md index e14642f854..953f070a95 100644 --- a/packages/package_info_plus/package_info_plus/CHANGELOG.md +++ b/packages/package_info_plus/package_info_plus/CHANGELOG.md @@ -1,6 +1,6 @@ ## 8.2.1 - - **FIX**(package_info_plus): data serialization converts installTime to String instead of DateTime ([#3464](https://github.com/fluttercommunity/plus_plugins/issues/3464)). ([aa10ce75](https://github.com/fluttercommunity/plus_plugins/commit/aa10ce758b6ee6895c7b4a05f16ffa08a434fa20)) + - **FIX**(package_info_plus): convert installTime to String instead of DateTime to avoid serialization issues ([#3464](https://github.com/fluttercommunity/plus_plugins/issues/3464)). ([aa10ce75](https://github.com/fluttercommunity/plus_plugins/commit/aa10ce758b6ee6895c7b4a05f16ffa08a434fa20)) - **FIX**(package_info_plus): fix macOS compilation warning ([#3460](https://github.com/fluttercommunity/plus_plugins/issues/3460)). ([6eec56c4](https://github.com/fluttercommunity/plus_plugins/commit/6eec56c4a2a5f49894e60c3b9ea263c3096c01d5)) ## 8.2.0 diff --git a/packages/package_info_plus/package_info_plus_platform_interface/CHANGELOG.md b/packages/package_info_plus/package_info_plus_platform_interface/CHANGELOG.md index 0324ba8c62..70cdcba4fb 100644 --- a/packages/package_info_plus/package_info_plus_platform_interface/CHANGELOG.md +++ b/packages/package_info_plus/package_info_plus_platform_interface/CHANGELOG.md @@ -1,7 +1,3 @@ -## 3.2.0 - - - **FEAT**(package_info_plus): add install time ([#3434](https://github.com/fluttercommunity/plus_plugins/issues/3434)). ([0ea0402f](https://github.com/fluttercommunity/plus_plugins/commit/0ea0402f824104c36a806f32e88727801b40ba4c)) - ## 3.1.0 - **FEAT**(package_info_plus): add install time ([#3434](https://github.com/fluttercommunity/plus_plugins/issues/3434)). ([0ea0402f](https://github.com/fluttercommunity/plus_plugins/commit/0ea0402f824104c36a806f32e88727801b40ba4c)) diff --git a/packages/package_info_plus/package_info_plus_platform_interface/pubspec.yaml b/packages/package_info_plus/package_info_plus_platform_interface/pubspec.yaml index 3b29c5e55f..780316d5d1 100644 --- a/packages/package_info_plus/package_info_plus_platform_interface/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: package_info_plus_platform_interface description: A common platform interface for the package_info_plus plugin. -version: 3.2.0 +version: 3.1.0 homepage: https://github.com/fluttercommunity/plus_plugins repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/ From d9aca769bccb08b6a5251e7dc51afd09db036be5 Mon Sep 17 00:00:00 2001 From: Miguel Beltran Date: Fri, 7 Feb 2025 10:54:06 +0100 Subject: [PATCH 3/3] revert platform insterface version bump --- packages/package_info_plus/package_info_plus/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/package_info_plus/package_info_plus/pubspec.yaml b/packages/package_info_plus/package_info_plus/pubspec.yaml index e2993a6e23..626be6c8cf 100644 --- a/packages/package_info_plus/package_info_plus/pubspec.yaml +++ b/packages/package_info_plus/package_info_plus/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: http: ">=0.13.5 <2.0.0" meta: ^1.8.0 path: ^1.8.2 - package_info_plus_platform_interface: ^3.2.0 + package_info_plus_platform_interface: ^3.1.0 web: ">=0.5.0 <2.0.0" win32: ^5.5.3 clock: ^1.1.1