Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit b6e8d05

Browse files
[camera] Fix version and CHANGELOG (#4513)
#4423 incorrectly added changelog entries to an already-published version instead of bumping the version, whcih was missed during review. Fixes flutter/flutter#93659
1 parent 184d3a6 commit b6e8d05

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

packages/camera/camera/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
## 0.9.4+3
1+
## 0.9.4+4
22

33
* Change Android compileSdkVersion to 31.
44
* Remove usages of deprecated Android API `CamcorderProfile`.
55
* Update gradle version to 7.0.2 on Android.
6+
7+
## 0.9.4+3
8+
69
* Fix registerTexture and result being called on background thread on iOS.
710

811
## 0.9.4+2

packages/camera/camera/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Flutter plugin for controlling the camera. Supports previewing
44
Dart.
55
repository: https://github.com/flutter/plugins/tree/master/packages/camera/camera
66
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
7-
version: 0.9.4+3
7+
version: 0.9.4+4
88

99
environment:
1010
sdk: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)