Skip to content

chore: Version Packages#814

Merged
kingston merged 1 commit intomainfrom
changeset-release/main
Mar 15, 2026
Merged

chore: Version Packages#814
kingston merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 12, 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/plugin-observability@1.0.7

Minor Changes

  • #826 fdd496d Thanks @kingston! - Extract Sentry into standalone plugin package @baseplate-dev/plugin-observability and add migration to auto-enable Sentry plugin on existing projects

Patch Changes

@baseplate-dev/core-generators@1.0.7

Patch Changes

  • Updated dependencies [168793d]:
    • @baseplate-dev/sync@1.0.0
    • @baseplate-dev/utils@1.0.0

@baseplate-dev/create-project@1.0.7

Patch Changes

@baseplate-dev/fastify-generators@1.0.7

Patch Changes

  • #828 69483b8 Thanks @kingston! - Add .env.local support for backend projects - adds .env.local to gitignore and loads it via --env-file-if-exists flag in dev scripts

  • #830 c175429 Thanks @kingston! - Add support for indexes on tables, mirroring the existing unique constraints implementation

  • #826 fdd496d Thanks @kingston! - Extract Sentry into standalone plugin package @baseplate-dev/plugin-observability and add migration to auto-enable Sentry plugin on existing projects

  • #829 28517d6 Thanks @kingston! - Extract Stripe into standalone @baseplate-dev/plugin-payments package. Stripe is now managed through the plugin system instead of the enableStripe boolean on backend app config. Includes migration to automatically convert existing projects. Overhaul Stripe implementation to provide billing support.

  • #824 ad028b5 Thanks @kingston! - Remove Altair GraphQL IDE support in favor of the built-in GraphiQL interface provided by GraphQL Yoga

  • Updated dependencies [168793d]:

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

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

Patch Changes

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

Patch Changes

  • #826 fdd496d Thanks @kingston! - Extract Sentry into standalone plugin package @baseplate-dev/plugin-observability and add migration to auto-enable Sentry plugin on existing projects

  • #829 28517d6 Thanks @kingston! - Extract Stripe into standalone @baseplate-dev/plugin-payments package. Stripe is now managed through the plugin system instead of the enableStripe boolean on backend app config. Includes migration to automatically convert existing projects. Overhaul Stripe implementation to provide billing support.

  • Updated dependencies [c175429, 41b09d1, fdd496d, 28517d6, 168793d, 34fc44e, 05b667f, 05b667f, 55be8d4, d5e0b23, d87bad9]:

    • @baseplate-dev/project-builder-lib@1.0.0
    • @baseplate-dev/project-builder-server@1.0.0
    • @baseplate-dev/plugin-queue@1.0.0
    • @baseplate-dev/plugin-observability@1.0.0
    • @baseplate-dev/plugin-payments@1.0.0
    • @baseplate-dev/sync@1.0.0
    • @baseplate-dev/plugin-auth@1.0.0
    • @baseplate-dev/plugin-storage@1.0.0
    • @baseplate-dev/plugin-email@1.0.0
    • @baseplate-dev/plugin-rate-limit@1.0.0

@baseplate-dev/project-builder-dev@1.0.7

Patch Changes

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

Patch Changes

  • #830 c175429 Thanks @kingston! - Add support for indexes on tables, mirroring the existing unique constraints implementation

  • #826 fdd496d Thanks @kingston! - Extract Sentry into standalone plugin package @baseplate-dev/plugin-observability and add migration to auto-enable Sentry plugin on existing projects

  • #829 28517d6 Thanks @kingston! - Extract Stripe into standalone @baseplate-dev/plugin-payments package. Stripe is now managed through the plugin system instead of the enableStripe boolean on backend app config. Includes migration to automatically convert existing projects. Overhaul Stripe implementation to provide billing support.

  • #823 34fc44e Thanks @kingston! - Support literal value comparisons in authorization expressions (e.g. model.status === 'active', model.isPublished !== false)

  • #820 05b667f Thanks @kingston! - Fix entity navigation for discriminated union array children (e.g. admin sections) by stripping leading discriminated-union-array element from relative paths in collectEntityMetadata

  • #818 d5e0b23 Thanks @kingston! - Add auto-fix suggestions for definition issues in the warning dialog, starting with relation field type mismatch fixes

  • Updated dependencies [1115ba0, 168793d]:

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

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

Patch Changes

  • #830 c175429 Thanks @kingston! - Add support for indexes on tables, mirroring the existing unique constraints implementation

  • #826 fdd496d Thanks @kingston! - Extract Sentry into standalone plugin package @baseplate-dev/plugin-observability and add migration to auto-enable Sentry plugin on existing projects

  • #829 28517d6 Thanks @kingston! - Extract Stripe into standalone @baseplate-dev/plugin-payments package. Stripe is now managed through the plugin system instead of the enableStripe boolean on backend app config. Includes migration to automatically convert existing projects. Overhaul Stripe implementation to provide billing support.

  • #823 34fc44e Thanks @kingston! - Support literal value comparisons in authorization expressions (e.g. model.status === 'active', model.isPublished !== false)

  • #820 05b667f Thanks @kingston! - MCP server improvements: apply fixRefDeletions and applyDefinitionFixes when staging changes, add entity search action, expose auto-fix suggestions with apply-fix action, add plugin management actions (list, configure, disable), blacklist plugin entity type from generic entity operations

  • Updated dependencies [1115ba0, 69483b8, c175429, fdd496d, 28517d6, 168793d, 34fc44e, 05b667f, 55be8d4, ad028b5, d5e0b23, d87bad9]:

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

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

