Skip to content

Commit 7ab62be

Browse files
authored
Bump version to 0.3.0 (#1285)
1 parent ce28ad7 commit 7ab62be

File tree

26 files changed

+119
-180
lines changed

26 files changed

+119
-180
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.3.0-rc.4
29-
amplify_analytics_pinpoint: 0.3.0-rc.4
30-
amplify_auth_cognito: 0.3.0-rc.4
31-
amplify_storage_s3: 0.3.0-rc.4
28+
amplify_flutter: 0.3.0
29+
amplify_analytics_pinpoint: 0.3.0
30+
amplify_auth_cognito: 0.3.0
31+
amplify_storage_s3: 0.3.0
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: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
## 0.3.0-rc.4 (2022-01-12)
2-
3-
## 0.3.0-rc.3 (2021-12-08)
4-
5-
## 0.3.0-rc.2 (2021-11-08)
6-
7-
## 0.3.0-rc.1 (2021-09-24)
1+
## 0.3.0 (2022-01-20)
82

93
## 0.2.10 (2021-11-23)
104

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.3.0-rc.4
3+
version: 0.3.0
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.3.0-rc.4
12-
amplify_core: 0.3.0-rc.4
11+
amplify_analytics_plugin_interface: 0.3.0
12+
amplify_core: 0.3.0
1313
flutter:
1414
sdk: flutter
1515
plugin_platform_interface: ^2.0.0

packages/amplify_analytics_plugin_interface/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
## 0.3.0-rc.4 (2022-01-12)
2-
3-
## 0.3.0-rc.3 (2021-12-08)
4-
5-
## 0.3.0-rc.2 (2021-11-08)
6-
7-
## 0.3.0-rc.1 (2021-09-24)
1+
## 0.3.0 (2022-01-20)
82

93
## 0.2.10 (2021-11-23)
104

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.3.0-rc.4
3+
version: 0.3.0
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.3.0-rc.4
10+
amplify_core: 0.3.0
1111
flutter:
1212
sdk: flutter
1313
meta: ^1.1.8

packages/amplify_api/CHANGELOG.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
1-
## 0.3.0-rc.4 (2022-01-12)
2-
3-
### Fixes
4-
5-
- fix(amplify_api): remove tabs from graphql document strings in android (#1178)
6-
7-
## 0.3.0-rc.3 (2021-12-08)
8-
9-
## 0.3.0-rc.2 (2021-11-08)
10-
11-
### Fixes
12-
13-
- fix(api): OIDC Fixes for REST/GraphQL
14-
15-
## 0.3.0-rc.1 (2021-09-24)
1+
## 0.3.0 (2022-01-20)
162

173
### Breaking Changes
184

@@ -22,6 +8,11 @@
228

239
- feat(api): GraphQL Subscription Stream (#905)
2410

11+
### Fixes
12+
13+
- fix(api): remove tabs from graphql document strings in android (#1178)
14+
- fix(api): OIDC Fixes for REST/GraphQL
15+
2516
## 0.2.10 (2021-11-23)
2617

2718
## 0.2.9 (2021-11-17)

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.3.0-rc.4
3+
version: 0.3.0
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.3.0-rc.4
12-
amplify_core: 0.3.0-rc.4
11+
amplify_api_plugin_interface: 0.3.0
12+
amplify_core: 0.3.0
1313
flutter:
1414
sdk: flutter
1515
plugin_platform_interface: ^2.0.0

packages/amplify_api_plugin_interface/CHANGELOG.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
## 0.3.0-rc.4 (2022-01-12)
2-
3-
## 0.3.0-rc.3 (2021-12-08)
4-
5-
## 0.3.0-rc.2 (2021-11-08)
6-
7-
### Fixes
8-
9-
- fix(api): OIDC Fixes for REST/GraphQL
10-
11-
## 0.3.0-rc.1 (2021-09-24)
1+
## 0.3.0 (2022-01-20)
122

133
### Breaking Changes
144

@@ -18,6 +8,10 @@
188

199
- feat(api): GraphQL Subscription Stream (#905)
2010

11+
### Fixes
12+
13+
- fix(api): OIDC Fixes for REST/GraphQL
14+
2115
## 0.2.10 (2021-11-23)
2216

2317
## 0.2.9 (2021-11-17)
@@ -39,6 +33,7 @@
3933
## 0.2.5 (2021-10-14)
4034

4135
### Fixes
36+
4237
- fix(api): OIDC/Lambda changes for DataStore
4338

4439
## 0.2.4 (2021-09-10)

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.3.0-rc.4
3+
version: 0.3.0
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.3.0-rc.4
11+
amplify_core: 0.3.0
1212
collection: ^1.15.0
1313
flutter:
1414
sdk: flutter

packages/amplify_auth_cognito/CHANGELOG.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
## 0.3.0-rc.4 (2022-01-12)
2-
3-
## 0.3.0-rc.3 (2021-12-08)
4-
5-
### Fixes
6-
7-
- fix(amplify_auth_cognito): remove int.parse from AuthUserAttribute (#1169)
8-
9-
## 0.3.0-rc.2 (2021-11-08)
10-
11-
## 0.3.0-rc.1 (2021-09-24)
1+
## 0.3.0 (2022-01-20)
122

133
### Breaking Changes
144

@@ -17,8 +7,9 @@
177

188
### Fixes
199

20-
- break(amplify_auth_cognito): throw SignedOutException (#893)
21-
- break(amplify_auth_cognito): fixes getCurrentUser disparity (#894)
10+
- fix(amplify_auth_cognito): throw SignedOutException (#893)
11+
- fix(amplify_auth_cognito): fixes getCurrentUser disparity (#894)
12+
- fix(amplify_auth_cognito): remove int.parse from AuthUserAttribute (#1169)
2213

2314
## 0.2.10 (2021-11-23)
2415

@@ -48,6 +39,7 @@
4839
## 0.2.5 (2021-10-14)
4940

5041
### Fixes
42+
5143
- fix(auth): Add global sign out
5244
- fix(auth): Support `preferPrivateSession` flag
5345

0 commit comments

Comments
 (0)