Skip to content

Upcoming Release Changes#10870

Merged
eddeee888 merged 1 commit into
masterfrom
changeset-release/master
Jun 16, 2026
Merged

Upcoming Release Changes#10870
eddeee888 merged 1 commit into
masterfrom
changeset-release/master

Conversation

@github-actions

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 master, this PR will be updated.

Releases

@graphql-codegen/cli@7.1.3

Patch Changes

  • #10335
    3280ace
    Thanks @Diluka! - Fix graphql-config loading order to correctly
    detect codegen projects

    Previously, a graphql-config file like this failed:

    projects:
      default:
        schema: 'default/schema.graphql'
      project1:
        schema: 'project1/schema.graphql'
        extensions:
          codegen:
            generates:
              'project1/__generated__/types.ts':
                plugins: ['typescript']

    This is because the default project doesn't have a codegen extension, which caused previous
    logic to short circuit before reading project1's config.

    The fix reads every named project first, before reading the default project to exhaustively go
    through every single project.

@github-actions

Copy link
Copy Markdown
Contributor Author

💻 Website Preview

The latest changes are available as preview in: https://pr-10870.graphql-code-generator.pages.dev

@eddeee888 eddeee888 merged commit 2670296 into master Jun 16, 2026
18 checks passed
@eddeee888 eddeee888 deleted the changeset-release/master branch June 16, 2026 13:40
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.

1 participant