diff --git a/packages/amplify_authenticator/CHANGELOG.md b/packages/amplify_authenticator/CHANGELOG.md index b8d71cf49d3..e177eddb252 100644 --- a/packages/amplify_authenticator/CHANGELOG.md +++ b/packages/amplify_authenticator/CHANGELOG.md @@ -1,41 +1,3 @@ -## 0.1.0-rc.6 (2022-02-17) +## 0.1.0 (2022-02-24) -- chore: update amplify_flutter dep to >=0.3.0 <0.5.0 (#1361) -- chore: remove support for amplify theme (#1367) - -## 0.1.0-rc.5 (2022-02-04) - -- fix: updates for latest flutter and dart versions (#1333) - -## 0.1.0-rc.4 (2022-01-27) - -### Features - -- Ability to create a custom UI (#1281) -- Ability to protect only a subset of routes (#1281) - -### Fixes - -- Fix bug preventing country code from updating (#1312) - -### Chores - -- Update dependency on amplify_flutter to ^0.3.0 - -## 0.1.0-rc.3 (2022-01-12) - -### Fixes - -- Update dependency on amplify_flutter to ^0.3.0-rc.4 - -## 0.1.0-rc.2 (2022-01-06) - -- Improved support for navigation (#1241) - -## 0.1.0-rc.1 (2021-12-08) - -- Updated README - -## 0.1.0-rc.0 (2021-12-08) - -Initial preview release! Check out the [Getting Started](https://docs.amplify.aws/lib/auth/getting-started/q/platform/flutter/) guide and the [example](https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_authenticator/example) project to learn more. +- Initial stable release of the amplify_authenticator package. See https://ui.docs.amplify.aws/components/authenticator?platform=flutter to get started. diff --git a/packages/amplify_authenticator/pubspec.yaml b/packages/amplify_authenticator/pubspec.yaml index 0b5e58f526c..58ad0727b0e 100644 --- a/packages/amplify_authenticator/pubspec.yaml +++ b/packages/amplify_authenticator/pubspec.yaml @@ -1,7 +1,8 @@ name: amplify_authenticator description: A prebuilt Sign In and Sign Up experience for the Amplify Auth category -version: 0.1.0-rc.6 -homepage: https://github.com/aws-amplify/amplify-flutter/tree/release-candidate/packages/amplify_authenticator/ +version: 0.1.0 +homepage: https://ui.docs.amplify.aws/components/authenticator?platform=flutter +issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues environment: sdk: ">=2.12.0 <3.0.0"