Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/amplify/amplify_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.15.0

### Features
- feat: Add iOS 27 support ([#7239](https://github.com/aws-amplify/amplify-flutter/pull/7239))

## 2.14.0

### Features
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: 2.14.0
version: 2.15.0
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: ">=2.14.0 <2.15.0"
amplify_secure_storage: ">=0.5.20 <0.6.0"
amplify_core: ">=2.15.0 <2.16.0"
amplify_secure_storage: ">=0.5.21 <0.6.0"
aws_common: ">=0.7.15 <0.8.0"
collection: ^1.18.0
flutter:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.15.0

- Minor bug fixes and improvements

## 2.14.0

- Initial release ([#7109](https://github.com/aws-amplify/amplify-flutter/pull/7109))
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_connect_client
description: A Flutter client for Amazon Connect Customer Profiles that identifies users and registers device push tokens, backed by Amplify Auth credentials and secure storage.
version: 2.14.0
version: 2.15.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_connect_client/amplify_connect_client
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -25,9 +25,9 @@ platforms:
web:

dependencies:
amplify_auth_cognito: ">=2.14.0 <2.15.0"
amplify_connect_client_dart: ">=0.1.0 <0.2.0"
amplify_flutter: ">=2.14.0 <2.15.0"
amplify_auth_cognito: ">=2.15.0 <2.16.0"
amplify_connect_client_dart: ">=0.1.1 <0.2.0"
amplify_flutter: ">=2.15.0 <2.16.0"
flutter:
sdk: flutter
shared_preferences: ^2.3.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1

- Minor bug fixes and improvements

## 0.1.0

- Initial release ([#7109](https://github.com/aws-amplify/amplify-flutter/pull/7109))
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_connect_client_dart
description: A Dart-only standalone client for Amazon Connect Customer Profiles that identifies users and registers device push tokens via SigV4-signed REST calls. For internal use in the amplify_connect_client Flutter library.
version: 0.1.0
version: 0.1.1
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_connect_client/amplify_connect_client_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.15.0

- Minor bug fixes and improvements

## 2.14.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_core/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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: 2.14.0
version: 2.15.0
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
5 changes: 5 additions & 0 deletions packages/amplify_datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.15.0

### Features
- feat: Add iOS 27 support ([#7239](https://github.com/aws-amplify/amplify-flutter/pull/7239))

## 2.14.0

- Minor bug fixes and improvements
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify_datastore/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_datastore
description: The Amplify Flutter DataStore category plugin, providing a queryable, on-device data store.
version: 2.14.0
version: 2.15.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -12,8 +12,8 @@ environment:
dependencies:
flutter:
sdk: flutter
amplify_datastore_plugin_interface: ">=2.14.0 <2.15.0"
amplify_core: ">=2.14.0 <2.15.0"
amplify_datastore_plugin_interface: ">=2.15.0 <2.16.0"
amplify_core: ">=2.15.0 <2.16.0"
plugin_platform_interface: ^2.0.0
meta: ^1.16.0
collection: ^1.18.0
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 @@
## 2.15.0

- Minor bug fixes and improvements

## 2.14.0

- 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: 2.14.0
version: 2.15.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.41.0"

dependencies:
amplify_core: ">=2.14.0 <2.15.0"
amplify_core: ">=2.15.0 <2.16.0"
collection: ^1.18.0
flutter:
sdk: flutter
Expand Down
5 changes: 5 additions & 0 deletions packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.15.0

### Features
- feat: Add iOS 27 support ([#7239](https://github.com/aws-amplify/amplify-flutter/pull/7239))

## 2.14.0

### Features
Expand Down
8 changes: 4 additions & 4 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: 2.14.0
version: 2.15.0
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.4.20 <0.5.0"
amplify_core: ">=2.14.0 <2.15.0"
amplify_db_common: ">=0.4.20 <0.5.0"
amplify_secure_storage: ">=0.5.20 <0.6.0"
amplify_core: ">=2.15.0 <2.16.0"
amplify_db_common: ">=0.4.21 <0.5.0"
amplify_secure_storage: ">=0.5.21 <0.6.0"
aws_common: ">=0.7.15 <0.8.0"
device_info_plus: ^13.1.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.21

- Minor bug fixes and improvements

## 0.4.20

### Features
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_analytics_pinpoint_dart
description: A Dart-only implementation of the Amplify Analytics plugin for Pinpoint.
version: 0.4.20
version: 0.4.21
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_pinpoint_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -9,7 +9,7 @@ environment:
sdk: ^3.11.0

dependencies:
amplify_core: ">=2.14.0 <2.15.0"
amplify_core: ">=2.15.0 <2.16.0"
amplify_db_common_dart: ">=0.4.20 <0.5.0"
amplify_secure_storage_dart: ">=0.5.12 <0.6.0"
aws_common: ">=0.7.15 <0.8.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/api/amplify_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.15.0

### Features
- feat: Add iOS 27 support ([#7239](https://github.com/aws-amplify/amplify-flutter/pull/7239))

## 2.14.0

- Minor bug fixes and improvements
Expand Down
6 changes: 3 additions & 3 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: 2.14.0
version: 2.15.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 @@ -20,8 +20,8 @@ platforms:

dependencies:
amplify_api_dart: ">=0.5.20 <0.6.0"
amplify_core: ">=2.14.0 <2.15.0"
amplify_flutter: ">=2.14.0 <2.15.0"
amplify_core: ">=2.15.0 <2.16.0"
amplify_flutter: ">=2.15.0 <2.16.0"
connectivity_plus: ^7.0.0
flutter:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/api/amplify_api_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.22

- Minor bug fixes and improvements

## 0.5.21

- 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.5.21
version: 0.5.22
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.11.0

dependencies:
amplify_core: ">=2.14.0 <2.15.0"
amplify_core: ">=2.15.0 <2.16.0"
async: ^2.10.0
aws_common: ">=0.7.15 <0.8.0"
collection: ^1.18.0
Expand Down
5 changes: 5 additions & 0 deletions packages/auth/amplify_auth_cognito/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.15.0

### Features
- feat: Add iOS 27 support ([#7239](https://github.com/aws-amplify/amplify-flutter/pull/7239))

## 2.14.0

- Minor bug fixes and improvements
Expand Down
10 changes: 5 additions & 5 deletions packages/auth/amplify_auth_cognito/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_auth_cognito
description: The Amplify Flutter Auth category plugin using the AWS Cognito provider.
version: 2.14.0
version: 2.15.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/auth/amplify_auth_cognito
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -19,12 +19,12 @@ platforms:
web:

dependencies:
amplify_analytics_pinpoint: ">=2.14.0 <2.15.0"
amplify_analytics_pinpoint: ">=2.15.0 <2.16.0"
amplify_analytics_pinpoint_dart: ">=0.4.18 <0.5.0"
amplify_auth_cognito_dart: ">=0.11.22 <0.12.0"
amplify_core: ">=2.14.0 <2.15.0"
amplify_flutter: ">=2.14.0 <2.15.0"
amplify_secure_storage: ">=0.5.20 <0.6.0"
amplify_core: ">=2.15.0 <2.16.0"
amplify_flutter: ">=2.15.0 <2.16.0"
amplify_secure_storage: ">=0.5.21 <0.6.0"
async: ^2.10.0
flutter:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/auth/amplify_auth_cognito_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.11.25

- Minor bug fixes and improvements

## 0.11.24

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/amplify_auth_cognito_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_auth_cognito_dart
description: A Dart-only implementation of the Amplify Auth plugin for Cognito.
version: 0.11.24
version: 0.11.25
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/auth/amplify_auth_cognito_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:

dependencies:
amplify_analytics_pinpoint_dart: ">=0.4.18 <0.5.0"
amplify_core: ">=2.14.0 <2.15.0"
amplify_core: ">=2.15.0 <2.16.0"
amplify_secure_storage_dart: ">=0.5.12 <0.6.0"
async: ^2.10.0
aws_common: ">=0.7.15 <0.8.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/authenticator/amplify_authenticator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.7.0

### Features
- feat: Add iOS 27 support ([#7239](https://github.com/aws-amplify/amplify-flutter/pull/7239))

## 2.6.0

### Features
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/authenticator/amplify_authenticator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_authenticator
description: A prebuilt Sign In and Sign Up experience for the Amplify Auth category
version: 2.6.0
version: 2.7.0
homepage: https://ui.docs.amplify.aws/flutter/connected-components/authenticator
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/authenticator/amplify_authenticator
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,9 +10,9 @@ environment:
flutter: ">=3.41.0"

dependencies:
amplify_auth_cognito: ">=2.14.0 <2.15.0"
amplify_core: ">=2.14.0 <2.15.0"
amplify_flutter: ">=2.14.0 <2.15.0"
amplify_auth_cognito: ">=2.15.0 <2.16.0"
amplify_core: ">=2.15.0 <2.16.0"
amplify_flutter: ">=2.15.0 <2.16.0"
async: ^2.10.0
aws_common: ">=0.7.15 <0.8.0"
collection: ^1.18.0
Expand Down
5 changes: 5 additions & 0 deletions packages/common/amplify_db_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.21

### Features
- feat: Add iOS 27 support ([#7239](https://github.com/aws-amplify/amplify-flutter/pull/7239))

## 0.4.20

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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.4.20
version: 0.4.21
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 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.4.23

- Minor bug fixes and improvements

## 0.4.22

### Features
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.4.22
version: 0.4.23
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.11.0

dependencies:
amplify_core: ">=2.14.0 <2.15.0"
amplify_core: ">=2.15.0 <2.16.0"
async: ^2.10.0
aws_common: ">=0.7.15 <0.8.0"
drift: ^2.34.0
Expand Down
Loading
Loading