Skip to content

Commit

Permalink
chore(release): prepare for release (#2394)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen committed Nov 26, 2023
1 parent 35900ea commit eeab903
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
12 changes: 12 additions & 0 deletions packages/sensors_plus/sensors_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 4.0.1

> Note: This release has breaking changes.
- **BREAKING** **FIX**(sensors_plus): Use magnetometer instead of deviceMotion on iOS ([#2250](https://github.com/fluttercommunity/plus_plugins/issues/2250)). ([d1751024](https://github.com/fluttercommunity/plus_plugins/commit/d175102404f5a614360dc52380e95aa0a6308481))
- **FEAT**(sensors_plus): Configurable sample rate on Android and iOS ([#2248](https://github.com/fluttercommunity/plus_plugins/issues/2248)). ([82ffe46c](https://github.com/fluttercommunity/plus_plugins/commit/82ffe46c6ff02a7fcaad35c74c872e1ceb37621c))
- **DOCS**(sensors_plus): Add info about sensors sampling rate configuration ([#2393](https://github.com/fluttercommunity/plus_plugins/issues/2393)). ([35900ead](https://github.com/fluttercommunity/plus_plugins/commit/35900eadd91e88d5eb2d28eeb32048edbb1057c9))

## 4.0.0

This release was retracted due to [#2251](https://github.com/fluttercommunity/plus_plugins/issues/2251).

## 3.1.0

> Info: This release is a replacement for release 4.0.0, which was retracted due to issue ([#2251](https://github.com/fluttercommunity/plus_plugins/issues/2251)). As breaking change was reverted the major release was also reverted in favor of this one.
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: ^3.1.0
sensors_plus: ^4.0.1

dev_dependencies:
flutter_driver:
Expand Down
4 changes: 2 additions & 2 deletions 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: 3.1.0
version: 4.0.1
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 All @@ -23,7 +23,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
sensors_plus_platform_interface: ^1.1.3
sensors_plus_platform_interface: ^1.2.0
dev_dependencies:
test: ^1.22.0
flutter_test:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.2.0

- **FIX**(sensors_plus): Add protection of reserved samplingPeriod value ([#2390](https://github.com/fluttercommunity/plus_plugins/issues/2390)). ([559faa18](https://github.com/fluttercommunity/plus_plugins/commit/559faa180b20e825918f920c373e6646b7931760))
- **FEAT**(sensors_plus): Configurable sample rate ([#2248](https://github.com/fluttercommunity/plus_plugins/issues/2248)). ([82ffe46c](https://github.com/fluttercommunity/plus_plugins/commit/82ffe46c6ff02a7fcaad35c74c872e1ceb37621c))

## 1.1.3

- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sensors_plus_platform_interface
description: A common platform interface for the sensors_plus plugin.
version: 1.1.3
version: 1.2.0
homepage: https://plus.fluttercommunity.dev/
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/

Expand Down

0 comments on commit eeab903

Please sign in to comment.