Skip to content

Commit 00127b7

Browse files
authored
fix(example) updates amplify dependencies (#867)
1 parent 82ac3e4 commit 00127b7

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

example/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ dependencies:
2525
flutter:
2626
sdk: flutter
2727
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
3232
# The following adds the Cupertino Icons font to your application.
3333
# Use with the CupertinoIcons class for iOS style icons.
3434
cupertino_icons: ^0.1.3

packages/amplify_storage_plugin_interface/CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.2.3 (2021-09-09)
2+
13
## 0.2.2 (2021-08-04)
24

35
## 0.2.1 (2021-07-27)
@@ -59,30 +61,32 @@
5961
## 0.0.1-dev.6 (2021-01-04)
6062

6163
### 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)
6366

6467
## 0.0.1-dev.5 (2020-12-31)
6568

6669
### 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)
6973

7074
## 0.0.1-dev.4 (2020-12-03)
7175

7276
### Chore
7377

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
7680

7781
## 0.0.1-dev.3 (2020-10-08)
7882

7983
### Bug Fixes
8084

81-
* Update example podspecs
82-
* chore: unify gradle versions across repo
85+
- Update example podspecs
86+
- chore: unify gradle versions across repo
8387

8488
## 0.0.1-dev.2 (2020-08-24)
8589

8690
## 0.0.1-dev.1 (2020-08-17)
8791

88-
* Initial preview release.
92+
- Initial preview release.

0 commit comments

Comments
 (0)