Skip to content

Commit 1432adf

Browse files
RtgrVRutgerVromans
andauthored
Bump version to 5.1.0 (#755)
Co-authored-by: RutgerVromans <[email protected]>
1 parent ccc0298 commit 1432adf

File tree

10 files changed

+29
-14
lines changed

10 files changed

+29
-14
lines changed

example/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ packages:
220220
path: "../packages/flutter_reactive_ble"
221221
relative: false
222222
source: path
223-
version: "5.0.3"
223+
version: "5.1.0"
224224
flutter_test:
225225
dependency: "direct dev"
226226
description: flutter
@@ -440,14 +440,14 @@ packages:
440440
path: "../packages/reactive_ble_mobile"
441441
relative: false
442442
source: path
443-
version: "5.0.3"
443+
version: "5.1.0"
444444
reactive_ble_platform_interface:
445445
dependency: "direct overridden"
446446
description:
447447
path: "../packages/reactive_ble_platform_interface"
448448
relative: true
449449
source: path
450-
version: "5.0.3"
450+
version: "5.1.0"
451451
shelf:
452452
dependency: transitive
453453
description:

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_reactive_ble_example
22
description: Demonstrates how to use the flutter_reactive_ble plugin.
3-
version: 5.0.3
3+
version: 5.1.0
44
publish_to: 'none'
55

66
environment:
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
flutter_lints: ^1.0.4
14-
flutter_reactive_ble: ^5.0.3
14+
flutter_reactive_ble: ^5.1.0
1515
functional_data: ^1.0.0
1616
intl: ^0.17.0
1717

packages/flutter_reactive_ble/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.1.0
2+
3+
* Add IsConnectable to discovery data. #750
4+
* Upgraded build_runner. #750
5+
16
## 5.0.3
27

38
* Enable extended advertising on android. Fix #571

packages/flutter_reactive_ble/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,14 +409,14 @@ packages:
409409
path: "../reactive_ble_mobile"
410410
relative: true
411411
source: path
412-
version: "5.0.3"
412+
version: "5.1.0"
413413
reactive_ble_platform_interface:
414414
dependency: "direct main"
415415
description:
416416
path: "../reactive_ble_platform_interface"
417417
relative: true
418418
source: path
419-
version: "5.0.3"
419+
version: "5.1.0"
420420
shelf:
421421
dependency: transitive
422422
description:

packages/flutter_reactive_ble/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_reactive_ble
22
description: Reactive Bluetooth Low Energy (BLE) plugin that can communicate with multiple devices
3-
version: 5.0.3
3+
version: 5.1.0
44
homepage: https://github.com/PhilipsHue/flutter_reactive_ble
55

66
environment:
@@ -21,8 +21,8 @@ dependencies:
2121
sdk: flutter
2222
functional_data: ^1.0.0
2323
meta: ^1.3.0
24-
reactive_ble_mobile: ^5.0.3
25-
reactive_ble_platform_interface: ^5.0.3
24+
reactive_ble_mobile: ^5.1.0
25+
reactive_ble_platform_interface: ^5.1.0
2626
dev_dependencies:
2727
build_runner: ^2.3.3
2828
flutter_lints: ^1.0.4

packages/reactive_ble_mobile/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.1.0
2+
3+
* Add IsConnectable to discovery data. #750
4+
* Upgraded build_runner. #750
5+
16
## 5.0.3
27

38
* Enable extended advertising on android. Fix #571

packages/reactive_ble_mobile/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ packages:
385385
path: "../reactive_ble_platform_interface"
386386
relative: true
387387
source: path
388-
version: "5.0.3"
388+
version: "5.1.0"
389389
shelf:
390390
dependency: transitive
391391
description:

packages/reactive_ble_mobile/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: reactive_ble_mobile
22
description: Official Android and iOS implementation for the flutter_reactive_ble plugin.
3-
version: 5.0.3
3+
version: 5.1.0
44
homepage: https://github.com/PhilipsHue/flutter_reactive_ble
55

66
environment:
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
protobuf: ^2.0.0
14-
reactive_ble_platform_interface: ^5.0.3
14+
reactive_ble_platform_interface: ^5.1.0
1515
dev_dependencies:
1616
build_runner: ^2.3.3
1717
flutter_test:

packages/reactive_ble_platform_interface/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.1.0
2+
3+
* Add IsConnectable to discovery data. #750
4+
* Upgraded build_runner. #750
5+
16
## 5.0.3
27

38
* Enable extended advertising on android. Fix #571

packages/reactive_ble_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: reactive_ble_platform_interface
22
description: Platform interface for the flutter_reactive_ble_project
3-
version: 5.0.3
3+
version: 5.1.0
44
homepage: https://github.com/PhilipsHue/flutter_reactive_ble
55

66
environment:

0 commit comments

Comments
 (0)