Skip to content

Commit

Permalink
🔖 4.2.0-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Nov 17, 2023
1 parent 9f6ca34 commit 5fa4614
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,20 @@ that can be found in the LICENSE file. -->

See the [Migration Guide](guides/migration_guide.md) for breaking changes between versions.

## 4.2.0-dev.2

### Breaking changes

- Migrate to Flutter 3.16, and drop supports for previous Flutter versions.

### Fixes

- Fix `onEntitySaving` not returned after called. (#223)

## 4.2.0-dev.1

### New features

- Bump `photo_manager` to v3.x.
- Export `photo_manager_image_provider`.

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wechat_camera_picker_demo
description: A new Flutter project.
version: 4.1.0+30
version: 4.2.0+31
publish_to: none

environment:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: wechat_camera_picker
version: 4.2.0-dev.1
version: 4.2.0-dev.2
description: |
A camera picker for Flutter projects based on WeChat's UI,
which is also a separate runnable extension to the
Expand Down

0 comments on commit 5fa4614

Please sign in to comment.