Skip to content

Commit

Permalink
Merge pull request #31 from esentis/develop
Browse files Browse the repository at this point in the history
Updates to 0.6.8
  • Loading branch information
esentis committed Jan 28, 2023
2 parents e44e205 + 302284f commit 55a4217
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,6 @@
# [0.6.7] - New Extensions & Optimizations
# [0.6.8] - Fixes failing test

## [0.6.7] - New Extensions & Optimizations

#### New methods

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,7 +1,7 @@
name: string_extensions
description: Useful String extensions to save you time in production. Feel free
to contribute with PR.
version: 0.6.7
version: 0.6.8
homepage: "https://github.com/esentis/string_extensions"

environment:
Expand Down
2 changes: 1 addition & 1 deletion test/string_extensions_test.dart
Expand Up @@ -948,7 +948,7 @@ void main() {
expect(date1.getMonthFromDate(), 'August');
expect(date1.getMonthFromDate(locale: 'el'), 'Αυγούστου');
expect(date1.getMonthFromDate(locale: 'es'), 'agosto');
expect(date1.getMonthFromDate(locale: 'az'), 'Avqust');
expect(date1.getMonthFromDate(locale: 'az'), 'avqust');
expect(date1.getMonthFromDate(locale: 'ka'), 'აგვისტო');
},
);
Expand Down

0 comments on commit 55a4217

Please sign in to comment.