瀏覽代碼

Prepare release

Anatoly Pulyaevskiy 7 年之前
父節點
當前提交
0965c7a628
共有 2 個檔案被更改,包括 6 行新增1 行删除
  1. 5
    0
      packages/zefyr/CHANGELOG.md
  2. 1
    1
      packages/zefyr/pubspec.yaml

+ 5
- 0
packages/zefyr/CHANGELOG.md 查看文件

1
+## 0.1.1
2
+
3
+* Fixed: Prevent sending excessive value updates to the native side
4
+  which cause race conditions (#12).
5
+
1
 ## 0.1.0
6
 ## 0.1.0
2
 
7
 
3
 *  Initial release.
8
 *  Initial release.

+ 1
- 1
packages/zefyr/pubspec.yaml 查看文件

1
 name: zefyr
1
 name: zefyr
2
 description: Rich text editor for Flutter.
2
 description: Rich text editor for Flutter.
3
-version: 0.1.0
3
+version: 0.1.1
4
 author: Anatoly Pulyaevskiy <anatoly.pulyaevskiy@gmail.com>
4
 author: Anatoly Pulyaevskiy <anatoly.pulyaevskiy@gmail.com>
5
 homepage: https://github.com/pulyaevskiy/zefyr
5
 homepage: https://github.com/pulyaevskiy/zefyr
6
 
6