Patch Changes

  • #830 c175429 Thanks @kingston! - Add support for indexes on tables, mirroring the existing unique constraints implementation

  • #829 28517d6 Thanks @kingston! - Extract Stripe into standalone @baseplate-dev/plugin-payments package. Stripe is now managed through the plugin system instead of the enableStripe boolean on backend app config. Includes migration to automatically convert existing projects. Overhaul Stripe implementation to provide billing support.

  • #815 f94d174 Thanks @kingston! - Fix model feature not updating on the page after changing it in the general info dialog

  • #817 51339e7 Thanks @kingston! - Hide GraphQL Subscriptions toggle from backend app configuration for V-Alpha release

  • #823 34fc44e Thanks @kingston! - Support literal value comparisons in authorization expressions (e.g. model.status === 'active', model.isPublished !== false)

  • #818 d5e0b23 Thanks @kingston! - Add auto-fix suggestions for definition issues in the warning dialog, starting with relation field type mismatch fixes

  • Updated dependencies [1115ba0, c175429, fdd496d, 28517d6, 34fc44e, 05b667f, d5e0b23]:

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

@baseplate-dev/react-generators@1.0.7

Patch Changes

  • #831 1115ba0 Thanks @kingston! - Add autocomplete, slider, collapsible, and spinner UI components

  • #826 fdd496d Thanks @kingston! - Extract Sentry into standalone plugin package @baseplate-dev/plugin-observability and add migration to auto-enable Sentry plugin on existing projects

  • #825 55be8d4 Thanks @kingston! - Migrate from gql.tada to graphql-code-generator with client-preset

  • #827 d87bad9 Thanks @kingston! - Switch generated UI components from radix-ui to @base-ui/react

    • Replace radix-ui and cmdk dependencies with @base-ui/react in generated projects
    • Update all generator templates to use base-ui component implementations
    • Convert asChild prop usage to render prop pattern in admin layout, crud list, and crud edit action generators
    • Update plugin-storage upload component templates to use Field/FieldError instead of FormItem/FormMessage
  • Updated dependencies [168793d]:

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

@baseplate-dev/sync@1.0.7

Patch Changes

  • #813 168793d Thanks @kingston! - Fix extractor.json being silently overwritten when it already exists but fails schema validation during auto-generation

  • Updated dependencies []:

    • @baseplate-dev/utils@1.0.0

@baseplate-dev/tools@1.0.7

Patch Changes

  • #832 6776496 Thanks @kingston! - Add oxlint base configuration and integrate with ESLint via eslint-plugin-oxlint

@baseplate-dev/ui-components@1.0.7

Patch Changes

  • #831 1115ba0 Thanks @kingston! - Add autocomplete, slider, collapsible, and spinner UI components

  • Updated dependencies []:

    • @baseplate-dev/utils@1.0.0

@baseplate-dev/plugin-auth@1.0.7

Patch Changes

  • #825 55be8d4 Thanks @kingston! - Migrate from gql.tada to graphql-code-generator with client-preset

  • Updated dependencies [1115ba0, 69483b8, c175429, 41b09d1, fdd496d, 28517d6, 168793d, 34fc44e, 05b667f, 55be8d4, ad028b5, d5e0b23, d87bad9]:

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

@baseplate-dev/plugin-email@1.0.7

Patch Changes

@baseplate-dev/plugin-payments@1.0.7

Patch Changes

  • #829 28517d6 Thanks @kingston! - Extract Stripe into standalone @baseplate-dev/plugin-payments package. Stripe is now managed through the plugin system instead of the enableStripe boolean on backend app config. Includes migration to automatically convert existing projects. Overhaul Stripe implementation to provide billing support.

  • Updated dependencies [1115ba0, 69483b8, c175429, fdd496d, 28517d6, 168793d, 34fc44e, 05b667f, ad028b5, d5e0b23]:

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

@baseplate-dev/plugin-queue@1.0.7

Patch Changes

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

Patch Changes

@baseplate-dev/plugin-storage@1.0.7

Patch Changes

  • #827 d87bad9 Thanks @kingston! - Switch generated UI components from radix-ui to @base-ui/react

    • Replace radix-ui and cmdk dependencies with @base-ui/react in generated projects
    • Update all generator templates to use base-ui component implementations
    • Convert asChild prop usage to render prop pattern in admin layout, crud list, and crud edit action generators
    • Update plugin-storage upload component templates to use Field/FieldError instead of FormItem/FormMessage
  • Updated dependencies [1115ba0, 69483b8, c175429, 41b09d1, fdd496d, 28517d6, 168793d, 34fc44e, 05b667f, 55be8d4, ad028b5, d5e0b23, d87bad9]:

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

@baseplate-dev/utils@1.0.7

@baseplate-dev/code-morph@1.0.7

Patch Changes

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

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

Patch Changes

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

@cloudflare-workers-and-pages
Copy link

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

Deploying baseplate-storybook with  Cloudflare Pages  Cloudflare Pages

Latest commit: ae5b564
Status: ✅  Deploy successful!
Preview URL: https://68d95e1b.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 18 times, most recently from 1ede330 to 12944ca Compare March 15, 2026 16:47
@github-actions github-actions bot force-pushed the changeset-release/main branch from 12944ca to ae5b564 Compare March 15, 2026 17:14
@kingston kingston merged commit 20ddd26 into main Mar 15, 2026
3 checks passed
@kingston kingston deleted the changeset-release/main branch March 15, 2026 17:43
kingston added a commit that referenced this pull request Mar 15, 2026
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