Skip to content

Commit 6982a68

Browse files
authored
chore(release): prepare for release (#3793)
1 parent f0da4b9 commit 6982a68

File tree

23 files changed

+103
-19
lines changed

23 files changed

+103
-19
lines changed

packages/connectivity_plus/connectivity_plus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 7.1.1
2+
3+
- **DOCS**(connectivity_plus): Add missing info about Xcode 26.1.1 requirement, deduplicate headers ([#3792](https://github.com/fluttercommunity/plus_plugins/issues/3792)). ([ba6e6b94](https://github.com/fluttercommunity/plus_plugins/commit/ba6e6b94f673bb479a5891b8ca0fc5fd7b2345bc))
4+
15
## 7.1.0
26

37
- **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))

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.1.0
10+
connectivity_plus: ^7.1.1
1111

1212
dev_dependencies:
1313
flutter_driver:

packages/connectivity_plus/connectivity_plus/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.1.0
3+
version: 7.1.1
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

packages/device_info_plus/device_info_plus/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 13.0.0
2+
3+
> Note: This release has breaking changes.
4+
>
5+
> Due to an update of win32 to 6.0.0, package requirements were also changed to match this update:
6+
> - Minimum Flutter version is 3.41.6
7+
> - Minimum Dart version is 3.11.0
8+
> - Min iOS is 13.0
9+
> - Min macOS is 10.15
10+
>
11+
> Since this release was already breaking, the rest of the dependencies were also updated to the latest possible versions.
12+
13+
- **BREAKING** **FEAT**(device_info_plus): Bump win32 from 5.15.0 to 6.0.0 ([#3791](https://github.com/fluttercommunity/plus_plugins/issues/3791)). ([5f93878b](https://github.com/fluttercommunity/plus_plugins/commit/5f93878bcc85b1dc5f90968119d87ef2cc6c8dce))
14+
115
## 12.4.0
216

317
- **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))

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.4.0
7+
device_info_plus: ^13.0.0
88

99
dev_dependencies:
1010
flutter_driver:

packages/device_info_plus/device_info_plus/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.4.0
4+
version: 13.0.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
@@ -29,7 +29,7 @@ flutter:
2929
dartPluginClass: DeviceInfoPlusWindowsPlugin
3030

3131
dependencies:
32-
device_info_plus_platform_interface: ^7.0.3
32+
device_info_plus_platform_interface: ^8.0.0
3333
ffi: ^2.2.0
3434
file: ^7.0.1
3535
flutter:

packages/device_info_plus/device_info_plus_platform_interface/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.0.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **BREAKING** **FEAT**(device_info_plus): Bump win32 from 5.15.0 to 6.0.0 ([#3791](https://github.com/fluttercommunity/plus_plugins/issues/3791)). ([5f93878b](https://github.com/fluttercommunity/plus_plugins/commit/5f93878bcc85b1dc5f90968119d87ef2cc6c8dce))
6+
17
## 7.0.3
28

39
- **FIX**(device_info_plus): Specify correct Dart and Flutter version requirements ([#3597](https://github.com/fluttercommunity/plus_plugins/issues/3597)). ([6ebc0ead](https://github.com/fluttercommunity/plus_plugins/commit/6ebc0ead68df477f06c6d4738a69a9e56223cf47))

packages/device_info_plus/device_info_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: device_info_plus_platform_interface
22
description: A common platform interface for the device_info_plus plugin.
3-
version: 7.0.3
3+
version: 8.0.0
44
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66

packages/network_info_plus/network_info_plus/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 8.0.0
2+
3+
> Note: This release has breaking changes.
4+
>
5+
> Due to an update of win32 to 6.0.0, package requirements were also changed to match this update:
6+
> - Minimum Flutter version is 3.41.6
7+
> - Minimum Dart version is 3.11.0
8+
> - Min iOS is 13.0
9+
> - Min macOS is 10.15
10+
>
11+
> Since this release was already breaking, the rest of the dependencies were also updated to the latest possible versions.
12+
13+
- **BREAKING** **FEAT**(network_info_plus): Bump win32 from 5.15.0 to 6.0.0 ([#3761](https://github.com/fluttercommunity/plus_plugins/issues/3761)). ([582b93f2](https://github.com/fluttercommunity/plus_plugins/commit/582b93f29c4e5a7734edc3ecc28380af5fc86dba))
14+
115
## 7.0.0
216

317
> Note: This release has breaking changes.

packages/network_info_plus/network_info_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-
network_info_plus: ^7.0.0
10+
network_info_plus: ^8.0.0
1111
permission_handler: ^12.0.0+1
1212

1313
dev_dependencies:

0 commit comments

Comments
 (0)