File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed
Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11## [ 0.3.3] - 20210927
22
33* bump polkadot-js/api v6.0.5
4+ * bump aes_ecb_pkcs5_flutter v0.1.2 hosted
45* support flutter 2.5.x
56
67## [ 0.3.2] - 20210913
148149## [ 0.1.9] - 20210604
149150
150151* bump polkadot-js/api v4.12.1
151- * fix subscan queries
152+ * fix subscan queries
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packages:
77 name: aes_ecb_pkcs5_flutter
88 url: "https://pub.dartlang.org"
99 source: hosted
10- version: "0.1.1 "
10+ version: "0.1.2 "
1111 async:
1212 dependency: transitive
1313 description:
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ packages:
1414 name: aes_ecb_pkcs5_flutter
1515 url: "https://pub.dartlang.org"
1616 source: hosted
17- version: "0.1.1 "
17+ version: "0.1.2 "
1818 analyzer:
1919 dependency: transitive
2020 description:
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies:
1616 shared_preferences : ^2.0.7
1717 get_storage : ^2.0.3
1818 json_annotation : ^4.0.1
19- aes_ecb_pkcs5_flutter : ^0.1.1
19+ aes_ecb_pkcs5_flutter : ^0.1.2
2020
2121 convert : ^3.0.1
2222 mobx : ^2.0.4
@@ -30,10 +30,6 @@ dev_dependencies:
3030 build_runner : ^2.1.2
3131 json_serializable : ^4.1.4
3232
33- dependency_overrides :
34- aes_ecb_pkcs5_flutter :
35- path : ../aes_ecb_pkcs5_flutter
36-
3733# For information on the generic Dart part of this file, see the
3834# following page: https://dart.dev/tools/pub/pubspec
3935
You can’t perform that action at this time.
0 commit comments