Selaa lähdekoodia

prepare release

Anatoly Pulyaevskiy 4 vuotta sitten
vanhempi
commit
454146a513
3 muutettua tiedostoa jossa 10 lisäystä ja 2 poistoa
  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 Näytä tiedosto

1
 # Release notes
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
 ### 0.7.0
9
 ### 0.7.0
6
 
10
 

+ 4
- 0
packages/zefyr/CHANGELOG.md Näytä tiedosto

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

+ 1
- 1
packages/zefyr/pubspec.yaml Näytä tiedosto

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.7.0
3
+version: 0.8.0
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