From 23a715874dc785ace731f30c3b1ec544ca91b490 Mon Sep 17 00:00:00 2001 From: janithjay Date: Fri, 24 Jul 2026 14:21:02 +0530 Subject: [PATCH] docs: add missing changeset --- .changeset/clever-hats-go.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/clever-hats-go.md diff --git a/.changeset/clever-hats-go.md b/.changeset/clever-hats-go.md new file mode 100644 index 000000000..4fc165a21 --- /dev/null +++ b/.changeset/clever-hats-go.md @@ -0,0 +1,10 @@ +--- +'@asgardeo/react': patch +'@asgardeo/i18n': patch +--- + +Resolve layout and styling issues in B2B components including Organization list, profile, and creation. + +- Add heading and subheading translation keys and support for `title` and `subheading` props in `CreateOrganization`, + `BaseOrganizationList` and `BaseOrganizationProfile` components. +- Improve margins, borders, text alignment, and spacing to resolve layout alignment issues.