Skip to content

Commit 82ac3e4

Browse files
authored
chore(release): 0.2.3 (#866)
1 parent 32822f0 commit 82ac3e4

File tree

26 files changed

+199
-49
lines changed

26 files changed

+199
-49
lines changed

packages/amplify_analytics_pinpoint/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.2.3 (2021-09-09)
2+
3+
### Features
4+
5+
- feat(auth): OIDC/Lambda Support (#777)
6+
- feat(auth): add options to resendSignUpCode (#738)
7+
8+
### Chores
9+
10+
- chore: upgrade amplify-android 1.24.1 (#829)
11+
- chore(analytics): Apply lints (#810)
12+
113
## 0.2.2 (2021-08-04)
214

315
### Fixes

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.2
3+
version: 0.2.3
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.2
12-
amplify_core: 0.2.2
11+
amplify_analytics_plugin_interface: 0.2.3
12+
amplify_core: 0.2.3
1313
flutter:
1414
sdk: flutter
1515
plugin_platform_interface: ^2.0.0

packages/amplify_analytics_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.3 (2021-09-09)
2+
3+
### Chores
4+
5+
- chore(analytics): Apply lints (#810)
6+
17
## 0.2.2 (2021-08-04)
28

39
### Fixes

packages/amplify_analytics_plugin_interface/pubspec.yaml

Lines changed: 3 additions & 3 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.2
3+
version: 0.2.3
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_analytics_plugin_interface
55

66
environment:
7-
sdk: '>=2.12.0 <3.0.0'
7+
sdk: ">=2.12.0 <3.0.0"
88

99
dependencies:
10-
amplify_core: 0.2.2
10+
amplify_core: 0.2.3
1111
flutter:
1212
sdk: flutter
1313
meta: ^1.1.8

packages/amplify_api/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.2.3 (2021-09-09)
2+
3+
### Features
4+
5+
- feat(auth): OIDC/Lambda Support (#777)
6+
- feat(auth): add options to resendSignUpCode (#738)
7+
8+
### Chores
9+
10+
- chore: upgrade amplify-android 1.24.1 (#829)
11+
- chore(amplify_api): skip FlutterURLSessionTests (#795)
12+
- chore(api): Apply lints (#812)
13+
14+
### Fixes
15+
16+
- fix(api): OIDC/Lambda Fixes (#862)
17+
118
## 0.2.2 (2021-08-04)
219

320
### Fixes
@@ -68,6 +85,7 @@
6885
## 0.1.1 (2021-03-29)
6986

7087
### Chores
88+
7189
- chore: remove upper constraints for flutter 2.0 (#479)
7290

7391
### Bug Fixes

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.2
3+
version: 0.2.3
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.2
12-
amplify_core: 0.2.2
11+
amplify_api_plugin_interface: 0.2.3
12+
amplify_core: 0.2.3
1313
flutter:
1414
sdk: flutter
1515
plugin_platform_interface: ^2.0.0

packages/amplify_api_plugin_interface/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.2.3 (2021-09-09)
2+
3+
### Features
4+
5+
- feat(auth): OIDC/Lambda Support (#777)
6+
7+
### Fixes
8+
9+
- fix(api): OIDC/Lambda Fixes (#862)
10+
11+
### Chores
12+
13+
- chore(api): Apply lints (#812)
14+
115
## 0.2.2 (2021-08-04)
216

317
### Fixes

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.2
3+
version: 0.2.3
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.2
11+
amplify_core: 0.2.3
1212
collection: ^1.15.0
1313
flutter:
1414
sdk: flutter

packages/amplify_auth_cognito/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.2.3 (2021-09-09)
2+
3+
### Features
4+
5+
- feat(auth): OIDC/Lambda Support (#777)
6+
- feat(auth): add options to updateAttribute, updateAttributes, resendUserAttributeConfirmationCode (#775)
7+
- feat(auth): add support for options to resetPassword, confirmResetPassword (#743)
8+
- feat(auth): add options to resendSignUpCode (#738)
9+
10+
### Chores
11+
12+
- chore: upgrade amplify-android 1.24.1 (#829)
13+
114
## 0.2.2 (2021-08-04)
215

316
### Features
@@ -141,6 +154,7 @@
141154
## 0.0.2-dev.1 (2021-01-25)
142155

143156
### Features
157+
144158
- feature: Amplify Auth Hosted UI (#309)
145159

146160
### Chores

packages/amplify_auth_cognito/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: amplify_auth_cognito
22
description: The Amplify Flutter Auth category plugin using the AWS Cognito provider.
3-
version: 0.2.2
3+
version: 0.2.3
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_auth_cognito
55

66
environment:
7-
sdk: '>=2.12.0 <3.0.0'
7+
sdk: ">=2.12.0 <3.0.0"
88
flutter: ">=1.20.0"
99

1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
amplify_auth_plugin_interface: 0.2.2
14-
amplify_core: 0.2.2
13+
amplify_auth_plugin_interface: 0.2.3
14+
amplify_core: 0.2.3
1515
collection: ^1.15.0
1616
plugin_platform_interface: ^2.0.0
1717

0 commit comments

Comments
 (0)