Skip to content

Commit

Permalink
🔖 release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGoffMael committed Sep 20, 2024
1 parent a206532 commit 4229d1f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 3.1.0

- bump `wechat_assets_picker` to 9.2.2 & fix an issue with wechat_picker_library 1.0.3
- exposes `pathNameBuilder` parameter to picker [#53](https://github.com/LeGoffMael/insta_assets_picker/pull/53)
- fix permission issue on Android [#52](https://github.com/LeGoffMael/insta_assets_picker/pull/52)
- fix android APK build error [#51](https://github.com/LeGoffMael/insta_assets_picker/pull/51)

## 3.0.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ package to handle the picker and a custom version of [image_crop](https://pub.de
Add this package to the `pubspec.yaml`

```yaml
insta_assets_picker: ^3.0.0
insta_assets_picker: ^3.1.0
```
### ‼️ DO NOT SKIP THIS PART
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.0.0"
version: "3.1.0"
intl:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: insta_assets_picker_demo
description: The demo project for the insta_assets_picker package.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 3.0.0
version: 3.1.0

environment:
sdk: ^3.2.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: insta_assets_picker
description: An image (and videos) picker similar with Instagram, supports multi picking, crop and aspect ratio.
version: 3.0.0
version: 3.1.0
repository: https://github.com/LeGoffMael/insta_assets_picker
topics:
- picker
Expand Down

0 comments on commit 4229d1f

Please sign in to comment.