Browse Source

prepare release

Anatoly Pulyaevskiy 4 years ago
parent
commit
454146a513
3 changed files with 10 additions and 2 deletions
  1. 5
    1
      doc/release-notes.md
  2. 4
    0
      packages/zefyr/CHANGELOG.md
  3. 1
    1
      packages/zefyr/pubspec.yaml

+ 5
- 1
doc/release-notes.md View File

@@ -1,6 +1,10 @@
1 1
 # Release notes
2 2
 
3
-Current version of Zefyr editor is `0.7.0` ([changelog](./../packages/zefyr/CHANGELOG.md)).
3
+Current version of Zefyr editor is `0.8.0` ([changelog](./../packages/zefyr/CHANGELOG.md)).
4
+
5
+### 0.8.0
6
+
7
+This version updates Zefyr to support Flutter 1.9.x.
4 8
 
5 9
 ### 0.7.0
6 10
 

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

@@ -1,3 +1,7 @@
1
+## 0.8.0
2
+
3
+* Updated to support Flutter 1.9.0 (#154)
4
+
1 5
 ## 0.7.0
2 6
 
3 7
 This release contains breaking changes.

+ 1
- 1
packages/zefyr/pubspec.yaml View File

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