Conversation
Deploying baseplate-storybook with
|
| 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 |
1ede330 to
12944ca
Compare
12944ca to
ae5b564
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/plugin-observability@1.0.7
Minor Changes
fdd496dThanks @kingston! - Extract Sentry into standalone plugin package@baseplate-dev/plugin-observabilityand add migration to auto-enable Sentry plugin on existing projectsPatch Changes
1115ba0,69483b8,c175429,fdd496d,28517d6,168793d,34fc44e,05b667f,55be8d4,ad028b5,d5e0b23,d87bad9]:@baseplate-dev/core-generators@1.0.7
Patch Changes
168793d]:@baseplate-dev/create-project@1.0.7
Patch Changes
c175429,fdd496d,28517d6,168793d,34fc44e,05b667f,05b667f,d5e0b23]:@baseplate-dev/fastify-generators@1.0.7
Patch Changes
#828
69483b8Thanks @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
c175429Thanks @kingston! - Add support for indexes on tables, mirroring the existing unique constraints implementation#826
fdd496dThanks @kingston! - Extract Sentry into standalone plugin package@baseplate-dev/plugin-observabilityand add migration to auto-enable Sentry plugin on existing projects#829
28517d6Thanks @kingston! - Extract Stripe into standalone@baseplate-dev/plugin-paymentspackage. Stripe is now managed through the plugin system instead of theenableStripeboolean on backend app config. Includes migration to automatically convert existing projects. Overhaul Stripe implementation to provide billing support.#824
ad028b5Thanks @kingston! - Remove Altair GraphQL IDE support in favor of the built-in GraphiQL interface provided by GraphQL YogaUpdated dependencies [
168793d]:@baseplate-dev/project-builder-cli@1.0.7
Patch Changes
c175429,fdd496d,28517d6,f94d174,51339e7,34fc44e,05b667f,05b667f,d5e0b23]:@baseplate-dev/project-builder-common@1.0.7
Patch Changes
#826
fdd496dThanks @kingston! - Extract Sentry into standalone plugin package@baseplate-dev/plugin-observabilityand add migration to auto-enable Sentry plugin on existing projects#829
28517d6Thanks @kingston! - Extract Stripe into standalone@baseplate-dev/plugin-paymentspackage. Stripe is now managed through the plugin system instead of theenableStripeboolean 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-dev@1.0.7
Patch Changes
c175429,fdd496d,28517d6,f94d174,51339e7,34fc44e,05b667f,05b667f,d5e0b23]:@baseplate-dev/project-builder-lib@1.0.7
Patch Changes
#830
c175429Thanks @kingston! - Add support for indexes on tables, mirroring the existing unique constraints implementation#826
fdd496dThanks @kingston! - Extract Sentry into standalone plugin package@baseplate-dev/plugin-observabilityand add migration to auto-enable Sentry plugin on existing projects#829
28517d6Thanks @kingston! - Extract Stripe into standalone@baseplate-dev/plugin-paymentspackage. Stripe is now managed through the plugin system instead of theenableStripeboolean on backend app config. Includes migration to automatically convert existing projects. Overhaul Stripe implementation to provide billing support.#823
34fc44eThanks @kingston! - Support literal value comparisons in authorization expressions (e.g.model.status === 'active',model.isPublished !== false)#820
05b667fThanks @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
d5e0b23Thanks @kingston! - Add auto-fix suggestions for definition issues in the warning dialog, starting with relation field type mismatch fixesUpdated dependencies [
1115ba0,168793d]:@baseplate-dev/project-builder-server@1.0.7
Patch Changes
#830
c175429Thanks @kingston! - Add support for indexes on tables, mirroring the existing unique constraints implementation#826
fdd496dThanks @kingston! - Extract Sentry into standalone plugin package@baseplate-dev/plugin-observabilityand add migration to auto-enable Sentry plugin on existing projects#829
28517d6Thanks @kingston! - Extract Stripe into standalone@baseplate-dev/plugin-paymentspackage. Stripe is now managed through the plugin system instead of theenableStripeboolean on backend app config. Includes migration to automatically convert existing projects. Overhaul Stripe implementation to provide billing support.#823
34fc44eThanks @kingston! - Support literal value comparisons in authorization expressions (e.g.model.status === 'active',model.isPublished !== false)#820
05b667fThanks @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 operationsUpdated dependencies [
1115ba0,69483b8,c175429,fdd496d,28517d6,168793d,34fc44e,05b667f,55be8d4,ad028b5,d5e0b23,d87bad9]:@baseplate-dev/project-builder-web@1.0.7
Patch Changes
#830
c175429Thanks @kingston! - Add support for indexes on tables, mirroring the existing unique constraints implementation#829
28517d6Thanks @kingston! - Extract Stripe into standalone@baseplate-dev/plugin-paymentspackage. Stripe is now managed through the plugin system instead of theenableStripeboolean on backend app config. Includes migration to automatically convert existing projects. Overhaul Stripe implementation to provide billing support.#815
f94d174Thanks @kingston! - Fix model feature not updating on the page after changing it in the general info dialog#817
51339e7Thanks @kingston! - Hide GraphQL Subscriptions toggle from backend app configuration for V-Alpha release#823
34fc44eThanks @kingston! - Support literal value comparisons in authorization expressions (e.g.model.status === 'active',model.isPublished !== false)#818
d5e0b23Thanks @kingston! - Add auto-fix suggestions for definition issues in the warning dialog, starting with relation field type mismatch fixesUpdated dependencies [
1115ba0,c175429,fdd496d,28517d6,34fc44e,05b667f,d5e0b23]:@baseplate-dev/react-generators@1.0.7
Patch Changes
#831
1115ba0Thanks @kingston! - Add autocomplete, slider, collapsible, and spinner UI components#826
fdd496dThanks @kingston! - Extract Sentry into standalone plugin package@baseplate-dev/plugin-observabilityand add migration to auto-enable Sentry plugin on existing projects#825
55be8d4Thanks @kingston! - Migrate from gql.tada to graphql-code-generator with client-preset#827
d87bad9Thanks @kingston! - Switch generated UI components from radix-ui to @base-ui/reactUpdated dependencies [
168793d]:@baseplate-dev/sync@1.0.7
Patch Changes
#813
168793dThanks @kingston! - Fix extractor.json being silently overwritten when it already exists but fails schema validation during auto-generationUpdated dependencies []:
@baseplate-dev/tools@1.0.7
Patch Changes
6776496Thanks @kingston! - Add oxlint base configuration and integrate with ESLint via eslint-plugin-oxlint@baseplate-dev/ui-components@1.0.7
Patch Changes
#831
1115ba0Thanks @kingston! - Add autocomplete, slider, collapsible, and spinner UI componentsUpdated dependencies []:
@baseplate-dev/plugin-auth@1.0.7
Patch Changes
#825
55be8d4Thanks @kingston! - Migrate from gql.tada to graphql-code-generator with client-presetUpdated dependencies [
1115ba0,69483b8,c175429,41b09d1,fdd496d,28517d6,168793d,34fc44e,05b667f,55be8d4,ad028b5,d5e0b23,d87bad9]:@baseplate-dev/plugin-email@1.0.7
Patch Changes
1115ba0,69483b8,c175429,41b09d1,fdd496d,28517d6,168793d,34fc44e,05b667f,55be8d4,ad028b5,d5e0b23,d87bad9]:@baseplate-dev/plugin-payments@1.0.7
Patch Changes
#829
28517d6Thanks @kingston! - Extract Stripe into standalone@baseplate-dev/plugin-paymentspackage. Stripe is now managed through the plugin system instead of theenableStripeboolean 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/plugin-queue@1.0.7
Patch Changes
#821
41b09d1Thanks @kingston! - Add embedded workers plugin for running queue workers in the Fastify server processUpdated dependencies [
1115ba0,69483b8,c175429,fdd496d,28517d6,168793d,34fc44e,05b667f,ad028b5,d5e0b23]:@baseplate-dev/plugin-rate-limit@1.0.7
Patch Changes
1115ba0,69483b8,c175429,fdd496d,28517d6,168793d,34fc44e,05b667f,ad028b5,d5e0b23]:@baseplate-dev/plugin-storage@1.0.7
Patch Changes
#827
d87bad9Thanks @kingston! - Switch generated UI components from radix-ui to @base-ui/reactUpdated dependencies [
1115ba0,69483b8,c175429,41b09d1,fdd496d,28517d6,168793d,34fc44e,05b667f,55be8d4,ad028b5,d5e0b23,d87bad9]:@baseplate-dev/utils@1.0.7
@baseplate-dev/code-morph@1.0.7
Patch Changes
@baseplate-dev/project-builder-test@1.0.7
Patch Changes