Skip to content

Commit

Permalink
chore(version): Bump version
Browse files Browse the repository at this point in the history
### Features
- feat: deprecate `Storage.move()` API ([#4638](#4638))
- feat: update `built_value` version constraint ([#4634](#4634))
- feat: update plus plugins version ([#4619](#4619))

### Fixes
- fix(api): Paginated GraphQL preserve request params ([#4605](#4605))
- fix(api): Web socket decode connection errors ([#4606](#4606))

Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee
  • Loading branch information
Nika Hassani committed Apr 16, 2024
1 parent 015e7d0 commit d338efe
Show file tree
Hide file tree
Showing 56 changed files with 296 additions and 138 deletions.
12 changes: 12 additions & 0 deletions packages/amplify/amplify_flutter/CHANGELOG.md
@@ -1,3 +1,15 @@
## 1.8.0

NOTE: This version includes updating:
- Flutter ^3.19.0
- Dart ^3.3.0
- Java 17, kotlin 1.9.10 and Gradle 8.1 for Android projects

### Features
- feat: deprecate `Storage.move()` API ([#4638](https://github.com/aws-amplify/amplify-flutter/pull/4638))
- feat: update `built_value` version constraint ([#4634](https://github.com/aws-amplify/amplify-flutter/pull/4634))
- feat: update plus plugins version ([#4619](https://github.com/aws-amplify/amplify-flutter/pull/4619))

## 1.7.0

### Features
Expand Down
10 changes: 5 additions & 5 deletions packages/amplify/amplify_flutter/pubspec.yaml
@@ -1,6 +1,6 @@
name: amplify_flutter
description: The top level Flutter package for the AWS Amplify libraries.
version: 1.7.0
version: 1.8.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,16 +19,16 @@ platforms:
web:

dependencies:
amplify_core: ">=1.7.0 <1.8.0"
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
aws_common: ">=0.6.0 <0.7.0"
amplify_core: ">=1.8.0 <1.9.0"
amplify_secure_storage: ">=0.4.3 <0.5.0"
aws_common: ">=0.6.4 <0.7.0"
collection: ^1.15.0
flutter:
sdk: flutter
meta: ^1.7.0

dev_dependencies:
amplify_lints: ">=3.0.0 <3.1.0"
amplify_lints: ">=3.1.0 <3.2.0"
amplify_test:
path: ../../test/amplify_test
build_runner: ^2.4.0
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify_core/CHANGELOG.md
@@ -1,3 +1,14 @@
## 1.8.0

### Features
- feat: deprecate `Storage.move()` API ([#4638](https://github.com/aws-amplify/amplify-flutter/pull/4638))
- feat: update `built_value` version constraint ([#4634](https://github.com/aws-amplify/amplify-flutter/pull/4634))
- feat: update plus plugins version ([#4619](https://github.com/aws-amplify/amplify-flutter/pull/4619))

### 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))

## 1.7.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.

8 changes: 4 additions & 4 deletions packages/amplify_core/pubspec.yaml
@@ -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.7.0
version: 1.8.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 All @@ -10,8 +10,8 @@ environment:

dependencies:
async: ^2.10.0
aws_common: ">=0.6.2 <0.7.0"
aws_signature_v4: ">=0.5.0 <0.6.0"
aws_common: ">=0.6.4 <0.7.0"
aws_signature_v4: ">=0.5.2 <0.6.0"
collection: ^1.15.0
graphs: ^2.1.0
intl: ">=0.18.0 <1.0.0"
Expand All @@ -23,7 +23,7 @@ dependencies:
uuid: ">=3.0.6 <5.0.0"

dev_dependencies:
amplify_lints: ">=3.0.2 <3.1.0"
amplify_lints: ">=3.1.0 <3.2.0"
build_runner: ^2.4.0
build_test: ^2.1.5
build_version: ^2.1.1
Expand Down
5 changes: 5 additions & 0 deletions packages/amplify_datastore/CHANGELOG.md
@@ -1,3 +1,8 @@
## 1.8.0

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

## 1.7.0

- chore(datastore): Amplify Swift version bump to 1.30.7 ([#4454](https://github.com/aws-amplify/amplify-flutter/pull/4454))
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify_datastore/pubspec.yaml
@@ -1,6 +1,6 @@
name: amplify_datastore
description: The Amplify Flutter DataStore category plugin, providing a queryable, on-device data store.
version: 1.7.0
version: 1.8.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: ">=1.7.0 <1.8.0"
amplify_core: ">=1.7.0 <1.8.0"
amplify_datastore_plugin_interface: ">=1.8.0 <1.9.0"
amplify_core: ">=1.8.0 <1.9.0"
plugin_platform_interface: ^2.0.0
meta: ^1.7.0
collection: ^1.14.13
Expand Down
5 changes: 5 additions & 0 deletions packages/amplify_datastore_plugin_interface/CHANGELOG.md
@@ -1,3 +1,8 @@
## 1.8.0

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

## 1.7.0

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_datastore_plugin_interface/pubspec.yaml
@@ -1,6 +1,6 @@
name: amplify_datastore_plugin_interface
description: The platform interface for the DataStore module of Amplify Flutter.
version: 1.7.0
version: 1.8.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: ">=1.7.0 <1.8.0"
amplify_core: ">=1.8.0 <1.9.0"
collection: ^1.15.0
flutter:
sdk: flutter
Expand Down
5 changes: 5 additions & 0 deletions packages/amplify_lints/CHANGELOG.md
@@ -1,3 +1,8 @@
## 3.1.0

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

## 3.0.2

- Minor bug fixes and improvements
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_lints/pubspec.yaml
@@ -1,6 +1,6 @@
name: amplify_lints
description: The lint rules used in developing Amplify Flutter packages and plugins.
version: 3.0.2
version: 3.1.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_lints
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
6 changes: 6 additions & 0 deletions packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md
@@ -1,3 +1,9 @@
## 1.8.0

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

## 1.7.1

### Fixes
Expand Down
14 changes: 7 additions & 7 deletions packages/analytics/amplify_analytics_pinpoint/pubspec.yaml
@@ -1,6 +1,6 @@
name: amplify_analytics_pinpoint
description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
version: 1.7.1
version: 1.8.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,11 +19,11 @@ platforms:
web:

dependencies:
amplify_analytics_pinpoint_dart: ">=0.3.7 <0.4.0"
amplify_core: ">=1.7.0 <1.8.0"
amplify_db_common: ">=0.3.3 <0.4.0"
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
aws_common: ">=0.6.3 <0.7.0"
amplify_analytics_pinpoint_dart: ">=0.3.8 <0.4.0"
amplify_core: ">=1.8.0 <1.9.0"
amplify_db_common: ">=0.3.6 <0.4.0"
amplify_secure_storage: ">=0.4.3 <0.5.0"
aws_common: ">=0.6.4 <0.7.0"
device_info_plus: ^10.0.1
flutter:
sdk: flutter
Expand All @@ -32,7 +32,7 @@ dependencies:
path_provider: ^2.0.0

dev_dependencies:
amplify_lints: ">=3.0.2 <3.1.0"
amplify_lints: ">=3.1.0 <3.2.0"
flutter_test:
sdk: flutter
pigeon: ^11.0.0
Expand Down
@@ -1,3 +1,9 @@
## 0.3.8

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

## 0.3.7

- Minor bug fixes and improvements
Expand Down

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

18 changes: 9 additions & 9 deletions packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml
@@ -1,6 +1,6 @@
name: amplify_analytics_pinpoint_dart
description: A Dart-only implementation of the Amplify Analytics plugin for Pinpoint.
version: 0.3.7
version: 0.3.8
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,24 +9,24 @@ environment:
sdk: ^3.3.0

dependencies:
amplify_core: ">=1.7.0 <1.8.0"
amplify_db_common_dart: ">=0.3.5 <0.4.0"
amplify_secure_storage_dart: ">=0.4.3 <0.5.0"
aws_common: ">=0.6.3 <0.7.0"
aws_signature_v4: ">=0.5.1 <0.6.0"
amplify_core: ">=1.8.0 <1.9.0"
amplify_db_common_dart: ">=0.3.7 <0.4.0"
amplify_secure_storage_dart: ">=0.4.4 <0.5.0"
aws_common: ">=0.6.4 <0.7.0"
aws_signature_v4: ">=0.5.2 <0.6.0"
built_collection: ^5.0.0
built_value: ^8.6.0
collection: ^1.15.0
drift: ">=2.14.0 <2.15.0"
intl: ">=0.18.0 <1.0.0"
meta: ^1.7.0
path: ">=1.8.0 <2.0.0"
smithy: ">=0.6.3 <0.7.0"
smithy_aws: ">=0.6.2 <0.7.0"
smithy: ">=0.6.4 <0.7.0"
smithy_aws: ">=0.6.3 <0.7.0"
uuid: ">=3.0.6 <5.0.0"

dev_dependencies:
amplify_lints: ">=3.0.2 <3.1.0"
amplify_lints: ">=3.1.0 <3.2.0"
build_runner: ^2.4.0
build_test: ^2.1.5
build_verify: ^3.0.0
Expand Down
5 changes: 5 additions & 0 deletions packages/api/amplify_api/CHANGELOG.md
@@ -1,3 +1,8 @@
## 1.8.0

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

## 1.7.0

### Features
Expand Down
10 changes: 5 additions & 5 deletions packages/api/amplify_api/pubspec.yaml
@@ -1,6 +1,6 @@
name: amplify_api
description: The Amplify Flutter API category plugin, supporting GraphQL and REST operations.
version: 1.7.0
version: 1.8.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,17 +19,17 @@ platforms:
web:

dependencies:
amplify_api_dart: ">=0.4.0 <0.5.0"
amplify_core: ">=1.7.0 <1.8.0"
amplify_flutter: ">=1.7.0 <1.8.0"
amplify_api_dart: ">=0.4.1 <0.5.0"
amplify_core: ">=1.8.0 <1.9.0"
amplify_flutter: ">=1.8.0 <1.9.0"
connectivity_plus: ^6.0.1
flutter:
sdk: flutter
meta: ^1.7.0
plugin_platform_interface: ^2.0.0

dev_dependencies:
amplify_lints: ">=3.0.2 <3.1.0"
amplify_lints: ">=3.1.0 <3.2.0"
amplify_test:
path: ../../test/amplify_test
build_runner: ^2.4.0
Expand Down
9 changes: 9 additions & 0 deletions packages/api/amplify_api_dart/CHANGELOG.md
@@ -1,3 +1,12 @@
## 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
Expand Down
10 changes: 5 additions & 5 deletions packages/api/amplify_api_dart/pubspec.yaml
@@ -1,6 +1,6 @@
name: amplify_api_dart
description: The Amplify API category plugin in Dart-only, supporting GraphQL and REST operations.
version: 0.4.0
version: 0.4.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,9 +9,9 @@ environment:
sdk: ^3.3.0

dependencies:
amplify_core: ">=1.7.0 <1.8.0"
amplify_core: ">=1.8.0 <1.9.0"
async: ^2.10.0
aws_common: ">=0.6.0 <0.7.0"
aws_common: ">=0.6.4 <0.7.0"
collection: ^1.15.0
json_annotation: ">=4.8.1 <4.9.0"
meta: ^1.7.0
Expand All @@ -20,8 +20,8 @@ dependencies:
web_socket_channel: ^2.2.0

dev_dependencies:
amplify_lints: ">=3.0.0 <3.1.0"
aws_signature_v4: ">=0.5.0 <0.6.0"
amplify_lints: ">=3.1.0 <3.2.0"
aws_signature_v4: ">=0.5.2 <0.6.0"
build_runner: ^2.4.0
build_test: ^2.1.5
build_web_compilers: ^4.0.0
Expand Down
5 changes: 5 additions & 0 deletions packages/auth/amplify_auth_cognito/CHANGELOG.md
@@ -1,3 +1,8 @@
## 1.8.0

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

## 1.7.2

### Fixes
Expand Down
16 changes: 8 additions & 8 deletions packages/auth/amplify_auth_cognito/pubspec.yaml
@@ -1,6 +1,6 @@
name: amplify_auth_cognito
description: The Amplify Flutter Auth category plugin using the AWS Cognito provider.
version: 1.7.2
version: 1.8.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: ">=1.7.0 <1.8.0"
amplify_analytics_pinpoint_dart: ">=0.3.6 <0.4.0"
amplify_auth_cognito_dart: ">=0.10.12 <0.11.0"
amplify_core: ">=1.7.0 <1.8.0"
amplify_flutter: ">=1.7.0 <1.8.0"
amplify_secure_storage: ">=0.4.1 <0.5.0"
amplify_analytics_pinpoint: ">=1.8.0 <1.9.0"
amplify_analytics_pinpoint_dart: ">=0.3.8 <0.4.0"
amplify_auth_cognito_dart: ">=0.10.13 <0.11.0"
amplify_core: ">=1.8.0 <1.9.0"
amplify_flutter: ">=1.8.0 <1.9.0"
amplify_secure_storage: ">=0.4.3 <0.5.0"
async: ^2.10.0
flutter:
sdk: flutter
Expand All @@ -35,7 +35,7 @@ dependencies:
dev_dependencies:
amplify_auth_cognito_test:
path: ../amplify_auth_cognito_test
amplify_lints: ">=3.0.0 <3.1.0"
amplify_lints: ">=3.1.0 <3.2.0"
flutter_test:
sdk: flutter
pigeon: ^11.0.0
Expand Down
6 changes: 6 additions & 0 deletions packages/auth/amplify_auth_cognito_dart/CHANGELOG.md
@@ -1,3 +1,9 @@
## 0.10.13

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

## 0.10.12

### Fixes
Expand Down

0 comments on commit d338efe

Please sign in to comment.