Skip to content

chore: release packages#1602

Merged
SedukhinaPolina merged 1 commit into
mainfrom
changeset-release/main
Jun 11, 2026
Merged

chore: release packages#1602
SedukhinaPolina merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

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

@frontify/app-bridge-app@0.3.0

Minor Changes

  • #1596 2d76186 Thanks @SedukhinaPolina! - feat(api): add executeGraphQlWithFullResponse and deprecate executeGraphQl

    executeGraphQl resolves only the data field of the GraphQL response, so the top-level errors array is not accessible to the app. The new executeGraphQlWithFullResponse method resolves the full response envelope, including errors. executeGraphQl is now deprecated.

    const response = await appBridge.api({
        name: 'executeGraphQlWithFullResponse',
        payload: {
            query: `query CurrentUser { currentUser { id email } }`,
        },
    });
    
    // response now includes both `data` and any top-level `errors`
    const { data, errors } = response;

@github-actions github-actions Bot requested review from a team as code owners June 11, 2026 08:08
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 7c3cf11 to 10edc01 Compare June 11, 2026 08:12
@ragi96 ragi96 removed request for a team, anxobotana and hochreutenerl June 11, 2026 08:12
@ragi96

ragi96 commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

Seems like the release of the other packages didn't work because of the other PR was merged inbetween, let me quickly recreate the changesets.

Probably fine, just merge it

CC: @Kenny806

@SedukhinaPolina SedukhinaPolina force-pushed the changeset-release/main branch from 10edc01 to c67728d Compare June 11, 2026 08:16
@SedukhinaPolina SedukhinaPolina merged commit e08eb23 into main Jun 11, 2026
28 checks passed
@SedukhinaPolina SedukhinaPolina deleted the changeset-release/main branch June 11, 2026 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants