Skip to content

Commit

Permalink
Bump version 5.3.1 (#843)
Browse files Browse the repository at this point in the history
Signed-off-by: Taym <haddadi.taym@gmail.com>
  • Loading branch information
Taym95 committed Feb 5, 2024
1 parent 81fe378 commit be7ba94
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 14 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.3.0"
version: "5.3.1"
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.3.0"
version: "5.3.1"
reactive_ble_platform_interface:
dependency: "direct overridden"
description:
path: "../packages/reactive_ble_platform_interface"
relative: true
source: path
version: "5.3.0"
version: "5.3.1"
shelf:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0
version: 5.3.1
publish_to: 'none'

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_reactive_ble: ^5.3.0
flutter_reactive_ble: ^5.3.1
functional_data: ^1.0.0
intl: ^0.17.0

Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_reactive_ble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.3.1

* Use proper platform_interface dependency version #837

## 5.3.0

* Readd accidentally removed version constraint #789
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.3.0"
version: "5.3.1"
reactive_ble_platform_interface:
dependency: "direct main"
description:
path: "../reactive_ble_platform_interface"
relative: true
source: path
version: "5.3.0"
version: "5.3.1"
shelf:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions 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.3.0
version: 5.3.1
homepage: https://github.com/PhilipsHue/flutter_reactive_ble

environment:
Expand All @@ -21,8 +21,8 @@ dependencies:
sdk: flutter
functional_data: ^1.0.0
meta: ^1.3.0
reactive_ble_mobile: ^5.3.0
reactive_ble_platform_interface: ^5.3.0
reactive_ble_mobile: ^5.3.1
reactive_ble_platform_interface: ^5.3.1

dependency_overrides:
reactive_ble_mobile:
Expand Down
4 changes: 4 additions & 0 deletions packages/reactive_ble_mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.3.1

* Use proper platform_interface dependency version #837

## 5.3.0

* Readd accidentally removed version constraint #789
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.3.0"
version: "5.3.1"
shelf:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0
version: 5.3.1
homepage: https://github.com/PhilipsHue/flutter_reactive_ble

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
protobuf: ^2.0.0
reactive_ble_platform_interface: ^5.3.0
reactive_ble_platform_interface: ^5.3.1

dev_dependencies:
build_runner: ^2.3.3
Expand Down
4 changes: 4 additions & 0 deletions packages/reactive_ble_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.3.1

* Use proper platform_interface dependency version #837

## 5.3.0

* Readd accidentally removed version constraint #789
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.3.0
version: 5.3.1
homepage: https://github.com/PhilipsHue/flutter_reactive_ble

environment:
Expand Down

1 comment on commit be7ba94

@SumanBhuiya
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's time to update this

Please sign in to comment.