Skip to content

Commit

Permalink
chore(version): bump version and update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson committed Apr 30, 2024
1 parent febeb77 commit 7af2f56
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/aws_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.6.5

### Fixes
- fix: properly handle 16-bit code units ([#4717](https://github.com/aws-amplify/amplify-flutter/pull/4717))

## 0.6.4

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/aws_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: aws_common
description: Common types and utilities used across AWS and Amplify packages.
version: 0.6.4
version: 0.6.5
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/aws_common
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
4 changes: 4 additions & 0 deletions packages/secure_storage/amplify_secure_storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.4

- Add Apple privacy manifest file ([#4794](https://github.com/aws-amplify/amplify-flutter/pull/4794))

## 0.4.3

### Features
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_secure_storage
description: A package for storing secrets, intended for use in Amplify libraries.
version: 0.4.3
version: 0.4.4
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/secure_storage/amplify_secure_storage
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down

0 comments on commit 7af2f56

Please sign in to comment.