Skip to content

Commit 37abbf7

Browse files
chore(release): prepare for release (#1277)
1 parent 1cb640d commit 37abbf7

File tree

28 files changed

+77
-23
lines changed

28 files changed

+77
-23
lines changed

packages/battery_plus/battery_plus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.2
2+
3+
- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).
4+
15
## 3.0.1
26

37
- **FIX**: lint warnings - add missing dependency for tests (#1233).

packages/battery_plus/battery_plus/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: battery_plus
22
description: Flutter plugin for accessing information about the battery state(full, charging, discharging).
3-
version: 3.0.1
3+
version: 3.0.2
44
homepage: https://plus.fluttercommunity.dev/
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/battery_plus
@@ -28,7 +28,7 @@ dependencies:
2828
sdk: flutter
2929
flutter_web_plugins:
3030
sdk: flutter
31-
battery_plus_platform_interface: ^1.2.1
31+
battery_plus_platform_interface: ^1.2.2
3232
meta: ^1.8.0
3333
upower: ^0.7.0
3434

packages/battery_plus/battery_plus_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.2
2+
3+
- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).
4+
15
## 1.2.2
26

37
- Update flutter_lints to 2.0.1

packages/battery_plus/battery_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: battery_plus_platform_interface
22
description: A common platform interface for the battery_plus plugin.
3-
version: 1.2.1
3+
version: 1.2.2
44
homepage: https://plus.fluttercommunity.dev/
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66

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+
## 3.0.1
2+
3+
- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).
4+
15
## 3.0.0
26

37
> Note: This release has breaking changes.

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: 3.0.0
3+
version: 3.0.1
44
homepage: https://plus.fluttercommunity.dev/
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/connectivity_plus
@@ -32,7 +32,7 @@ dependencies:
3232
sdk: flutter
3333
flutter_web_plugins:
3434
sdk: flutter
35-
connectivity_plus_platform_interface: ^1.2.1
35+
connectivity_plus_platform_interface: ^1.2.3
3636
js: ^0.6.3
3737
meta: ^1.8.0
3838
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+
## 1.2.3
2+
3+
- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).
4+
15
## 1.2.2
26

37
- Add missing VPN enum

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: 1.2.2
3+
version: 1.2.3
44
homepage: https://plus.fluttercommunity.dev/
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66

packages/device_info_plus/device_info_plus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 7.0.1
2+
3+
- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).
4+
15
## 7.0.0
26

37
> Note: This release has breaking changes.

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: 7.0.0
4+
version: 7.0.1
55
homepage: https://plus.fluttercommunity.dev/
66
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus
77
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/device_info_plus
@@ -25,7 +25,7 @@ flutter:
2525
dartPluginClass: DeviceInfoPlusWindowsPlugin
2626

2727
dependencies:
28-
device_info_plus_platform_interface: ^6.0.0
28+
device_info_plus_platform_interface: ^6.0.1
2929
ffi: ^2.0.1
3030
file: ^6.0.0
3131
flutter:

0 commit comments

Comments
 (0)