Skip to content

Commit

Permalink
🔖 4.0.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Jul 28, 2023
1 parent 72edb85 commit 8e6d453
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 @@ -4,6 +4,16 @@ that can be found in the LICENSE file. -->

# Changelog

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

## 4.0.0-dev.1

To know more about breaking changes, see [Migration Guide][].

### New features

- Sync all UI details from WeChat 8.3.x. (#181)

## 3.8.0

### New features
Expand Down Expand Up @@ -324,3 +334,5 @@ that can be found in the LICENSE file. -->

- Support taking pictures and videos.
- Support video recording duration limitation.

[Migration Guide]: guides/migration_guide.md
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: 3.8.0+23
version: 4.0.0+24
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,7 +1,7 @@
name: wechat_camera_picker
description: A camera picker based on WeChat's UI which is a separate runnable extension to wechat_assets_picker.
repository: https://github.com/fluttercandies/flutter_wechat_camera_picker
version: 3.8.0
version: 4.0.0-dev.1

environment:
sdk: ">=2.15.0 <3.0.0"
Expand Down

0 comments on commit 8e6d453

Please sign in to comment.