Skip to content

Commit 45b2d9d

Browse files
chore(release): prepare for release (#1298)
1 parent fbdd719 commit 45b2d9d

File tree

8 files changed

+29
-6
lines changed

8 files changed

+29
-6
lines changed

packages/device_info_plus/device_info_plus/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 8.0.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **DOCS**: Document toMap deprecation (#1292).
6+
- **BREAKING** **FEAT**: refactor of device_info_plus platform implementation (#1293).
7+
18
## 7.0.1
29

310
- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

packages/device_info_plus/device_info_plus/pubspec.yaml

+2-2
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.1
4+
version: 8.0.0
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.1
28+
device_info_plus_platform_interface: ^7.0.0
2929
ffi: ^2.0.1
3030
file: ^6.0.0
3131
flutter:

packages/device_info_plus/device_info_plus_platform_interface/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.0.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **BREAKING** **FEAT**: refactor of device_info_plus platform implementation (#1293).
6+
17
## 6.0.1
28

39
- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

packages/device_info_plus/device_info_plus_platform_interface/pubspec.yaml

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

packages/share_plus/share_plus/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 6.1.0
2+
3+
- **FIX**: export XFile (#1286).
4+
- **FEAT**: share XFile created using File.fromData() (#1284).
5+
16
## 6.0.1
27

38
- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

packages/share_plus/share_plus/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: share_plus
22
description: Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.
3-
version: 6.0.1
3+
version: 6.1.0
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/share_plus
@@ -32,7 +32,7 @@ dependencies:
3232
sdk: flutter
3333
flutter_web_plugins:
3434
sdk: flutter
35-
share_plus_platform_interface: ^3.1.2
35+
share_plus_platform_interface: ^3.2.0
3636
file: ^6.0.0
3737
url_launcher: ^6.1.2
3838
ffi: ^2.0.1

packages/share_plus/share_plus_platform_interface/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.2.0
2+
3+
- **FIX**: export XFile (#1286).
4+
- **FEAT**: share XFile created using File.fromData() (#1284).
5+
16
## 3.1.2
27

38
- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

packages/share_plus/share_plus_platform_interface/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: share_plus_platform_interface
22
description: A common platform interface for the share_plus plugin.
3-
version: 3.1.2
3+
version: 3.2.0
44
homepage: https://plus.fluttercommunity.dev/
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66

0 commit comments

Comments
 (0)