Skip to content

Commit

Permalink
chore(version): vNext release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Nys committed Nov 29, 2022
1 parent 57c938c commit 5937542
Show file tree
Hide file tree
Showing 58 changed files with 215 additions and 86 deletions.
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.1+1

- Minor bug fixes and improvements

## 1.0.0-next.1

- 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.1
version: 1.0.0-next.1+1
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.1+1

- Minor bug fixes and improvements

## 1.0.0-next.1

- Minor bug fixes and improvements
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.1
version: 1.0.0-next.1+1
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.0.0"

dependencies:
amplify_core: ">=1.0.0-next.1 <1.0.0-next.2"
amplify_core: ">=1.0.0-next.1+1 <1.0.0-next.2"
flutter:
sdk: flutter

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

- Minor bug fixes and improvements

## 1.0.0-next.1

### Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/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: 1.0.0-next.1
version: 1.0.0-next.1+1
homepage: https://ui.docs.amplify.aws/flutter/connected-components/authenticator
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/amplify_authenticator
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,11 +10,11 @@ environment:
flutter: ">=3.0.0"

dependencies:
amplify_auth_cognito: ">=1.0.0-next.1 <1.0.0-next.2"
amplify_auth_cognito: ">=1.0.0-next.1+1 <1.0.0-next.2"
amplify_core: ">=1.0.0-next.1 <1.0.0-next.2"
amplify_flutter: ">=1.0.0-next.1 <1.0.0-next.2"
async: ^2.8.0
aws_common: ">=0.3.1 <0.4.0"
aws_common: ">=0.3.3 <0.4.0"
collection: ^1.15.0
flutter:
sdk: flutter
Expand Down
6 changes: 6 additions & 0 deletions packages/amplify_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.0-next.1+1

