Skip to content

Commit d2b2792

Browse files
author
Jens Becker
committed
[bump] v0.3.2
1 parent 98c3424 commit d2b2792

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
# 0.3.2
2+
- **Add** logo
3+
- **Add** GitHub workflow for automatically publishing new versions to pub.dev on a new release
4+
15
# 0.3.1
26
- **Improve** analysis options
37
- **Add** key to widget constructors
4-
- **Export** analysis_options.yaml (see [new section in README](https://pub.dev/packages/fleasy#analysis-options))
8+
- **Export** `analysis_options.yaml` (see [new section in README](https://pub.dev/packages/fleasy#analysis-options))
59

610
# 0.3.0
711

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fleasy
22
description: Useful and easy to use extensions, helper classes and widgets to create Flutter apps easier.
3-
version: 0.3.1+1
3+
version: 0.3.2
44
repository: https://github.com/devj3ns/fleasy
55
issue_tracker: https://github.com/devj3ns/fleasy/issues
66

@@ -15,7 +15,7 @@ dependencies:
1515
universal_platform: ^1.0.0+1
1616
font_awesome_flutter: ^9.1.0
1717
flash: ^2.0.1
18-
flutter_lints: ^1.0.3
18+
flutter_lints: ^1.0.4
1919
dart_code_metrics: ^4.0.1
2020

2121
dev_dependencies:

0 commit comments

Comments
 (0)