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

Commit eaa4fef

Browse files
committed
a few
1 parent 7a3b741 commit eaa4fef

File tree

17 files changed

+54
-8
lines changed

17 files changed

+54
-8
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.

0 commit comments

Comments
 (0)