Skip to content

Commit 3a3f407

Browse files
authored
chore: 0.2.7 release (#1052)
* 0.2.7 release * Revert bump note for plugin interface
1 parent 36667be commit 3a3f407

File tree

26 files changed

+125
-43
lines changed

26 files changed

+125
-43
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.2.6
29-
amplify_analytics_pinpoint: 0.2.6
30-
amplify_auth_cognito: 0.2.6
31-
amplify_storage_s3: 0.2.6
28+
amplify_flutter: 0.2.7
29+
amplify_analytics_pinpoint: 0.2.7
30+
amplify_auth_cognito: 0.2.7
31+
amplify_storage_s3: 0.2.7
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_analytics_pinpoint/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.7 (2021-11-08)
2+
3+
### Chores
4+
5+
- chore: Bump Amplify iOS to 1.15.5
6+
17
## 0.2.6 (2021-10-25)
28

39
## 0.2.5 (2021-10-14)

packages/amplify_analytics_pinpoint/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: amplify_analytics_pinpoint
22
description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
3-
version: 0.2.6
3+
version: 0.2.7
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_analytics_pinpoint
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
88
flutter: ">=1.20.0"
99

1010
dependencies:
11-
amplify_analytics_plugin_interface: 0.2.6
12-
amplify_core: 0.2.6
11+
amplify_analytics_plugin_interface: 0.2.7
12+
amplify_core: 0.2.7
1313
flutter:
1414
sdk: flutter
1515
plugin_platform_interface: ^2.0.0

packages/amplify_analytics_plugin_interface/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.2.7 (2021-11-08)
2+
13
## 0.2.6 (2021-10-25)
24

35
## 0.2.5 (2021-10-14)

packages/amplify_analytics_plugin_interface/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: amplify_analytics_plugin_interface
22
description: The platform interface for the analytics module of Amplify Flutter.
3-
version: 0.2.6
3+
version: 0.2.7
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_analytics_plugin_interface
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
88

99
dependencies:
10-
amplify_core: 0.2.6
10+
amplify_core: 0.2.7
1111
flutter:
1212
sdk: flutter
1313
meta: ^1.1.8

packages/amplify_api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.2.7 (2021-11-08)
2+
3+
### Chores
4+
5+
- chore: Bump Amplify iOS to 1.15.5
6+
7+
### Fixes
8+
9+
- fix(api): Fix OIDC/Lambda in REST/GraphQL on Android
10+
111
## 0.2.6 (2021-10-25)
212

313
## 0.2.5 (2021-10-14)

packages/amplify_api/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: amplify_api
22
description: The Amplify Flutter API category plugin, supporting GraphQL and REST operations.
3-
version: 0.2.6
3+
version: 0.2.7
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_api
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
88
flutter: ">=1.20.0"
99

1010
dependencies:
11-
amplify_api_plugin_interface: 0.2.6
12-
amplify_core: 0.2.6
11+
amplify_api_plugin_interface: 0.2.7
12+
amplify_core: 0.2.7
1313
flutter:
1414
sdk: flutter
1515
plugin_platform_interface: ^2.0.0

packages/amplify_api_plugin_interface/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.7 (2021-11-08)
2+
3+
### Fixes
4+
5+
- fix(api): Fix OIDC/Lambda in REST/GraphQL on Android
6+
17
## 0.2.6 (2021-10-25)
28

39
## 0.2.5 (2021-10-14)

packages/amplify_api_plugin_interface/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: amplify_api_plugin_interface
22
description: The platform interface for the API module of Amplify Flutter.
3-
version: 0.2.6
3+
version: 0.2.7
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_api_plugin_interface
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
88
flutter: ">=1.17.0"
99

1010
dependencies:
11-
amplify_core: 0.2.6
11+
amplify_core: 0.2.7
1212
collection: ^1.15.0
1313
flutter:
1414
sdk: flutter

packages/amplify_auth_cognito/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.7 (2021-11-08)
2+
3+
### Chores
4+
5+
- chore: Bump Amplify iOS to 1.15.5
6+
17
## 0.2.6 (2021-10-25)
28

39
## 0.2.5 (2021-10-14)

0 commit comments

Comments
 (0)