From 60478751c4631eb8ccedd95dfd26e8e42fb5cef1 Mon Sep 17 00:00:00 2001 From: SilentCat Date: Fri, 9 Sep 2022 17:28:50 +0700 Subject: [PATCH] add change log --- .fvm/fvm_config.json | 2 +- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json index b3db758..b8e6b4f 100644 --- a/.fvm/fvm_config.json +++ b/.fvm/fvm_config.json @@ -1,4 +1,4 @@ { - "flutterSdkVersion": "stable", + "flutterSdkVersion": "2.8.1", "flavors": {} } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c0b72ac..b498343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.1 + +* Fix initial value late + ## 1.4.0 * Add Rx Static class diff --git a/pubspec.yaml b/pubspec.yaml index 12987fb..4c567fe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: inherited_rxdart description: "Inherited RxDart is a state management library that combine the power of InheritedWidget and RxDart, a simple and elegant state management solution for apps of any scale" -version: 1.4.0 +version: 1.4.1 homepage: https://github.com/SilentCatD/inherited_rxdart issue_tracker: https://github.com/SilentCatD/inherited_rxdart/issues