Skip to content

Commit b0ae1e2

Browse files
Dillon Nysdnys1
authored andcommitted
chore(version): 0.5.1
commit-id:c69de3b6
1 parent 3eb0c85 commit b0ae1e2

File tree

50 files changed

+175
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+175
-74
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: ^4.0.0
28-
amplify_flutter: 0.5.0
29-
amplify_analytics_pinpoint: 0.5.0
30-
amplify_auth_cognito: 0.5.0
31-
amplify_storage_s3: 0.5.0
28+
amplify_flutter: 0.5.1
29+
amplify_analytics_pinpoint: 0.5.1
30+
amplify_auth_cognito: 0.5.1
31+
amplify_storage_s3: 0.5.1
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/amplify_flutter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.5.1 (2022-05-24)
2+
3+
- fix(api): OperationsManager crash (#1598)
4+
- fix(api): support enums in query predicates for model helpers (#1595)
5+
- fix(datastore): invalid model id field name implication (#1600)
6+
- fix(datastore): update in memory sorts and filters for IDs (#1597)
7+
- Update pub.dev links
8+
19
## 0.5.0 (2022-05-17)
210

311
### Breaking Changes

packages/amplify/amplify_flutter/lib/src/method_channel_amplify.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,6 @@ class MethodChannelAmplify extends AmplifyClass {
166166
}
167167

168168
String _getVersion() {
169-
return '0.5.0';
169+
return '0.5.1';
170170
}
171171
}

packages/amplify/amplify_flutter/pubspec.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_flutter
22
description: The top level Flutter package for the AWS Amplify libraries.
3-
version: 0.5.0
3+
version: 0.5.1
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,14 +10,14 @@ environment:
1010
flutter: ">=2.0.0"
1111

1212
dependencies:
13-
amplify_analytics_plugin_interface: 0.5.0
14-
amplify_api_plugin_interface: 0.5.0
15-
amplify_auth_plugin_interface: 0.5.0
16-
amplify_core: 0.5.0
17-
amplify_datastore_plugin_interface: 0.5.0
18-
amplify_flutter_android: 0.5.0
19-
amplify_flutter_ios: 0.5.0
20-
amplify_storage_plugin_interface: 0.5.0
13+
amplify_analytics_plugin_interface: 0.5.1
14+
amplify_api_plugin_interface: 0.5.1
15+
amplify_auth_plugin_interface: 0.5.1
16+
amplify_core: 0.5.1
17+
amplify_datastore_plugin_interface: 0.5.1
18+
amplify_flutter_android: 0.5.1
19+
amplify_flutter_ios: 0.5.1
20+
amplify_storage_plugin_interface: 0.5.1
2121
collection: ^1.15.0
2222
flutter:
2323
sdk: flutter
@@ -51,12 +51,12 @@ dependencies:
5151
# path: ../amplify_storage_s3
5252

5353
dev_dependencies:
54-
amplify_analytics_pinpoint: 0.5.0
55-
amplify_api: 0.5.0
56-
amplify_auth_cognito: 0.5.0
57-
amplify_datastore: 0.5.0
54+
amplify_analytics_pinpoint: 0.5.1
55+
amplify_api: 0.5.1
56+
amplify_auth_cognito: 0.5.1
57+
amplify_datastore: 0.5.1
5858
amplify_lints: ^1.0.0
59-
amplify_storage_s3: 0.5.0
59+
amplify_storage_s3: 0.5.1
6060
amplify_test:
6161
path: ../../amplify_test
6262
build_runner: ^2.0.0

packages/amplify/amplify_flutter_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.1 (2022-05-24)
2+
3+
- Update pub.dev links
4+
15
## 0.5.0 (2022-05-17)
26

37
### Breaking Changes

packages/amplify/amplify_flutter_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_flutter_android
22
description: The method channel implementation for amplify_flutter on Android
3-
version: 0.5.0
3+
version: 0.5.1
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/amplify/amplify_flutter_ios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.1 (2022-05-24)
2+
3+
- Update pub.dev links
4+
15
## 0.5.0 (2022-05-17)
26

37
### Breaking Changes

packages/amplify/amplify_flutter_ios/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_flutter_ios
22
description: The method channel implementation for amplify_flutter on iOS
3-
version: 0.5.0
3+
version: 0.5.1
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,7 +10,7 @@ environment:
1010
flutter: ">=2.0.0"
1111

1212
dependencies:
13-
amplify_core: 0.5.0
13+
amplify_core: 0.5.1
1414
flutter:
1515
sdk: flutter
1616

packages/amplify_authenticator/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.2 (2022-05-24)
2+
3+
- Bump Amplify package version range to `>=0.5.0 <0.6.0`
4+
- Update pub.dev links
5+
16
## 0.1.1 (2022-05-17)
27

38
### Features

packages/amplify_authenticator/example/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ environment:
2121
sdk: ">=2.12.0 <3.0.0"
2222

2323
dependencies:
24-
amplify_auth_cognito: 0.5.0
24+
amplify_auth_cognito: 0.5.1
2525
amplify_authenticator:
2626
path: ../
27-
amplify_flutter: 0.5.0
27+
amplify_flutter: 0.5.1
2828

2929
flutter:
3030
sdk: flutter
@@ -37,7 +37,7 @@ dependencies:
3737
sdk: flutter
3838

3939
dev_dependencies:
40-
amplify_api: 0.5.0
40+
amplify_api: 0.5.1
4141
amplify_lints: ^1.0.0
4242
amplify_test:
4343
path: ../../amplify_test

0 commit comments

Comments
 (0)