Skip to content

Commit

Permalink
Updated to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nixrajput committed Nov 18, 2024
1 parent 435ef21 commit 4717370
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history so we can compare
fetch-depth: 0

- name: Fetch all branches
run: git fetch origin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history so we can compare
fetch-depth: 0

- name: Fetch all branches
run: git fetch origin
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
uses: bluefireteam/flutter-gh-pages@v8
with:
workingDir: example
baseHref: /get-time-ago/
baseHref: /get_time_ago/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.1

- **Fix**: Demo web app issue fixed.

## 2.1.0

- **Change**: Added support for `Dutch` (nl) locale.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A Dart package that converts and formats `DateTime` objects into human-readable
- [Supported Languages](#supported-languages)
- [Contributing](#contributing)
- [License](#license)
- [Sponsor Me](#sponsor-me)
- [Support My Work](#support-my-work)
- [Connect With Me](#connect-with-me)
- [Activities](#activities)

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: get_time_ago
description: A Dart package to convert and format `DateTime` objects into human-readable 'time ago' strings like '20 seconds ago', 'a minute ago', or '7 hours ago'.

version: 2.1.0
version: 2.1.1

homepage: https://pub.dev/packages/get_time_ago
repository: https://github.com/nixrajput/get-time-ago
Expand Down

0 comments on commit 4717370

Please sign in to comment.