Skip to content

Commit

Permalink
chore(repo): Merge missing version updates (#3839)
Browse files Browse the repository at this point in the history
From stable
  • Loading branch information
dnys1 authored Sep 26, 2023
1 parent 1671d3b commit d8f4c7b
Show file tree
Hide file tree
Showing 30 changed files with 142 additions and 37 deletions.
19 changes: 19 additions & 0 deletions packages/amplify/amplify_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 1.4.1

### Fixes
- fix(auth): Crash with EXC_BAD_ACCESS ([#3657](https://github.com/aws-amplify/amplify-flutter/pull/3657))
- fix(auth): Custom auth with device tracking, no SRP ([#3652](https://github.com/aws-amplify/amplify-flutter/pull/3652))
- fix(auth): Uncaught Hosted UI cancellation ([#3686](https://github.com/aws-amplify/amplify-flutter/pull/3686))
- fix: removed trailing slash at the end of uri ([#3626](https://github.com/aws-amplify/amplify-flutter/pull/3626))

## 1.4.0

### Features
- feat(auth): TOTP MFA
- feat(authenticator): TOTP MFA ([#3609](https://github.com/aws-amplify/amplify-flutter/pull/3609))

### Fixes
- fix(analytics): AWSPinpointUserProfile Added null check for user attributes ([#3598](https://github.com/aws-amplify/amplify-flutter/pull/3598))
- fix(auth): SDK exception mapping
- fix(datastore): Use platform thread ([#3607](https://github.com/aws-amplify/amplify-flutter/pull/3607))

## 1.3.3

### Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify/amplify_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_flutter
description: The top level Flutter package for the AWS Amplify libraries.
version: 1.3.3
version: 1.4.1
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify/amplify_flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -19,8 +19,8 @@ platforms:
web:

dependencies:
amplify_core: ">=1.3.3 <1.4.0"
amplify_secure_storage: ">=0.4.0+5 <0.5.0"
amplify_core: ">=1.4.1 <1.5.0"
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
aws_common: ">=0.6.0 <0.7.0"
collection: ^1.15.0
flutter:
Expand Down
17 changes: 17 additions & 0 deletions packages/amplify_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.4.1

### Fixes
- fix(auth): Crash with EXC_BAD_ACCESS ([#3657](https://github.com/aws-amplify/amplify-flutter/pull/3657))
- fix(auth): Custom auth with device tracking, no SRP ([#3652](https://github.com/aws-amplify/amplify-flutter/pull/3652))
- fix(auth): Uncaught Hosted UI cancellation ([#3686](https://github.com/aws-amplify/amplify-flutter/pull/3686))
- fix: removed trailing slash at the end of uri ([#3626](https://github.com/aws-amplify/amplify-flutter/pull/3626))

## 1.4.0

### Features
- feat(auth): TOTP MFA

### Fixes
- fix(analytics): AWSPinpointUserProfile Added null check for user attributes ([#3598](https://github.com/aws-amplify/amplify-flutter/pull/3598))
- fix(auth): SDK exception mapping

## 1.3.3

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_core
description: The base package containing common types and utilities that are shared across the Amplify Flutter packages.
version: 1.3.3
version: 1.4.1
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_core
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify_datastore_plugin_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.0

- Minor bug fixes and improvements

## 1.3.1

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_datastore_plugin_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_datastore_plugin_interface
description: The platform interface for the DataStore module of Amplify Flutter.
version: 1.3.1
version: 1.4.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore_plugin_interface
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:
flutter: ">=3.10.0"

dependencies:
amplify_core: ">=1.3.2 <1.4.0"
amplify_core: ">=1.4.0 <1.5.0"
collection: ^1.15.0
flutter:
sdk: flutter
Expand Down
8 changes: 8 additions & 0 deletions packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.4.1

- Minor bug fixes and improvements

## 1.4.0

- Minor bug fixes and improvements

## 1.3.2

- Minor bug fixes and improvements
Expand Down
6 changes: 3 additions & 3 deletions packages/analytics/amplify_analytics_pinpoint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_analytics_pinpoint
description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
version: 1.3.2
version: 1.4.1
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_pinpoint
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -20,9 +20,9 @@ platforms:

dependencies:
amplify_analytics_pinpoint_dart: ">=0.3.0+5 <0.4.0"
amplify_core: ">=1.3.2 <1.4.0"
amplify_core: ">=1.4.0 <1.5.0"
amplify_db_common: ">=0.3.0+5 <0.4.0"
amplify_secure_storage: ">=0.4.0+5 <0.5.0"
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
aws_common: ">=0.6.0 <0.7.0"
device_info_plus: ^9.0.0
flutter:
Expand Down
4 changes: 4 additions & 0 deletions packages/api/amplify_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.0

- Minor bug fixes and improvements

## 1.3.2

- Minor bug fixes and improvements
Expand Down
8 changes: 4 additions & 4 deletions packages/api/amplify_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_api
description: The Amplify Flutter API category plugin, supporting GraphQL and REST operations.
version: 1.3.2
version: 1.4.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/api/amplify_api
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -19,9 +19,9 @@ platforms:
web:

dependencies:
amplify_api_dart: ">=0.3.0+3 <0.4.0"
amplify_core: ">=1.3.2 <1.4.0"
amplify_flutter: ">=1.3.2 <1.4.0"
amplify_api_dart: ">=0.3.1 <0.4.0"
amplify_core: ">=1.4.0 <1.5.0"
amplify_flutter: ">=1.4.0 <1.5.0"
connectivity_plus: ^4.0.1
flutter:
sdk: flutter
Expand Down
9 changes: 9 additions & 0 deletions packages/api/amplify_api_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.3.1+1

### Fixes
- fix: removed trailing slash at the end of uri ([#3626](https://github.com/aws-amplify/amplify-flutter/pull/3626))

## 0.3.1

- Minor bug fixes and improvements

## 0.3.0+3

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/api/amplify_api_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_api_dart
description: The Amplify API category plugin in Dart-only, supporting GraphQL and REST operations.
version: 0.3.0+3
version: 0.3.1+1
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/api/amplify_api_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -9,7 +9,7 @@ environment:
sdk: ^3.0.0

dependencies:
amplify_core: ">=1.3.2 <1.4.0"
amplify_core: ">=1.4.0 <1.5.0"
async: ^2.10.0
aws_common: ">=0.6.0 <0.7.0"
collection: ^1.15.0
Expand Down
8 changes: 8 additions & 0 deletions packages/common/amplify_db_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.3.1+1

- Minor bug fixes and improvements

## 0.3.1

- Minor bug fixes and improvements

## 0.3.0+6

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/common/amplify_db_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_db_common
description: Common utilities for working with databases such as SQLite.
version: 0.3.0+6
version: 0.3.1+1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/common/amplify_db_common
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:
flutter: ">=3.10.0"

dependencies:
amplify_db_common_dart: ">=0.3.0+5 <0.4.0"
amplify_db_common_dart: ">=0.3.1 <0.4.0"
drift: ">=2.11.0 <2.12.0"
flutter:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/common/amplify_db_common_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1

- Minor bug fixes and improvements

## 0.3.0+5

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/common/amplify_db_common_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_db_common_dart
description: Common utilities for working with databases such as sqlite. Used throughout Amplify packages.
version: 0.3.0+5
version: 0.3.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/common/amplify_db_common_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -9,7 +9,7 @@ environment:
sdk: ^3.0.0

dependencies:
amplify_core: ">=1.3.2 <1.4.0"
amplify_core: ">=1.4.0 <1.5.0"
async: ^2.10.0
aws_common: ">=0.6.0 <0.7.0"
drift: ">=2.11.0 <2.12.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.4.1

- Minor bug fixes and improvements

## 1.4.0

- Minor bug fixes and improvements

## 1.3.3

### Fixes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_push_notifications
description: The Amplify Flutter Push Notifications package implementing features agnostic of an AWS Service such as Pinpoint.
version: 1.3.3
version: 1.4.1
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

Expand All @@ -9,8 +9,8 @@ environment:
flutter: ">=3.10.0"

dependencies:
amplify_core: ">=1.3.3 <1.4.0"
amplify_secure_storage: ">=0.4.0+5 <0.5.0"
amplify_core: ">=1.4.0 <1.5.0"
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
async: ^2.10.0
flutter:
sdk: flutter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.0

- Minor bug fixes and improvements

## 1.3.1

- Minor bug fixes and improvements
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_push_notifications_pinpoint
description: The Amplify Flutter Push Notifications category plugin using the AWS Pinpoint provider.
version: 1.3.1
version: 1.4.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

Expand All @@ -14,12 +14,12 @@ platforms:
android:

dependencies:
amplify_analytics_pinpoint: ">=1.3.2 <1.4.0"
amplify_analytics_pinpoint: ">=1.4.0 <1.5.0"
amplify_analytics_pinpoint_dart: ">=0.3.0+5 <0.4.0"
amplify_auth_cognito: ">=1.3.2 <1.4.0"
amplify_core: ">=1.3.2 <1.4.0"
amplify_flutter: ">=1.3.2 <1.4.0"
amplify_push_notifications: ">=1.3.2 <1.4.0"
amplify_auth_cognito: ">=1.4.0 <1.5.0"
amplify_core: ">=1.4.0 <1.5.0"
amplify_flutter: ">=1.4.0 <1.5.0"
amplify_push_notifications: ">=1.4.0 <1.5.0"
amplify_secure_storage: ">=0.4.0+5 <0.5.0"
flutter:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/secure_storage/amplify_secure_storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.0+6

- Minor bug fixes and improvements

## 0.4.0+5

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/secure_storage/amplify_secure_storage/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_secure_storage
description: A package for storing secrets, intended for use in Amplify libraries.
version: 0.4.0+5
version: 0.4.0+6
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/secure_storage/amplify_secure_storage
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:
flutter: ">=3.10.0"

dependencies:
amplify_secure_storage_dart: ">=0.4.0+5 <0.5.0"
amplify_secure_storage_dart: ">=0.4.0+7 <0.5.0"
async: ^2.10.0
file: ">=6.0.0 <8.0.0"
flutter:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.0+7

- Minor bug fixes and improvements

## 0.4.0+6

- Minor bug fixes and improvements
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_secure_storage_dart
description: A Dart-only implementation of `amplify_secure_storage`, using `dart:ffi` for Desktop and `dart:html` for Web.
version: 0.4.0+6
version: 0.4.0+7
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/secure_storage/amplify_secure_storage_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down Expand Up @@ -30,7 +30,7 @@ dependencies:
meta: ^1.7.0
path: ^1.8.0
win32: ">=4.1.2 <6.0.0"
worker_bee: ">=0.2.0+4 <0.3.0"
worker_bee: ">=0.2.0+5 <0.3.0"

dev_dependencies:
amplify_lints: ">=3.0.0 <3.1.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/storage/amplify_storage_s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.0

- Minor bug fixes and improvements

## 1.3.3

- Minor bug fixes and improvements
Expand Down
6 changes: 3 additions & 3 deletions packages/storage/amplify_storage_s3/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_storage_s3
description: The Amplify Flutter Storage category plugin using the AWS S3 provider.
version: 1.3.3
version: 1.4.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/storage/amplify_storage_s3
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -19,9 +19,9 @@ platforms:
web:

dependencies:
amplify_core: ">=1.3.2 <1.4.0"
amplify_core: ">=1.4.0 <1.5.0"
amplify_db_common: ">=0.3.0+6 <0.4.0"
amplify_storage_s3_dart: ">=0.3.2+3 <0.4.0"
amplify_storage_s3_dart: ">=0.3.3 <0.4.0"
aws_common: ">=0.6.0 <0.7.0"
flutter:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/worker_bee/worker_bee/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0+5

- Minor bug fixes and improvements

## 0.2.0+4

- Minor bug fixes and improvements
Expand Down
2 changes: 1 addition & 1 deletion packages/worker_bee/worker_bee/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: worker_bee
description: A cross-platform isolated worker runtime for Dart Web, VM, and Flutter.
version: 0.2.0+4
version: 0.2.0+5
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/worker_bee/worker_bee
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
Loading

0 comments on commit d8f4c7b

Please sign in to comment.