Browse Source

Updated dependency on quiver_hashcode

Anatoly Pulyaevskiy 6 years ago
parent
commit
f6db02a3ae
2 changed files with 6 additions and 2 deletions
  1. 4
    0
      packages/notus/CHANGELOG.md
  2. 2
    2
      packages/notus/pubspec.yaml

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

1
+## 0.1.2
2
+
3
+* Upgraded dependency on quiver_hashcode to 2.0.0.
4
+
1
 ## 0.1.1
5
 ## 0.1.1
2
 
6
 
3
 * Added `meta` package to dependencies.
7
 * Added `meta` package to dependencies.

+ 2
- 2
packages/notus/pubspec.yaml View File

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.1
3
+version: 0.1.2
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
 
11
   collection: ^1.14.6
11
   collection: ^1.14.6
12
   meta: ^1.1.0
12
   meta: ^1.1.0
13
   quill_delta: ^1.0.0-dev
13
   quill_delta: ^1.0.0-dev
14
-  quiver_hashcode: ^1.0.0
14
+  quiver_hashcode: ^2.0.0
15
 
15
 
16
 dev_dependencies:
16
 dev_dependencies:
17
   test: ^1.0.0
17
   test: ^1.0.0