Skip to content

Commit

Permalink
Remove <4.0.0 constraints on flutter in pubspecs (#65)
Browse files Browse the repository at this point in the history
* Remove <4.0.0 constraints on flutter in pubspecs

* Update changelog
  • Loading branch information
WieFel authored Sep 19, 2022
1 parent 18ba701 commit 6cd0048
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## [3.0.1] - 2022-09-15
## [3.0.1] - 2022-09-19

### Fixed
- Correct pubspec Flutter + Dart SDK versions at [PR #64](https://github.com/TinyCommunity/tinycolor2/pull/64)
- Remove upper bound in pubspec Flutter + Dart SDK versions at [PR #65](https://github.com/TinyCommunity/tinycolor2/pull/65)

## [3.0.0] - 2022-09-12

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version: 1.0.0+1

environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
flutter:
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 @@ homepage: https://github.com/TinyCommunity/tinycolor2

environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit 6cd0048

Please sign in to comment.