File tree Expand file tree Collapse file tree 10 files changed +40
-10
lines changed
reactive_ble_platform_interface Expand file tree Collapse file tree 10 files changed +40
-10
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ packages:
220
220
path: "../packages/flutter_reactive_ble"
221
221
relative: true
222
222
source: path
223
- version: "5.2 .0"
223
+ version: "5.3 .0"
224
224
flutter_test:
225
225
dependency: "direct dev"
226
226
description: flutter
@@ -440,14 +440,14 @@ packages:
440
440
path: "../packages/reactive_ble_mobile"
441
441
relative: true
442
442
source: path
443
- version: "5.2 .0"
443
+ version: "5.3 .0"
444
444
reactive_ble_platform_interface:
445
445
dependency: "direct overridden"
446
446
description:
447
447
path: "../packages/reactive_ble_platform_interface"
448
448
relative: true
449
449
source: path
450
- version: "5.2 .0"
450
+ version: "5.3 .0"
451
451
shelf:
452
452
dependency: transitive
453
453
description:
Original file line number Diff line number Diff line change 1
1
name : flutter_reactive_ble_example
2
2
description : Demonstrates how to use the flutter_reactive_ble plugin.
3
- version : 5.2 .0
3
+ version : 5.3 .0
4
4
publish_to : ' none'
5
5
6
6
environment :
Original file line number Diff line number Diff line change
1
+ ## 5.3.0
2
+
3
+ * Readd accidentally removed version constraint #789
4
+ * Add a placeholder implementation for non-mobile platforms #688
5
+ * Add Github actions and Migrate to latest Android SDK, AGP and protobuf plugin #830
6
+ * Include packages lock-files #797
7
+ * Update Kotlin version in README #831
8
+ * Migrate away from deprecated strong mode analysis options #832
9
+ * Read RSSI #796
10
+
1
11
## 5.2.0
2
12
3
13
* Bump the minimum requirement to Dart 2.17 and upgrade melos to 3.1.0 in #762
Original file line number Diff line number Diff line change @@ -409,14 +409,14 @@ packages:
409
409
path: "../reactive_ble_mobile"
410
410
relative: true
411
411
source: path
412
- version: "5.2 .0"
412
+ version: "5.3 .0"
413
413
reactive_ble_platform_interface:
414
414
dependency: "direct main"
415
415
description:
416
416
path: "../reactive_ble_platform_interface"
417
417
relative: true
418
418
source: path
419
- version: "5.2 .0"
419
+ version: "5.3 .0"
420
420
shelf:
421
421
dependency: transitive
422
422
description:
Original file line number Diff line number Diff line change 1
1
name : flutter_reactive_ble
2
2
description : Reactive Bluetooth Low Energy (BLE) plugin that can communicate with multiple devices
3
- version : 5.2 .0
3
+ version : 5.3 .0
4
4
homepage : https://github.com/PhilipsHue/flutter_reactive_ble
5
5
6
6
environment :
Original file line number Diff line number Diff line change
1
+ ## 5.3.0
2
+
3
+ * Readd accidentally removed version constraint #789
4
+ * Add a placeholder implementation for non-mobile platforms #688
5
+ * Add Github actions and Migrate to latest Android SDK, AGP and protobuf plugin #830
6
+ * Include packages lock-files #797
7
+ * Update Kotlin version in README #831
8
+ * Migrate away from deprecated strong mode analysis options #832
9
+ * Read RSSI #796
10
+
1
11
## 5.2.0
2
12
3
13
* Bump the minimum requirement to Dart 2.17 and upgrade melos to 3.1.0 in #762
Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ packages:
401
401
path: "../reactive_ble_platform_interface"
402
402
relative: true
403
403
source: path
404
- version: "5.2 .0"
404
+ version: "5.3 .0"
405
405
shelf:
406
406
dependency: transitive
407
407
description:
Original file line number Diff line number Diff line change 1
1
name : reactive_ble_mobile
2
2
description : Official Android and iOS implementation for the flutter_reactive_ble plugin.
3
- version : 5.2 .0
3
+ version : 5.3 .0
4
4
homepage : https://github.com/PhilipsHue/flutter_reactive_ble
5
5
6
6
environment :
Original file line number Diff line number Diff line change
1
+ ## 5.3.0
2
+
3
+ * Readd accidentally removed version constraint #789
4
+ * Add a placeholder implementation for non-mobile platforms #688
5
+ * Add Github actions and Migrate to latest Android SDK, AGP and protobuf plugin #830
6
+ * Include packages lock-files #797
7
+ * Update Kotlin version in README #831
8
+ * Migrate away from deprecated strong mode analysis options #832
9
+ * Read RSSI #796
10
+
1
11
## 5.2.0
2
12
3
13
* Bump the minimum requirement to Dart 2.17 and upgrade melos to 3.1.0 in #762
Original file line number Diff line number Diff line change 1
1
name : reactive_ble_platform_interface
2
2
description : Platform interface for the flutter_reactive_ble_project
3
- version : 5.2 .0
3
+ version : 5.3 .0
4
4
homepage : https://github.com/PhilipsHue/flutter_reactive_ble
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments