Skip to content

Commit

Permalink
chore: fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodev01 committed Aug 22, 2023
1 parent b1b7e6c commit 19c8899
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 5.0.2
- Updated Dart SDK constraints to `^3.0.1`
- Updated Dart SDK constraints to `^3.1.0`
- Dependencies update

## 5.0.1
Expand Down
2 changes: 0 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,13 @@ linter:
- implicit_call_tearoffs
- implicit_reopen
- invalid_case_patterns
- iterable_contains_unrelated_type
- join_return_with_assignment
- leading_newlines_in_multiline_strings
- library_annotations
- library_names
- library_prefixes
- library_private_types_in_public_api
- lines_longer_than_80_chars
- list_remove_unrelated_type
- literal_only_boolean_expressions
- matching_super_parameters
- missing_whitespace_between_adjacent_strings
Expand Down
2 changes: 1 addition & 1 deletion example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 1.0.8
- Updated Dart SDK constraints to `^3.0.1`
- Updated Dart SDK constraints to `^3.1.0`
- Updated dependencies and pubspec file

## 1.0.7
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage: https://pub.dev/packages/fraction
publish_to: none

environment:
sdk: ^3.0.1
sdk: ^3.1.0

dependencies:
fraction:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository: https://github.com/albertodev01/fraction
homepage: https://pub.dev/packages/fraction

environment:
sdk: ^3.0.1
sdk: ^3.1.0

dev_dependencies:
test: ^1.24.6

0 comments on commit 19c8899

Please sign in to comment.