Skip to content

Commit

Permalink
chore(version): Cherry pick - Bump version (#4522)
Browse files Browse the repository at this point in the history
  • Loading branch information
Equartey authored Mar 6, 2024
1 parent c8794c1 commit 82b7676
Show file tree
Hide file tree
Showing 37 changed files with 167 additions and 53 deletions.
17 changes: 17 additions & 0 deletions packages/amplify/amplify_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,33 @@
## 1.7.0

### Features

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

### Fixes

- fix: `google.crypto.tink` version constraint ([#4434](https://github.com/aws-amplify/amplify-flutter/pull/4434))

### Chores

- chore(datastore): Amplify Swift version bump to 1.30.7 ([#4454](https://github.com/aws-amplify/amplify-flutter/pull/4454))

## 1.6.1

### Fixes

- fix(api): GraphQL Model Helpers support lowercase model names #4143 (#4144)
- fix(core): pub docs ([#4049](https://github.com/aws-amplify/amplify-flutter/pull/4049))
- fix(datastore): emit observeQuery snapshot when model create mutation results in an updated model ([#4084](https://github.com/aws-amplify/amplify-flutter/pull/4084))

## 1.6.0

### Features

- feat: rename sendUserAttributeVerificationCode ([#3759](https://github.com/aws-amplify/amplify-flutter/pull/3759))

### Fixes

- fix(analytics): allow nullable userProfile
- fix(pub): ignore templates folder during analysis ([#4009](https://github.com/aws-amplify/amplify-flutter/pull/4009))
- fix: remove exception during token timeout ([#3939](https://github.com/aws-amplify/amplify-flutter/pull/3939))
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: 1.6.1
version: 1.7.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: ">=1.6.0 <1.7.0"
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"
collection: ^1.15.0
Expand Down
19 changes: 19 additions & 0 deletions packages/amplify_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
## 1.7.0

### Features

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

### Fixes

- fix: `google.crypto.tink` version constraint ([#4434](https://github.com/aws-amplify/amplify-flutter/pull/4434))

### Chores

- chore(datastore): Amplify Swift version bump to 1.30.7 ([#4454](https://github.com/aws-amplify/amplify-flutter/pull/4454))

## 1.6.3

### Fixes

- fix(auth): forget local device only if matches ([#4060](https://github.com/aws-amplify/amplify-flutter/pull/4060))
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
- fix: Bumped drift to ">=2.14.0 <2.15.0" and drift_dev to ">=2.14.0 <2.15.0".
Expand All @@ -9,21 +24,25 @@
## 1.6.2

### Fixes

- fix(api): GraphQL Model Helpers support lowercase model names #4143 (#4144)
- fix(core): pub docs ([#4049](https://github.com/aws-amplify/amplify-flutter/pull/4049))
- fix(datastore): emit observeQuery snapshot when model create mutation results in an updated model ([#4084](https://github.com/aws-amplify/amplify-flutter/pull/4084))

## 1.6.1

### Fixes

- fix(core): pub docs ([#4049](https://github.com/aws-amplify/amplify-flutter/pull/4049))

## 1.6.0

### Features

- feat: rename sendUserAttributeVerificationCode ([#3759](https://github.com/aws-amplify/amplify-flutter/pull/3759))

### Fixes

- fix(analytics): allow nullable userProfile
- fix(auth): use loadCredentials to check login state
- fix(pub): ignore templates folder during analysis ([#4009](https://github.com/aws-amplify/amplify-flutter/pull/4009))
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.

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.6.3
version: 1.7.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
27 changes: 23 additions & 4 deletions packages/amplify_datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.7.0

- chore(datastore): Amplify Swift version bump to 1.30.7 ([#4454](https://github.com/aws-amplify/amplify-flutter/pull/4454))

## 1.6.0

- Minor bug fixes and improvements
Expand All @@ -17,11 +21,13 @@
## 1.4.0

### Fixes

- fix(datastore): Use platform thread ([#3607](https://github.com/aws-amplify/amplify-flutter/pull/3607))

## 1.3.4

### Fixes

- fix(datastore): Pin `Starscream`

## 1.3.3
Expand All @@ -31,17 +37,20 @@
## 1.3.2

### Fixes

- fix(datastore): Custom list serde ([#3544](https://github.com/aws-amplify/amplify-flutter/pull/3544))

## 1.3.1

### Fixes

- fix(datastore): hot restart ([#3497](https://github.com/aws-amplify/amplify-flutter/pull/3497))
- fix(datastore): make event history list thread safe ([#3509](https://github.com/aws-amplify/amplify-flutter/pull/3509))

## 1.3.0

### Features

- feat(datastore): Adds DataStoreHubEventType to DataStoreHubEvents ([#3454](https://github.com/aws-amplify/amplify-flutter/pull/3454))

### Chores
Expand All @@ -59,27 +68,31 @@
## 1.1.0-supports-only-mobile+1

### Fixes

- fix(datastore): support nested predicates for observe and observeQuery ([#3029](https://github.com/aws-amplify/amplify-flutter/pull/3029))

## 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+1

### Fixes

- fix(repo): Flutter 3.3 support

## 1.0.0-supports-only-mobile.0

Version 1 of the Amplify libraries have been released to support all the platforms Flutter supports.
When interacting with GraphQL APIs, use the API category for all platforms or DataStore for iOS and Android.
This is because we retained DataStore on the original Android & iOS implementation. We’re
looking to bring data synchronization and offline-first experiences to the web and desktop in the
Version 1 of the Amplify libraries have been released to support all the platforms Flutter supports.
When interacting with GraphQL APIs, use the API category for all platforms or DataStore for iOS and Android.
This is because we retained DataStore on the original Android & iOS implementation. We’re
looking to bring data synchronization and offline-first experiences to the web and desktop in the
future and would love to get your feedback on [this GitHub issue](https://github.com/aws-amplify/amplify-flutter/issues/234).

As always, you can find us on [GitHub](https://github.com/aws-amplify/amplify-flutter/) and
Expand All @@ -96,11 +109,13 @@ As always, you can find us on [GitHub](https://github.com/aws-amplify/amplify-fl
## 1.0.0-next.7

### Fixes

- fix(android): Bump Amplify Android to 2.4.1
- fix(datastore): support use of java8 features in the example App
- fix(ios): Bump Amplify iOS to 1.29.1

### Breaking Changes

- chore(datastore)!: Reorganize + import cleanup ([#2760](https://github.com/aws-amplify/amplify-flutter/pull/2760))

## 1.0.0-next.6
Expand All @@ -114,11 +129,13 @@ As always, you can find us on [GitHub](https://github.com/aws-amplify/amplify-fl
## 1.0.0-next.4

### Fixes

- fix(datastore): prevent unhandled exception crashing App rebuilding sync expression

## 1.0.0-next.3

### Breaking Changes

- refactor(core)!: Migrate exception types

## 1.0.0-next.2
Expand All @@ -128,13 +145,15 @@ As always, you can find us on [GitHub](https://github.com/aws-amplify/amplify-fl
## 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

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.6.0
version: 1.7.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.6.0 <1.7.0"
amplify_core: ">=1.6.0 <1.7.0"
amplify_datastore_plugin_interface: ">=1.7.0 <1.8.0"
amplify_core: ">=1.7.0 <1.8.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 @@
## 1.7.0

- Minor bug fixes and improvements

## 1.6.1

### Fixes
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.6.1
version: 1.7.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.10.0"

dependencies:
amplify_core: ">=1.6.2 <1.7.0"
amplify_core: ">=1.7.0 <1.8.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 @@
## 1.7.0

- Minor bug fixes and improvements

## 1.6.3

### Fixes
Expand Down
6 changes: 3 additions & 3 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.6.3
version: 1.7.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,8 +19,8 @@ platforms:
web:

dependencies:
amplify_analytics_pinpoint_dart: ">=0.3.6 <0.4.0"
amplify_core: ">=1.6.2 <1.7.0"
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"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.7

- Minor bug fixes and improvements

## 0.3.6

### Fixes
Expand Down

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.3.6
version: 0.3.7
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.0.0

dependencies:
amplify_core: ">=1.6.2 <1.7.0"
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"
Expand Down
5 changes: 5 additions & 0 deletions packages/api/amplify_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.7.0

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

## 1.6.2

### Fixes
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: 1.6.2
version: 1.7.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.3.4 <0.4.0"
amplify_core: ">=1.6.2 <1.7.0"
amplify_flutter: ">=1.6.1 <1.7.0"
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"
connectivity_plus: ">=4.0.1 <6.0.0"
flutter:
sdk: flutter
Expand Down
5 changes: 5 additions & 0 deletions packages/api/amplify_api_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.0

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

## 0.3.4

### Fixes
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.3.4
version: 0.4.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.0.0

dependencies:
amplify_core: ">=1.6.0 <1.7.0"
amplify_core: ">=1.7.0 <1.8.0"
async: ^2.10.0
aws_common: ">=0.6.0 <0.7.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 @@
## 1.7.0

- Minor bug fixes and improvements

## 1.6.2

### Fixes
Expand Down
Loading

0 comments on commit 82b7676

Please sign in to comment.