浏览代码

Prepare release

Anatoly Pulyaevskiy 5 年前
父节点
当前提交
81f63933da
共有 2 个文件被更改,包括 7 次插入1 次删除
  1. 6
    0
      packages/zefyr/CHANGELOG.md
  2. 1
    1
      packages/zefyr/pubspec.yaml

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

1
+## 0.6.1
2
+
3
+* Relaxed dependency constraint on `image_picker` library to allow latest version. Note that
4
+  Zefyr 0.7 will stop depending on `image_picker` and introduce some breaking changes, which will
5
+  be described here when 0.7 is released.
6
+
1
 ## 0.6.0
7
 ## 0.6.0
2
 
8
 
3
 * Updated to support Flutter 1.7.8
9
 * Updated to support Flutter 1.7.8

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

1
 name: zefyr
1
 name: zefyr
2
 description: Clean, minimalistic and collaboration-ready rich text editor for Flutter.
2
 description: Clean, minimalistic and collaboration-ready rich text editor for Flutter.
3
-version: 0.6.0
3
+version: 0.6.1
4
 author: Anatoly Pulyaevskiy <anatoly.pulyaevskiy@gmail.com>
4
 author: Anatoly Pulyaevskiy <anatoly.pulyaevskiy@gmail.com>
5
 homepage: https://github.com/memspace/zefyr
5
 homepage: https://github.com/memspace/zefyr
6
 
6