Browse Source

Prepare release

Anatoly Pulyaevskiy 5 years ago
parent
commit
81f63933da
2 changed files with 7 additions and 1 deletions
  1. 6
    0
      packages/zefyr/CHANGELOG.md
  2. 1
    1
      packages/zefyr/pubspec.yaml

+ 6
- 0
packages/zefyr/CHANGELOG.md View File

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 View File

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