Skip to content

Commit fea9c31

Browse files
authored
Bump version 5.3.0 (#834)
1 parent a3e4148 commit fea9c31

File tree

10 files changed

+40
-10
lines changed

10 files changed

+40
-10
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: true
222222
source: path
223-
version: "5.2.0"
223+
version: "5.3.0"
224224
flutter_test:
225225
dependency: "direct dev"
226226
description: flutter
@@ -440,14 +440,14 @@ packages:
440440
path: "../packages/reactive_ble_mobile"
441441
relative: true
442442
source: path
443-
version: "5.2.0"
443+
version: "5.3.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.2.0"
450+
version: "5.3.0"
451451
shelf:
452452
dependency: transitive
453453
description:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.2.0
3+
version: 5.3.0
44
publish_to: 'none'
55

66
environment:

packages/flutter_reactive_ble/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
## 5.2.0
212

313
* Bump the minimum requirement to Dart 2.17 and upgrade melos to 3.1.0 in #762

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.2.0"
412+
version: "5.3.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.2.0"
419+
version: "5.3.0"
420420
shelf:
421421
dependency: transitive
422422
description:

packages/flutter_reactive_ble/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.2.0
3+
version: 5.3.0
44
homepage: https://github.com/PhilipsHue/flutter_reactive_ble
55

66
environment:

packages/reactive_ble_mobile/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
## 5.2.0
212

313
* Bump the minimum requirement to Dart 2.17 and upgrade melos to 3.1.0 in #762

packages/reactive_ble_mobile/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ packages:
401401
path: "../reactive_ble_platform_interface"
402402
relative: true
403403
source: path
404-
version: "5.2.0"
404+
version: "5.3.0"
405405
shelf:
406406
dependency: transitive
407407
description:

packages/reactive_ble_mobile/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.2.0
3+
version: 5.3.0
44
homepage: https://github.com/PhilipsHue/flutter_reactive_ble
55

66
environment:

packages/reactive_ble_platform_interface/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
## 5.2.0
212

313
* Bump the minimum requirement to Dart 2.17 and upgrade melos to 3.1.0 in #762

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.2.0
3+
version: 5.3.0
44
homepage: https://github.com/PhilipsHue/flutter_reactive_ble
55

66
environment:

0 commit comments

Comments
 (0)