Skip to content

Commit c46ab89

Browse files
authored
chore(release): prepare for release (#3785)
1 parent 2b58cff commit c46ab89

File tree

14 files changed

+34
-11
lines changed

14 files changed

+34
-11
lines changed

packages/connectivity_plus/connectivity_plus/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.1.0
2+
3+
- **FIX**(connectivity_plus): Register broadcast receiver with correct flag, bump minSDK to 21 ([#3781](https://github.com/fluttercommunity/plus_plugins/issues/3781)). ([93135ff2](https://github.com/fluttercommunity/plus_plugins/commit/93135ff28cd3a8241445d084927b8ca18d73fe58))
4+
- **FIX**(connectivity_plus): Use serial queue for NWPathMonitor to prevent race condition crash ([#3752](https://github.com/fluttercommunity/plus_plugins/issues/3752)). ([05a50f32](https://github.com/fluttercommunity/plus_plugins/commit/05a50f32ba0685a175c75396a05c9d18fb3ce9b4))
5+
- **FEAT**(connectivity_plus): add ConnectivityResult.satellite on Android and iOS ([#3771](https://github.com/fluttercommunity/plus_plugins/issues/3771)). ([2b58cffe](https://github.com/fluttercommunity/plus_plugins/commit/2b58cffedd8ebce127deba10d2e389c3c3bfcb4b))
6+
17
## 7.0.0
28

39
> Note: This release has breaking changes.

packages/connectivity_plus/connectivity_plus/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
dependencies:
88
flutter:
99
sdk: flutter
10-
connectivity_plus: ^7.0.0
10+
connectivity_plus: ^7.1.0
1111

1212
dev_dependencies:
1313
flutter_driver:

packages/connectivity_plus/connectivity_plus/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: connectivity_plus
22
description: Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.
3-
version: 7.0.0
3+
version: 7.1.0
44
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/connectivity_plus/connectivity_plus
66
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/connectivity_plus
@@ -37,7 +37,7 @@ dependencies:
3737
sdk: flutter
3838
flutter_web_plugins:
3939
sdk: flutter
40-
connectivity_plus_platform_interface: ^2.0.1
40+
connectivity_plus_platform_interface: ^2.1.0
4141
web: ">=0.5.0 <2.0.0"
4242
meta: ^1.8.0
4343
nm: ^0.5.0

packages/connectivity_plus/connectivity_plus_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.0
2+
3+
- **FEAT**(connectivity_plus): add ConnectivityResult.satellite on Android and iOS ([#3771](https://github.com/fluttercommunity/plus_plugins/issues/3771)). ([2b58cffe](https://github.com/fluttercommunity/plus_plugins/commit/2b58cffedd8ebce127deba10d2e389c3c3bfcb4b))
4+
15
## 2.0.1
26

37
- **FIX**(all): changed homepage url in pubspec.yaml ([#3099](https://github.com/fluttercommunity/plus_plugins/issues/3099)). ([66613656](https://github.com/fluttercommunity/plus_plugins/commit/66613656a85c176ba2ad337e4d4943d1f4171129))

packages/connectivity_plus/connectivity_plus_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: connectivity_plus_platform_interface
22
description: A common platform interface for the connectivity_plus plugin.
3-
version: 2.0.1
3+
version: 2.1.0
44
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66

packages/device_info_plus/device_info_plus/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 12.4.0
2+
3+
- **FEAT**(device_info_plus): Add iOS device identifiers for 2026 models ([#3776](https://github.com/fluttercommunity/plus_plugins/issues/3776)). ([5dbe0a95](https://github.com/fluttercommunity/plus_plugins/commit/5dbe0a95ea3ce76acd6a57f8d33ae47761dd228c))
4+
- **FEAT**(device_info_plus): Add support for isiOSAppOnVision property in iOS device info ([#3716](https://github.com/fluttercommunity/plus_plugins/issues/3716)). ([25bbcce7](https://github.com/fluttercommunity/plus_plugins/commit/25bbcce764f3d48a9d9f04a11153c52497873408))
5+
16
## 12.3.0
27

38
- **FEAT**(device_info_plus): Add identifiers for iPad Pro 11-Inch (M5) models ([#3708](https://github.com/fluttercommunity/plus_plugins/issues/3708)). ([61786a1d](https://github.com/fluttercommunity/plus_plugins/commit/61786a1d680d8c3886b4fceb34d689ec94e10d8a))

packages/device_info_plus/device_info_plus/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Demonstrates how to use the device_info_plus plugin.
44
dependencies:
55
flutter:
66
sdk: flutter
7-
device_info_plus: ^12.3.0
7+
device_info_plus: ^12.4.0
88

99
dev_dependencies:
1010
flutter_driver:

packages/device_info_plus/device_info_plus/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: device_info_plus
22
description: Flutter plugin providing detailed information about the device
33
(make, model, etc.), and Android or iOS version the app is running on.
4-
version: 12.3.0
4+
version: 12.4.0
55
homepage: https://github.com/fluttercommunity/plus_plugins
66
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus/device_info_plus
77
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/device_info_plus

packages/package_info_plus/package_info_plus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 9.0.1
2+
3+
- **DOCS**(package_info_plus): add installerStore values documentation ([#3721](https://github.com/fluttercommunity/plus_plugins/issues/3721)). ([0534cd2d](https://github.com/fluttercommunity/plus_plugins/commit/0534cd2d1ea55d68c4452e8d5a0ee211b0c641ac))
4+
15
## 9.0.0
26

37
> Note: This release has breaking changes.

packages/package_info_plus/package_info_plus/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
http: ">=0.13.5 <2.0.0"
14-
package_info_plus: ^9.0.0
14+
package_info_plus: ^9.0.1
1515

1616
dev_dependencies:
1717
build_runner: ^2.3.3
18-
device_info_plus: ^12.3.0
18+
device_info_plus: ^12.4.0
1919
integration_test:
2020
sdk: flutter
2121
flutter_driver:

0 commit comments

Comments
 (0)