From 0be3e48a2896e10eea2f4c74ccc24eb1ddab09bd Mon Sep 17 00:00:00 2001 From: Movin Silva Date: Wed, 22 May 2024 09:01:51 +0530 Subject: [PATCH] chore: :bookmark: add the initial changeset --- .changeset/honest-needles-nail.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .changeset/honest-needles-nail.md diff --git a/.changeset/honest-needles-nail.md b/.changeset/honest-needles-nail.md new file mode 100644 index 00000000..2284da48 --- /dev/null +++ b/.changeset/honest-needles-nail.md @@ -0,0 +1,21 @@ +--- +"@asgardeo/react": minor +"@asgardeo/js": minor +--- + +Initial release of @asgardeo/js and @asgardeo/react + +- Drop in components + + - SignIn + - SignOut + - SignedIn + - SignedOut + +- Custom hooks + + - useAuthentication + - useOn + +- api function calls in js +- branding and i18n support