Skip to content

Commit ff87864

Browse files
authored
🔖 4.2.0 (#236)
1 parent 393fa45 commit ff87864

File tree

3 files changed

+12
-27
lines changed

3 files changed

+12
-27
lines changed

CHANGELOG.md

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,24 @@ 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.4
9+
## 4.2.0
1010

11-
### Improvements
12-
13-
- Use `wechat_picker_library`.
14-
15-
### Fixes
16-
17-
- Predicate access denied to avoid deadlocks.
11+
### Breaking changes
1812

19-
## 4.2.0-dev.3
13+
- Migrate to Flutter 3.16, and drop supports for previous Flutter versions.
14+
- Bump `photo_manager` to v3.x.
15+
- Export `photo_manager_image_provider`.
2016

2117
### Improvements
2218

2319
- Roll `sensors_plus`.
2420
- Catch exceptions when obtain/subscribe to the accelerometer stream.
25-
26-
## 4.2.0-dev.2
27-
28-
### Breaking changes
29-
30-
- Migrate to Flutter 3.16, and drop supports for previous Flutter versions.
21+
- Use `wechat_picker_library`.
3122

3223
### Fixes
3324

3425
- Fix `onEntitySaving` not returned after called. (#223)
35-
36-
## 4.2.0-dev.1
37-
38-
### New features
39-
40-
- Bump `photo_manager` to v3.x.
41-
- Export `photo_manager_image_provider`.
26+
- Predicate access denied to avoid deadlocks.
4227

4328
## 4.1.0
4429

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.2.0+31
3+
version: 4.2.0+32
44
publish_to: none
55

66
environment:
@@ -17,7 +17,7 @@ dependencies:
1717
wechat_camera_picker:
1818
path: ../
1919

20-
package_info_plus: ^4.0.0
20+
package_info_plus: ^5.0.0
2121
video_player: ^2.7.0
2222

2323
dev_dependencies:

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wechat_camera_picker
2-
version: 4.2.0-dev.4
2+
version: 4.2.0
33
description: |
44
A camera picker for Flutter projects based on WeChat's UI,
55
which is also a separate runnable extension to the
@@ -22,12 +22,12 @@ dependencies:
2222
flutter:
2323
sdk: flutter
2424

25-
wechat_picker_library: ^1.0.0-0
25+
wechat_picker_library: ^1.0.0
2626

2727
camera: ^0.10.0
2828
camera_platform_interface: ^2.1.5
2929
path: ^1.8.0
30-
photo_manager: ^3.0.0-dev.1
30+
photo_manager: ^3.0.0
3131
photo_manager_image_provider: ^2.0.0
3232
sensors_plus: ^4.0.1
3333
video_player: ^2.7.0

0 commit comments

Comments
 (0)