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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/auth0-acul-react/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.0
v1.3.0
9 changes: 9 additions & 0 deletions packages/auth0-acul-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [auth0-acul-react-v1.3.0](https://github.com/auth0/universal-login/tree/auth0-acul-react-v1.3.0) (2026-04-28)
[Full Changelog](https://github.com/auth0/universal-login/compare/auth0-acul-react-v1.2.0...auth0-acul-react-v1.3.0)

**Added**
- feat: add doNotShowAgain support to passkey-enrollment screen [\#330](https://github.com/auth0/universal-login/pull/330) ([amitsingh05667](https://github.com/amitsingh05667))
- Expose email on reset-password-email screen data [\#329](https://github.com/auth0/universal-login/pull/329) ([v-nemeth](https://github.com/v-nemeth))
- fix: add PasswordComplexityPolicy export to common interface [\#326](https://github.com/auth0/universal-login/pull/326) ([ankita10119](https://github.com/ankita10119))
- feat: add support for flexible password policy [\#323](https://github.com/auth0/universal-login/pull/323) ([ankita10119](https://github.com/ankita10119))

## [auth0-acul-react-v1.2.0](https://github.com/auth0/universal-login/tree/auth0-acul-react-v1.2.0) (2026-01-12)
[Full Changelog](https://github.com/auth0/universal-login/compare/auth0-acul-react-v1.1.0...auth0-acul-react-v1.2.0)

Expand Down
2 changes: 1 addition & 1 deletion packages/auth0-acul-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auth0/auth0-acul-react",
"version": "1.2.0",
"version": "1.3.0",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
Expand Down
Loading