Skip to content

chore: Version Packages#841

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

chore: Version Packages#841
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 17, 2026

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

@baseplate-dev/core-generators@0.6.5

Patch Changes

  • #855 87a2218 Thanks @kingston! - Upgrade Node.js from 22.18.0 to 24.14.0 and pnpm from 10.27.0 to 10.32.1

  • Updated dependencies []:

    • @baseplate-dev/sync@0.6.5
    • @baseplate-dev/utils@0.6.5

@baseplate-dev/create-project@0.6.5

Patch Changes

@baseplate-dev/fastify-generators@0.6.5

Patch Changes

  • #854 9708637 Thanks @kingston! - Add optional description field to enum values that flows through to Pothos GraphQL enum type definitions

  • #844 06f5173 Thanks @kingston! - Improve better-auth feature parity with local-auth by adding password/email flows, admin mutations, frontend auth pages, seed user generator, and admin role. Also updates role flags, refines admin role handling, enhances auth UI, and adds project migration.

  • #845 9688ca3 Thanks @kingston! - Replace imperative compose/commit data service pattern with declarative transformer API and fix handling of JSON fields.

  • #849 8d30c14 Thanks @kingston! - Change default relation onDelete from Cascade to Restrict

  • #842 adc5f55 Thanks @kingston! - Upgrade Prisma to 7.5.0 and fix flaky E2E sync test

  • Updated dependencies [87a2218]:

    • @baseplate-dev/core-generators@0.6.5
    • @baseplate-dev/sync@0.6.5
    • @baseplate-dev/utils@0.6.5

@baseplate-dev/project-builder-cli@0.6.5

Patch Changes

@baseplate-dev/project-builder-common@0.6.5

Patch Changes

@baseplate-dev/project-builder-dev@0.6.5

Patch Changes

@baseplate-dev/project-builder-lib@0.6.5

Patch Changes

  • #834 37b6d8f Thanks @kingston! - Add accountsFeatureRef field to auth plugin, separating user data models (User, UserAccount, UserRole, UserSession, AuthVerification) from auth infrastructure code. Defaults to a new accounts feature alongside the existing auth feature. Includes schema migration 029 to backfill existing projects.

  • #854 9708637 Thanks @kingston! - Add optional description field to enum values that flows through to Pothos GraphQL enum type definitions

  • #854 9708637 Thanks @kingston! - Add case validation rules to enum names (PascalCase), enum value names (CONSTANT_CASE), and embedded CRUD form names (camelCase)

  • #844 06f5173 Thanks @kingston! - Improve better-auth feature parity with local-auth by adding password/email flows, admin mutations, frontend auth pages, seed user generator, and admin role. Also updates role flags, refines admin role handling, enhances auth UI, and adds project migration.

  • #850 71146cd Thanks @kingston! - Add descriptions to app and package type options in the create new dialog so users understand what each type does before choosing

  • #851 53b8635 Thanks @kingston! - Add plugin dependency support: plugins can declare pluginDependencies in plugin.json to require other plugins. Includes circular dependency detection via toposort, definition issue checking that blocks save for unmet dependencies, UI gating that prompts users to enable/configure dependencies before enabling a plugin, and implementation plugin validation. Added dependency declarations to local-auth (email, queue, rate-limit), email (queue), and storage (queue).

  • #839 85d957d Thanks @kingston! - Support exists() and all() relation filter functions in authorization expressions for checking conditions on 1:many related records

  • #849 8d30c14 Thanks @kingston! - Change default relation onDelete from Cascade to Restrict

  • #856 ed5d250 Thanks @kingston! - Restrict certain app and library types to one instance per project by adding a singleton flag to type configurations.

  • #861 efcf233 Thanks @kingston! - Sort entity arrays by name in project-definition.json for deterministic output. Entity schemas with sortByName: true in their withEnt annotation are sorted alphabetically during serialization.

  • #860 2a514a6 Thanks @kingston! - Support renames in reference expressions: when fields, relations, or roles are renamed, authorizer expressions are automatically updated to use the new names

  • #847 497904a Thanks @kingston! - Connect theme builder UI to code generation. Theme color configuration from the project definition now drives the generated styles.css instead of hardcoded values. Default theme uses slate base with indigo primary. Remove explicit hover color variables (primaryHover, secondaryHover, destructiveHover) and linkVisited — hover is now computed via color-mix in CSS. Add palette swatch selection to theme color picker. Split preview into surface and interactive sections with input group and alert components.

  • Updated dependencies [c24a24a, fc8f158, 497904a]:

    • @baseplate-dev/ui-components@0.6.5
    • @baseplate-dev/sync@0.6.5
    • @baseplate-dev/utils@0.6.5

