Skip to content

Commit

Permalink
Merge pull request #409 from PhilipsHue/prepare-release-5.0.0
Browse files Browse the repository at this point in the history
prepare release 5.0.0
  • Loading branch information
remonh87 committed Oct 10, 2021
2 parents df21c76 + 8343fa4 commit 26f2d2c
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 11 deletions.
6 changes: 5 additions & 1 deletion packages/flutter_reactive_ble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Main releases
## 5.0.0

* `DiscoveredService` has now a new required property called `DiscoveredCharacteristic` which provides properties of the BLE characteristic.
* Android 12 support.
* Queue up messages on iOS until event channel is ready. Fixes #137, #251, #307, #385, #387.

## 4.1.0

Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_reactive_ble/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -374,14 +374,14 @@ packages:
name: reactive_ble_mobile
url: "https://pub.dartlang.org"
source: hosted
version: "4.1.0"
version: "5.0.0"
reactive_ble_platform_interface:
dependency: "direct main"
description:
name: reactive_ble_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
version: "5.0.0"
shelf:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions packages/flutter_reactive_ble/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_reactive_ble
description: Reactive Bluetooth Low Energy (BLE) plugin that can communicate with multiple devices
version: 4.1.0
version: 5.0.0
homepage: https://github.com/PhilipsHue/flutter_reactive_ble

environment:
Expand All @@ -21,8 +21,8 @@ dependencies:
sdk: flutter
functional_data: ^1.0.0
meta: ^1.3.0
reactive_ble_mobile: ^4.0.1
reactive_ble_platform_interface: ^4.0.1
reactive_ble_mobile: ^5.0.0
reactive_ble_platform_interface: ^5.0.0
dev_dependencies:
build_runner: ^2.1.2
flutter_lints: ^1.0.4
Expand Down
6 changes: 6 additions & 0 deletions packages/reactive_ble_mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.0.0

* `DiscoveredService` has now a new required property called `DiscoveredCharacteristic` which provides properties of the BLE characteristic.
* Android 12 support.
* Queue up messages on iOS until event channel is ready. Fixes #137, #251, #307, #385, #387.

## 4.1.0

* Add support Android 12
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive_ble_mobile/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ packages:
name: reactive_ble_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
version: "5.0.0"
shelf:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/reactive_ble_mobile/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: reactive_ble_mobile
description: Official Android and iOS implementation for the flutter_reactive_ble plugin.
version: 4.1.0
version: 5.0.0
homepage: https://github.com/PhilipsHue/flutter_reactive_ble

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
protobuf: ^2.0.0
reactive_ble_platform_interface: ^4.0.1
reactive_ble_platform_interface: ^5.0.0
dev_dependencies:
build_runner: ^2.1.2
flutter_test:
Expand Down
9 changes: 8 additions & 1 deletion packages/reactive_ble_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Main releases
## 5.0.0

** Breaking change **
* DiscoveredService has now a new required property called `DiscoveredCharacteristic` which provides properties of the BLE characteristic.

Other changes
* Android 12 support.
* Queue up messages on iOS until event channel is ready. Fixes #137, #251, #307, #385, #387.

## 4.0.1

Expand Down
2 changes: 1 addition & 1 deletion packages/reactive_ble_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: reactive_ble_platform_interface
description: Platform interface for the flutter_reactive_ble_project
version: 4.0.1
version: 5.0.0
homepage: https://github.com/PhilipsHue/flutter_reactive_ble

environment:
Expand Down

0 comments on commit 26f2d2c

Please sign in to comment.