Skip to content

Commit

Permalink
Relesase version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Jan 7, 2021
1 parent f292d46 commit ebacb66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All notable changes to the **FlexColorScheme** package will be documented in thi
that all also received proper identity overrides and `copyWith` methods.
* Improved internal null safe behavior, with fall-backs values in some classes and helper functions.
It might make migration to null-safety easier.
* Added 389 tests. Coverage is 87% based on Codecov report. Will add more coverage later.
* Added 389 tests. Coverage is 89% based on Codecov report. Will add more tests later, enough for now.
* The tests will make the migration to null-safety easier by providing some quality control checks.
* Added GitHub actions to run all the tests and automated test coverage analysis with Codecov.
* Documentation improvements and API doc fixes.
Expand Down
8 changes: 4 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ packages:
flex_color_scheme:
dependency: "direct main"
description:
name: flex_color_scheme
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
path: ".."
relative: true
source: path
version: "1.3.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down

0 comments on commit ebacb66

Please sign in to comment.