Skip to content

Commit ac6721e

Browse files
chore(version): cherry pick version bump (#4802)
chore(version): bump version and update changelogs
1 parent 5d7fd16 commit ac6721e

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

packages/aws_common/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.6.5
2+
3+
### Fixes
4+
- fix: properly handle 16-bit code units ([#4717](https://github.com/aws-amplify/amplify-flutter/pull/4717))
5+
16
## 0.6.4
27

38
### Features

packages/aws_common/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: aws_common
22
description: Common types and utilities used across AWS and Amplify packages.
3-
version: 0.6.4
3+
version: 0.6.5
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/aws_common
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/secure_storage/amplify_secure_storage/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.4
2+
3+
- Add Apple privacy manifest file ([#4794](https://github.com/aws-amplify/amplify-flutter/pull/4794))
4+
15
## 0.4.3
26

37
### Features

packages/secure_storage/amplify_secure_storage/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_secure_storage
22
description: A package for storing secrets, intended for use in Amplify libraries.
3-
version: 0.4.3
3+
version: 0.4.4
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/secure_storage/amplify_secure_storage
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

0 commit comments

Comments
 (0)