Skip to content

Commit 5fa4614

Browse files
committed
🔖 4.2.0-dev.2
1 parent 9f6ca34 commit 5fa4614

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,20 @@ that can be found in the LICENSE file. -->
66

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

9+
## 4.2.0-dev.2
10+
11+
### Breaking changes
12+
13+
- Migrate to Flutter 3.16, and drop supports for previous Flutter versions.
14+
15+
### Fixes
16+
17+
- Fix `onEntitySaving` not returned after called. (#223)
18+
919
## 4.2.0-dev.1
1020

21+
### New features
22+
1123
- Bump `photo_manager` to v3.x.
1224
- Export `photo_manager_image_provider`.
1325

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wechat_camera_picker_demo
22
description: A new Flutter project.
3-
version: 4.1.0+30
3+
version: 4.2.0+31
44
publish_to: none
55

66
environment:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wechat_camera_picker
2-
version: 4.2.0-dev.1
2+
version: 4.2.0-dev.2
33
description: |
44
A camera picker for Flutter projects based on WeChat's UI,
55
which is also a separate runnable extension to the

0 commit comments

Comments
 (0)