@baseplate-dev/project-builder-server@0.6.5

Patch Changes

  • #854 9708637 Thanks @kingston! - Add optional description field to enum values that flows through to Pothos GraphQL enum type definitions

  • #858 594e5a1 Thanks @kingston! - Order package runner to compile library packages before app packages, ensuring library dependencies are built first

  • #857 e18f3e8 Thanks @kingston! - Prevent overwrite mode from being used on user projects to protect manual changes

  • #839 85d957d Thanks @kingston! - Support exists() and all() relation filter functions in authorization expressions for checking conditions on 1:many related records

  • #860 2a514a6 Thanks @kingston! - Support renames in reference expressions: when fields, relations, or roles are renamed, authorizer expressions are automatically updated to use the new names

  • #847 497904a Thanks @kingston! - Connect theme builder UI to code generation. Theme color configuration from the project definition now drives the generated styles.css instead of hardcoded values. Default theme uses slate base with indigo primary. Remove explicit hover color variables (primaryHover, secondaryHover, destructiveHover) and linkVisited — hover is now computed via color-mix in CSS. Add palette swatch selection to theme color picker. Split preview into surface and interactive sections with input group and alert components.

  • Updated dependencies [37b6d8f, 9708637, 9708637, 06f5173, c24a24a, 9688ca3, 71146cd, fc8f158, 53b8635, 85d957d, 8d30c14, ed5d250, efcf233, 2a514a6, 497904a, 87a2218, adc5f55]:

    • @baseplate-dev/project-builder-lib@0.6.5
    • @baseplate-dev/fastify-generators@0.6.5
    • @baseplate-dev/react-generators@0.6.5
    • @baseplate-dev/core-generators@0.6.5
    • @baseplate-dev/sync@0.6.5
    • @baseplate-dev/utils@0.6.5

@baseplate-dev/project-builder-web@0.6.5

Patch Changes

  • #854 9708637 Thanks @kingston! - Add optional description field to enum values that flows through to Pothos GraphQL enum type definitions

  • #840 c24a24a Thanks @kingston! - Redesign home page into a project dashboard showing navigation cards with model/plugin/package counts

  • #850 71146cd Thanks @kingston! - Add descriptions to app and package type options in the create new dialog so users understand what each type does before choosing

  • #851 53b8635 Thanks @kingston! - Add plugin dependency support: plugins can declare pluginDependencies in plugin.json to require other plugins. Includes circular dependency detection via toposort, definition issue checking that blocks save for unmet dependencies, UI gating that prompts users to enable/configure dependencies before enabling a plugin, and implementation plugin validation. Added dependency declarations to local-auth (email, queue, rate-limit), email (queue), and storage (queue).

  • #839 85d957d Thanks @kingston! - Support exists() and all() relation filter functions in authorization expressions for checking conditions on 1:many related records

  • #856 ed5d250 Thanks @kingston! - Restrict certain app and library types to one instance per project by adding a singleton flag to type configurations.

  • #860 2a514a6 Thanks @kingston! - Support renames in reference expressions: when fields, relations, or roles are renamed, authorizer expressions are automatically updated to use the new names

  • #847 497904a Thanks @kingston! - Connect theme builder UI to code generation. Theme color configuration from the project definition now drives the generated styles.css instead of hardcoded values. Default theme uses slate base with indigo primary. Remove explicit hover color variables (primaryHover, secondaryHover, destructiveHover) and linkVisited — hover is now computed via color-mix in CSS. Add palette swatch selection to theme color picker. Split preview into surface and interactive sections with input group and alert components.

  • Updated dependencies [37b6d8f, 9708637, 9708637, 06f5173, c24a24a, 71146cd, fc8f158, 53b8635, 85d957d, 8d30c14, ed5d250, efcf233, 2a514a6, 497904a]:

    • @baseplate-dev/project-builder-lib@0.6.5
    • @baseplate-dev/ui-components@0.6.5
    • @baseplate-dev/utils@0.6.5

@baseplate-dev/react-generators@0.6.5

Patch Changes

  • #840 c24a24a Thanks @kingston! - Replace EmptyDisplay with composable Empty component from shadcn

  • #859 fc8f158 Thanks @kingston! - Add hover styles for badges rendered as buttons and use semantic hover color tokens

  • #847 497904a Thanks @kingston! - Connect theme builder UI to code generation. Theme color configuration from the project definition now drives the generated styles.css instead of hardcoded values. Default theme uses slate base with indigo primary. Remove explicit hover color variables (primaryHover, secondaryHover, destructiveHover) and linkVisited — hover is now computed via color-mix in CSS. Add palette swatch selection to theme color picker. Split preview into surface and interactive sections with input group and alert components.

  • Updated dependencies [87a2218]:

    • @baseplate-dev/core-generators@0.6.5
    • @baseplate-dev/sync@0.6.5
    • @baseplate-dev/utils@0.6.5

