浏览代码

Prepare notus release

Anatoly Pulyaevskiy 5 年前
父节点
当前提交
7e63324bc7
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 5
    0
      packages/notus/CHANGELOG.md
  2. 1
    1
      packages/notus/pubspec.yaml

+ 5
- 0
packages/notus/CHANGELOG.md 查看文件

1
+## 0.1.5
2
+
3
+* Bumped minimum Dart SDK version to 2.2
4
+* Upgraded dependencies and resolved analyzer errors
5
+
1
 ## 0.1.4
6
 ## 0.1.4
2
 
7
 
3
 * Fixed insertion of embeds when selection is not empty (#115)
8
 * Fixed insertion of embeds when selection is not empty (#115)

+ 1
- 1
packages/notus/pubspec.yaml 查看文件

1
 name: notus
1
 name: notus
2
 description: Platform-agnostic rich text document model based on Delta format and used in Zefyr editor.
2
 description: Platform-agnostic rich text document model based on Delta format and used in Zefyr editor.
3
-version: 0.1.4
3
+version: 0.1.5
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