Skip to content

Commit

Permalink
chore(release): prepare for release (#2457)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen authored Dec 13, 2023
1 parent 8ffc4c6 commit 5e5c9db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/sensors_plus/sensors_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.2

- **FIX**(sensors_plus): Close magnetometerStreamController on web ([#2456](https://github.com/fluttercommunity/plus_plugins/issues/2456)). ([64200667](https://github.com/fluttercommunity/plus_plugins/commit/64200667e94ec6eedeb3f8224f355d113dee3ac8))

## 4.0.1+1

- **DOCS**(sensors_plus): Update README to mention how sampling rate works on Android ([#2452](https://github.com/fluttercommunity/plus_plugins/issues/2452)). ([4d8ce2f8](https://github.com/fluttercommunity/plus_plugins/commit/4d8ce2f8e9eb09e8ae6e5616599a593ff182ea24))
Expand Down
2 changes: 1 addition & 1 deletion packages/sensors_plus/sensors_plus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Demonstrates how to use the sensors plugin.
dependencies:
flutter:
sdk: flutter
sensors_plus: ^4.0.1
sensors_plus: ^4.0.2

dev_dependencies:
flutter_driver:
Expand Down
2 changes: 1 addition & 1 deletion packages/sensors_plus/sensors_plus/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sensors_plus
description: Flutter plugin for accessing accelerometer, gyroscope, and
magnetometer sensors.
version: 4.0.1+1
version: 4.0.2
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/sensors_plus/sensors_plus
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/sensors_plus
Expand Down

0 comments on commit 5e5c9db

Please sign in to comment.