chore: add missing changeset for B2B styling and layout fixes#537
Conversation
🦋 Changeset detectedThe changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. |
📝 WalkthroughWalkthroughThe changeset schedules patch releases for ChangesB2B UI release metadata
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.changeset/clever-hats-go.md:
- Around line 8-9: Correct the changeset description to remove the claim that
CreateOrganization supports a subheading prop, while retaining the supported
title prop and the subheading support claims for BaseOrganizationList and
BaseOrganizationProfile.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 8471a11a-bb7e-495c-9c80-15388dd6548c
📒 Files selected for processing (1)
.changeset/clever-hats-go.md
| - Add heading and subheading translation keys and support for `title` and `subheading` props in `CreateOrganization`, | ||
| `BaseOrganizationList` and `BaseOrganizationProfile` components. |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Correct the CreateOrganization API claim.
The supplied BaseCreateOrganization implementation supports title, but its subheading remains hardcoded and no subheading prop is consumed. Either implement that prop before release or remove “and subheading props” from this changeset description.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In @.changeset/clever-hats-go.md around lines 8 - 9, Correct the changeset
description to remove the claim that CreateOrganization supports a subheading
prop, while retaining the supported title prop and the subheading support claims
for BaseOrganizationList and BaseOrganizationProfile.
Purpose
This PR adds the missing changeset file for the styling and layout fixes introduced #536. The changeset targets both
@asgardeo/reactand@asgardeo/i18nwith patch version bumps.The B2B component styling improvements and translation keys were merged in #536 without an accompanying changeset. This changeset is required to trigger version bumps and release automation for,
Related Issues
Related PRs
Checklist
Security checks
Summary by CodeRabbit
Bug Fixes
Enhancements