Skip to content

Commit

Permalink
[release] v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devj3ns committed May 28, 2024
1 parent 4d479f4 commit 618dd09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.17.0
- update intl to `^0.19.0` in order to support Flutter 3.22
- update flutter_lints to `^4.0.0`

# 0.16.0
- breaking: remove `context.mediaQuery` (use the other helpers or the specific `...Of` methods instead)
- refactor size and orientation `BuildContext` extensions to use the specific `...Of` methods to reduce rebuilds.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fleasy
description: Useful and easy to use extensions, helper classes and widgets to create Flutter apps easier.
version: 0.16.0
version: 0.17.0
repository: https://github.com/devj3ns/fleasy
issue_tracker: https://github.com/devj3ns/fleasy/issues

Expand Down

0 comments on commit 618dd09

Please sign in to comment.