diff --git a/package-lock.json b/package-lock.json index d8b42171..6c2dfa02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12354,7 +12354,7 @@ }, "packages/auth0-acul-react": { "name": "@auth0/auth0-acul-react", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "dependencies": { "@auth0/auth0-acul-js": "1.3.0" diff --git a/packages/auth0-acul-react/.version b/packages/auth0-acul-react/.version index 0408c30b..8b3a0227 100644 --- a/packages/auth0-acul-react/.version +++ b/packages/auth0-acul-react/.version @@ -1 +1 @@ -v1.2.0 \ No newline at end of file +v1.3.0 \ No newline at end of file diff --git a/packages/auth0-acul-react/CHANGELOG.md b/packages/auth0-acul-react/CHANGELOG.md index 58b21132..696ebbad 100644 --- a/packages/auth0-acul-react/CHANGELOG.md +++ b/packages/auth0-acul-react/CHANGELOG.md @@ -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) diff --git a/packages/auth0-acul-react/package.json b/packages/auth0-acul-react/package.json index 3108a5df..224ea96a 100644 --- a/packages/auth0-acul-react/package.json +++ b/packages/auth0-acul-react/package.json @@ -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",