Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): prepare for release #1277

Merged
merged 1 commit into from Oct 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/battery_plus/battery_plus/CHANGELOG.md
@@ -1,3 +1,7 @@
## 3.0.2

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

## 3.0.1

- **FIX**: lint warnings - add missing dependency for tests (#1233).
Expand Down
4 changes: 2 additions & 2 deletions packages/battery_plus/battery_plus/pubspec.yaml
@@ -1,6 +1,6 @@
name: battery_plus
description: Flutter plugin for accessing information about the battery state(full, charging, discharging).
version: 3.0.1
version: 3.0.2
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/battery_plus
Expand Down Expand Up @@ -28,7 +28,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
battery_plus_platform_interface: ^1.2.1
battery_plus_platform_interface: ^1.2.2
meta: ^1.8.0
upower: ^0.7.0

Expand Down
@@ -1,3 +1,7 @@
## 1.2.2

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

## 1.2.2

- Update flutter_lints to 2.0.1
Expand Down
@@ -1,6 +1,6 @@
name: battery_plus_platform_interface
description: A common platform interface for the battery_plus plugin.
version: 1.2.1
version: 1.2.2
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

Expand Down
4 changes: 4 additions & 0 deletions packages/connectivity_plus/connectivity_plus/CHANGELOG.md
@@ -1,3 +1,7 @@
## 3.0.1

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

## 3.0.0

> Note: This release has breaking changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/connectivity_plus/connectivity_plus/pubspec.yaml
@@ -1,6 +1,6 @@
name: connectivity_plus
description: Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.
version: 3.0.0
version: 3.0.1
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/connectivity_plus
Expand Down Expand Up @@ -32,7 +32,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
connectivity_plus_platform_interface: ^1.2.1
nohli marked this conversation as resolved.
Show resolved Hide resolved
connectivity_plus_platform_interface: ^1.2.3
js: ^0.6.3
meta: ^1.8.0
nm: ^0.5.0
Expand Down
@@ -1,3 +1,7 @@
## 1.2.3

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

## 1.2.2

- Add missing VPN enum
Expand Down
@@ -1,6 +1,6 @@
name: connectivity_plus_platform_interface
description: A common platform interface for the connectivity_plus plugin.
version: 1.2.2
version: 1.2.3
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

Expand Down
4 changes: 4 additions & 0 deletions packages/device_info_plus/device_info_plus/CHANGELOG.md
@@ -1,3 +1,7 @@
## 7.0.1

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

## 7.0.0

> Note: This release has breaking changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/device_info_plus/device_info_plus/pubspec.yaml
@@ -1,7 +1,7 @@
name: device_info_plus
description: Flutter plugin providing detailed information about the device
(make, model, etc.), and Android or iOS version the app is running on.
version: 7.0.0
version: 7.0.1
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/device_info_plus
Expand All @@ -25,7 +25,7 @@ flutter:
dartPluginClass: DeviceInfoPlusWindowsPlugin

dependencies:
device_info_plus_platform_interface: ^6.0.0
device_info_plus_platform_interface: ^6.0.1
ffi: ^2.0.1
file: ^6.0.0
flutter:
Expand Down
@@ -1,3 +1,7 @@
## 6.0.1

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

## 6.0.0

> Note: This release has breaking changes.
Expand Down
@@ -1,6 +1,6 @@
name: device_info_plus_platform_interface
description: A common platform interface for the device_info_plus plugin.
version: 6.0.0
version: 6.0.1
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

Expand Down
4 changes: 4 additions & 0 deletions packages/network_info_plus/network_info_plus/CHANGELOG.md
@@ -1,3 +1,7 @@
## 3.0.1

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

## 3.0.0

> Note: This release has breaking changes.
Expand Down
5 changes: 2 additions & 3 deletions packages/network_info_plus/network_info_plus/pubspec.yaml
@@ -1,6 +1,6 @@
name: network_info_plus
description: Flutter plugin for discovering information (e.g. WiFi details) of the network.
version: 3.0.0
version: 3.0.1
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/network_info_plus
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/network_info_plus
Expand Down Expand Up @@ -35,8 +35,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
meta: ^1.8.0
network_info_plus_platform_interface: ^1.1.2

network_info_plus_platform_interface: ^1.1.3
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
@@ -1,3 +1,7 @@
## 1.1.3

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

## 1.1.2

- Bump platform plugin_platform_interface to 2.1.2
Expand Down
@@ -1,6 +1,6 @@
name: network_info_plus_platform_interface
description: A common platform interface for the network_info_plus plugin.
version: 1.1.2
version: 1.1.3
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

Expand Down
4 changes: 4 additions & 0 deletions packages/package_info_plus/package_info_plus/CHANGELOG.md
@@ -1,3 +1,7 @@
## 3.0.1

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

## 3.0.0

> Note: This release has breaking changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/package_info_plus/package_info_plus/pubspec.yaml
@@ -1,6 +1,6 @@
name: package_info_plus
description: Flutter plugin for querying information about the application package, such as CFBundleVersion on iOS or versionCode on Android.
version: 3.0.0
version: 3.0.1
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/package_info_plus
Expand Down Expand Up @@ -32,7 +32,7 @@ dependencies:
http: ^0.13.0
meta: ^1.3.0
path: ^1.8.0
package_info_plus_platform_interface: ^2.0.0
package_info_plus_platform_interface: ^2.0.1
win32: ">=2.7.0 <4.0.0"

dev_dependencies:
Expand Down
@@ -1,3 +1,7 @@
## 2.0.1

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

## 2.0.0

> Note: This release has breaking changes.
Expand Down
@@ -1,6 +1,6 @@
name: package_info_plus_platform_interface
description: A common platform interface for the package_info_plus plugin.
version: 2.0.0
version: 2.0.1
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

Expand Down
4 changes: 4 additions & 0 deletions packages/sensors_plus/sensors_plus/CHANGELOG.md
@@ -1,3 +1,7 @@
## 2.0.1

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

## 2.0.0

> Note: This release has breaking changes.
Expand Down
5 changes: 2 additions & 3 deletions packages/sensors_plus/sensors_plus/pubspec.yaml
@@ -1,7 +1,7 @@
name: sensors_plus
description: Flutter plugin for accessing accelerometer, gyroscope, and
magnetometer sensors.
version: 2.0.0
version: 2.0.1
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/sensors_plus
Expand All @@ -23,8 +23,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
sensors_plus_platform_interface: ^1.1.2

sensors_plus_platform_interface: ^1.1.3
dev_dependencies:
test: ^1.16.4
flutter_test:
Expand Down
@@ -1,3 +1,7 @@
## 1.1.3

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

## 1.1.2

- **CHORE**: Version tagging using melos.
Expand Down
@@ -1,6 +1,6 @@
name: sensors_plus_platform_interface
description: A common platform interface for the sensors_plus plugin.
version: 1.1.2
version: 1.1.3
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

Expand Down
4 changes: 4 additions & 0 deletions packages/share_plus/share_plus/CHANGELOG.md
@@ -1,3 +1,7 @@
## 6.0.1

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

## 6.0.0

> Note: This release has breaking changes.
Expand Down
4 changes: 2 additions & 2 deletions packages/share_plus/share_plus/pubspec.yaml
@@ -1,6 +1,6 @@
name: share_plus
description: Flutter plugin for sharing content via the platform share UI, using the ACTION_SEND intent on Android and UIActivityViewController on iOS.
version: 6.0.0
version: 6.0.1
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/share_plus
Expand Down Expand Up @@ -32,7 +32,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
share_plus_platform_interface: ^3.1.1
share_plus_platform_interface: ^3.1.2
file: ^6.0.0
url_launcher: ^6.1.2
ffi: ^2.0.1
Expand Down
@@ -1,3 +1,7 @@
## 3.1.2

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

## 3.1.1

- Add missing dart:ui import
Expand Down
@@ -1,6 +1,6 @@
name: share_plus_platform_interface
description: A common platform interface for the share_plus plugin.
version: 3.1.1
version: 3.1.2
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

Expand Down