Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 2 additions & 40 deletions packages/amplify_authenticator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.1.0 does not imply stable

5 changes: 3 additions & 2 deletions packages/amplify_authenticator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down