Skip to content

Commit

Permalink
chore(version): Bump version
Browse files Browse the repository at this point in the history
- Dart 3 support (must update Dart SDK constraint to `^3.0.0`)
- feat(core): add granular model read operations ([#2611](#2611))

- fix(notifications): configure call hangs on Flutter app hot restart ([#3013](#3013))
- fix(repo): AGP 8.0 compatibility ([#2942](#2942))
- fix: convert AuthUserAttributeKey in updateUserAttributes

Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee
  • Loading branch information
Dillon Nys committed May 10, 2023
1 parent f834dfc commit 99f7cd6
Show file tree
Hide file tree
Showing 238 changed files with 741 additions and 592 deletions.
14 changes: 7 additions & 7 deletions aft.yaml
Expand Up @@ -12,12 +12,12 @@ dependencies:
built_value: ">=8.5.0 <8.6.0"
built_value_generator: 8.5.0
code_builder: 4.4.0
dart_style: 2.3.0
drift: ">=2.4.0 <2.7.0"
dart_style: 2.3.1
drift: ">=2.4.0 <2.9.0"
flutter_plugin_android_lifecycle: ^2.0.9
json_annotation: ">=4.8.0 <4.9.0"
json_serializable: 6.6.1
intl: ">=0.17.0 <1.0.0"
json_annotation: ">=4.8.1 <4.9.0"
json_serializable: 6.6.2
intl: ">=0.18.0 <1.0.0"
mime: ^1.0.0
pigeon: ^9.2.4
stack_trace: ^1.10.0
Expand All @@ -27,8 +27,8 @@ dependencies:

# The current constraints for SDKs and OSs.
environment:
sdk: ">=3.0.0-0 <4.0.0"
flutter: ">=3.10.0-0"
sdk: ^3.0.0
flutter: ">=3.10.0"
android:
minSdkVersion: "24"
ios:
Expand Down
4 changes: 2 additions & 2 deletions canaries/pubspec.yaml
Expand Up @@ -2,8 +2,8 @@ name: amplified_todo
publish_to: none

environment:
sdk: ">=3.0.0-0 <4.0.0"
flutter: ">=3.10.0-0"
sdk: ^3.0.0
flutter: ">=3.10.0"

dependencies:
amplify_analytics_pinpoint: ^1.0.0
Expand Down
4 changes: 2 additions & 2 deletions infra/pubspec.yaml
Expand Up @@ -2,8 +2,8 @@ name: infra
publish_to: none

environment:
sdk: ">=3.0.0-0 <4.0.0"
sdk: ^3.0.0

dependencies:
amplify_core: ">=1.0.0-next.8+1 <1.0.0-next.9"
amplify_core: any
path: any
6 changes: 3 additions & 3 deletions packages/aft/pubspec.yaml
Expand Up @@ -4,7 +4,7 @@ version: 0.1.1
publish_to: none

environment:
sdk: ">=3.0.0-0 <4.0.0"
sdk: ^3.0.0

dependencies:
args: ^2.3.0
Expand All @@ -19,7 +19,7 @@ dependencies:
glob: ^2.1.0
graphs: ^2.1.0
http: ^0.13.0
json_annotation: ">=4.8.0 <4.9.0"
json_annotation: ">=4.8.1 <4.9.0"
libgit2dart:
path: external/libgit2dart
markdown: ^5.0.0
Expand Down Expand Up @@ -54,7 +54,7 @@ dev_dependencies:
amplify_lints: ">=2.0.2 <2.1.0"
build_runner: ^2.4.0
built_value_generator: 8.5.0
json_serializable: 6.6.1
json_serializable: 6.6.2
test: ^1.22.1

executables:
Expand Down
11 changes: 11 additions & 0 deletions packages/amplify/amplify_flutter/CHANGELOG.md
@@ -1,3 +1,14 @@
## 1.1.0

### Features
- Dart 3 support (must update Dart SDK constraint to `^3.0.0`)
- feat(core): add granular model read operations ([#2611](https://github.com/aws-amplify/amplify-flutter/pull/2611))

### Fixes
- fix(notifications): configure call hangs on Flutter app hot restart ([#3013](https://github.com/aws-amplify/amplify-flutter/pull/3013))
- fix(repo): AGP 8.0 compatibility ([#2942](https://github.com/aws-amplify/amplify-flutter/pull/2942))
- fix: wait for addPlugin prior to configuration ([#3018](https://github.com/aws-amplify/amplify-flutter/pull/3018))

## 1.0.0

We are thrilled to release version 1.0 of the Amplify Flutter libraries!
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify/amplify_flutter/example/pubspec.yaml
Expand Up @@ -3,8 +3,8 @@ description: Demonstrates how to use the Amplify Flutter client libraries.
publish_to: none

environment:
flutter: ">=3.10.0-0"
sdk: ">=3.0.0-0 <4.0.0"
flutter: ">=3.10.0"
sdk: ^3.0.0

dependencies:
amplify_analytics_pinpoint: ">=1.0.0-next.8 <1.0.0-next.9"
Expand Down
16 changes: 8 additions & 8 deletions packages/amplify/amplify_flutter/pubspec.yaml
@@ -1,13 +1,13 @@
name: amplify_flutter
description: The top level Flutter package for the AWS Amplify libraries.
version: 1.0.0
version: 1.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

environment:
sdk: ">=3.0.0-0 <4.0.0"
flutter: ">=3.10.0-0"
sdk: ^3.0.0
flutter: ">=3.10.0"

# Helps `pana` since we do not use Flutter plugins for most platforms
platforms:
Expand All @@ -19,19 +19,19 @@ platforms:
web:

dependencies:
amplify_core: ">=1.0.0 <1.1.0"
amplify_secure_storage: ">=0.3.0+3 <0.4.0"
aws_common: ">=0.4.2+4 <0.5.0"
amplify_core: ">=1.1.0 <1.2.0"
amplify_secure_storage: ">=0.4.0 <0.5.0"
aws_common: ">=0.5.0 <0.6.0"
collection: ^1.15.0
flutter:
sdk: flutter
meta: ^1.7.0

dev_dependencies:
amplify_lints: ">=2.0.3 <2.1.0"
amplify_lints: ">=3.0.0 <3.1.0"
amplify_test:
path: ../../test/amplify_test
build_runner: ^2.4.0
flutter_test:
sdk: flutter
json_serializable: 6.6.1
json_serializable: 6.6.2
11 changes: 11 additions & 0 deletions packages/amplify_core/CHANGELOG.md
@@ -1,3 +1,14 @@
## 1.1.0

### Features
- Dart 3 support (must update Dart SDK constraint to `^3.0.0`)
- feat(core): add granular model read operations ([#2611](https://github.com/aws-amplify/amplify-flutter/pull/2611))

### Fixes
- fix(auth): Fetch AWS credentials after Hosted UI login ([#2956](https://github.com/aws-amplify/amplify-flutter/pull/2956))
- fix(auth): Transform network exceptions ([#2967](https://github.com/aws-amplify/amplify-flutter/pull/2967))
- fix: wait for addPlugin prior to configuration ([#3018](https://github.com/aws-amplify/amplify-flutter/pull/3018))

## 1.0.0

We are thrilled to release version 1.0 of the Amplify Flutter libraries!
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_core/doc/pubspec.yaml
Expand Up @@ -7,8 +7,8 @@ issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
publish_to: none

environment:
sdk: ">=3.0.0-0 <4.0.0"
flutter: ">=3.10.0-0"
sdk: ^3.0.0
flutter: ">=3.10.0"

dependencies:
amplify_analytics_pinpoint: any
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.

16 changes: 8 additions & 8 deletions packages/amplify_core/pubspec.yaml
@@ -1,28 +1,28 @@
name: amplify_core
description: The base package containing common types and utilities that are shared across the Amplify Flutter packages.
version: 1.0.0
version: 1.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

environment:
sdk: ">=3.0.0-0 <4.0.0"
sdk: ^3.0.0

dependencies:
async: ^2.10.0
aws_common: ">=0.4.2+4 <0.5.0"
aws_signature_v4: ">=0.3.1+6 <0.4.0"
aws_common: ">=0.5.0 <0.6.0"
aws_signature_v4: ">=0.4.0 <0.5.0"
collection: ^1.15.0
intl: ">=0.17.0 <1.0.0"
json_annotation: ">=4.8.0 <4.9.0"
intl: ">=0.18.0 <1.0.0"
json_annotation: ">=4.8.1 <4.9.0"
logging: ^1.0.0
meta: ^1.7.0
retry: ^3.1.0
stack_trace: ^1.10.0
uuid: ">=3.0.6 <=3.0.7"

dev_dependencies:
amplify_lints: ">=2.0.3 <2.1.0"
amplify_lints: ">=3.0.0 <3.1.0"
build_runner: ^2.4.0
build_test: ^2.1.5
build_version: ^2.1.1
Expand All @@ -31,6 +31,6 @@ dev_dependencies:
git:
url: https://github.com/dart-lang/site-shared
path: packages/code_excerpt_updater
json_serializable: 6.6.1
json_serializable: 6.6.2
path: any
test: ^1.22.1
8 changes: 8 additions & 0 deletions packages/amplify_datastore/CHANGELOG.md
@@ -1,3 +1,11 @@
## 1.1.0-supports-only-mobile

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

### Fixes
- fix(repo): AGP 8.0 compatibility ([#2942](https://github.com/aws-amplify/amplify-flutter/pull/2942))

## 1.0.0-supports-only-mobile.0

Version 1 of the Amplify libraries have been released to support all the platforms Flutter supports.
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_datastore/example/pubspec.yaml
Expand Up @@ -6,8 +6,8 @@ description: Demonstrates how to use the amplify_datastore plugin.
publish_to: "none" # Remove this line if you wish to publish to pub.dev

environment:
sdk: ">=3.0.0-0 <4.0.0"
flutter: ">=3.10.0-0"
sdk: ^3.0.0
flutter: ">=3.10.0"

dependencies:
flutter:
Expand Down
10 changes: 5 additions & 5 deletions packages/amplify_datastore/pubspec.yaml
@@ -1,19 +1,19 @@
name: amplify_datastore
description: The Amplify Flutter DataStore category plugin, providing a queryable, on-device data store.
version: 1.0.0-supports-only-mobile.0
version: 1.1.0-supports-only-mobile
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

environment:
sdk: ">=3.0.0-0 <4.0.0"
flutter: ">=3.10.0-0"
sdk: ^3.0.0
flutter: ">=3.10.0"

dependencies:
flutter:
sdk: flutter
amplify_datastore_plugin_interface: ">=1.0.0 <1.1.0"
amplify_core: ">=1.0.0 <1.1.0"
amplify_datastore_plugin_interface: ">=1.1.0 <1.2.0"
amplify_core: ">=1.1.0 <1.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
@@ -1,3 +1,7 @@
## 1.1.0

- Minor bug fixes and improvements

## 1.0.0

- Stable v1 release
Expand Down
8 changes: 4 additions & 4 deletions packages/amplify_datastore_plugin_interface/pubspec.yaml
@@ -1,16 +1,16 @@
name: amplify_datastore_plugin_interface
description: The platform interface for the DataStore module of Amplify Flutter.
version: 1.0.0
version: 1.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

environment:
sdk: ">=3.0.0-0 <4.0.0"
flutter: ">=3.10.0-0"
sdk: ^3.0.0
flutter: ">=3.10.0"

dependencies:
amplify_core: ">=1.0.0 <1.1.0"
amplify_core: ">=1.1.0 <1.2.0"
collection: ^1.15.0
flutter:
sdk: flutter
Expand Down
Expand Up @@ -94,6 +94,7 @@ void main() {
isArray: false,
association: ModelAssociation(
associationType: ModelAssociationEnum.BelongsTo,
// ignore: deprecated_member_use
targetName: "postID")));

expect(
Expand Down Expand Up @@ -150,6 +151,7 @@ void main() {
isArray: false,
association: ModelAssociation(
associationType: ModelAssociationEnum.BelongsTo,
// ignore: deprecated_member_use
targetName: "blogID")));
});

Expand Down
8 changes: 8 additions & 0 deletions packages/amplify_lints/CHANGELOG.md
@@ -1,3 +1,11 @@
## 3.0.0

### Breaking Changes
- chore(amplify_lints)!: Remove `app_core.yaml` and `library_core.yaml`

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

## 2.0.3

- Update repository URL
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_lints/pubspec.yaml
@@ -1,12 +1,12 @@
name: amplify_lints
description: The lint rules used in developing Amplify Flutter packages and plugins.
version: 2.0.3
version: 3.0.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

environment:
sdk: ">=3.0.0-0 <4.0.0"
sdk: ^3.0.0

dependencies:
flutter_lints: ^2.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_native_legacy_wrapper/example/pubspec.yaml
Expand Up @@ -4,8 +4,8 @@ version: 0.1.0
publish_to: "none"

environment:
sdk: ">=3.0.0-0 <4.0.0"
flutter: ">=3.10.0-0"
sdk: ^3.0.0
flutter: ">=3.10.0"

dependencies:
amplify_native_legacy_wrapper: ^0.1.0
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_native_legacy_wrapper/pubspec.yaml
Expand Up @@ -4,8 +4,8 @@ version: 0.0.1
publish_to: none

environment:
sdk: ">=3.0.0-0 <4.0.0"
flutter: ">=3.10.0-0"
sdk: ^3.0.0
flutter: ">=3.10.0"

dependencies:
flutter:
Expand Down
8 changes: 8 additions & 0 deletions packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md
@@ -1,3 +1,11 @@
## 1.1.0

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

### Fixes
- fix(repo): AGP 8.0 compatibility ([#2942](https://github.com/aws-amplify/amplify-flutter/pull/2942))

## 1.0.0

We are thrilled to release version 1.0 of the Amplify Flutter libraries!
Expand Down
Expand Up @@ -6,8 +6,8 @@ description: Demonstrates how to use the amplify_analytics_pinpoint plugin.
publish_to: "none" # Remove this line if you wish to publish to pub.dev

environment:
sdk: ">=3.0.0-0 <4.0.0"
flutter: ">=3.10.0-0"
sdk: ^3.0.0
flutter: ">=3.10.0"

dependencies:
amplify_analytics_pinpoint: ">=1.0.0-next.8 <1.0.0-next.9"
Expand All @@ -30,8 +30,8 @@ dev_dependencies:
sdk: flutter
integration_test:
sdk: flutter
json_annotation: ">=4.8.0 <4.9.0"
json_serializable: 6.6.1
json_annotation: ">=4.8.1 <4.9.0"
json_serializable: 6.6.2

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down

0 comments on commit 99f7cd6

Please sign in to comment.