Skip to content

Commit

Permalink
[Light] Release of 3.0.1 (fixed pubspec)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmatteo committed Jul 20, 2023
1 parent 3cd4e38 commit 907c234
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 17 deletions.
4 changes: 4 additions & 0 deletions packages/light/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.1

- Updated pubspec.yaml

## 3.0.0

- `Light()` implemented as singleton.
Expand Down
1 change: 0 additions & 1 deletion packages/light/example/.flutter-plugins-dependencies

This file was deleted.

13 changes: 0 additions & 13 deletions packages/light/example/ios/Flutter/flutter_export_environment.sh

This file was deleted.

5 changes: 2 additions & 3 deletions packages/light/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: light
description: Plugin for the light sensor (Android only)
version: 3.0.0
description: Plugin for collecting data from the ambient light sensor on Android.
version: 3.0.1
homepage: https://github.com/cph-cachet/flutter-plugins/tree/master

environment:
Expand All @@ -19,4 +19,3 @@ flutter:
pluginClass: LightPlugin
ios:
pluginClass: LightPlugin

0 comments on commit 907c234

Please sign in to comment.