Skip to content

Commit d86d8d9

Browse files
authored
Merge pull request #1950 from dnys1/chore/next/release-prep
chore(version): 1.0.0-next.0
2 parents f3a85e3 + 4794882 commit d86d8d9

File tree

323 files changed

+1545
-1267
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

323 files changed

+1545
-1267
lines changed

.github/dependabot.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ updates:
8383
directory: "packages/analytics/amplify_analytics_pinpoint_ios/example/"
8484
schedule:
8585
interval: "daily"
86-
- package-ecosystem: "pub"
87-
directory: "packages/analytics/amplify_analytics_plugin_interface/"
88-
schedule:
89-
interval: "daily"
9086
- package-ecosystem: "pub"
9187
directory: "packages/api/amplify_api/"
9288
schedule:

example/pubspec.yaml

Lines changed: 7 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,26 @@
11
name: sample_app
2-
description: A new Flutter application.
3-
4-
# The following line prevents the package from being accidentally published to
5-
# pub.dev using `flutter pub publish`. This is preferred for private packages.
6-
publish_to: "none" # Remove this line if you wish to publish to pub.dev
7-
8-
# The following defines the version and build number for your application.
9-
# A version number is three numbers separated by dots, like 1.2.43
10-
# followed by an optional build number separated by a +.
11-
# Both the version and the builder number may be overridden in flutter
12-
# build by specifying --build-name and --build-number, respectively.
13-
# In Android, build-name is used as versionName while build-number used as versionCode.
14-
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
15-
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
16-
# Read more about iOS versioning at
17-
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 1.0.0+1
2+
description: An example app which uses the Amplify Flutter libraries.
3+
publish_to: none
194

205
environment:
216
sdk: ">=2.17.0 <3.0.0"
227
flutter: ">=3.0.0"
238

249
dependencies:
10+
amplify_flutter: 1.0.0-next.0
11+
amplify_analytics_pinpoint: 1.0.0-next.0
12+
amplify_auth_cognito: 1.0.0-next.0
13+
amplify_storage_s3: 1.0.0-next.0
14+
file_picker: ^5.0.0
2515
flutter:
2616
sdk: flutter
27-
file_picker: ^5.0.0
28-
amplify_flutter: 0.5.0
29-
amplify_analytics_pinpoint: 0.5.0
30-
amplify_auth_cognito: 0.5.0
31-
amplify_storage_s3: 0.5.0
32-
# The following adds the Cupertino Icons font to your application.
33-
# Use with the CupertinoIcons class for iOS style icons.
34-
cupertino_icons: ^0.1.3
3517

3618
dev_dependencies:
3719
flutter_test:
3820
sdk: flutter
3921

40-
# For information on the generic Dart part of this file, see the
41-
# following page: https://dart.dev/tools/pub/pubspec
42-
43-
# The following section is specific to Flutter.
4422
flutter:
45-
# The following line ensures that the Material Icons font is
46-
# included with your application, so that you can use the icons in
47-
# the material Icons class.
4823
uses-material-design: true
4924

50-
# To add assets to your application, add an assets section, like this:
5125
assets:
5226
- images/image.png
53-
# - images/a_dot_ham.jpeg
54-
55-
# An image asset can refer to one or more resolution-specific "variants", see
56-
# https://flutter.dev/assets-and-images/#resolution-aware.
57-
58-
# For details regarding adding assets from package dependencies, see
59-
# https://flutter.dev/assets-and-images/#from-packages
60-
61-
# To add custom fonts to your application, add a fonts section here,
62-
# in this "flutter" section. Each entry in this list should have a
63-
# "family" key with the font family name, and a "fonts" key with a
64-
# list giving the asset and other descriptors for the font. For
65-
# example:
66-
# fonts:
67-
# - family: Schyler
68-
# fonts:
69-
# - asset: fonts/Schyler-Regular.ttf
70-
# - asset: fonts/Schyler-Italic.ttf
71-
# style: italic
72-
# - family: Trajan Pro
73-
# fonts:
74-
# - asset: fonts/TrajanPro.ttf
75-
# - asset: fonts/TrajanPro_Bold.ttf
76-
# weight: 700
77-
#
78-
# For details regarding fonts from package dependencies,
79-
# see https://flutter.dev/custom-fonts/#from-packages

packages/aft/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ environment:
99
dependencies:
1010
args: ^2.3.0
1111
async: ^2.9.0
12-
aws_common: ^0.1.0
12+
aws_common: ^0.2.0
1313
checked_yaml: ^2.0.0
1414
cli_util: ^0.3.5
1515
collection: ^1.16.0
1616
git: ^2.0.0
17-
json_annotation: ^4.4.0
17+
json_annotation: ^4.6.0
1818
path: any
1919
pub_semver: ^2.1.1
2020
pubspec_parse: ^1.2.0
@@ -28,7 +28,7 @@ dev_dependencies:
2828
amplify_lints:
2929
path: ../amplify_lints
3030
build_runner: ^2.0.0
31-
json_serializable: ^6.1.0
31+
json_serializable: ^6.3.0
3232
test: ^1.16.0
3333

3434
executables:

