Skip to content

Commit

Permalink
v0.1.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
haolun committed Jun 1, 2023
1 parent 8443adc commit 67f83a8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## [v0.1.1](https://github.com/haolun1996/baseX/releases/tag/0.1.1) - 2023-06-01
- New
- [Hide envBar when on nested page](https://github.com/haolun1996/baseX/blob/ae846ddfcb5f2dbb2464a8fddd3dc5dba8b6fa89/lib/Core/x_base_widget.dart#LL103C1-L107C6)
- [Skeleton Widget List](https://github.com/haolun1996/baseX/blob/8443adceb25fc877127c59e36dd10b7b48ce41ea/lib/x_widget/x_skeleton.dart#LL115C2-L129C4)
- Changes

- On Going

- TODO
- API Caching
- Endpoint Changing Method
- Check Permission for Android(12/13)
- Social Login

<br />

***
<br />

## [v0.1.0](https://github.com/haolun1996/baseX/releases/tag/0.1.0) - 2023-05-31
- Pump version to v0.1.0 as follow Semantic Versioning with MAJOR.MINOR.PATCH
- MAJOR - Breaking change / restructure
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: BaseX Running With Flutter 3.10.x

publish_to: "none"

version: 0.1.0
version: 0.1.1

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 67f83a8

Please sign in to comment.