Skip to content

Commit

Permalink
v6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Nov 22, 2024
1 parent f9c91e3 commit ac75c64
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [6.4.1] - 2024-11-22

* Update pubspec.yaml

## [6.4.0] - 2024-11-15

* New `initDio(Dio dio)` method added to `DioApiService`
Expand Down
8 changes: 4 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ packages:
dependency: transitive
description:
name: equatable
sha256: c2b87cb7756efdf69892005af546c56c0b5037f54d2a88269b4f347a505e3ca2
sha256: "567c64b3cb4cf82397aac55f4f0cbd3ca20d77c6c03bedbc4ceaddc08904aef7"
url: "https://pub.dev"
source: hosted
version: "2.0.5"
version: "2.0.7"
error_stack:
dependency: transitive
description:
Expand Down Expand Up @@ -313,10 +313,10 @@ packages:
dependency: transitive
description:
name: get_time_ago
sha256: "71296a1931e844efc7fced1e943db822dc8ae3c8e5cbf6acc4db1d6533b556a1"
sha256: "0f50a87080a720f5491266a3f7c79109f95943decd10b66c84b5aef802f1d959"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "2.1.1"
http_parser:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ packages:
dependency: "direct main"
description:
name: equatable
sha256: c2b87cb7756efdf69892005af546c56c0b5037f54d2a88269b4f347a505e3ca2
sha256: "567c64b3cb4cf82397aac55f4f0cbd3ca20d77c6c03bedbc4ceaddc08904aef7"
url: "https://pub.dev"
source: hosted
version: "2.0.5"
version: "2.0.7"
error_stack:
dependency: "direct main"
description:
Expand Down Expand Up @@ -321,10 +321,10 @@ packages:
dependency: "direct main"
description:
name: get_time_ago
sha256: "71296a1931e844efc7fced1e943db822dc8ae3c8e5cbf6acc4db1d6533b556a1"
sha256: "0f50a87080a720f5491266a3f7c79109f95943decd10b66c84b5aef802f1d959"
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "2.1.1"
http_parser:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nylo_support
description: Support library for the Nylo framework. This library supports routing, widgets, localization, cli, storage and more.
version: 6.4.0
version: 6.4.1
homepage: https://nylo.dev
repository: https://github.com/nylo-core/support/tree/6.x
issue_tracker: https://github.com/nylo-core/support/issues
Expand All @@ -23,11 +23,11 @@ dependencies:
flutter_staggered_grid_view: ^0.7.0
dio: ^5.7.0
recase: ^4.1.0
get_time_ago: ^2.0.0
get_time_ago: ^2.1.1
flutter_styled_toast: ^2.2.1
animate_do: ^3.3.4
pull_to_refresh_flutter3: ^2.0.2
equatable: ^2.0.5
equatable: ^2.0.7
rxdart: ^0.28.0
pretty_dio_logger: ^1.4.0
intl: ^0.19.0
Expand Down

0 comments on commit ac75c64

Please sign in to comment.