Skip to content

Commit

Permalink
Merge pull request #428 from PhilipsHue/prepare-release-501
Browse files Browse the repository at this point in the history
prepare release of version 5.0.1
  • Loading branch information
remonh87 committed Oct 26, 2021
2 parents dcd2e94 + 3cf9ba3 commit 14a5c1b
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 12 deletions.
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ packages:
path: "../packages/flutter_reactive_ble"
relative: true
source: path
version: "4.0.1"
version: "5.0.1"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -402,14 +402,14 @@ packages:
name: reactive_ble_mobile
url: "https://pub.dartlang.org"
source: hosted
version: "4.1.0"
version: "5.0.1"
reactive_ble_platform_interface:
dependency: transitive
description:
name: reactive_ble_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
version: "5.0.1"
shelf:
dependency: transitive
description:
Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_reactive_ble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.1

* Bump protobuf so it includes binaries for Mac M1 #396.

## 5.0.0

* `DiscoveredService` has now a new required property called `DiscoveredCharacteristic` which provides properties of the BLE characteristic.
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: "5.0.0"
version: "5.0.1"
reactive_ble_platform_interface:
dependency: "direct main"
description:
name: reactive_ble_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.0"
version: "5.0.1"
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: 5.0.0
version: 5.0.1
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: ^5.0.0
reactive_ble_platform_interface: ^5.0.0
reactive_ble_mobile: ^5.0.1
reactive_ble_platform_interface: ^5.0.1
dev_dependencies:
build_runner: ^2.1.2
flutter_lints: ^1.0.4
Expand Down
4 changes: 4 additions & 0 deletions packages/reactive_ble_mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.1

* Bump protobuf so it includes binaries for Mac M1 #396.

## 5.0.0

* `DiscoveredService` has now a new required property called `DiscoveredCharacteristic` which provides properties of the BLE characteristic.
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: "5.0.0"
version: "5.0.1"
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: 5.0.0
version: 5.0.1
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: ^5.0.0
reactive_ble_platform_interface: ^5.0.1
dev_dependencies:
build_runner: ^2.1.2
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions packages/reactive_ble_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.1

* Bump protobuf so it includes binaries for Mac M1 #396.

## 5.0.0

** Breaking change **
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: 5.0.0
version: 5.0.1
homepage: https://github.com/PhilipsHue/flutter_reactive_ble

environment:
Expand Down

0 comments on commit 14a5c1b

Please sign in to comment.