Skip to content

Commit

Permalink
Bump version 5.3.0 (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taym95 committed Jan 25, 2024
1 parent a3e4148 commit fea9c31
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 10 deletions.
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
10 changes: 10 additions & 0 deletions packages/flutter_reactive_ble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0
version: 5.3.0
homepage: https://github.com/PhilipsHue/flutter_reactive_ble

environment:
Expand Down
10 changes: 10 additions & 0 deletions packages/reactive_ble_mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion 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.2.0
version: 5.3.0
homepage: https://github.com/PhilipsHue/flutter_reactive_ble

environment:
Expand Down
10 changes: 10 additions & 0 deletions packages/reactive_ble_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.2.0
version: 5.3.0
homepage: https://github.com/PhilipsHue/flutter_reactive_ble

environment:
Expand Down

0 comments on commit fea9c31

Please sign in to comment.