File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed
packages/amplify_storage_plugin_interface Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ dependencies:
25
25
flutter :
26
26
sdk : flutter
27
27
file_picker : ^3.0.0-nullsafety.2
28
- amplify_flutter : 0.2.2
29
- amplify_analytics_pinpoint : 0.2.2
30
- amplify_auth_cognito : 0.2.2
31
- amplify_storage_s3 : 0.2.2
28
+ amplify_flutter : 0.2.3
29
+ amplify_analytics_pinpoint : 0.2.3
30
+ amplify_auth_cognito : 0.2.3
31
+ amplify_storage_s3 : 0.2.3
32
32
# The following adds the Cupertino Icons font to your application.
33
33
# Use with the CupertinoIcons class for iOS style icons.
34
34
cupertino_icons : ^0.1.3
Original file line number Diff line number Diff line change
1
+ ## 0.2.3 (2021-09-09)
2
+
1
3
## 0.2.2 (2021-08-04)
2
4
3
5
## 0.2.1 (2021-07-27)
59
61
## 0.0.1-dev.6 (2021-01-04)
60
62
61
63
### Bug Fixes
62
- * fix: fix relative path for coverage.gradle to be local to the package (#293 )
64
+
65
+ - fix: fix relative path for coverage.gradle to be local to the package (#293 )
63
66
64
67
## 0.0.1-dev.5 (2020-12-31)
65
68
66
69
### Chores
67
- * chore: Updated amplify-android version 1.6.8. (#261 )
68
- * chore: add some missing headers on kotlin files (#269 )
70
+
71
+ - chore: Updated amplify-android version 1.6.8. (#261 )
72
+ - chore: add some missing headers on kotlin files (#269 )
69
73
70
74
## 0.0.1-dev.4 (2020-12-03)
71
75
72
76
### Chore
73
77
74
- * Updated amplify-android library version to v1.6.6
75
- * Updated amplify-ios library version to v1.4.4
78
+ - Updated amplify-android library version to v1.6.6
79
+ - Updated amplify-ios library version to v1.4.4
76
80
77
81
## 0.0.1-dev.3 (2020-10-08)
78
82
79
83
### Bug Fixes
80
84
81
- * Update example podspecs
82
- * chore: unify gradle versions across repo
85
+ - Update example podspecs
86
+ - chore: unify gradle versions across repo
83
87
84
88
## 0.0.1-dev.2 (2020-08-24)
85
89
86
90
## 0.0.1-dev.1 (2020-08-17)
87
91
88
- * Initial preview release.
92
+ - Initial preview release.
You can’t perform that action at this time.
0 commit comments