Skip to content

Commit

Permalink
chore: ability to register via phone
Browse files Browse the repository at this point in the history
closes #81
  • Loading branch information
zaaakher committed Aug 17, 2024
1 parent f0da40e commit fcad7d9
Show file tree
Hide file tree
Showing 11 changed files with 453 additions and 236 deletions.
7 changes: 7 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hawa-docs

## 0.0.114

### Patch Changes

- Updated dependencies
- @sikka/hawa@0.48.0

## 0.0.113

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hawa-docs",
"version": "0.0.113",
"version": "0.0.114",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sikka/hawa

## 0.48.0

### Minor Changes

- Add `registerTypes` prop to `RegisterForm` to allow mutiple methods of registration
- Improve types in `RegisterForm`
- Update registration schema to include phone input in `RegisterForm`

## 0.47.0

### Minor Changes
Expand Down
Loading

0 comments on commit fcad7d9

Please sign in to comment.