Skip to content

Commit

Permalink
chore(release): prepare for release (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Oct 27, 2022
1 parent fbdd719 commit 45b2d9d
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 6 deletions.
7 changes: 7 additions & 0 deletions packages/device_info_plus/device_info_plus/CHANGELOG.md
@@ -1,3 +1,10 @@
## 8.0.0

> Note: This release has breaking changes.
- **DOCS**: Document toMap deprecation (#1292).
- **BREAKING** **FEAT**: refactor of device_info_plus platform implementation (#1293).

## 7.0.1

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).
Expand Down
4 changes: 2 additions & 2 deletions 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: 7.0.1
version: 8.0.0
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/device_info_plus
Expand All @@ -25,7 +25,7 @@ flutter:
dartPluginClass: DeviceInfoPlusWindowsPlugin

dependencies:
device_info_plus_platform_interface: ^6.0.1
device_info_plus_platform_interface: ^7.0.0
ffi: ^2.0.1
file: ^6.0.0
flutter:
Expand Down
@@ -1,3 +1,9 @@
## 7.0.0

> Note: This release has breaking changes.
- **BREAKING** **FEAT**: refactor of device_info_plus platform implementation (#1293).

## 6.0.1

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).
Expand Down
@@ -1,6 +1,6 @@
name: device_info_plus_platform_interface
description: A common platform interface for the device_info_plus plugin.
version: 6.0.1
version: 7.0.0
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

Expand Down
5 changes: 5 additions & 0 deletions packages/share_plus/share_plus/CHANGELOG.md
@@ -1,3 +1,8 @@
## 6.1.0

- **FIX**: export XFile (#1286).
- **FEAT**: share XFile created using File.fromData() (#1284).

## 6.0.1

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).
Expand Down
4 changes: 2 additions & 2 deletions packages/share_plus/share_plus/pubspec.yaml
@@ -1,6 +1,6 @@
name: share_plus
description: Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.
version: 6.0.1
version: 6.1.0
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/share_plus
Expand Down Expand Up @@ -32,7 +32,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
share_plus_platform_interface: ^3.1.2
share_plus_platform_interface: ^3.2.0
file: ^6.0.0
url_launcher: ^6.1.2
ffi: ^2.0.1
Expand Down
@@ -1,3 +1,8 @@
## 3.2.0

- **FIX**: export XFile (#1286).
- **FEAT**: share XFile created using File.fromData() (#1284).

## 3.1.2

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).
Expand Down
@@ -1,6 +1,6 @@
name: share_plus_platform_interface
description: A common platform interface for the share_plus plugin.
version: 3.1.2
version: 3.2.0
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

Expand Down

0 comments on commit 45b2d9d

Please sign in to comment.