@baseplate-dev/sync@0.6.5

Patch Changes

  • Updated dependencies []:
    • @baseplate-dev/utils@0.6.5

@baseplate-dev/ui-components@0.6.5

Patch Changes

  • #840 c24a24a Thanks @kingston! - Replace EmptyDisplay with composable Empty component from shadcn

  • #859 fc8f158 Thanks @kingston! - Add hover styles for badges rendered as buttons and use semantic hover color tokens

  • #847 497904a Thanks @kingston! - Connect theme builder UI to code generation. Theme color configuration from the project definition now drives the generated styles.css instead of hardcoded values. Default theme uses slate base with indigo primary. Remove explicit hover color variables (primaryHover, secondaryHover, destructiveHover) and linkVisited — hover is now computed via color-mix in CSS. Add palette swatch selection to theme color picker. Split preview into surface and interactive sections with input group and alert components.

  • Updated dependencies []:

    • @baseplate-dev/utils@0.6.5

@baseplate-dev/plugin-auth@0.6.5

Patch Changes

  • #834 37b6d8f Thanks @kingston! - Add accountsFeatureRef field to auth plugin, separating user data models (User, UserAccount, UserRole, UserSession, AuthVerification) from auth infrastructure code. Defaults to a new accounts feature alongside the existing auth feature. Includes schema migration 029 to backfill existing projects.

  • #844 06f5173 Thanks @kingston! - Improve better-auth feature parity with local-auth by adding password/email flows, admin mutations, frontend auth pages, seed user generator, and admin role. Also updates role flags, refines admin role handling, enhances auth UI, and adds project migration.

  • #851 53b8635 Thanks @kingston! - Add plugin dependency support: plugins can declare pluginDependencies in plugin.json to require other plugins. Includes circular dependency detection via toposort, definition issue checking that blocks save for unmet dependencies, UI gating that prompts users to enable/configure dependencies before enabling a plugin, and implementation plugin validation. Added dependency declarations to local-auth (email, queue, rate-limit), email (queue), and storage (queue).

  • #834 37b6d8f Thanks @kingston! - Register definition issue checkers for plugin schema validation so model drift errors surface globally in the issues panel, not just on plugin settings pages

  • Updated dependencies [37b6d8f, 9708637, 9708637, 90ef6d5, 06f5173, 6c32220, c24a24a, 9688ca3, 71146cd, fc8f158, 53b8635, 37b6d8f, 85d957d, 8d30c14, ed5d250, efcf233, 2a514a6, 497904a, 87a2218, adc5f55]:

    • @baseplate-dev/project-builder-lib@0.6.5
    • @baseplate-dev/fastify-generators@0.6.5
    • @baseplate-dev/plugin-email@0.6.5
    • @baseplate-dev/react-generators@0.6.5
    • @baseplate-dev/ui-components@0.6.5
    • @baseplate-dev/plugin-rate-limit@0.6.5
    • @baseplate-dev/core-generators@0.6.5
    • @baseplate-dev/plugin-queue@0.6.5
    • @baseplate-dev/sync@0.6.5
    • @baseplate-dev/utils@0.6.5

@baseplate-dev/plugin-email@0.6.5

Patch Changes

  • #852 90ef6d5 Thanks @kingston! - Add Resend and Stub/Custom email providers alongside Postmark

  • #853 6c32220 Thanks @kingston! - Add definition issue checker and email definition editor suggestion to auto-create a transactional email library when the email plugin is enabled

  • #850 71146cd Thanks @kingston! - Add descriptions to app and package type options in the create new dialog so users understand what each type does before choosing

  • #851 53b8635 Thanks @kingston! - Add plugin dependency support: plugins can declare pluginDependencies in plugin.json to require other plugins. Includes circular dependency detection via toposort, definition issue checking that blocks save for unmet dependencies, UI gating that prompts users to enable/configure dependencies before enabling a plugin, and implementation plugin validation. Added dependency declarations to local-auth (email, queue, rate-limit), email (queue), and storage (queue).

  • #856 ed5d250 Thanks @kingston! - Restrict certain app and library types to one instance per project by adding a singleton flag to type configurations.

  • Updated dependencies [37b6d8f, 9708637, 9708637, 06f5173, c24a24a, 9688ca3, 71146cd, fc8f158, 53b8635, 85d957d, 8d30c14, ed5d250, efcf233, 2a514a6, 497904a, 87a2218, adc5f55]:

    • @baseplate-dev/project-builder-lib@0.6.5
    • @baseplate-dev/fastify-generators@0.6.5
    • @baseplate-dev/react-generators@0.6.5
    • @baseplate-dev/ui-components@0.6.5
    • @baseplate-dev/core-generators@0.6.5
    • @baseplate-dev/plugin-queue@0.6.5
    • @baseplate-dev/sync@0.6.5
    • @baseplate-dev/utils@0.6.5

