Skip to content

Commit 6b9882c

Browse files
authored
chore(version): v1 Release (#2876)
* chore(version): Bump version Stable v1 release! 🎉 Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee * chore(notifications): Fix pana issues * Update DataStore spiel
1 parent 8feee45 commit 6b9882c

File tree

70 files changed

+462
-152
lines changed

Some content is hidden

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

70 files changed

+462
-152
lines changed

packages/amplify/amplify_flutter/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.0.0
2+
3+
We are thrilled to release version 1.0 of the Amplify Flutter libraries!
4+
5+
This release introduces a full rewrite of the Amplify libraries in Dart, allowing you to build AWS cloud-connected
6+
applications on every platform Flutter supports (iOS, Android, Web, macOS, Windows, and Linux).
7+
8+
If you've been using v0 in production, you can now safely migrate to v1. Check out our
9+
[migration guide](https://docs.amplify.aws/lib/project-setup/upgrade-guide/q/platform/flutter/) for
10+
more information.
11+
12+
As always, you can find us on [GitHub](https://github.com/aws-amplify/amplify-flutter/) and
13+
[Discord](https://discord.gg/jWVbPfC) to answer any questions.
14+
115
## 1.0.0-next.8+1
216

317
### Features

packages/amplify/amplify_flutter/pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_flutter
22
description: The top level Flutter package for the AWS Amplify libraries.
3-
version: 1.0.0-next.8+1
3+
version: 1.0.0
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify/amplify_flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -19,19 +19,19 @@ platforms:
1919
web:
2020

2121
dependencies:
22-
amplify_core: ">=1.0.0-next.8+1 <1.0.0-next.9"
23-
amplify_datastore_plugin_interface: ">=1.0.0-next.8+1 <1.0.0-next.9"
24-
amplify_flutter_android: ">=1.0.0-next.8 <1.0.0-next.9"
25-
amplify_flutter_ios: ">=1.0.0-next.8+1 <1.0.0-next.9"
26-
amplify_secure_storage: ">=0.3.0 <0.4.0"
27-
aws_common: ">=0.4.2+3 <0.5.0"
22+
amplify_core: ">=1.0.0 <1.1.0"
23+
amplify_datastore_plugin_interface: ">=1.0.0 <1.1.0"
24+
amplify_flutter_android: ">=1.0.0 <1.1.0"
25+
amplify_flutter_ios: ">=1.0.0 <1.1.0"
26+
amplify_secure_storage: ">=0.3.0+3 <0.4.0"
27+
aws_common: ">=0.4.2+4 <0.5.0"
2828
collection: ^1.15.0
2929
flutter:
3030
sdk: flutter
3131
meta: ^1.7.0
3232

3333
dev_dependencies:
34-
amplify_lints: ">=2.0.2 <2.1.0"
34+
amplify_lints: ">=2.0.3 <2.1.0"
3535
amplify_test:
3636
path: ../../test/amplify_test
3737
build_runner: ^2.0.0

packages/amplify/amplify_flutter_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0
2+
3+
- Stable v1 release
4+
15
## 1.0.0-next.8
26

37
- Minor bug fixes and improvements

packages/amplify/amplify_flutter_android/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_flutter_android
22
description: The method channel implementation for amplify_flutter on Android
3-
version: 1.0.0-next.8
3+
version: 1.0.0
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify/amplify_flutter_android
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -14,7 +14,7 @@ dependencies:
1414
sdk: flutter
1515

1616
dev_dependencies:
17-
amplify_lints: ">=2.0.2 <2.1.0"
17+
amplify_lints: ">=2.0.3 <2.1.0"
1818
flutter_test:
1919
sdk: flutter
2020

packages/amplify/amplify_flutter_ios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0
2+
3+
- Stable v1 release
4+
15
## 1.0.0-next.8+1
26

37
- Minor bug fixes and improvements

packages/amplify/amplify_flutter_ios/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_flutter_ios
22
description: The method channel implementation for amplify_flutter on iOS
3-
version: 1.0.0-next.8+1
3+
version: 1.0.0
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify/amplify_flutter_ios
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,12 +10,12 @@ environment:
1010
flutter: ">=3.3.0"
1111

1212
dependencies:
13-
amplify_core: ">=1.0.0-next.8 <1.0.0-next.9"
13+
amplify_core: ">=1.0.0 <1.1.0"
1414
flutter:
1515
sdk: flutter
1616

1717
dev_dependencies:
18-
amplify_lints: ">=2.0.2 <2.1.0"
18+
amplify_lints: ">=2.0.3 <2.1.0"
1919
flutter_test:
2020
sdk: flutter
2121

packages/amplify_core/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.0.0
2+
3+
We are thrilled to release version 1.0 of the Amplify Flutter libraries!
4+
5+
This release introduces a full rewrite of the Amplify libraries in Dart, allowing you to build AWS cloud-connected
6+
applications on every platform Flutter supports (iOS, Android, Web, macOS, Windows, and Linux).
7+
8+
If you've been using v0 in production, you can now safely migrate to v1. Check out our
9+
[migration guide](https://docs.amplify.aws/lib/project-setup/upgrade-guide/q/platform/flutter/) for
10+
more information.
11+
12+
As always, you can find us on [GitHub](https://github.com/aws-amplify/amplify-flutter/) and
13+
[Discord](https://discord.gg/jWVbPfC) to answer any questions.
14+
115
## 1.0.0-next.8+1
216

317
### Features

packages/amplify_core/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amplify_core/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_core
22
description: The base package containing common types and utilities that are shared across the Amplify Flutter packages.
3-
version: 1.0.0-next.8+1
3+
version: 1.0.0
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_core
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,8 +10,8 @@ environment:
1010

1111
dependencies:
1212
async: ^2.10.0
13-
aws_common: ">=0.4.2+3 <0.5.0"
14-
aws_signature_v4: ">=0.3.1+5 <0.4.0"
13+
aws_common: ">=0.4.2+4 <0.5.0"
14+
aws_signature_v4: ">=0.3.1+6 <0.4.0"
1515
collection: ^1.15.0
1616
intl: ">=0.17.0 <1.0.0"
1717
json_annotation: ">=4.8.0 <4.9.0"
@@ -22,7 +22,7 @@ dependencies:
2222
uuid: ">=3.0.6 <=3.0.7"
2323

2424
dev_dependencies:
25-
amplify_lints: ">=2.0.2 <2.1.0"
25+
amplify_lints: ">=2.0.3 <2.1.0"
2626
build_runner: ^2.0.0
2727
build_test: ^2.1.5
2828
build_version: ^2.1.1

packages/amplify_datastore/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.0.0-supports-only-mobile.0
2+
3+
Version 1 of the Amplify libraries have been released to support all the platforms Flutter supports.
4+
When interacting with GraphQL APIs, use the API category for all platforms or DataStore for iOS and Android.
5+
This is because we retained DataStore on the original Android & iOS implementation. We’re
6+
looking to bring data synchronization and offline-first experiences to the web and desktop in the
7+
future and would love to get your feedback on [this GitHub issue](https://github.com/aws-amplify/amplify-flutter/issues/234).
8+
9+
As always, you can find us on [GitHub](https://github.com/aws-amplify/amplify-flutter/) and
10+
[Discord](https://discord.gg/jWVbPfC) to answer any questions you may have.
11+
112
## 1.0.0-next.8+1
213

314
- Minor bug fixes and improvements

0 commit comments

Comments
 (0)