Anatoly Pulyaevskiy 5 лет назад
Родитель
Сommit
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,3 +1,9 @@
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 7
 ## 0.6.0
2 8
 
3 9
 * Updated to support Flutter 1.7.8

+ 1
- 1
packages/zefyr/pubspec.yaml Просмотреть файл

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