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

Commit 5db2455

Browse files
committed
a few
1 parent 7a3b741 commit 5db2455

File tree

19 files changed

+60
-9
lines changed

19 files changed

+60
-9
lines changed

packages/android_alarm_manager/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4.5+12
2+
3+
* Update package:e2e reference to use the local version in the flutter/plugins
4+
repository.
5+
16
## 0.4.5+11
27

38
* Update lower bound of dart dependency to 2.1.0.

packages/battery/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.2
2+
3+
* Update package:e2e reference to use the local version in the flutter/plugins
4+
repository.
5+
16
## 1.0.1
27

38
* Update lower bound of dart dependency to 2.1.0.

packages/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
5-
version: 1.0.1
5+
version: 1.0.2
66

77
flutter:
88
plugin:

packages/connectivity/connectivity/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4.9+1
2+
3+
* Update package:e2e reference to use the local version in the flutter/plugins
4+
repository.
5+
16
## 0.4.9
27

38
* Add support for `web` (by endorsing `connectivity_for_web` 0.3.0)

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
8+
version: 0.4.9+1
99

1010
flutter:
1111
plugin:

packages/connectivity/connectivity_for_web/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.3.1+1
2+
3+
* Update package:e2e reference to use the local version in the flutter/plugins
4+
repository.
5+
16
## 0.3.1
27

38
* Use NetworkInformation API from dart:html, instead of the JS-interop version.

packages/connectivity/connectivity_for_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: connectivity_for_web
22
description: An implementation for the web platform of the Flutter `connectivity` plugin. This uses the NetworkInformation Web API, with a fallback to Navigator.onLine.
3-
version: 0.3.1
3+
version: 0.3.1+1
44
homepage: https://github.com/ditman/plugins/tree/connectivity-web/packages/connectivity/experimental_connectivity_web
55

66
flutter:

packages/connectivity/connectivity_for_web/test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: connectivity_web_example
22
description: Example web app for the connectivity plugin
3-
version: 0.1.1
3+
version: 0.1.1+1
44
homepage: https://github.com/flutter/plugins/tree/master/packages/connectivity/connectivity_web
55

66
dependencies:

packages/connectivity/connectivity_macos/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.0+5
2+
3+
* Update package:e2e reference to use the local version in the flutter/plugins
4+
repository.
5+
16
## 0.1.0+4
27

38
* Remove Android folder from `connectivity_macos`.

packages/device_info/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4.2+5
2+
3+
* Update package:e2e reference to use the local version in the flutter/plugins
4+
repository.
5+
16
## 0.4.2+4
27

38
Update lower bound of dart dependency to 2.1.0.

packages/device_info/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/device_info
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.2+4
8+
version: 0.4.2+5
99

1010
flutter:
1111
plugin:

packages/google_sign_in/google_sign_in/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.5.2
2+
3+
* Update package:e2e reference to use the local version in the flutter/plugins
4+
repository.
5+
16
## 4.5.1
27

38
* Add note on Apple sign in requirement in README.

packages/google_sign_in/google_sign_in/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: google_sign_in
22
description: Flutter plugin for Google Sign-In, a secure authentication system
33
for signing in with a Google account on Android and iOS.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in
5-
version: 4.5.1
5+
version: 4.5.2
66

77
flutter:
88
plugin:

packages/google_sign_in/google_sign_in_web/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.9.1+2
2+
3+
* Update package:e2e reference to use the local version in the flutter/plugins
4+
repository.
5+
16
## 0.9.1+1
27

38
* Remove Android folder from `google_sign_in_web`.

packages/google_sign_in/google_sign_in_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: google_sign_in_web
22
description: Flutter plugin for Google Sign-In, a secure authentication system
33
for signing in with a Google account on Android, iOS and Web.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in_web
5-
version: 0.9.1+1
5+
version: 0.9.1+2
66

77
flutter:
88
plugin:

packages/image_picker/image_picker/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.7+5
2+
3+
* Update package:e2e reference to use the local version in the flutter/plugins
4+
repository.
5+
6+
17
## 0.6.7+4
28

39
* Support iOS simulator x86_64 architecture.

packages/image_picker/image_picker/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: image_picker
22
description: Flutter plugin for selecting images from the Android and iOS image
33
library, and taking new pictures with the camera.
44
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker
5-
version: 0.6.7+4
5+
version: 0.6.7+5
66

77
flutter:
88
plugin:

packages/in_app_purchase/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.3.4+2
2+
3+
* Update package:e2e reference to use the local version in the flutter/plugins
4+
repository.
5+
16
## 0.3.4+1
27

38
* iOS: Fix the bug that `SKPaymentQueueWrapper.transactions` doesn't return all transactions.

packages/in_app_purchase/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: in_app_purchase
22
description: A Flutter plugin for in-app purchases. Exposes APIs for making in-app purchases through the App Store and Google Play.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/in_app_purchase
4-
version: 0.3.4+1
4+
version: 0.3.4+2
55

66
dependencies:
77
async: ^2.0.8

0 commit comments

Comments
 (0)