Skip to content

Commit

Permalink
v1.0.29 trying to overcome dcli dependencies errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
roipeker committed Aug 28, 2023
1 parent bae60ae commit ce8d8e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.0.29]
- add another override to posix, trying to comply with dcli dependencies.

## [1.0.28]
- upgrade to Dart SDK 3.1.0
- upgrade dependencies.
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_translation_sheet
description: Flutter Translation Sheet (fts) is a simple tool to help you with
localization (l10n) generating json, arb and dart files.
version: 1.0.28
version: 1.0.29
maintainer: Rodrigo López (@roipeker)
homepage: https://github.com/roipeker/flutter_translation_sheet
repository: https://github.com/roipeker/flutter_translation_sheet/
Expand Down Expand Up @@ -29,6 +29,7 @@ dependencies:
## Just to satisfy `dcli` constraints.
dependency_overrides:
pubspec2: ^3.0.0
posix: ^5.0.0
http: ^1.1.0

dev_dependencies:
Expand Down

0 comments on commit ce8d8e5

Please sign in to comment.