Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Increment version number - 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrigorenko committed Sep 10, 2021
1 parent 628e18b commit 19d982c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
@@ -1,8 +1,15 @@
## 1.0.0

- Add `RelativeDateTimeFormatBuilder` to allow an simpler API.
- Add `AnimatedRelativeDateTimeBuilder` to allow the rendering animated widgets.
- Reorganize file structure using sub libraries.
- Refactor source code.

## 0.0.2

* Migrate to Null safety.
- Migrate to Null safety.

## 0.0.1

* Initial release
* lit_relative_date_time - A Flutter package to generate relative dates to show differences in time in localized and human-readable format.
- Initial release
- lit_relative_date_time - A Flutter package to generate relative dates to show differences in time in localized and human-readable format.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Expand Up @@ -45,7 +45,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.2"
version: "1.0.0"
meta:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -3,7 +3,7 @@ description: >-
A Flutter package to generate relative dates to show differences in time in localized and human-readable format.
repository: https://www.github.com/litlifesoftware/lit_relative_date_time
issue_tracker: https://github.com/litlifesoftware/lit_relative_date_time/issues
version: 0.0.2
version: 1.0.0

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 19d982c

Please sign in to comment.