@baseplate-dev/plugin-observability@0.6.5

Patch Changes

@baseplate-dev/plugin-payments@0.6.5

Patch Changes

  • #854 9708637 Thanks @kingston! - Add optional description field to enum values that flows through to Pothos GraphQL enum type definitions

  • #851 53b8635 Thanks @kingston! - Add plugin dependency support: plugins can declare pluginDependencies in plugin.json to require other plugins. Includes circular dependency detection via toposort, definition issue checking that blocks save for unmet dependencies, UI gating that prompts users to enable/configure dependencies before enabling a plugin, and implementation plugin validation. Added dependency declarations to local-auth (email, queue, rate-limit), email (queue), and storage (queue).

  • Updated dependencies [37b6d8f, 9708637, 9708637, 06f5173, c24a24a, 9688ca3, 71146cd, fc8f158, 53b8635, 85d957d, 8d30c14, ed5d250, efcf233, 2a514a6, 497904a, 87a2218, adc5f55]:

    • @baseplate-dev/project-builder-lib@0.6.5
    • @baseplate-dev/fastify-generators@0.6.5
    • @baseplate-dev/ui-components@0.6.5
    • @baseplate-dev/core-generators@0.6.5
    • @baseplate-dev/sync@0.6.5
    • @baseplate-dev/utils@0.6.5

@baseplate-dev/plugin-queue@0.6.5

Patch Changes

@baseplate-dev/plugin-rate-limit@0.6.5

Patch Changes

@baseplate-dev/plugin-storage@0.6.5

Patch Changes

  • #845 9688ca3 Thanks @kingston! - Replace imperative compose/commit data service pattern with declarative transformer API and fix handling of JSON fields.

  • #851 53b8635 Thanks @kingston! - Add plugin dependency support: plugins can declare pluginDependencies in plugin.json to require other plugins. Includes circular dependency detection via toposort, definition issue checking that blocks save for unmet dependencies, UI gating that prompts users to enable/configure dependencies before enabling a plugin, and implementation plugin validation. Added dependency declarations to local-auth (email, queue, rate-limit), email (queue), and storage (queue).

  • #834 37b6d8f Thanks @kingston! - Register definition issue checkers for plugin schema validation so model drift errors surface globally in the issues panel, not just on plugin settings pages

  • #849 8d30c14 Thanks @kingston! - Change file-to-user relation onDelete from Cascade to SetNull

  • Updated dependencies [37b6d8f, 9708637, 9708637, 06f5173, c24a24a, 9688ca3, 71146cd, fc8f158, 53b8635, 85d957d, 8d30c14, ed5d250, efcf233, 2a514a6, 497904a, 87a2218, adc5f55]:

    • @baseplate-dev/project-builder-lib@0.6.5
    • @baseplate-dev/fastify-generators@0.6.5
    • @baseplate-dev/react-generators@0.6.5
    • @baseplate-dev/ui-components@0.6.5
    • @baseplate-dev/core-generators@0.6.5
    • @baseplate-dev/plugin-queue@0.6.5
    • @baseplate-dev/sync@0.6.5
    • @baseplate-dev/utils@0.6.5

@baseplate-dev/tools@0.6.5

@baseplate-dev/utils@0.6.5

@baseplate-dev/code-morph@0.6.5

Patch Changes

  • Updated dependencies []:
    • @baseplate-dev/utils@0.6.5

@baseplate-dev/project-builder-test@0.6.5

Patch Changes

  • Updated dependencies []:
    • @baseplate-dev/project-builder-dev@0.6.5

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 17, 2026

Deploying baseplate-storybook with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8f07791
Status: ✅  Deploy successful!
Preview URL: https://9e71e74a.baseplate-storybook.pages.dev
Branch Preview URL: https://changeset-release-main.baseplate-storybook.pages.dev

View logs

@github-actions github-actions bot force-pushed the changeset-release/main branch 21 times, most recently from 8368029 to c3bf4a7 Compare March 22, 2026 07:43
@github-actions github-actions bot force-pushed the changeset-release/main branch from c3bf4a7 to 8f07791 Compare March 22, 2026 07:51
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.

0 participants