Skip to content

Commit

Permalink
chore(version): Bump version
Browse files Browse the repository at this point in the history
### Breaking Changes
- chore(auth)!: Chain stack traces in state machine
- chore(core)!: Chain stack traces for state machines
- feat(api)!: custom primary key support for GraphQL model helpers ([#2606](#2606))

### Fixes
- fix(api): early call of Amplify creates wrong instance of AmplifyClass
- fix(api): write null values in ModelMutations.create() unless owner field ([#2679](#2679))
- fix(auth): Await `signInUri` in Hosted UI platform ([#2706](#2706))
- fix(auth): Transform session expired exceptions ([#2688](#2688))
- fix(storage): GetUrl signing

### Features
- feat(api): GraphQL Subscription Where Filter ([#2650](#2650))
- feat(aws_common): add openRead API for AWSFile
- feat(storage): optimize part size for multipart upload
- feat(storage): web implementation of transfer database using local storage ([#2631](#2631))

Updated-Components: aws_common, Amplify Flutter, Amplify Dart, Amplify UI, DB Common
  • Loading branch information
Dillon Nys committed Mar 7, 2023
1 parent 9be67b1 commit 5fe00bf
Show file tree
Hide file tree
Showing 66 changed files with 275 additions and 137 deletions.
8 changes: 4 additions & 4 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ environment:
flutter: ">=3.3.0"

dependencies:
amplify_flutter: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_analytics_pinpoint: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_auth_cognito: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_storage_s3: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_flutter: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_analytics_pinpoint: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_auth_cognito: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_storage_s3: ">=1.0.0-next.6 <1.0.0-next.7"
file_picker: ^5.0.0
flutter:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion infra/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ environment:
sdk: ">=2.18.0 <3.0.0"

dependencies:
amplify_core: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_core: ">=1.0.0-next.6 <1.0.0-next.7"
path: any
9 changes: 9 additions & 0 deletions packages/amplify/amplify_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.0.0-next.6

### Breaking Changes
- chore(core)!: Chain stack traces for state machines
- feat(api)!: custom primary key support for GraphQL model helpers ([#2606](https://github.com/aws-amplify/amplify-flutter/pull/2606))

### Fixes
- fix(auth): Await `signInUri` in Hosted UI platform ([#2706](https://github.com/aws-amplify/amplify-flutter/pull/2706))

## 1.0.0-next.5+1

- Minor bug fixes and improvements
Expand Down
12 changes: 6 additions & 6 deletions packages/amplify/amplify_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ environment:
sdk: ">=2.18.0 <4.0.0"

dependencies:
amplify_analytics_pinpoint: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_api: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_auth_cognito: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_datastore: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_flutter: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_storage_s3: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_analytics_pinpoint: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_api: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_auth_cognito: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_datastore: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_flutter: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_storage_s3: ">=1.0.0-next.6 <1.0.0-next.7"
flutter:
sdk: flutter

Expand Down
20 changes: 10 additions & 10 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.0.0-next.5+1
version: 1.0.0-next.6
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/amplify/amplify_flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -19,10 +19,10 @@ platforms:
web:

dependencies:
amplify_core: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_datastore_plugin_interface: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_flutter_android: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_flutter_ios: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_core: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_datastore_plugin_interface: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_flutter_android: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_flutter_ios: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_secure_storage: ">=0.2.0 <0.3.0"
aws_common: ">=0.4.0+1 <0.5.0"
collection: ^1.15.0
Expand All @@ -32,12 +32,12 @@ dependencies:
plugin_platform_interface: ^2.0.0

dev_dependencies:
amplify_analytics_pinpoint: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_api: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_auth_cognito: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_datastore: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_analytics_pinpoint: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_api: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_auth_cognito: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_datastore: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_lints: ">=2.0.2 <2.1.0"
amplify_storage_s3: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_storage_s3: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_test:
path: ../../amplify_test
build_runner: ^2.0.0
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify/amplify_flutter_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0-next.6

- Minor bug fixes and improvements

## 1.0.0-next.5

- Minor bug fixes and improvements
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify/amplify_flutter_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_flutter_android
description: The method channel implementation for amplify_flutter on Android
version: 1.0.0-next.5
version: 1.0.0-next.6
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/amplify/amplify_flutter_android
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify/amplify_flutter_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0-next.6

- Minor bug fixes and improvements

## 1.0.0-next.5

- Minor bug fixes and improvements
Expand Down
16 changes: 8 additions & 8 deletions packages/amplify/amplify_flutter_ios/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ environment:
flutter: ">=3.3.0"

dependencies:
amplify_flutter_ios: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_flutter_ios: ">=1.0.0-next.6 <1.0.0-next.7"
flutter:
sdk: flutter

dev_dependencies:
amplify_analytics_pinpoint: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_api: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_auth_cognito: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_core: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_datastore: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_flutter: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_analytics_pinpoint: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_api: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_auth_cognito: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_core: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_datastore: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_flutter: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_lints: ^2.0.0
amplify_storage_s3: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_storage_s3: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_test:
path: ../../../amplify_test
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify/amplify_flutter_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_flutter_ios
description: The method channel implementation for amplify_flutter on iOS
version: 1.0.0-next.5
version: 1.0.0-next.6
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/amplify/amplify_flutter_ios
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:
flutter: ">=3.3.0"

dependencies:
amplify_core: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_core: ">=1.0.0-next.6 <1.0.0-next.7"
flutter:
sdk: flutter

Expand Down
18 changes: 18 additions & 0 deletions packages/amplify_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 1.0.0-next.6

### Breaking Changes
- chore(auth)!: Chain stack traces in state machine
- chore(core)!: Chain stack traces for state machines
- feat(api)!: custom primary key support for GraphQL model helpers ([#2606](https://github.com/aws-amplify/amplify-flutter/pull/2606))

### 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))
- fix(auth): Transform session expired exceptions ([#2688](https://github.com/aws-amplify/amplify-flutter/pull/2688))
- fix(storage): GetUrl signing

### Features
- feat(api): GraphQL Subscription Where Filter ([#2650](https://github.com/aws-amplify/amplify-flutter/pull/2650))
- feat(storage): optimize part size for multipart upload
- feat(storage): web implementation of transfer database using local storage ([#2631](https://github.com/aws-amplify/amplify-flutter/pull/2631))

## 1.0.0-next.5+1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_core/lib/src/amplify_class.dart
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ abstract class AmplifyClass {
static AmplifyClass? instance;

/// The library version.
String get version => '1.0.0-next.2';
String get version => '1.0.0-next.6';

/// Resets the Amplify implementation, removing all traces of Amplify from
/// the device.
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.0.0-next.5+1
version: 1.0.0-next.6
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/amplify_core
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify_datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0-next.6

- Minor bug fixes and improvements

## 1.0.0-next.5

- Minor bug fixes and improvements
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify_datastore/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ environment:
dependencies:
flutter:
sdk: flutter
amplify_api: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_datastore: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_flutter: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_api: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_datastore: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_flutter: ">=1.0.0-next.6 <1.0.0-next.7"
flutter_driver:
sdk: flutter
integration_test:
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: 1.0.0-next.5
version: 1.0.0-next.6
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/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.0.0-next.5 <1.0.0-next.6"
amplify_core: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_datastore_plugin_interface: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_core: ">=1.0.0-next.6 <1.0.0-next.7"
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 @@
## 1.0.0-next.6

- Minor bug fixes and improvements

## 1.0.0-next.5

- 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.0.0-next.5
version: 1.0.0-next.6
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/amplify_datastore_plugin_interface
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:
flutter: ">=3.3.0"

dependencies:
amplify_core: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_core: ">=1.0.0-next.6 <1.0.0-next.7"
collection: ^1.15.0
flutter:
sdk: flutter
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ environment:
sdk: ">=2.18.0 <4.0.0"

dependencies:
amplify_auth_cognito_dart: ">=0.6.0+1 <0.7.0"
amplify_core: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_auth_cognito_dart: ">=0.7.0 <0.8.0"
amplify_core: ">=1.0.0-next.6 <1.0.0-next.7"
aws_common: ">=0.4.0 <0.5.0"
collection: ^1.15.0
meta: ^1.8.0
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 @@
## 1.0.0-next.6

- Minor bug fixes and improvements

## 1.0.0-next.5+1

- Minor bug fixes and improvements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ environment:
flutter: ">=3.3.0"

dependencies:
amplify_analytics_pinpoint: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_api: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_auth_cognito: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_flutter: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_analytics_pinpoint: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_api: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_auth_cognito: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_flutter: ">=1.0.0-next.6 <1.0.0-next.7"

flutter:
sdk: flutter
Expand All @@ -22,7 +22,7 @@ dependency_overrides:
async: ^2.10.0

dev_dependencies:
amplify_analytics_pinpoint_dart: ">=0.1.4+1 <0.2.0"
amplify_analytics_pinpoint_dart: ">=0.1.4+2 <0.2.0"
amplify_lints:
path: ../../../amplify_lints
amplify_test:
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: 1.0.0-next.5+1
version: 1.0.0-next.6
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/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.1.4+1 <0.2.0"
amplify_core: ">=1.0.0-next.5 <1.0.0-next.6"
amplify_db_common: ">=0.1.2+2 <0.2.0"
amplify_analytics_pinpoint_dart: ">=0.1.4+2 <0.2.0"
amplify_core: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_db_common: ">=0.1.2+3 <0.2.0"
amplify_secure_storage: ">=0.2.0 <0.3.0"
aws_common: ">=0.4.1 <0.5.0"
aws_common: ">=0.4.2 <0.5.0"
device_info_plus: ^8.0.0
flutter:
sdk: flutter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.4+2

- Minor bug fixes and improvements

## 0.1.4+1

- Minor bug fixes and improvements
Expand Down

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

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.1.4+1
version: 0.1.4+2
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/analytics/amplify_analytics_pinpoint_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -9,10 +9,10 @@ environment:
sdk: ">=2.18.0 <4.0.0"

dependencies:
amplify_core: ">=1.0.0-next.5+1 <1.0.0-next.6"
amplify_db_common_dart: ">=0.2.0+2 <0.3.0"
amplify_core: ">=1.0.0-next.6 <1.0.0-next.7"
amplify_db_common_dart: ">=0.2.0+3 <0.3.0"
amplify_secure_storage_dart: ">=0.2.0 <0.3.0"
aws_common: ">=0.4.1 <0.5.0"
aws_common: ">=0.4.2 <0.5.0"
aws_signature_v4: ">=0.3.1+3 <0.4.0"
built_collection: ^5.0.0
built_value: ">=8.4.0 <8.5.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/api/amplify_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.0.0-next.6

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

## 1.0.0-next.5+1

### Fixes
Expand Down
Loading

0 comments on commit 5fe00bf

Please sign in to comment.