소스 검색

prepare release

Anatoly Pulyaevskiy 4 년 전
부모
커밋
454146a513
3개의 변경된 파일10개의 추가작업 그리고 2개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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