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

Commit d13a3a9

Browse files
author
Chris Yang
committed
version updates part
1 parent f911385 commit d13a3a9

File tree

28 files changed

+69
-15
lines changed

28 files changed

+69
-15
lines changed

packages/android_alarm_manager/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
##
1+
## 0.4.5+14
2+
3+
* Update android compileSdkVersion to 29.
24

35
## 0.4.5+13
46

packages/android_alarm_manager/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Flutter plugin for accessing the Android AlarmManager service, and
44
# 0.4.y+z is compatible with 1.0.0, if you land a breaking change bump
55
# the version to 2.0.0.
66
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
7-
version: 0.4.5+13
7+
version: 0.4.5+14
88
homepage: https://github.com/flutter/plugins/tree/master/packages/android_alarm_manager
99

1010
dependencies:

packages/android_intent/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.7+4
2+
3+
* Update android compileSdkVersion to 29.
4+
15
## 0.3.7+3
26

37
* Update the `platform` package dependency to resolve the conflict with the latest flutter.

packages/android_intent/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/android_intent
44
# 0.3.y+z is compatible with 1.0.0, if you land a breaking change bump
55
# the version to 2.0.0.
66
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
7-
version: 0.3.7+3
7+
version: 0.3.7+4
88

99
flutter:
1010
plugin:

packages/battery/battery/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.6
2+
3+
* Update android compileSdkVersion to 29.
4+
15
## 1.0.5
26

37
* Ported to use platform interface.

packages/battery/battery/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: battery
22
description: Flutter plugin for accessing information about the battery state
33
(full, charging, discharging) on Android and iOS.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/battery/battery
5-
version: 1.0.5
5+
version: 1.0.6
66

77
flutter:
88
plugin:

packages/camera/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.8+7
2+
3+
* Update android compileSdkVersion to 29.
4+
15
## 0.5.8+6
26

37
* Avoiding uses or overrides a deprecated API in CameraPlugin.java.

packages/camera/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: camera
22
description: A Flutter plugin for getting information about and controlling the
33
camera on Android and iOS. Supports previewing the camera feed, capturing images, capturing video,
44
and streaming image buffers to dart.
5-
version: 0.5.8+6
5+
version: 0.5.8+7
66

77
homepage: https://github.com/flutter/plugins/tree/master/packages/camera
88

packages/connectivity/connectivity/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.9+3
2+
3+
* Update android compileSdkVersion to 29.
4+
15
## 0.4.9+2
26

37
* Update package:e2e to use package:integration_test

packages/connectivity/connectivity/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/c
55
# 0.4.y+z is compatible with 1.0.0, if you land a breaking change bump
66
# the version to 2.0.0.
77
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
8-
version: 0.4.9+2
8+
version: 0.4.9+3
99

1010
flutter:
1111
plugin:

0 commit comments

Comments
 (0)