Skip to content

Commit

Permalink
chore(release): prepare for release (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Oct 31, 2022
1 parent ce2a90b commit b2137bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/share_plus/share_plus/CHANGELOG.md
@@ -1,3 +1,9 @@
## 6.2.0

- **FIX**: return correct share result on android (#1301).
- **FEAT**: remove direct dependence of url_launcher (#1295).
- **DOCS**: #1299 document XFile.fromData (#1300).

## 6.1.0

- **FIX**: export XFile (#1286).
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0
version: 6.2.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

0 comments on commit b2137bf

Please sign in to comment.