Skip to content

Commit ee19de5

Browse files
committed
chore(version): Bump version
1 parent 9885396 commit ee19de5

File tree

56 files changed

+275
-138
lines changed

Some content is hidden

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

56 files changed

+275
-138
lines changed

packages/amplify/amplify_flutter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.6.4
2+
3+
### Chores
4+
- chore(all): Bump Dart SDK to 3.8.0 ([#6165](https://github.com/aws-amplify/amplify-flutter/pull/6165))
5+
- chore(aws_common): Added IOT Core device service to service list ([#6170](https://github.com/aws-amplify/amplify-flutter/pull/6170))
6+
- chore(amplify_db_common): Update sqlite3-native-library ([#6177](https://github.com/aws-amplify/amplify-flutter/pull/6177))
7+
- chore(auth): remove token query parameters ([#6179](https://github.com/aws-amplify/amplify-flutter/pull/6179))
8+
19
## 2.6.3
210

311
- Minor bug fixes and improvements

packages/amplify/amplify_flutter/pubspec.yaml

Lines changed: 5 additions & 5 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: 2.6.3
3+
version: 2.6.4
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,16 +19,16 @@ platforms:
1919
web:
2020

2121
dependencies:
22-
amplify_core: ">=2.6.2 <2.7.0"
23-
amplify_secure_storage: ">=0.5.10 <0.6.0"
24-
aws_common: ">=0.7.7 <0.8.0"
22+
amplify_core: ">=2.6.4 <2.7.0"
23+
amplify_secure_storage: ">=0.5.11 <0.6.0"
24+
aws_common: ">=0.7.9 <0.8.0"
2525
collection: ^1.18.0
2626
flutter:
2727
sdk: flutter
2828
meta: ^1.16.0
2929

3030
dev_dependencies:
31-
amplify_lints: ">=3.1.2 <3.2.0"
31+
amplify_lints: ">=3.1.3 <3.2.0"
3232
amplify_test:
3333
path: ../../test/amplify_test
3434
build_runner: ^2.4.9

packages/amplify_core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.6.4
2+
3+
### Chores
4+
- chore(all): Bump Dart SDK to 3.8.0 ([#6165](https://github.com/aws-amplify/amplify-flutter/pull/6165))
5+
- chore(auth): remove token query parameters ([#6179](https://github.com/aws-amplify/amplify-flutter/pull/6179))
6+
17
## 2.6.3
28

39
- Minor bug fixes and improvements

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: 2.6.3
3+
version: 2.6.4
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.7.8 <0.8.0"
14-
aws_signature_v4: ">=0.6.6 <0.7.0"
13+
aws_common: ">=0.7.9 <0.8.0"
14+
aws_signature_v4: ">=0.6.7 <0.7.0"
1515
collection: ^1.18.0
1616
graphs: ^2.1.0
1717
intl: ^0.20.2
@@ -24,7 +24,7 @@ dependencies:
2424
web: ^1.1.1
2525

2626
dev_dependencies:
27-
amplify_lints: ">=3.1.2 <3.2.0"
27+
amplify_lints: ">=3.1.3 <3.2.0"
2828
build_runner: ^2.4.9
2929
build_test: ^3.1.1
3030
build_version: ^2.1.1

packages/amplify_datastore/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.6.4
2+
3+
### Chores
4+
- chore(all): Bump Dart SDK to 3.8.0 ([#6165](https://github.com/aws-amplify/amplify-flutter/pull/6165))
5+
16
## 2.6.3
27

38
- Minor bug fixes and improvements

packages/amplify_datastore/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_datastore
22
description: The Amplify Flutter DataStore category plugin, providing a queryable, on-device data store.
3-
version: 2.6.3
3+
version: 2.6.4
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -12,8 +12,8 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
amplify_datastore_plugin_interface: ">=2.6.2 <2.7.0"
16-
amplify_core: ">=2.6.2 <2.7.0"
15+
amplify_datastore_plugin_interface: ">=2.6.3 <2.7.0"
16+
amplify_core: ">=2.6.4 <2.7.0"
1717
plugin_platform_interface: ^2.0.0
1818
meta: ^1.16.0
1919
collection: ^1.18.0

packages/amplify_datastore_plugin_interface/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.6.3
2+
3+
### Chores
4+
- chore(all): Bump Dart SDK to 3.8.0 ([#6165](https://github.com/aws-amplify/amplify-flutter/pull/6165))
5+
16
## 2.6.2
27

38
### Chores

packages/amplify_datastore_plugin_interface/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_datastore_plugin_interface
22
description: The platform interface for the DataStore module of Amplify Flutter.
3-
version: 2.6.2
3+
version: 2.6.3
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore_plugin_interface
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,7 +10,7 @@ environment:
1010
flutter: ">=3.32.0"
1111

1212
dependencies:
13-
amplify_core: ">=2.6.2 <2.7.0"
13+
amplify_core: ">=2.6.4 <2.7.0"
1414
collection: ^1.18.0
1515
flutter:
1616
sdk: flutter

packages/amplify_lints/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.1.3
2+
3+
### Chores
4+
- chore(all): Bump Dart SDK to 3.8.0 ([#6165](https://github.com/aws-amplify/amplify-flutter/pull/6165))
5+
16
## 3.1.2
27

38
### Chores

0 commit comments

Comments
 (0)