packages/amplify/amplify_flutter/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.0.0-next.0 (2022-08-02)
2+
3+
Initial developer preview release for all platforms.
4+
5+
### Developer Preview
6+
7+
The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is **not** intended for production usage. Please follow our [Web](https://github.com/aws-amplify/amplify-flutter/issues/234) and [Desktop](https://github.com/aws-amplify/amplify-flutter/issues/133) support tickets to monitor the status of supported categories. We will be releasing Web and Desktop support for all Amplify categories incrementally.
8+
9+
For production use cases please use the latest, non-tagged versions of amplify-flutter packages from `pub.dev`. They offer a stable, production-ready experience for Android and iOS.
10+
111
## 0.5.0 (2022-05-17)
212

313
### Breaking Changes

packages/amplify/amplify_flutter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The top level module for Amplify Flutter.
44

55
## Developer Preview
66

7-
This package version is part of our developer preview for mobile, web and desktop platforms. It is not intended for production usage.
7+
The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is **not** intended for production usage. Please follow our [Web](https://github.com/aws-amplify/amplify-flutter/issues/234) and [Desktop](https://github.com/aws-amplify/amplify-flutter/issues/133) support tickets to monitor the status of supported categories. We will be releasing Web and Desktop support for all Amplify categories incrementally.
88

99
For production use cases please use the latest, non-tagged versions of amplify-flutter packages from `pub.dev`. They offer a stable, production-ready experience for Android and iOS.
1010

packages/amplify/amplify_flutter/pubspec.yaml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,40 @@
11
name: amplify_flutter
22
description: The top level Flutter package for the AWS Amplify libraries.
3-
version: 0.5.0
4-
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify/amplify_flutter
3+
version: 1.0.0-next.0
4+
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
5+
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/amplify/amplify_flutter
6+
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
57

68
environment:
79
sdk: ">=2.17.0 <3.0.0"
810
flutter: ">=3.0.0"
911

1012
dependencies:
11-
amplify_core: 0.5.0
12-
amplify_datastore_plugin_interface: 0.5.0
13-
amplify_flutter_android: 0.5.0
14-
amplify_flutter_ios: 0.5.0
13+
amplify_core: 1.0.0-next.0
14+
amplify_datastore_plugin_interface: 1.0.0-next.0
15+
amplify_flutter_android: 1.0.0-next.0
16+
amplify_flutter_ios: 1.0.0-next.0
1517
amplify_secure_storage: 0.1.0
16-
aws_common: ^0.1.0
18+
aws_common: ^0.2.0
1719
collection: ^1.15.0
1820
flutter:
1921
sdk: flutter
2022
meta: ^1.7.0
2123
plugin_platform_interface: ^2.0.0
2224

2325
dev_dependencies:
24-
amplify_analytics_pinpoint: 0.5.0
25-
amplify_api: 0.5.0
26-
amplify_auth_cognito: 0.5.0
27-
amplify_datastore: 0.5.0
26+
amplify_analytics_pinpoint: 1.0.0-next.0
27+
amplify_api: 1.0.0-next.0
28+
amplify_auth_cognito: 1.0.0-next.0
29+
amplify_datastore: 1.0.0-next.0
2830
amplify_lints: ^2.0.0
29-
amplify_storage_s3: 0.5.0
31+
amplify_storage_s3: 1.0.0-next.0
3032
amplify_test:
3133
path: ../../amplify_test
3234
build_runner: ^2.0.0
3335
flutter_test:
3436
sdk: flutter
35-
json_serializable: ^6.1.0
37+
json_serializable: ^6.3.0
3638

3739
flutter:
3840
plugin:

packages/amplify/amplify_flutter_android/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.0.0-next.0 (2022-08-02)
2+
3+
Initial developer preview release for all platforms.
4+
5+
### Developer Preview
6+
7+
The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is **not** intended for production usage. Please follow our [Web](https://github.com/aws-amplify/amplify-flutter/issues/234) and [Desktop](https://github.com/aws-amplify/amplify-flutter/issues/133) support tickets to monitor the status of supported categories. We will be releasing Web and Desktop support for all Amplify categories incrementally.
8+
9+
For production use cases please use the latest, non-tagged versions of amplify-flutter packages from `pub.dev`. They offer a stable, production-ready experience for Android and iOS.
10+
111
## 0.5.0 (2022-05-17)
212

313
### Breaking Changes

packages/amplify/amplify_flutter_android/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The method channel implementation for amplify_flutter on Android
44

55
## Developer Preview
66

7-
This package version is part of our developer preview for mobile, web and desktop platforms. It is not intended for production usage.
7+
The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is **not** intended for production usage. Please follow our [Web](https://github.com/aws-amplify/amplify-flutter/issues/234) and [Desktop](https://github.com/aws-amplify/amplify-flutter/issues/133) support tickets to monitor the status of supported categories. We will be releasing Web and Desktop support for all Amplify categories incrementally.
88

99
For production use cases please use the latest, non-tagged versions of amplify-flutter packages from `pub.dev`. They offer a stable, production-ready experience for Android and iOS.
1010

packages/amplify/amplify_flutter_android/pubspec.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: amplify_flutter_android
22
description: The method channel implementation for amplify_flutter on Android
3-
version: 0.5.0
4-
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify/amplify_flutter_android
3+
version: 1.0.0-next.0
4+
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
5+
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/amplify/amplify_flutter_android
6+
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
57

68
environment:
79
sdk: ">=2.17.0 <3.0.0"

packages/amplify/amplify_flutter_ios/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.0.0-next.0 (2022-08-02)
2+
3+
Initial developer preview release for all platforms.
4+
5+
### Developer Preview
6+
7+
The Amplify Flutter libraries are being rewritten in Dart. This version is part of our developer preview for all platforms and is **not** intended for production usage. Please follow our [Web](https://github.com/aws-amplify/amplify-flutter/issues/234) and [Desktop](https://github.com/aws-amplify/amplify-flutter/issues/133) support tickets to monitor the status of supported categories. We will be releasing Web and Desktop support for all Amplify categories incrementally.
8+
9+
For production use cases please use the latest, non-tagged versions of amplify-flutter packages from `pub.dev`. They offer a stable, production-ready experience for Android and iOS.
10+
111
## 0.5.0 (2022-05-17)
212

313
### Breaking Changes

0 commit comments

Comments
 (0)