Skip to content

Commit aaba578

Browse files
committed
Update changelogs
1 parent 3234a2b commit aaba578

File tree

10 files changed

+20
-5
lines changed

10 files changed

+20
-5
lines changed

packages/animations/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## NEXT
22

3+
* Updates examples to use the new RadioGroup API instead of deprecated Radio parameters.
34
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
45

56
## 2.0.11

packages/camera/camera/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## NEXT
1+
## 0.11.2+1
22

3+
* Updates examples to use the new RadioGroup API instead of deprecated Radio parameters.
34
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
45
* Updates README to reflect that only Android API 24+ is supported.
56

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/packages/tree/main/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.11.2
7+
version: 0.11.2+1
88

99
environment:
1010
sdk: ^3.7.0

packages/camera/camera_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.10.10+9
2+
3+
* Updates examples to use the new RadioGroup API instead of deprecated Radio parameters.
4+
15
## 0.10.10+8
26

37
* Restores compileSdk version to flutter.compileSdkVersion.

packages/camera/camera_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Android implementation of the camera plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
55

6-
version: 0.10.10+8
6+
version: 0.10.10+9
77

88
environment:
99
sdk: ^3.9.0

packages/camera/camera_android_camerax/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.23+1
2+
3+
* Updates examples to use the new RadioGroup API instead of deprecated Radio parameters.
4+
15
## 0.6.23
26

37
* Converts NV21-compatible streamed images to NV21 when requested. In doing so,

packages/camera/camera_android_camerax/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: camera_android_camerax
22
description: Android implementation of the camera plugin using the CameraX library.
33
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android_camerax
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
5-
version: 0.6.23
5+
version: 0.6.23+1
66

77
environment:
88
sdk: ^3.8.1

packages/camera/camera_avfoundation/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.22+1
2+
3+
* Updates examples to use the new RadioGroup API instead of deprecated Radio parameters.
4+
15
## 0.9.22
26

37
* Adds lensType in the PlatformCameraDescription

packages/camera/camera_avfoundation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: camera_avfoundation
22
description: iOS implementation of the camera plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_avfoundation
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
5-
version: 0.9.22
5+
version: 0.9.22+1
66

77
environment:
88
sdk: ^3.9.0

packages/two_dimensional_scrollables/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## NEXT
22

3+
* Updates examples to use the new RadioGroup API instead of deprecated Radio parameters.
34
* Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.
45

56
## 0.3.7

0 commit comments

Comments
 (0)