Open
Conversation
Deploying baseplate-storybook with
|
| 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 |
8368029 to
c3bf4a7
Compare
c3bf4a7 to
8f07791
Compare
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
@baseplate-dev/core-generators@0.6.5
Patch Changes
#855
87a2218Thanks @kingston! - Upgrade Node.js from 22.18.0 to 24.14.0 and pnpm from 10.27.0 to 10.32.1Updated dependencies []:
@baseplate-dev/create-project@0.6.5
Patch Changes
37b6d8f,9708637,9708637,06f5173,71146cd,594e5a1,53b8635,e18f3e8,85d957d,8d30c14,ed5d250,efcf233,2a514a6,497904a,adc5f55]:@baseplate-dev/fastify-generators@0.6.5
Patch Changes
#854
9708637Thanks @kingston! - Add optional description field to enum values that flows through to Pothos GraphQL enum type definitions#844
06f5173Thanks @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
9688ca3Thanks @kingston! - Replace imperative compose/commit data service pattern with declarative transformer API and fix handling of JSON fields.#849
8d30c14Thanks @kingston! - Change default relation onDelete from Cascade to Restrict#842
adc5f55Thanks @kingston! - Upgrade Prisma to 7.5.0 and fix flaky E2E sync testUpdated dependencies [
87a2218]:@baseplate-dev/project-builder-cli@0.6.5
Patch Changes
#857
e18f3e8Thanks @kingston! - Prevent overwrite mode from being used on user projects to protect manual changes#842
adc5f55Thanks @kingston! - Upgrade Prisma to 7.5.0 and fix flaky E2E sync testUpdated dependencies [
37b6d8f,9708637,9708637,06f5173,c24a24a,71146cd,594e5a1,53b8635,e18f3e8,85d957d,8d30c14,ed5d250,efcf233,2a514a6,497904a]:@baseplate-dev/project-builder-common@0.6.5
Patch Changes
37b6d8f,9708637,9708637,90ef6d5,06f5173,6c32220,9688ca3,71146cd,594e5a1,53b8635,37b6d8f,e18f3e8,85d957d,8d30c14,ed5d250,efcf233,8d30c14,2a514a6,497904a]:@baseplate-dev/project-builder-dev@0.6.5
Patch Changes
37b6d8f,9708637,9708637,06f5173,c24a24a,71146cd,594e5a1,53b8635,e18f3e8,85d957d,8d30c14,ed5d250,efcf233,2a514a6,497904a]:@baseplate-dev/project-builder-lib@0.6.5
Patch Changes
#834
37b6d8fThanks @kingston! - AddaccountsFeatureReffield to auth plugin, separating user data models (User, UserAccount, UserRole, UserSession, AuthVerification) from auth infrastructure code. Defaults to a newaccountsfeature alongside the existingauthfeature. Includes schema migration 029 to backfill existing projects.#854
9708637Thanks @kingston! - Add optional description field to enum values that flows through to Pothos GraphQL enum type definitions#854
9708637Thanks @kingston! - Add case validation rules to enum names (PascalCase), enum value names (CONSTANT_CASE), and embedded CRUD form names (camelCase)#844
06f5173Thanks @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
71146cdThanks @kingston! - Add descriptions to app and package type options in the create new dialog so users understand what each type does before choosing#851
53b8635Thanks @kingston! - Add plugin dependency support: plugins can declarepluginDependenciesin 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
85d957dThanks @kingston! - Supportexists()andall()relation filter functions in authorization expressions for checking conditions on 1:many related records#849
8d30c14Thanks @kingston! - Change default relation onDelete from Cascade to Restrict#856
ed5d250Thanks @kingston! - Restrict certain app and library types to one instance per project by adding a singleton flag to type configurations.#861
efcf233Thanks @kingston! - Sort entity arrays by name in project-definition.json for deterministic output. Entity schemas withsortByName: truein theirwithEntannotation are sorted alphabetically during serialization.#860
2a514a6Thanks @kingston! - Support renames in reference expressions: when fields, relations, or roles are renamed, authorizer expressions are automatically updated to use the new names#847
497904aThanks @kingston! - Connect theme builder UI to code generation. Theme color configuration from the project definition now drives the generatedstyles.cssinstead 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 viacolor-mixin 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/project-builder-server@0.6.5
Patch Changes
#854
9708637Thanks @kingston! - Add optional description field to enum values that flows through to Pothos GraphQL enum type definitions#858
594e5a1Thanks @kingston! - Order package runner to compile library packages before app packages, ensuring library dependencies are built first#857
e18f3e8Thanks @kingston! - Prevent overwrite mode from being used on user projects to protect manual changes#839
85d957dThanks @kingston! - Supportexists()andall()relation filter functions in authorization expressions for checking conditions on 1:many related records#860
2a514a6Thanks @kingston! - Support renames in reference expressions: when fields, relations, or roles are renamed, authorizer expressions are automatically updated to use the new names#847
497904aThanks @kingston! - Connect theme builder UI to code generation. Theme color configuration from the project definition now drives the generatedstyles.cssinstead 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 viacolor-mixin 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-web@0.6.5
Patch Changes
#854
9708637Thanks @kingston! - Add optional description field to enum values that flows through to Pothos GraphQL enum type definitions#840
c24a24aThanks @kingston! - Redesign home page into a project dashboard showing navigation cards with model/plugin/package counts#850
71146cdThanks @kingston! - Add descriptions to app and package type options in the create new dialog so users understand what each type does before choosing#851
53b8635Thanks @kingston! - Add plugin dependency support: plugins can declarepluginDependenciesin 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
85d957dThanks @kingston! - Supportexists()andall()relation filter functions in authorization expressions for checking conditions on 1:many related records#856
ed5d250Thanks @kingston! - Restrict certain app and library types to one instance per project by adding a singleton flag to type configurations.#860
2a514a6Thanks @kingston! - Support renames in reference expressions: when fields, relations, or roles are renamed, authorizer expressions are automatically updated to use the new names#847
497904aThanks @kingston! - Connect theme builder UI to code generation. Theme color configuration from the project definition now drives the generatedstyles.cssinstead 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 viacolor-mixin 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/react-generators@0.6.5
Patch Changes
#840
c24a24aThanks @kingston! - Replace EmptyDisplay with composable Empty component from shadcn#859
fc8f158Thanks @kingston! - Add hover styles for badges rendered as buttons and use semantic hover color tokens#847
497904aThanks @kingston! - Connect theme builder UI to code generation. Theme color configuration from the project definition now drives the generatedstyles.cssinstead 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 viacolor-mixin 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/sync@0.6.5
Patch Changes
@baseplate-dev/ui-components@0.6.5
Patch Changes
#840
c24a24aThanks @kingston! - Replace EmptyDisplay with composable Empty component from shadcn#859
fc8f158Thanks @kingston! - Add hover styles for badges rendered as buttons and use semantic hover color tokens#847
497904aThanks @kingston! - Connect theme builder UI to code generation. Theme color configuration from the project definition now drives the generatedstyles.cssinstead 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 viacolor-mixin 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/plugin-auth@0.6.5
Patch Changes
#834
37b6d8fThanks @kingston! - AddaccountsFeatureReffield to auth plugin, separating user data models (User, UserAccount, UserRole, UserSession, AuthVerification) from auth infrastructure code. Defaults to a newaccountsfeature alongside the existingauthfeature. Includes schema migration 029 to backfill existing projects.#844
06f5173Thanks @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
53b8635Thanks @kingston! - Add plugin dependency support: plugins can declarepluginDependenciesin 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
37b6d8fThanks @kingston! - Register definition issue checkers for plugin schema validation so model drift errors surface globally in the issues panel, not just on plugin settings pagesUpdated dependencies [
37b6d8f,9708637,9708637,90ef6d5,06f5173,6c32220,c24a24a,9688ca3,71146cd,fc8f158,53b8635,37b6d8f,85d957d,8d30c14,ed5d250,efcf233,2a514a6,497904a,87a2218,adc5f55]:@baseplate-dev/plugin-email@0.6.5
Patch Changes
#852
90ef6d5Thanks @kingston! - Add Resend and Stub/Custom email providers alongside Postmark#853
6c32220Thanks @kingston! - Add definition issue checker and email definition editor suggestion to auto-create a transactional email library when the email plugin is enabled#850
71146cdThanks @kingston! - Add descriptions to app and package type options in the create new dialog so users understand what each type does before choosing#851
53b8635Thanks @kingston! - Add plugin dependency support: plugins can declarepluginDependenciesin 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
ed5d250Thanks @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/plugin-observability@0.6.5
Patch Changes
37b6d8f,9708637,9708637,06f5173,c24a24a,9688ca3,71146cd,fc8f158,53b8635,85d957d,8d30c14,ed5d250,efcf233,2a514a6,497904a,87a2218,adc5f55]:@baseplate-dev/plugin-payments@0.6.5
Patch Changes
#854
9708637Thanks @kingston! - Add optional description field to enum values that flows through to Pothos GraphQL enum type definitions#851
53b8635Thanks @kingston! - Add plugin dependency support: plugins can declarepluginDependenciesin 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/plugin-queue@0.6.5
Patch Changes
37b6d8f,9708637,9708637,06f5173,c24a24a,9688ca3,71146cd,fc8f158,53b8635,85d957d,8d30c14,ed5d250,efcf233,2a514a6,497904a,87a2218,adc5f55]:@baseplate-dev/plugin-rate-limit@0.6.5
Patch Changes
#834
37b6d8fThanks @kingston! - Register definition issue checkers for plugin schema validation so model drift errors surface globally in the issues panel, not just on plugin settings pagesUpdated dependencies [
37b6d8f,9708637,9708637,06f5173,c24a24a,9688ca3,71146cd,fc8f158,53b8635,85d957d,8d30c14,ed5d250,efcf233,2a514a6,497904a,87a2218,adc5f55]:@baseplate-dev/plugin-storage@0.6.5
Patch Changes
#845
9688ca3Thanks @kingston! - Replace imperative compose/commit data service pattern with declarative transformer API and fix handling of JSON fields.#851
53b8635Thanks @kingston! - Add plugin dependency support: plugins can declarepluginDependenciesin 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
37b6d8fThanks @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
8d30c14Thanks @kingston! - Change file-to-user relation onDelete from Cascade to SetNullUpdated dependencies [
37b6d8f,9708637,9708637,06f5173,c24a24a,9688ca3,71146cd,fc8f158,53b8635,85d957d,8d30c14,ed5d250,efcf233,2a514a6,497904a,87a2218,adc5f55]:@baseplate-dev/tools@0.6.5
@baseplate-dev/utils@0.6.5
@baseplate-dev/code-morph@0.6.5
Patch Changes
@baseplate-dev/project-builder-test@0.6.5
Patch Changes