Skip to content

Commit

Permalink
🔖 release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGoffMael committed Feb 28, 2024
1 parent 5dd59ef commit bf07cc4
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 26 deletions.
15 changes: 4 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
## 2.3.0-dev.3
## 2.3.0

- bump `wechat_assets_picker` to 9.0.0-dev.2
- bump `wechat_assets_picker` to 9.0.0
- request only images permission

## 2.3.0-dev.2
### Breaking changes

- includes version 2.2.1 changes
- Migrate to Flutter 3.16, and drop supports for previous Flutter versions.

## 2.2.1

- exposes `limitedPermissionOverlayPredicate` parameter [#35](https://github.com/LeGoffMael/insta_assets_picker/pull/35)

## 2.3.0-dev.1

### Breaking changes

- Migrate to Flutter 3.16, and drop supports for previous Flutter versions.
- bump `wechat_assets_picker` to 8.9.0-dev.1

## 2.2.0

- bump `wechat_assets_picker` to 8.8.0
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.2
insta_assets_picker: ^2.3.0
```
### ‼️ DO NOT SKIP THIS PART
Expand Down
30 changes: 19 additions & 11 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,18 @@ packages:
dependency: transitive
description:
name: extended_image
sha256: d1b122d6f5cf5596ea61d703d116d89e2ece7e324db414cfeed12967b72b7aef
sha256: d7f091d068fcac7246c4b22a84b8dac59a62e04d29a5c172710c696e67a22f94
url: "https://pub.dev"
source: hosted
version: "8.1.0"
version: "8.2.0"
extended_image_library:
dependency: transitive
description:
name: extended_image_library
sha256: "8bf87c0b14dcb59200c923a9a3952304e4732a0901e40811428834ef39018ee1"
sha256: "9b55fc5ebc65fad984de66b8f177a1bef2a84d79203c9c213f75ff83c2c29edd"
url: "https://pub.dev"
source: hosted
version: "3.6.0"
version: "4.0.1"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -235,7 +235,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.3.0-dev.3"
version: "2.3.0"
intl:
dependency: transitive
description:
Expand Down Expand Up @@ -360,10 +360,10 @@ packages:
dependency: transitive
description:
name: photo_manager
sha256: "8aca19e47804e99abec5dff8ea59c684181fb2b6ebbcdd3557a2b4fb8d5deae6"
sha256: df594f989f0c31cdb3ed48f3d49cb9ffadf11cc3700d2c3460b1912c93432621
url: "https://pub.dev"
source: hosted
version: "3.0.0-dev.2"
version: "3.0.0"
photo_manager_image_provider:
dependency: transitive
description:
Expand Down Expand Up @@ -549,18 +549,26 @@ packages:
dependency: transitive
description:
name: wechat_assets_picker
sha256: "55364283d14bb5adcbf903bf878ae5032850df4a50715850e56f59f82fd9cc08"
sha256: dc289e7418dff078ab5b4383dceda83ee0afb5b98f16f3bc0cc58da2e672d3bd
url: "https://pub.dev"
source: hosted
version: "9.0.0-dev.2"
version: "9.0.0"
wechat_camera_picker:
dependency: "direct main"
description:
name: wechat_camera_picker
sha256: ffc6f987b62d7e1104ec08c4797a620cb1cc9698cbfb6d19865290e835ea1777
sha256: "6397311b2fc2205b00c376455094934f4626f72fdcfc2d41293d81f0c0264a63"
url: "https://pub.dev"
source: hosted
version: "4.2.0"
wechat_picker_library:
dependency: transitive
description:
name: wechat_picker_library
sha256: a47cdb227955f64494fe55bc42d91a76bfc626a446075d4284a070f1e1297b4e
url: "https://pub.dev"
source: hosted
version: "4.2.0-dev.3"
version: "1.0.0"
win32:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions 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.3
version: 2.3.0

environment:
sdk: ^3.2.0
Expand All @@ -19,7 +19,7 @@ dependencies:
# for camera examples
path: ^1.8.3
camera: ^0.10.5+9
wechat_camera_picker: ^4.2.0-dev.3
wechat_camera_picker: ^4.2.0

dev_dependencies:
flutter_test:
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.3
version: 2.3.0
repository: https://github.com/LeGoffMael/insta_assets_picker
topics:
- picker
Expand Down

0 comments on commit bf07cc4

Please sign in to comment.