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

Commit

Permalink
[camera] Fix version and CHANGELOG (#4513)
Browse files Browse the repository at this point in the history
#4423 incorrectly added changelog
entries to an already-published version instead of bumping the version,
whcih was missed during review.

Fixes flutter/flutter#93659
  • Loading branch information
stuartmorgan committed Nov 15, 2021
1 parent 184d3a6 commit b6e8d05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/camera/camera/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## 0.9.4+3
## 0.9.4+4

* Change Android compileSdkVersion to 31.
* Remove usages of deprecated Android API `CamcorderProfile`.
* Update gradle version to 7.0.2 on Android.

## 0.9.4+3

* Fix registerTexture and result being called on background thread on iOS.

## 0.9.4+2
Expand Down
2 changes: 1 addition & 1 deletion packages/camera/camera/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Flutter plugin for controlling the camera. Supports previewing
Dart.
repository: https://github.com/flutter/plugins/tree/master/packages/camera/camera
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
version: 0.9.4+3
version: 0.9.4+4

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

0 comments on commit b6e8d05

Please sign in to comment.