Skip to content

Commit

Permalink
Prepare release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andresaraujo committed Oct 28, 2023
1 parent 872ac6b commit 169e0e0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/timeago/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.6.0
- Fix pt_BR messages @mateusfccp
- Melos update to v3 @vbuberen

## 3.5.0
- Add latvian messages @igdmitrov
- Add Belarusian messages
Expand Down
2 changes: 1 addition & 1 deletion packages/timeago/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: timeago
description: >
A library useful for creating fuzzy timestamps. (e.g. "15 minutes ago")
version: 3.5.0
version: 3.6.0
homepage: https://github.com/andresaraujo/timeago.dart

environment:
Expand Down
3 changes: 3 additions & 0 deletions packages/timeago_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [3.6.0]
- Add support for `timeago` 3.6.0

## [3.5.0]
- Add support for `timeago` 3.5.0

Expand Down
2 changes: 1 addition & 1 deletion packages/timeago_flutter/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ packages:
path: "../timeago"
relative: true
source: path
version: "3.5.0"
version: "3.6.0"
vector_math:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/timeago_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: timeago_flutter
description: Timeago Widget for Flutter to create fuzzy timestamps. (e.g. "15 minutes ago").
version: 3.5.0
version: 3.6.0
homepage: https://github.com/andresaraujo/timeago.dart

environment:
sdk: ">=2.19.0 <4.0.0"

dependencies:
timeago: ^3.5.0
timeago: ^3.6.0
flutter:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions packages/timeago_flutter_example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,14 @@ packages:
path: "../timeago"
relative: true
source: path
version: "3.5.0"
version: "3.6.0"
timeago_flutter:
dependency: "direct main"
description:
path: "../timeago_flutter"
relative: true
source: path
version: "3.5.0"
version: "3.6.0"
typed_data:
dependency: transitive
description:
Expand Down

0 comments on commit 169e0e0

Please sign in to comment.