Skip to content

Commit

Permalink
chore(release): prepare for release (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Nov 14, 2022
1 parent d572feb commit 707f708
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/package_info_plus/package_info_plus/CHANGELOG.md
@@ -1,3 +1,7 @@
## 3.0.2

- **FIX**: adds value equality for PackageInfo (#1328).

## 3.0.1

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).
Expand Down
2 changes: 1 addition & 1 deletion packages/package_info_plus/package_info_plus/pubspec.yaml
@@ -1,6 +1,6 @@
name: package_info_plus
description: Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android.
version: 3.0.1
version: 3.0.2
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/package_info_plus
Expand Down
5 changes: 5 additions & 0 deletions packages/share_plus/share_plus/CHANGELOG.md
@@ -1,3 +1,8 @@
## 6.3.0

- **FIX**: remove `canLaunch` check (#1315).
- **FEAT**: Show destination for share with result in example, update example UI (#1314).

## 6.2.0

- **FIX**: return correct share result on android (#1301).
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.2.0
version: 6.3.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 707f708

Please sign in to comment.