Skip to content

Commit

Permalink
chore(release): prepare for release (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Oct 20, 2022
1 parent 1cb640d commit 37abbf7
Show file tree
Hide file tree
Showing 28 changed files with 77 additions and 23 deletions.
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
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

0 comments on commit 37abbf7

Please sign in to comment.