Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MahanRahmati committed Mar 14, 2022
1 parent c473cf5 commit 287e102
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.3.3

- Update exports
- Update ArnaSideScaffold
- Update ArnaScaffold
- [Example] Update settings page
- [Example] Update main page
- Update ArnaListTile
- Fix ArnaExpansionPanel
- [BREAKING] Rename ArnaBaseButton to ArnaBaseWidget
- Refactor ArnaBanner
- Update ArnaHeaderBar
- Refactor ArnaTextField
- Update ArnaScrollbar
- Update Localizations
- Refactor colors [Thanks to @h1376h]

## 0.3.2

- Fixing innerColor function [Thanks to @h1376h]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Add Arna as a dependency in your pubspec.yaml

```yaml
dependencies:
arna: ^0.3.2
arna: ^0.3.3
```
And import it
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: arna
description: Arna Framework - A unique set of widgets for building applications with Flutter.
version: 0.3.2
version: 0.3.3
homepage: https://github.com/MahanRahmati/Arna

environment:
Expand Down

0 comments on commit 287e102

Please sign in to comment.