Skip to content

Commit 97e794b

Browse files
authored
chore: 3.0.0 (#15)
1 parent 00aeabb commit 97e794b

File tree

4 files changed

+14
-62
lines changed

4 files changed

+14
-62
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [3.0.0]
2+
- feat!: update SDK constraints to dart 3
3+
- chore: update dependencies
4+
- chore: update lints
5+
- chore: add issue templates
6+
- chore: add PR template
7+
- chore: add dependabot
8+
- chore: add pub topics
9+
- ci: add better ci including spell check
10+
- test: add tests for 100% test coverage
11+
- refactor: minor refactors for newer dart features: patterns and enhanced enums
12+
113
## [2.0.0]
214
- Added support to NNBD
315

example/pubspec.lock

Lines changed: 0 additions & 60 deletions
This file was deleted.

lib/src/daylight.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class DaylightResult extends Equatable {
112112
/// The date of the calculation.
113113
final DateTime date;
114114

115-
/// Define which sun events happens in the snapshot date
115+
/// Define which sun events happens in the snapshot date
116116
DayType get type {
117117
if (sunrise == null) {
118118
if (sunset == null) {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: daylight
22
description: Get the sunset and sunrise times for a geolocation without having to access any remote api.
3-
version: 2.0.0
3+
version: 3.0.0
44
repository: https://github.com/renancaraujo/daylight
55
topics: [daylight, time, location, timezone]
66

0 commit comments

Comments
 (0)