From 67f83a8a593a1846dc98308a52818fbc4944722d Mon Sep 17 00:00:00 2001 From: haolun <> Date: Thu, 1 Jun 2023 15:24:29 +0800 Subject: [PATCH] v0.1.1 changelog --- CHANGELOG.md | 19 +++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c873a69..56fceeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + +
+ +*** +
+ ## [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 diff --git a/pubspec.yaml b/pubspec.yaml index e1bb93f..0e3f5ca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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'