From e461cac17fbc421e2b7b08136877109a63f7a088 Mon Sep 17 00:00:00 2001 From: violinday Date: Fri, 1 Apr 2022 20:40:51 +0800 Subject: [PATCH] update version to 2.1.0-nullsafety (#165) --- CHANGELOG.md | 9 --------- README.en-US.md | 4 +--- README.md | 2 +- pubspec.yaml | 2 +- 4 files changed, 3 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bf45da8..65e17668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,3 @@ - - ## [2.1.0-nullsafety] - 2022-4-1 ### Changed @@ -28,19 +26,12 @@ ### Fixed - Fix example error [#71](https://github.com/LianjiaTech/bruno/issues/71) thanks to **leftcoding** fixing this issue. - - Fix BrnPickerTitleConfig titleContent setting is invalid [#70](https://github.com/LianjiaTech/bruno/issues/70). - - Optimize BrnPopupWindow onItemClick logic [#57 ](https://github.com/LianjiaTech/bruno/issues/57) . - - Fix BrnDialog is obscured by keyboard [#7](https://github.com/LianjiaTech/bruno/issues/7) . - - Fix BrnTextSelectFormItem set titlePaddingLg doesn't work [#108](https://github.com/LianjiaTech/bruno/issues/108). - - Fix the bottom text of BrnBottomTabBar cannot be displayed in some cases [#141](https://github.com/LianjiaTech/bruno/issues/141). - - Thanks again to **leftcoding**, **jojinshallar**, **laiiihz**, **donywan**, **kalifun**, **junlandroid**, **Kenneth**, **HappyImp**, **kkkman22** , **a1017480401** and **Alex**. diff --git a/README.en-US.md b/README.en-US.md index 6571c9bd..7da4eada 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -48,9 +48,7 @@ If you cannot access the demo, you can directly watch [Overview](https://github. | ---------- | ---------------- | | 1.0.0 | 1.22.4 | | 2.0.0 | 2.2.2 | -| 2.1.0-nullsafety.0 | 2.2.2 | - -> Attention although we have adapted version 2.2.2, support for null-safe is in the works. We'll keep you updated on github as soon as possible, so stay tuned to 🙂. +| 2.1.0-nullsafety | 2.2.2 | ## Preparing for use diff --git a/README.md b/README.md index 2b5fe56a..4c0b5ea9 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ | ---------- | ---------------- | | 1.0.0 | 1.22.4 | | 2.0.0 | 2.2.2 | -| 2.1.0-nullsafety.0 | 2.2.2 | +| 2.1.0-nullsafety | 2.2.2 | diff --git a/pubspec.yaml b/pubspec.yaml index 15ae855e..1f6220b4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: bruno description: An enterprise-class package of Flutter components for mobile applications. -version: 2.1.0-nullsafety.0 +version: 2.1.0-nullsafety homepage: https://github.com/LianjiaTech/bruno environment: