Skip to content

chore(release): version packages#56

Merged
dawidurbanski merged 1 commit into
mainfrom
changeset-release/main
Dec 21, 2025
Merged

chore(release): version packages#56
dawidurbanski merged 1 commit into
mainfrom
changeset-release/main

Conversation

@dawidurbanski

@dawidurbanski dawidurbanski commented Dec 21, 2025

Copy link
Copy Markdown
Owner

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

@universal-data-layer/adapter-nextjs@1.0.6

Patch Changes

  • #55 22710e3 Thanks @dawidurbanski! - Add Next.js adapter package with unified CLI

    Introduces @universal-data-layer/adapter-nextjs, a framework adapter that provides a unified CLI (udl-next) for running Universal Data Layer alongside Next.js applications.

    Features:

    • udl-next dev - Runs UDL and Next.js development servers concurrently
    • udl-next build - Sequential build: starts UDL server, runs codegen, then builds Next.js
    • udl-next start - Runs UDL and Next.js production servers concurrently

    Highlights:

    • Prefixed console output ([udl], [next], [codegen]) for easy debugging
    • Graceful shutdown handling for SIGINT/SIGTERM signals
    • Configurable ports via --port and --next-port options
    • Pass-through arguments to Next.js using -- separator
    • Programmatic API for custom integrations
  • Updated dependencies [4ea4d39]:

    • universal-data-layer@1.0.6

@universal-data-layer/codegen-typed-queries@1.0.6

Patch Changes

  • 5eaefc1 Thanks @dawidurbanski! - Fix pnpm phantom dependency issue with TypedDocumentNode

    • Re-export TypedDocumentNode type from the package so users don't need to install @graphql-typed-document-node/core directly
    • Generated code now imports from @universal-data-layer/codegen-typed-queries instead of @graphql-typed-document-node/core
    • Works correctly with pnpm's strict dependency resolution
  • Updated dependencies [4ea4d39]:

    • universal-data-layer@1.0.6

universal-data-layer@1.0.6

Patch Changes

  • 4ea4d39 Thanks @dawidurbanski! - Fix udl-codegen CLI to work correctly when run standalone
    • Pass cacheDir to loadPlugins() so cached nodes are found in the app's .udl-cache directory instead of the plugin's node_modules
    • Use full plugin names instead of basename() for owner matching, fixing "No nodes found in store" errors
    • Only load manual test configs when running within the UDL monorepo development environment
    • Pass GraphQL schema to runCodegen() so extensions like codegen-typed-queries work correctly
    • Make reference resolver registration idempotent to prevent errors when plugins are loaded multiple times

@universal-data-layer/plugin-source-contentful@1.0.6

Patch Changes

  • Updated dependencies [4ea4d39]:
    • universal-data-layer@1.0.6

@vercel

vercel Bot commented Dec 21, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
universal-data-layer-nextjs Ready Ready Preview, Comment Dec 21, 2025 11:25am

@dawidurbanski dawidurbanski merged commit a7e5196 into main Dec 21, 2025
5 checks passed
@dawidurbanski dawidurbanski deleted the changeset-release/main branch December 21, 2025 11:27
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