diff --git a/example/pubspec.lock b/example/pubspec.lock index e62f2e4a..00cd1023 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -220,7 +220,7 @@ packages: path: "../packages/flutter_reactive_ble" relative: true source: path - version: "5.2.0" + version: "5.3.0" flutter_test: dependency: "direct dev" description: flutter @@ -440,14 +440,14 @@ packages: path: "../packages/reactive_ble_mobile" relative: true source: path - version: "5.2.0" + version: "5.3.0" reactive_ble_platform_interface: dependency: "direct overridden" description: path: "../packages/reactive_ble_platform_interface" relative: true source: path - version: "5.2.0" + version: "5.3.0" shelf: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index cddc924a..cb6187b4 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_reactive_ble_example description: Demonstrates how to use the flutter_reactive_ble plugin. -version: 5.2.0 +version: 5.3.0 publish_to: 'none' environment: diff --git a/packages/flutter_reactive_ble/CHANGELOG.md b/packages/flutter_reactive_ble/CHANGELOG.md index a9330ed2..1e5a0638 100644 --- a/packages/flutter_reactive_ble/CHANGELOG.md +++ b/packages/flutter_reactive_ble/CHANGELOG.md @@ -1,3 +1,13 @@ +## 5.3.0 + +* Readd accidentally removed version constraint #789 +* Add a placeholder implementation for non-mobile platforms #688 +* Add Github actions and Migrate to latest Android SDK, AGP and protobuf plugin #830 +* Include packages lock-files #797 +* Update Kotlin version in README #831 +* Migrate away from deprecated strong mode analysis options #832 +* Read RSSI #796 + ## 5.2.0 * Bump the minimum requirement to Dart 2.17 and upgrade melos to 3.1.0 in #762 diff --git a/packages/flutter_reactive_ble/pubspec.lock b/packages/flutter_reactive_ble/pubspec.lock index 81d219a7..6dde29db 100644 --- a/packages/flutter_reactive_ble/pubspec.lock +++ b/packages/flutter_reactive_ble/pubspec.lock @@ -409,14 +409,14 @@ packages: path: "../reactive_ble_mobile" relative: true source: path - version: "5.2.0" + version: "5.3.0" reactive_ble_platform_interface: dependency: "direct main" description: path: "../reactive_ble_platform_interface" relative: true source: path - version: "5.2.0" + version: "5.3.0" shelf: dependency: transitive description: diff --git a/packages/flutter_reactive_ble/pubspec.yaml b/packages/flutter_reactive_ble/pubspec.yaml index c722ca75..dbf7f5ca 100644 --- a/packages/flutter_reactive_ble/pubspec.yaml +++ b/packages/flutter_reactive_ble/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_reactive_ble description: Reactive Bluetooth Low Energy (BLE) plugin that can communicate with multiple devices -version: 5.2.0 +version: 5.3.0 homepage: https://github.com/PhilipsHue/flutter_reactive_ble environment: diff --git a/packages/reactive_ble_mobile/CHANGELOG.md b/packages/reactive_ble_mobile/CHANGELOG.md index b025badf..7e1aa50e 100644 --- a/packages/reactive_ble_mobile/CHANGELOG.md +++ b/packages/reactive_ble_mobile/CHANGELOG.md @@ -1,3 +1,13 @@ +## 5.3.0 + +* Readd accidentally removed version constraint #789 +* Add a placeholder implementation for non-mobile platforms #688 +* Add Github actions and Migrate to latest Android SDK, AGP and protobuf plugin #830 +* Include packages lock-files #797 +* Update Kotlin version in README #831 +* Migrate away from deprecated strong mode analysis options #832 +* Read RSSI #796 + ## 5.2.0 * Bump the minimum requirement to Dart 2.17 and upgrade melos to 3.1.0 in #762 diff --git a/packages/reactive_ble_mobile/pubspec.lock b/packages/reactive_ble_mobile/pubspec.lock index e065b0c4..e3b79fad 100644 --- a/packages/reactive_ble_mobile/pubspec.lock +++ b/packages/reactive_ble_mobile/pubspec.lock @@ -401,7 +401,7 @@ packages: path: "../reactive_ble_platform_interface" relative: true source: path - version: "5.2.0" + version: "5.3.0" shelf: dependency: transitive description: diff --git a/packages/reactive_ble_mobile/pubspec.yaml b/packages/reactive_ble_mobile/pubspec.yaml index 685dbd3c..35fabd26 100644 --- a/packages/reactive_ble_mobile/pubspec.yaml +++ b/packages/reactive_ble_mobile/pubspec.yaml @@ -1,6 +1,6 @@ name: reactive_ble_mobile description: Official Android and iOS implementation for the flutter_reactive_ble plugin. -version: 5.2.0 +version: 5.3.0 homepage: https://github.com/PhilipsHue/flutter_reactive_ble environment: diff --git a/packages/reactive_ble_platform_interface/CHANGELOG.md b/packages/reactive_ble_platform_interface/CHANGELOG.md index c97a9619..a5609599 100644 --- a/packages/reactive_ble_platform_interface/CHANGELOG.md +++ b/packages/reactive_ble_platform_interface/CHANGELOG.md @@ -1,3 +1,13 @@ +## 5.3.0 + +* Readd accidentally removed version constraint #789 +* Add a placeholder implementation for non-mobile platforms #688 +* Add Github actions and Migrate to latest Android SDK, AGP and protobuf plugin #830 +* Include packages lock-files #797 +* Update Kotlin version in README #831 +* Migrate away from deprecated strong mode analysis options #832 +* Read RSSI #796 + ## 5.2.0 * Bump the minimum requirement to Dart 2.17 and upgrade melos to 3.1.0 in #762 diff --git a/packages/reactive_ble_platform_interface/pubspec.yaml b/packages/reactive_ble_platform_interface/pubspec.yaml index 70fa0a74..c154d953 100644 --- a/packages/reactive_ble_platform_interface/pubspec.yaml +++ b/packages/reactive_ble_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: reactive_ble_platform_interface description: Platform interface for the flutter_reactive_ble_project -version: 5.2.0 +version: 5.3.0 homepage: https://github.com/PhilipsHue/flutter_reactive_ble environment: