Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Light] Release of 3.0.1 (fixed pubspec) #777

Merged
merged 1 commit into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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