### Fixes
- fix(api): Missing query parameters in REST operations ([#2413](https://github.com/aws-amplify/amplify-flutter/pull/2413))
- fix(api): allow setting extra GQL request params from model helpers ([#2423](https://github.com/aws-amplify/amplify-flutter/pull/2423))

## 1.0.0-next.1

### Breaking Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.1
version: 1.0.0-next.1+1
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 All @@ -10,8 +10,8 @@ environment:

dependencies:
async: ^2.8.0
aws_common: ">=0.3.1 <0.4.0"
aws_signature_v4: ">=0.3.0 <0.4.0"
aws_common: ">=0.3.3 <0.4.0"
aws_signature_v4: ">=0.3.1 <0.4.0"
collection: ^1.15.0
intl: ^0.17.0
json_annotation: ^4.7.0
Expand Down
13 changes: 13 additions & 0 deletions packages/amplify_datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.0.0-next.1+1

### Fixes
- fix(datastore): adapt amplify-ios CPK fix breaking change
- fix(datastore): cpk errors on a custom type ([#2134](https://github.com/aws-amplify/amplify-flutter/pull/2134))
- fix(datastore): enable java8 desugaring for amplify-android datastore plugin
- fix(datastore): missing query field model name cause ambigous column … ([#1941](https://github.com/aws-amplify/amplify-flutter/pull/1941))
- fix(datastore): update dependency importing paths

### Features
- feat(datastore): add targetNames support for codegen
- feat(datastore): custom primary key Flutter native implementation

## 1.0.0-next.1

- 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: 1.0.0-next.1
version: 1.0.0-next.1+1
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.1 <1.0.0-next.2"
amplify_core: ">=1.0.0-next.1 <1.0.0-next.2"
amplify_datastore_plugin_interface: ">=1.0.0-next.1+1 <1.0.0-next.2"
amplify_core: ">=1.0.0-next.1+1 <1.0.0-next.2"
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.0-next.1+1

### Fixes
- fix(datastore): surpress analyzer error on deprecated targetName

## 1.0.0-next.1

- 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.1
version: 1.0.0-next.1+1
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.0.0"

dependencies:
amplify_core: ">=1.0.0-next.1 <1.0.0-next.2"
amplify_core: ">=1.0.0-next.1+1 <1.0.0-next.2"
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 @@
## 1.0.0-next.1+1

- Minor bug fixes and improvements

## 1.0.0-next.1

### Breaking Changes
Expand Down
12 changes: 6 additions & 6 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.1
version: 1.0.0-next.1+1
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.0 <0.2.0"
amplify_core: ">=1.0.0-next.1 <1.0.0-next.2"
amplify_db_common: ">=0.1.1 <0.2.0"
amplify_secure_storage: ">=0.1.3 <0.2.0"
aws_common: ">=0.3.1 <0.4.0"
amplify_analytics_pinpoint_dart: ">=0.1.1 <0.2.0"
amplify_core: ">=1.0.0-next.1+1 <1.0.0-next.2"
amplify_db_common: ">=0.1.2 <0.2.0"
amplify_secure_storage: ">=0.1.4 <0.2.0"
aws_common: ">=0.3.3 <0.4.0"
device_info_plus: ^6.0.0
flutter:
sdk: flutter
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 (2022-11-15)

Initial developer preview release for all platforms.
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.1.0
version: 0.1.1
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/feat/next-release/packages/analytics
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:

dependencies:
amplify_core: ">=1.0.0-next.1 <1.0.0-next.2"
amplify_db_common_dart: ">=0.1.1 <0.2.0"
amplify_db_common_dart: ">=0.1.2 <0.2.0"
amplify_secure_storage_dart: ">=0.1.3 <0.2.0"
aws_common: ">=0.3.1 <0.4.0"
aws_signature_v4: ">=0.3.0 <0.4.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/api/amplify_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.0-next.1+1

### Fixes
- fix(api): allow setting extra GQL request params from model helpers ([#2423](https://github.com/aws-amplify/amplify-flutter/pull/2423))
- fix(api): fix subscription race condition from previous connection close ([#2405](https://github.com/aws-amplify/amplify-flutter/pull/2405))

## 1.0.0-next.1

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

dependencies:
amplify_api_android: ">=1.0.0-next.1 <1.0.0-next.2"
amplify_api_ios: ">=1.0.0-next.1 <1.0.0-next.2"
amplify_core: ">=1.0.0-next.1 <1.0.0-next.2"
amplify_api_android: ">=1.0.0-next.1+1 <1.0.0-next.2"
amplify_api_ios: ">=1.0.0-next.1+1 <1.0.0-next.2"
amplify_core: ">=1.0.0-next.1+1 <1.0.0-next.2"
amplify_flutter: ">=1.0.0-next.1 <1.0.0-next.2"
async: ^2.8.0
aws_common: ">=0.3.1 <0.4.0"
aws_common: ">=0.3.3 <0.4.0"
collection: ^1.15.0
connectivity_plus: ^2.3.6
flutter:
Expand Down
4 changes: 4 additions & 0 deletions packages/api/amplify_api_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0-next.1+1

- Minor bug fixes and improvements

## 1.0.0-next.1

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

- Minor bug fixes and improvements

## 1.0.0-next.1

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/api/amplify_api_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_api_ios
description: The method channel implementation for amplify_api on iOS
version: 1.0.0-next.1
version: 1.0.0-next.1+1
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/api/amplify_api_ios
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:
flutter: ">=3.0.0"

dependencies:
amplify_core: ">=1.0.0-next.1 <1.0.0-next.2"
amplify_core: ">=1.0.0-next.1+1 <1.0.0-next.2"
flutter:
sdk: flutter

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 @@
## 1.0.0-next.1+1

- Minor bug fixes and improvements

## 1.0.0-next.1

- Minor bug fixes and improvements
Expand Down
12 changes: 6 additions & 6 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: 1.0.0-next.1
version: 1.0.0-next.1+1
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/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_auth_cognito_android: ">=1.0.0-next.1 <1.0.0-next.2"
amplify_auth_cognito_dart: ">=0.2.3 <0.3.0"
amplify_auth_cognito_ios: ">=1.0.0-next.1 <1.0.0-next.2"
amplify_core: ">=1.0.0-next.1 <1.0.0-next.2"
amplify_auth_cognito_android: ">=1.0.0-next.1+1 <1.0.0-next.2"
amplify_auth_cognito_dart: ">=0.2.5 <0.3.0"
amplify_auth_cognito_ios: ">=1.0.0-next.1+1 <1.0.0-next.2"
amplify_core: ">=1.0.0-next.1+1 <1.0.0-next.2"
amplify_flutter: ">=1.0.0-next.1 <1.0.0-next.2"
amplify_secure_storage: ">=0.1.3 <0.2.0"
amplify_secure_storage: ">=0.1.4 <0.2.0"
async: ^2.8.0
flutter:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/auth/amplify_auth_cognito_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0-next.1+1

- Minor bug fixes and improvements

## 1.0.0-next.1

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

### Fixes
- fix(auth): Refresh tokens when either access or ID token expires ([#2401](https://github.com/aws-amplify/amplify-flutter/pull/2401))

## 0.2.4

### Fixes
Expand Down
16 changes: 8 additions & 8 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.2.4
version: 0.2.5
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,11 +9,11 @@ environment:
sdk: ">=2.17.0 <3.0.0"

dependencies:
amplify_core: ">=1.0.0-next.1 <1.0.0-next.2"
amplify_secure_storage_dart: ">=0.1.3 <0.2.0"
amplify_core: ">=1.0.0-next.1+1 <1.0.0-next.2"
amplify_secure_storage_dart: ">=0.1.4 <0.2.0"
async: ^2.8.0
aws_common: ">=0.3.2 <0.4.0"
aws_signature_v4: ">=0.3.0 <0.4.0"
aws_common: ">=0.3.3 <0.4.0"
aws_signature_v4: ">=0.3.1 <0.4.0"
built_collection: ^5.0.0
built_value: ">=8.4.0 <8.5.0"
collection: ^1.15.0
Expand All @@ -27,11 +27,11 @@ dependencies:
meta: ^1.7.0
oauth2: ^2.0.0
path: ^1.8.0
smithy: ">=0.3.0 <0.4.0"
smithy_aws: ">=0.3.0 <0.4.0"
smithy: ">=0.3.1 <0.4.0"
smithy_aws: ">=0.3.1 <0.4.0"
stream_transform: ^2.0.0
uuid: ">=3.0.6 <=3.0.7"
worker_bee: ">=0.1.2 <0.2.0"
worker_bee: ">=0.1.3 <0.2.0"

dev_dependencies:
amplify_lints:
Expand Down
Loading

0 comments on commit 5937542

Please sign in to comment.