[Release] [GitHub Action] Update package versions - #570
Merged
Conversation
DonOmalVindula
approved these changes
Sep 8, 2026
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (19)
📝 WalkthroughWalkthroughThe pull request updates package versions and changelogs for federated-profile support and related dependency releases across the Asgardeo package set. It also removes the pending changeset file. ChangesRelease metadata propagation
Estimated code review effort: 1 (Trivial) | ~5 minutes ✨ 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@asgardeo/browser@0.7.16
Patch Changes
[
9a156a9]:@asgardeo/express@0.0.87
Patch Changes
@asgardeo/i18n@0.4.10
Patch Changes
#569
9a156a9Thanks@DonOmalVindula! - Render a read-only profile for users whose attributes are
owned by an identity provider.
Asgardeo rejects attribute updates for accounts provisioned from a social or enterprise connection, so the profile
used to offer edit controls that always failed with a raw SCIM error.
<UserProfile />acceptseditable="auto"in React and Next.js. On Asgardeo it looks up the signed-in user'sfederated associations and, when the account is linked to a connection, renders the profile read-only with a short
note naming the provider. On WSO2 Identity Server, where the same updates succeed, the profile stays editable.
<UserDropdown />forwardseditableto the profile it opens from "Manage profile", so the modal follows the samerule as the page.
BaseUserProfileaccepts a predicate foreditable, so applications can decide per user without any lookup, and areadOnlyNoteto explain why editing is unavailable.read-only for the rest of the session. The Next.js
<UserProfile />previously ignored update failures entirely.getMeFederatedAssociationsin@asgardeo/javascriptand@asgardeo/react, plus thesignup-style textsuser.profile.readonly.federatedanduser.profile.update.not.allowed.errorin all i18n bundles.While
autois resolving, the profile shows a loading state rather than edit controls it may have to take away;BaseUserProfilenow renders that state wheneverisLoadingis set, in both inline and popup modes. In popup modethe lookup is deferred until the profile is actually opened.
@asgardeo/javascript@0.23.6
Patch Changes
#569
9a156a9Thanks@DonOmalVindula! - Render a read-only profile for users whose attributes are
owned by an identity provider.
Asgardeo rejects attribute updates for accounts provisioned from a social or enterprise connection, so the profile
used to offer edit controls that always failed with a raw SCIM error.
<UserProfile />acceptseditable="auto"in React and Next.js. On Asgardeo it looks up the signed-in user'sfederated associations and, when the account is linked to a connection, renders the profile read-only with a short
note naming the provider. On WSO2 Identity Server, where the same updates succeed, the profile stays editable.
<UserDropdown />forwardseditableto the profile it opens from "Manage profile", so the modal follows the samerule as the page.
BaseUserProfileaccepts a predicate foreditable, so applications can decide per user without any lookup, and areadOnlyNoteto explain why editing is unavailable.read-only for the rest of the session. The Next.js
<UserProfile />previously ignored update failures entirely.getMeFederatedAssociationsin@asgardeo/javascriptand@asgardeo/react, plus thesignup-style textsuser.profile.readonly.federatedanduser.profile.update.not.allowed.errorin all i18n bundles.While
autois resolving, the profile shows a loading state rather than edit controls it may have to take away;BaseUserProfilenow renders that state wheneverisLoadingis set, in both inline and popup modes. In popup modethe lookup is deferred until the profile is actually opened.
Updated dependencies
[
9a156a9]:@asgardeo/nextjs@0.3.35
Patch Changes
#569
9a156a9Thanks@DonOmalVindula! - Render a read-only profile for users whose attributes are
owned by an identity provider.
Asgardeo rejects attribute updates for accounts provisioned from a social or enterprise connection, so the profile
used to offer edit controls that always failed with a raw SCIM error.
<UserProfile />acceptseditable="auto"in React and Next.js. On Asgardeo it looks up the signed-in user'sfederated associations and, when the account is linked to a connection, renders the profile read-only with a short
note naming the provider. On WSO2 Identity Server, where the same updates succeed, the profile stays editable.
<UserDropdown />forwardseditableto the profile it opens from "Manage profile", so the modal follows the samerule as the page.
BaseUserProfileaccepts a predicate foreditable, so applications can decide per user without any lookup, and areadOnlyNoteto explain why editing is unavailable.read-only for the rest of the session. The Next.js
<UserProfile />previously ignored update failures entirely.getMeFederatedAssociationsin@asgardeo/javascriptand@asgardeo/react, plus thesignup-style textsuser.profile.readonly.federatedanduser.profile.update.not.allowed.errorin all i18n bundles.While
autois resolving, the profile shows a loading state rather than edit controls it may have to take away;BaseUserProfilenow renders that state wheneverisLoadingis set, in both inline and popup modes. In popup modethe lookup is deferred until the profile is actually opened.
Updated dependencies
[
9a156a9]:@asgardeo/node@0.0.88
Patch Changes
[
9a156a9]:@asgardeo/nuxt@0.2.9
Patch Changes
@asgardeo/react@0.25.13
Patch Changes
#569
9a156a9Thanks@DonOmalVindula! - Render a read-only profile for users whose attributes are
owned by an identity provider.
Asgardeo rejects attribute updates for accounts provisioned from a social or enterprise connection, so the profile
used to offer edit controls that always failed with a raw SCIM error.
<UserProfile />acceptseditable="auto"in React and Next.js. On Asgardeo it looks up the signed-in user'sfederated associations and, when the account is linked to a connection, renders the profile read-only with a short
note naming the provider. On WSO2 Identity Server, where the same updates succeed, the profile stays editable.
<UserDropdown />forwardseditableto the profile it opens from "Manage profile", so the modal follows the samerule as the page.
BaseUserProfileaccepts a predicate foreditable, so applications can decide per user without any lookup, and areadOnlyNoteto explain why editing is unavailable.read-only for the rest of the session. The Next.js
<UserProfile />previously ignored update failures entirely.getMeFederatedAssociationsin@asgardeo/javascriptand@asgardeo/react, plus thesignup-style textsuser.profile.readonly.federatedanduser.profile.update.not.allowed.errorin all i18n bundles.While
autois resolving, the profile shows a loading state rather than edit controls it may have to take away;BaseUserProfilenow renders that state wheneverisLoadingis set, in both inline and popup modes. In popup modethe lookup is deferred until the profile is actually opened.
Updated dependencies
[
9a156a9]:@asgardeo/vue@0.4.9
Patch Changes
[
9a156a9]:Summary by CodeRabbit
New Features
Chores