Skip to content

Commit

Permalink
chore(version): Bump version
Browse files Browse the repository at this point in the history
### Features
- feat(datastore): Migrate to Amplify Swift V2 ([#4962](#4962))
  • Loading branch information
Equartey committed Jun 4, 2024
1 parent 20959eb commit 127cb6b
Show file tree
Hide file tree
Showing 37 changed files with 144 additions and 53 deletions.
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.1.0

### Features
- feat(datastore): Migrate to Amplify Swift V2 ([#4962](https://github.com/aws-amplify/amplify-flutter/pull/4962))

## 2.0.0

We are thrilled to release version 2.0 of the Amplify Flutter libraries to add support for Amplify Gen 2. Learn more about Amplify Gen 2 at [https://docs.amplify.aws](https://docs.amplify.aws).
Expand Down
4 changes: 2 additions & 2 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.0.0
version: 2.1.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,7 +19,7 @@ platforms:
web:

dependencies:
amplify_core: ">=2.0.0 <2.1.0"
amplify_core: ">=2.1.0 <2.2.0"
amplify_secure_storage: ">=0.5.1 <0.6.0"
aws_common: ">=0.7.0 <0.8.0"
collection: ^1.15.0
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.1.0

- Minor bug fixes and improvements

## 2.0.0

We are thrilled to release version 2.0 of the Amplify Flutter libraries to add support for Amplify Gen 2. Learn more about Amplify Gen 2 at [https://docs.amplify.aws](https://docs.amplify.aws).
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: 2.0.0
version: 2.1.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.1.0

### Features
- feat(datastore): Migrate to Amplify Swift V2 ([#4962](https://github.com/aws-amplify/amplify-flutter/pull/4962))

## 2.0.0

We are thrilled to release version 2.0 of the Amplify Flutter libraries to add support for Amplify Gen 2. Learn more about Amplify Gen 2 at [https://docs.amplify.aws](https://docs.amplify.aws).
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.0.0
version: 2.1.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.0.0 <2.1.0"
amplify_core: ">=2.0.0 <2.1.0"
amplify_datastore_plugin_interface: ">=2.1.0 <2.2.0"
amplify_core: ">=2.1.0 <2.2.0"
plugin_platform_interface: ^2.0.0
meta: ^1.7.0
collection: ^1.14.13
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.1.0

- Minor bug fixes and improvements

## 2.0.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.0.0
version: 2.1.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.19.0"

dependencies:
amplify_core: ">=2.0.0 <2.1.0"
amplify_core: ">=2.1.0 <2.2.0"
collection: ^1.15.0
flutter:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.0

- Minor bug fixes and improvements

## 2.0.0

We are thrilled to release version 2.0 of the Amplify Flutter libraries to add support for Amplify Gen 2. Learn more about Amplify Gen 2 at [https://docs.amplify.aws](https://docs.amplify.aws).
Expand Down
10 changes: 5 additions & 5 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.0.0
version: 2.1.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 @@ -19,10 +19,10 @@ platforms:
web:

dependencies:
amplify_analytics_pinpoint_dart: ">=0.4.0 <0.5.0"
amplify_core: ">=2.0.0 <2.1.0"
amplify_db_common: ">=0.4.0 <0.5.0"
amplify_secure_storage: ">=0.5.1 <0.6.0"
amplify_analytics_pinpoint_dart: ">=0.5.0 <0.6.0"
amplify_core: ">=2.1.0 <2.2.0"
amplify_db_common: ">=0.4.1 <0.5.0"
amplify_secure_storage: ">=0.5.2 <0.6.0"
aws_common: ">=0.7.0 <0.8.0"
device_info_plus: ^10.0.1
flutter:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.0

- Minor bug fixes and improvements

## 0.4.0

### Breaking Changes
Expand Down
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.0
version: 0.5.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_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -9,7 +9,7 @@ environment:
sdk: ^3.3.0

dependencies:
amplify_core: ">=2.0.0 <2.1.0"
amplify_core: ">=2.1.0 <2.2.0"
amplify_db_common_dart: ">=0.4.0 <0.5.0"
amplify_secure_storage_dart: ">=0.5.0 <0.6.0"
aws_common: ">=0.7.0 <0.8.0"
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 @@
## 2.1.0

- Minor bug fixes and improvements

## 2.0.0

We are thrilled to release version 2.0 of the Amplify Flutter libraries to add support for Amplify Gen 2. Learn more about Amplify Gen 2 at [https://docs.amplify.aws](https://docs.amplify.aws).
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: 2.0.0
version: 2.1.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.5.0 <0.6.0"
amplify_core: ">=2.0.0 <2.1.0"
amplify_flutter: ">=2.0.0 <2.1.0"
amplify_api_dart: ">=0.6.0 <0.7.0"
amplify_core: ">=2.1.0 <2.2.0"
amplify_flutter: ">=2.1.0 <2.2.0"
connectivity_plus: ^6.0.1
flutter:
sdk: flutter
Expand Down
21 changes: 21 additions & 0 deletions packages/api/amplify_api_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,41 @@
## 0.6.0

- Minor bug fixes and improvements

## 0.5.0

### Breaking Changes

- chore!: Model .fromJson() Refactor ([#4665](https://github.com/aws-amplify/amplify-flutter/pull/4665))
- chore!: Removed deprecated members … ([#4772](https://github.com/aws-amplify/amplify-flutter/pull/4772))
- chore!: remove Model.getId() usages ([#4774](https://github.com/aws-amplify/amplify-flutter/pull/4774))
- feat!: use plugin options for optional plugin parameters ([#4762](https://github.com/aws-amplify/amplify-flutter/pull/4762))

### Features

- feat: Add attributeExists query predicate ([#4134](https://github.com/aws-amplify/amplify-flutter/pull/4134))

## 0.4.1

### Fixes

- fix(api): Paginated GraphQL preserve request params ([#4605](https://github.com/aws-amplify/amplify-flutter/pull/4605))
- fix(api): Web socket decode connection errors ([#4606](https://github.com/aws-amplify/amplify-flutter/pull/4606))

### Features

- feat: update plus plugins version ([#4619](https://github.com/aws-amplify/amplify-flutter/pull/4619))

## 0.4.0

### Features

- feat(api): add copyWith to GraphQLRequest ([#4365](https://github.com/aws-amplify/amplify-flutter/pull/4365))

## 0.3.4

### Fixes

- fix(api): GraphQL Model Helpers support lowercase model names #4143 (#4144)

## 0.3.3
Expand All @@ -39,6 +49,7 @@
## 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
Expand All @@ -56,16 +67,19 @@
## 0.3.0+1

### Fixes

- fix(api): GraphQL subscription with custom domain formats URI correctly ([#3148](https://github.com/aws-amplify/amplify-flutter/pull/3148))

## 0.3.0

### Features

- Dart 3 support (must update Dart SDK constraint to `^3.0.0`)

## 0.2.0+4

### Fixes

- fix(repo): Flutter 3.3 support

## 0.2.0+3
Expand All @@ -75,6 +89,7 @@
## 0.2.0+2

### Fixes

- fix(api): Auth provider registration
- fix(api): Include owner field in selection set ([#2795](https://github.com/aws-amplify/amplify-flutter/pull/2795))
- fix(api): Support model definition target name ([#2814](https://github.com/aws-amplify/amplify-flutter/pull/2814))
Expand All @@ -87,28 +102,34 @@
## 0.2.0

### Fixes

- fix(api): early call of Amplify creates wrong instance of AmplifyClass
- fix(api): write null values in ModelMutations.create() unless owner field ([#2679](https://github.com/aws-amplify/amplify-flutter/pull/2679))

### Breaking Changes

- feat(api)!: custom primary key support for GraphQL model helpers ([#2606](https://github.com/aws-amplify/amplify-flutter/pull/2606))

### Features

- feat(api): GraphQL Subscription Where Filter ([#2650](https://github.com/aws-amplify/amplify-flutter/pull/2650))

## 0.1.0+3

### Fixes

- fix(api): include parent IDs in selection set for model helpers ([#2655](https://github.com/aws-amplify/amplify-flutter/pull/2655))

## 0.1.0+2

### Fixes

- fix(api): Web Socket Multiple Requests Synchronously ([#2567](https://github.com/aws-amplify/amplify-flutter/pull/2567))

## 0.1.0+1

### Fixes

- fix(api): model helpers use targetNames in schemas with CPK enabled ([#2559](https://github.com/aws-amplify/amplify-flutter/pull/2559))

## 0.1.0
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.0
version: 0.6.0
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.3.0

dependencies:
amplify_core: ">=2.0.0 <2.1.0"
amplify_core: ">=2.1.0 <2.2.0"
async: ^2.10.0
aws_common: ">=0.7.0 <0.8.0"
collection: ^1.15.0
Expand Down
4 changes: 4 additions & 0 deletions packages/auth/amplify_auth_cognito/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.0

- Minor bug fixes and improvements

## 2.0.0

We are thrilled to release version 2.0 of the Amplify Flutter libraries to add support for Amplify Gen 2. Learn more about Amplify Gen 2 at [https://docs.amplify.aws](https://docs.amplify.aws).
Expand Down
14 changes: 7 additions & 7 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.0.0
version: 2.1.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.0.0 <2.1.0"
amplify_analytics_pinpoint_dart: ">=0.4.0 <0.5.0"
amplify_auth_cognito_dart: ">=0.11.0 <0.12.0"
amplify_core: ">=2.0.0 <2.1.0"
amplify_flutter: ">=2.0.0 <2.1.0"
amplify_secure_storage: ">=0.5.1 <0.6.0"
amplify_analytics_pinpoint: ">=2.1.0 <2.2.0"
amplify_analytics_pinpoint_dart: ">=0.5.0 <0.6.0"
amplify_auth_cognito_dart: ">=0.12.0 <0.13.0"
amplify_core: ">=2.1.0 <2.2.0"
amplify_flutter: ">=2.1.0 <2.2.0"
amplify_secure_storage: ">=0.5.2 <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.12.0

- Minor bug fixes and improvements

## 0.11.0

### Breaking Changes
Expand Down
6 changes: 3 additions & 3 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.0
version: 0.12.0
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 @@ -9,8 +9,8 @@ environment:
sdk: ^3.3.0

dependencies:
amplify_analytics_pinpoint_dart: ">=0.4.0 <0.5.0"
amplify_core: ">=2.0.0 <2.1.0"
amplify_analytics_pinpoint_dart: ">=0.5.0 <0.6.0"
amplify_core: ">=2.1.0 <2.2.0"
amplify_secure_storage_dart: ">=0.5.0 <0.6.0"
async: ^2.10.0
aws_common: ">=0.7.0 <0.8.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/authenticator/amplify_authenticator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.0

- Minor bug fixes and improvements

## 2.0.0

We are thrilled to release version 2.0 of the Amplify Flutter libraries to add support for Amplify Gen 2. Learn more about Amplify Gen 2 at [https://docs.amplify.aws](https://docs.amplify.aws).
Expand Down

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

Loading

0 comments on commit 127cb6b

Please sign in to comment.