Skip to content

Commit

Permalink
🔖 prerelease 2.3.0-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGoffMael committed Dec 7, 2023
1 parent e18dfcd commit 58925bd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.0-dev.2

- includes version 2.2.1 changes

## 2.2.1

- exposes `limitedPermissionOverlayPredicate` parameter [#35](https://github.com/LeGoffMael/insta_assets_picker/pull/35)
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: ^2.3.0-dev.1
insta_assets_picker: ^2.3.0-dev.2
```
### ‼️ 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 @@ -235,7 +235,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.3.0-dev.1"
version: "2.3.0-dev.2"
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: 2.3.0-dev.1
version: 2.3.0-dev.2

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 picker similar with Instagram, supports multi picking, crop and aspect ratio.
version: 2.3.0-dev.1
version: 2.3.0-dev.2
repository: https://github.com/LeGoffMael/insta_assets_picker
topics:
- picker
Expand Down

0 comments on commit 58925bd

Please sign in to comment.