diff --git a/.changeset/add-autocomplete-slider-collapsible-spinner.md b/.changeset/add-autocomplete-slider-collapsible-spinner.md deleted file mode 100644 index bed1bb2ae..000000000 --- a/.changeset/add-autocomplete-slider-collapsible-spinner.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@baseplate-dev/react-generators': patch -'@baseplate-dev/ui-components': patch ---- - -Add autocomplete, slider, collapsible, and spinner UI components diff --git a/.changeset/add-env-local-backend.md b/.changeset/add-env-local-backend.md deleted file mode 100644 index 7b346ba24..000000000 --- a/.changeset/add-env-local-backend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baseplate-dev/fastify-generators': patch ---- - -Add .env.local support for backend projects - adds .env.local to gitignore and loads it via --env-file-if-exists flag in dev scripts diff --git a/.changeset/add-model-indexes.md b/.changeset/add-model-indexes.md deleted file mode 100644 index 0c56ff474..000000000 --- a/.changeset/add-model-indexes.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@baseplate-dev/project-builder-lib': patch -'@baseplate-dev/fastify-generators': patch -'@baseplate-dev/project-builder-server': patch -'@baseplate-dev/project-builder-web': patch ---- - -Add support for indexes on tables, mirroring the existing unique constraints implementation diff --git a/.changeset/embedded-workers-plugin.md b/.changeset/embedded-workers-plugin.md deleted file mode 100644 index 5ef1fb5f8..000000000 --- a/.changeset/embedded-workers-plugin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baseplate-dev/plugin-queue': patch ---- - -Add embedded workers plugin for running queue workers in the Fastify server process diff --git a/.changeset/extract-sentry-plugin.md b/.changeset/extract-sentry-plugin.md deleted file mode 100644 index b17d2c457..000000000 --- a/.changeset/extract-sentry-plugin.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@baseplate-dev/plugin-observability': minor -'@baseplate-dev/fastify-generators': patch -'@baseplate-dev/react-generators': patch -'@baseplate-dev/project-builder-server': patch -'@baseplate-dev/project-builder-common': patch -'@baseplate-dev/project-builder-lib': patch ---- - -Extract Sentry into standalone plugin package `@baseplate-dev/plugin-observability` and add migration to auto-enable Sentry plugin on existing projects diff --git a/.changeset/extract-stripe-to-plugin-payments.md b/.changeset/extract-stripe-to-plugin-payments.md deleted file mode 100644 index 9fd744874..000000000 --- a/.changeset/extract-stripe-to-plugin-payments.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@baseplate-dev/plugin-payments': patch -'@baseplate-dev/fastify-generators': patch -'@baseplate-dev/project-builder-lib': patch -'@baseplate-dev/project-builder-server': patch -'@baseplate-dev/project-builder-web': patch -'@baseplate-dev/project-builder-common': patch ---- - -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. diff --git a/.changeset/fix-extractor-json-overwrite.md b/.changeset/fix-extractor-json-overwrite.md deleted file mode 100644 index de65d33df..000000000 --- a/.changeset/fix-extractor-json-overwrite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baseplate-dev/sync': patch ---- - -Fix extractor.json being silently overwritten when it already exists but fails schema validation during auto-generation diff --git a/.changeset/fix-model-feature-stale-display.md b/.changeset/fix-model-feature-stale-display.md deleted file mode 100644 index 01a20895f..000000000 --- a/.changeset/fix-model-feature-stale-display.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baseplate-dev/project-builder-web': patch ---- - -Fix model feature not updating on the page after changing it in the general info dialog diff --git a/.changeset/hide-subscriptions-ui.md b/.changeset/hide-subscriptions-ui.md deleted file mode 100644 index 193fd475c..000000000 --- a/.changeset/hide-subscriptions-ui.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baseplate-dev/project-builder-web': patch ---- - -Hide GraphQL Subscriptions toggle from backend app configuration for V-Alpha release diff --git a/.changeset/improve-lint-build-performance.md b/.changeset/improve-lint-build-performance.md deleted file mode 100644 index 3ab1d1a5d..000000000 --- a/.changeset/improve-lint-build-performance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baseplate-dev/tools': patch ---- - -Add oxlint base configuration and integrate with ESLint via eslint-plugin-oxlint diff --git a/.changeset/literal-comparisons-in-auth-expressions.md b/.changeset/literal-comparisons-in-auth-expressions.md deleted file mode 100644 index 8daa295a8..000000000 --- a/.changeset/literal-comparisons-in-auth-expressions.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@baseplate-dev/project-builder-lib': patch -'@baseplate-dev/project-builder-server': patch -'@baseplate-dev/project-builder-web': patch ---- - -Support literal value comparisons in authorization expressions (e.g. `model.status === 'active'`, `model.isPublished !== false`) diff --git a/.changeset/mcp-server-actions.md b/.changeset/mcp-server-actions.md deleted file mode 100644 index f02cc9ecb..000000000 --- a/.changeset/mcp-server-actions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baseplate-dev/project-builder-server': patch ---- - -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 diff --git a/.changeset/mcp-server-improvements.md b/.changeset/mcp-server-improvements.md deleted file mode 100644 index 889553cfa..000000000 --- a/.changeset/mcp-server-improvements.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baseplate-dev/project-builder-lib': patch ---- - -Fix entity navigation for discriminated union array children (e.g. admin sections) by stripping leading discriminated-union-array element from relative paths in collectEntityMetadata diff --git a/.changeset/migrate-gql-tada-to-graphql-codegen.md b/.changeset/migrate-gql-tada-to-graphql-codegen.md deleted file mode 100644 index 05fc5a3c5..000000000 --- a/.changeset/migrate-gql-tada-to-graphql-codegen.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@baseplate-dev/react-generators': patch -'@baseplate-dev/plugin-auth': patch ---- - -Migrate from gql.tada to graphql-code-generator with client-preset diff --git a/.changeset/remove-altair-support.md b/.changeset/remove-altair-support.md deleted file mode 100644 index 3f370fd23..000000000 --- a/.changeset/remove-altair-support.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baseplate-dev/fastify-generators': patch ---- - -Remove Altair GraphQL IDE support in favor of the built-in GraphiQL interface provided by GraphQL Yoga diff --git a/.changeset/suggest-auto-fixes-for-issues.md b/.changeset/suggest-auto-fixes-for-issues.md deleted file mode 100644 index 104788f66..000000000 --- a/.changeset/suggest-auto-fixes-for-issues.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@baseplate-dev/project-builder-lib': patch -'@baseplate-dev/project-builder-web': patch ---- - -Add auto-fix suggestions for definition issues in the warning dialog, starting with relation field type mismatch fixes diff --git a/.changeset/switch-generated-components-to-base-ui.md b/.changeset/switch-generated-components-to-base-ui.md deleted file mode 100644 index c6dacb6db..000000000 --- a/.changeset/switch-generated-components-to-base-ui.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@baseplate-dev/react-generators': patch -'@baseplate-dev/plugin-storage': patch ---- - -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 diff --git a/packages/code-morph/CHANGELOG.md b/packages/code-morph/CHANGELOG.md index ca0904261..809b46cf7 100644 --- a/packages/code-morph/CHANGELOG.md +++ b/packages/code-morph/CHANGELOG.md @@ -1,5 +1,12 @@ # @baseplate-dev/code-morph +## 1.0.7 + +### Patch Changes + +- Updated dependencies []: + - @baseplate-dev/utils@1.0.0 + ## 0.6.2 ### Patch Changes diff --git a/packages/code-morph/package.json b/packages/code-morph/package.json index 222348578..b2318999d 100644 --- a/packages/code-morph/package.json +++ b/packages/code-morph/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/code-morph", - "version": "0.6.2", + "version": "1.0.7", "private": true, "description": "Simple package for running code migrations on the codebase", "keywords": [ diff --git a/packages/core-generators/CHANGELOG.md b/packages/core-generators/CHANGELOG.md index ae44d9b1f..e4ef3702f 100644 --- a/packages/core-generators/CHANGELOG.md +++ b/packages/core-generators/CHANGELOG.md @@ -1,5 +1,13 @@ # @baseplate-dev/core-generators +## 1.0.7 + +### Patch Changes + +- Updated dependencies [[`168793d`](https://github.com/halfdomelabs/baseplate/commit/168793d958e001de2eb8bebed03c2b42397da701)]: + - @baseplate-dev/sync@1.0.0 + - @baseplate-dev/utils@1.0.0 + ## 0.6.2 ### Patch Changes diff --git a/packages/core-generators/package.json b/packages/core-generators/package.json index 7c62471ba..18866ae31 100644 --- a/packages/core-generators/package.json +++ b/packages/core-generators/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/core-generators", - "version": "0.6.2", + "version": "1.0.7", "description": "Core generators for Baseplate", "keywords": [ "baseplate", diff --git a/packages/create-project/CHANGELOG.md b/packages/create-project/CHANGELOG.md index 5a1eebf9e..1ecf608f5 100644 --- a/packages/create-project/CHANGELOG.md +++ b/packages/create-project/CHANGELOG.md @@ -1,5 +1,16 @@ # @baseplate-dev/create-project +## 1.0.7 + +### Patch Changes + +- Updated dependencies [[`c175429`](https://github.com/halfdomelabs/baseplate/commit/c175429101d8e902e178067785f2840cd22347cb), [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045), [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7), [`168793d`](https://github.com/halfdomelabs/baseplate/commit/168793d958e001de2eb8bebed03c2b42397da701), [`34fc44e`](https://github.com/halfdomelabs/baseplate/commit/34fc44ec930c951c90edfbf2f658878a0cae8bb5), [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50), [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50), [`d5e0b23`](https://github.com/halfdomelabs/baseplate/commit/d5e0b2397ce2aacacfd9663fb33d4176ec61ca61)]: + - @baseplate-dev/project-builder-lib@1.0.0 + - @baseplate-dev/project-builder-server@1.0.0 + - @baseplate-dev/sync@1.0.0 + - @baseplate-dev/project-builder-cli@1.0.0 + - @baseplate-dev/utils@1.0.0 + ## 0.6.2 ### Patch Changes diff --git a/packages/create-project/package.json b/packages/create-project/package.json index 1f8992bcf..4aab8c155 100644 --- a/packages/create-project/package.json +++ b/packages/create-project/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/create-project", - "version": "0.6.2", + "version": "1.0.7", "description": "CLI starter kit for creating a new Baseplate project", "keywords": [ "baseplate", diff --git a/packages/fastify-generators/CHANGELOG.md b/packages/fastify-generators/CHANGELOG.md index 011753f77..b331ff738 100644 --- a/packages/fastify-generators/CHANGELOG.md +++ b/packages/fastify-generators/CHANGELOG.md @@ -1,5 +1,24 @@ # @baseplate-dev/fastify-generators +## 1.0.7 + +### Patch Changes + +- [#828](https://github.com/halfdomelabs/baseplate/pull/828) [`69483b8`](https://github.com/halfdomelabs/baseplate/commit/69483b8b703a2b568f9dfcfc349046bf3a2bb948) Thanks [@kingston](https://github.com/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](https://github.com/halfdomelabs/baseplate/pull/830) [`c175429`](https://github.com/halfdomelabs/baseplate/commit/c175429101d8e902e178067785f2840cd22347cb) Thanks [@kingston](https://github.com/kingston)! - Add support for indexes on tables, mirroring the existing unique constraints implementation + +- [#826](https://github.com/halfdomelabs/baseplate/pull/826) [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045) Thanks [@kingston](https://github.com/kingston)! - Extract Sentry into standalone plugin package `@baseplate-dev/plugin-observability` and add migration to auto-enable Sentry plugin on existing projects + +- [#829](https://github.com/halfdomelabs/baseplate/pull/829) [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7) Thanks [@kingston](https://github.com/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](https://github.com/halfdomelabs/baseplate/pull/824) [`ad028b5`](https://github.com/halfdomelabs/baseplate/commit/ad028b5b840d5bf45f3597e95145b75b0e4eb2b7) Thanks [@kingston](https://github.com/kingston)! - Remove Altair GraphQL IDE support in favor of the built-in GraphiQL interface provided by GraphQL Yoga + +- Updated dependencies [[`168793d`](https://github.com/halfdomelabs/baseplate/commit/168793d958e001de2eb8bebed03c2b42397da701)]: + - @baseplate-dev/sync@1.0.0 + - @baseplate-dev/core-generators@1.0.0 + - @baseplate-dev/utils@1.0.0 + ## 0.6.2 ### Patch Changes diff --git a/packages/fastify-generators/package.json b/packages/fastify-generators/package.json index 9e23af66b..73e3015f9 100644 --- a/packages/fastify-generators/package.json +++ b/packages/fastify-generators/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/fastify-generators", - "version": "0.6.2", + "version": "1.0.7", "description": "Fastify generators for Baseplate", "keywords": [ "backend", diff --git a/packages/project-builder-cli/CHANGELOG.md b/packages/project-builder-cli/CHANGELOG.md index 8cc758235..bc5eed9e3 100644 --- a/packages/project-builder-cli/CHANGELOG.md +++ b/packages/project-builder-cli/CHANGELOG.md @@ -1,5 +1,16 @@ # @baseplate-dev/project-builder-cli +## 1.0.7 + +### Patch Changes + +- Updated dependencies [[`c175429`](https://github.com/halfdomelabs/baseplate/commit/c175429101d8e902e178067785f2840cd22347cb), [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045), [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7), [`f94d174`](https://github.com/halfdomelabs/baseplate/commit/f94d1745de51cc76885731ea686b21c87b309e02), [`51339e7`](https://github.com/halfdomelabs/baseplate/commit/51339e7cfae849a80747742b770982ddcc8662d5), [`34fc44e`](https://github.com/halfdomelabs/baseplate/commit/34fc44ec930c951c90edfbf2f658878a0cae8bb5), [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50), [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50), [`d5e0b23`](https://github.com/halfdomelabs/baseplate/commit/d5e0b2397ce2aacacfd9663fb33d4176ec61ca61)]: + - @baseplate-dev/project-builder-lib@1.0.0 + - @baseplate-dev/project-builder-server@1.0.0 + - @baseplate-dev/project-builder-web@1.0.0 + - @baseplate-dev/project-builder-common@1.0.0 + - @baseplate-dev/utils@1.0.0 + ## 0.6.2 ### Patch Changes diff --git a/packages/project-builder-cli/package.json b/packages/project-builder-cli/package.json index 3d7648244..a98ade439 100644 --- a/packages/project-builder-cli/package.json +++ b/packages/project-builder-cli/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/project-builder-cli", - "version": "0.6.2", + "version": "1.0.7", "description": "Full-stack CLI builder using Baseplate generators", "keywords": [ "baseplate", diff --git a/packages/project-builder-common/CHANGELOG.md b/packages/project-builder-common/CHANGELOG.md index ccd035a07..40dcaa5e8 100644 --- a/packages/project-builder-common/CHANGELOG.md +++ b/packages/project-builder-common/CHANGELOG.md @@ -1,5 +1,25 @@ # @baseplate-dev/project-builder-common +## 1.0.7 + +### Patch Changes + +- [#826](https://github.com/halfdomelabs/baseplate/pull/826) [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045) Thanks [@kingston](https://github.com/kingston)! - Extract Sentry into standalone plugin package `@baseplate-dev/plugin-observability` and add migration to auto-enable Sentry plugin on existing projects + +- [#829](https://github.com/halfdomelabs/baseplate/pull/829) [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7) Thanks [@kingston](https://github.com/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`](https://github.com/halfdomelabs/baseplate/commit/c175429101d8e902e178067785f2840cd22347cb), [`41b09d1`](https://github.com/halfdomelabs/baseplate/commit/41b09d1a95eacb1a29603ea61f60324dea94d1a9), [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045), [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7), [`168793d`](https://github.com/halfdomelabs/baseplate/commit/168793d958e001de2eb8bebed03c2b42397da701), [`34fc44e`](https://github.com/halfdomelabs/baseplate/commit/34fc44ec930c951c90edfbf2f658878a0cae8bb5), [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50), [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50), [`55be8d4`](https://github.com/halfdomelabs/baseplate/commit/55be8d4d2994ff56ff580ff847f5271c6e8cdb25), [`d5e0b23`](https://github.com/halfdomelabs/baseplate/commit/d5e0b2397ce2aacacfd9663fb33d4176ec61ca61), [`d87bad9`](https://github.com/halfdomelabs/baseplate/commit/d87bad97614bb626598916efb073d05c469ec336)]: + - @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 + ## 0.6.2 ### Patch Changes diff --git a/packages/project-builder-common/package.json b/packages/project-builder-common/package.json index c108d3127..db543c4d2 100644 --- a/packages/project-builder-common/package.json +++ b/packages/project-builder-common/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/project-builder-common", - "version": "0.6.2", + "version": "1.0.7", "description": "Holds common packages for plugins and generators", "keywords": [ "baseplate", diff --git a/packages/project-builder-dev/CHANGELOG.md b/packages/project-builder-dev/CHANGELOG.md index a380fd125..130ffb24b 100644 --- a/packages/project-builder-dev/CHANGELOG.md +++ b/packages/project-builder-dev/CHANGELOG.md @@ -1,5 +1,15 @@ # @baseplate-dev/project-builder-dev +## 1.0.7 + +### Patch Changes + +- Updated dependencies [[`c175429`](https://github.com/halfdomelabs/baseplate/commit/c175429101d8e902e178067785f2840cd22347cb), [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045), [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7), [`f94d174`](https://github.com/halfdomelabs/baseplate/commit/f94d1745de51cc76885731ea686b21c87b309e02), [`51339e7`](https://github.com/halfdomelabs/baseplate/commit/51339e7cfae849a80747742b770982ddcc8662d5), [`34fc44e`](https://github.com/halfdomelabs/baseplate/commit/34fc44ec930c951c90edfbf2f658878a0cae8bb5), [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50), [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50), [`d5e0b23`](https://github.com/halfdomelabs/baseplate/commit/d5e0b2397ce2aacacfd9663fb33d4176ec61ca61)]: + - @baseplate-dev/project-builder-lib@1.0.0 + - @baseplate-dev/project-builder-server@1.0.0 + - @baseplate-dev/project-builder-web@1.0.0 + - @baseplate-dev/utils@1.0.0 + ## 0.6.2 ### Patch Changes diff --git a/packages/project-builder-dev/package.json b/packages/project-builder-dev/package.json index 7597bd26f..8a7f4335b 100644 --- a/packages/project-builder-dev/package.json +++ b/packages/project-builder-dev/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/project-builder-dev", - "version": "0.6.2", + "version": "1.0.7", "description": "Developer tooling CLI for Baseplate plugin authors", "keywords": [ "baseplate", diff --git a/packages/project-builder-lib/CHANGELOG.md b/packages/project-builder-lib/CHANGELOG.md index 2ed36012f..a1db8d0f7 100644 --- a/packages/project-builder-lib/CHANGELOG.md +++ b/packages/project-builder-lib/CHANGELOG.md @@ -1,5 +1,26 @@ # @baseplate-dev/project-builder-lib +## 1.0.7 + +### Patch Changes + +- [#830](https://github.com/halfdomelabs/baseplate/pull/830) [`c175429`](https://github.com/halfdomelabs/baseplate/commit/c175429101d8e902e178067785f2840cd22347cb) Thanks [@kingston](https://github.com/kingston)! - Add support for indexes on tables, mirroring the existing unique constraints implementation + +- [#826](https://github.com/halfdomelabs/baseplate/pull/826) [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045) Thanks [@kingston](https://github.com/kingston)! - Extract Sentry into standalone plugin package `@baseplate-dev/plugin-observability` and add migration to auto-enable Sentry plugin on existing projects + +- [#829](https://github.com/halfdomelabs/baseplate/pull/829) [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7) Thanks [@kingston](https://github.com/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](https://github.com/halfdomelabs/baseplate/pull/823) [`34fc44e`](https://github.com/halfdomelabs/baseplate/commit/34fc44ec930c951c90edfbf2f658878a0cae8bb5) Thanks [@kingston](https://github.com/kingston)! - Support literal value comparisons in authorization expressions (e.g. `model.status === 'active'`, `model.isPublished !== false`) + +- [#820](https://github.com/halfdomelabs/baseplate/pull/820) [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50) Thanks [@kingston](https://github.com/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](https://github.com/halfdomelabs/baseplate/pull/818) [`d5e0b23`](https://github.com/halfdomelabs/baseplate/commit/d5e0b2397ce2aacacfd9663fb33d4176ec61ca61) Thanks [@kingston](https://github.com/kingston)! - Add auto-fix suggestions for definition issues in the warning dialog, starting with relation field type mismatch fixes + +- Updated dependencies [[`1115ba0`](https://github.com/halfdomelabs/baseplate/commit/1115ba082d2288db9f233c459dde3f32b890ff67), [`168793d`](https://github.com/halfdomelabs/baseplate/commit/168793d958e001de2eb8bebed03c2b42397da701)]: + - @baseplate-dev/ui-components@1.0.0 + - @baseplate-dev/sync@1.0.0 + - @baseplate-dev/utils@1.0.0 + ## 0.6.2 ### Patch Changes diff --git a/packages/project-builder-lib/package.json b/packages/project-builder-lib/package.json index 380f608b1..009de03af 100644 --- a/packages/project-builder-lib/package.json +++ b/packages/project-builder-lib/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/project-builder-lib", - "version": "0.6.2", + "version": "1.0.7", "description": "Library for Project Builder using Baseplate generators", "keywords": [ "baseplate", diff --git a/packages/project-builder-server/CHANGELOG.md b/packages/project-builder-server/CHANGELOG.md index 881f07f58..75ad13774 100644 --- a/packages/project-builder-server/CHANGELOG.md +++ b/packages/project-builder-server/CHANGELOG.md @@ -1,5 +1,27 @@ # @baseplate-dev/project-builder-server +## 1.0.7 + +### Patch Changes + +- [#830](https://github.com/halfdomelabs/baseplate/pull/830) [`c175429`](https://github.com/halfdomelabs/baseplate/commit/c175429101d8e902e178067785f2840cd22347cb) Thanks [@kingston](https://github.com/kingston)! - Add support for indexes on tables, mirroring the existing unique constraints implementation + +- [#826](https://github.com/halfdomelabs/baseplate/pull/826) [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045) Thanks [@kingston](https://github.com/kingston)! - Extract Sentry into standalone plugin package `@baseplate-dev/plugin-observability` and add migration to auto-enable Sentry plugin on existing projects + +- [#829](https://github.com/halfdomelabs/baseplate/pull/829) [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7) Thanks [@kingston](https://github.com/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](https://github.com/halfdomelabs/baseplate/pull/823) [`34fc44e`](https://github.com/halfdomelabs/baseplate/commit/34fc44ec930c951c90edfbf2f658878a0cae8bb5) Thanks [@kingston](https://github.com/kingston)! - Support literal value comparisons in authorization expressions (e.g. `model.status === 'active'`, `model.isPublished !== false`) + +- [#820](https://github.com/halfdomelabs/baseplate/pull/820) [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50) Thanks [@kingston](https://github.com/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`](https://github.com/halfdomelabs/baseplate/commit/1115ba082d2288db9f233c459dde3f32b890ff67), [`69483b8`](https://github.com/halfdomelabs/baseplate/commit/69483b8b703a2b568f9dfcfc349046bf3a2bb948), [`c175429`](https://github.com/halfdomelabs/baseplate/commit/c175429101d8e902e178067785f2840cd22347cb), [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045), [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7), [`168793d`](https://github.com/halfdomelabs/baseplate/commit/168793d958e001de2eb8bebed03c2b42397da701), [`34fc44e`](https://github.com/halfdomelabs/baseplate/commit/34fc44ec930c951c90edfbf2f658878a0cae8bb5), [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50), [`55be8d4`](https://github.com/halfdomelabs/baseplate/commit/55be8d4d2994ff56ff580ff847f5271c6e8cdb25), [`ad028b5`](https://github.com/halfdomelabs/baseplate/commit/ad028b5b840d5bf45f3597e95145b75b0e4eb2b7), [`d5e0b23`](https://github.com/halfdomelabs/baseplate/commit/d5e0b2397ce2aacacfd9663fb33d4176ec61ca61), [`d87bad9`](https://github.com/halfdomelabs/baseplate/commit/d87bad97614bb626598916efb073d05c469ec336)]: + - @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 + ## 0.6.2 ### Patch Changes diff --git a/packages/project-builder-server/package.json b/packages/project-builder-server/package.json index b9ae3af9d..c62cdd493 100644 --- a/packages/project-builder-server/package.json +++ b/packages/project-builder-server/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/project-builder-server", - "version": "0.6.2", + "version": "1.0.7", "description": "Server for Project Builder using Baseplate generators", "keywords": [ "backend", diff --git a/packages/project-builder-test/CHANGELOG.md b/packages/project-builder-test/CHANGELOG.md index a4ac63884..31e31e7ec 100644 --- a/packages/project-builder-test/CHANGELOG.md +++ b/packages/project-builder-test/CHANGELOG.md @@ -1,5 +1,12 @@ # @baseplate-dev/project-builder-test +## 1.0.7 + +### Patch Changes + +- Updated dependencies []: + - @baseplate-dev/project-builder-dev@1.0.0 + ## 0.6.2 ### Patch Changes diff --git a/packages/project-builder-test/package.json b/packages/project-builder-test/package.json index ca26143c0..189911fa5 100644 --- a/packages/project-builder-test/package.json +++ b/packages/project-builder-test/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/project-builder-test", - "version": "0.6.2", + "version": "1.0.7", "private": true, "description": "E2E test definitions and test project data for the project builder", "keywords": [ diff --git a/packages/project-builder-web/CHANGELOG.md b/packages/project-builder-web/CHANGELOG.md index 776e8e290..038abd1b7 100644 --- a/packages/project-builder-web/CHANGELOG.md +++ b/packages/project-builder-web/CHANGELOG.md @@ -1,5 +1,26 @@ # @baseplate-dev/project-builder-web +## 1.0.7 + +### Patch Changes + +- [#830](https://github.com/halfdomelabs/baseplate/pull/830) [`c175429`](https://github.com/halfdomelabs/baseplate/commit/c175429101d8e902e178067785f2840cd22347cb) Thanks [@kingston](https://github.com/kingston)! - Add support for indexes on tables, mirroring the existing unique constraints implementation + +- [#829](https://github.com/halfdomelabs/baseplate/pull/829) [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7) Thanks [@kingston](https://github.com/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](https://github.com/halfdomelabs/baseplate/pull/815) [`f94d174`](https://github.com/halfdomelabs/baseplate/commit/f94d1745de51cc76885731ea686b21c87b309e02) Thanks [@kingston](https://github.com/kingston)! - Fix model feature not updating on the page after changing it in the general info dialog + +- [#817](https://github.com/halfdomelabs/baseplate/pull/817) [`51339e7`](https://github.com/halfdomelabs/baseplate/commit/51339e7cfae849a80747742b770982ddcc8662d5) Thanks [@kingston](https://github.com/kingston)! - Hide GraphQL Subscriptions toggle from backend app configuration for V-Alpha release + +- [#823](https://github.com/halfdomelabs/baseplate/pull/823) [`34fc44e`](https://github.com/halfdomelabs/baseplate/commit/34fc44ec930c951c90edfbf2f658878a0cae8bb5) Thanks [@kingston](https://github.com/kingston)! - Support literal value comparisons in authorization expressions (e.g. `model.status === 'active'`, `model.isPublished !== false`) + +- [#818](https://github.com/halfdomelabs/baseplate/pull/818) [`d5e0b23`](https://github.com/halfdomelabs/baseplate/commit/d5e0b2397ce2aacacfd9663fb33d4176ec61ca61) Thanks [@kingston](https://github.com/kingston)! - Add auto-fix suggestions for definition issues in the warning dialog, starting with relation field type mismatch fixes + +- Updated dependencies [[`1115ba0`](https://github.com/halfdomelabs/baseplate/commit/1115ba082d2288db9f233c459dde3f32b890ff67), [`c175429`](https://github.com/halfdomelabs/baseplate/commit/c175429101d8e902e178067785f2840cd22347cb), [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045), [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7), [`34fc44e`](https://github.com/halfdomelabs/baseplate/commit/34fc44ec930c951c90edfbf2f658878a0cae8bb5), [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50), [`d5e0b23`](https://github.com/halfdomelabs/baseplate/commit/d5e0b2397ce2aacacfd9663fb33d4176ec61ca61)]: + - @baseplate-dev/ui-components@1.0.0 + - @baseplate-dev/project-builder-lib@1.0.0 + - @baseplate-dev/utils@1.0.0 + ## 0.6.2 ### Patch Changes diff --git a/packages/project-builder-web/package.json b/packages/project-builder-web/package.json index d79219998..6b2d365a5 100644 --- a/packages/project-builder-web/package.json +++ b/packages/project-builder-web/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/project-builder-web", - "version": "0.6.2", + "version": "1.0.7", "description": "Web interface for constructing project builder JSON", "keywords": [ "baseplate", diff --git a/packages/react-generators/CHANGELOG.md b/packages/react-generators/CHANGELOG.md index 81cfb10cd..8619bb8ba 100644 --- a/packages/react-generators/CHANGELOG.md +++ b/packages/react-generators/CHANGELOG.md @@ -1,5 +1,26 @@ # @baseplate-dev/react-generators +## 1.0.7 + +### Patch Changes + +- [#831](https://github.com/halfdomelabs/baseplate/pull/831) [`1115ba0`](https://github.com/halfdomelabs/baseplate/commit/1115ba082d2288db9f233c459dde3f32b890ff67) Thanks [@kingston](https://github.com/kingston)! - Add autocomplete, slider, collapsible, and spinner UI components + +- [#826](https://github.com/halfdomelabs/baseplate/pull/826) [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045) Thanks [@kingston](https://github.com/kingston)! - Extract Sentry into standalone plugin package `@baseplate-dev/plugin-observability` and add migration to auto-enable Sentry plugin on existing projects + +- [#825](https://github.com/halfdomelabs/baseplate/pull/825) [`55be8d4`](https://github.com/halfdomelabs/baseplate/commit/55be8d4d2994ff56ff580ff847f5271c6e8cdb25) Thanks [@kingston](https://github.com/kingston)! - Migrate from gql.tada to graphql-code-generator with client-preset + +- [#827](https://github.com/halfdomelabs/baseplate/pull/827) [`d87bad9`](https://github.com/halfdomelabs/baseplate/commit/d87bad97614bb626598916efb073d05c469ec336) Thanks [@kingston](https://github.com/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`](https://github.com/halfdomelabs/baseplate/commit/168793d958e001de2eb8bebed03c2b42397da701)]: + - @baseplate-dev/sync@1.0.0 + - @baseplate-dev/core-generators@1.0.0 + - @baseplate-dev/utils@1.0.0 + ## 0.6.2 ### Patch Changes diff --git a/packages/react-generators/package.json b/packages/react-generators/package.json index d4855df02..6a1cc6ff6 100644 --- a/packages/react-generators/package.json +++ b/packages/react-generators/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/react-generators", - "version": "0.6.2", + "version": "1.0.7", "description": "React Generators for Baseplate", "keywords": [ "baseplate", diff --git a/packages/sync/CHANGELOG.md b/packages/sync/CHANGELOG.md index c25e76539..a97887a89 100644 --- a/packages/sync/CHANGELOG.md +++ b/packages/sync/CHANGELOG.md @@ -1,5 +1,14 @@ # @baseplate-dev/sync +## 1.0.7 + +### Patch Changes + +- [#813](https://github.com/halfdomelabs/baseplate/pull/813) [`168793d`](https://github.com/halfdomelabs/baseplate/commit/168793d958e001de2eb8bebed03c2b42397da701) Thanks [@kingston](https://github.com/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 + ## 0.6.2 ### Patch Changes diff --git a/packages/sync/package.json b/packages/sync/package.json index 48348539d..6290b2cb6 100644 --- a/packages/sync/package.json +++ b/packages/sync/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/sync", - "version": "0.6.2", + "version": "1.0.7", "description": "Library for syncing Baseplate descriptions", "keywords": [ "baseplate", diff --git a/packages/tools/CHANGELOG.md b/packages/tools/CHANGELOG.md index 6a3575713..04c02f55c 100644 --- a/packages/tools/CHANGELOG.md +++ b/packages/tools/CHANGELOG.md @@ -1,5 +1,11 @@ # @baseplate-dev/tools +## 1.0.7 + +### Patch Changes + +- [#832](https://github.com/halfdomelabs/baseplate/pull/832) [`6776496`](https://github.com/halfdomelabs/baseplate/commit/6776496d5d0b20142b54c8fc6fe99c4ec5c27168) Thanks [@kingston](https://github.com/kingston)! - Add oxlint base configuration and integrate with ESLint via eslint-plugin-oxlint + ## 0.6.2 ### Patch Changes diff --git a/packages/tools/package.json b/packages/tools/package.json index c4b919b5d..84ae79931 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/tools", - "version": "0.6.2", + "version": "1.0.7", "description": "Shared dev configurations for linting, formatting, and testing Baseplate projects", "keywords": [ "baseplate", diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index 309baf82f..6e919655b 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -1,5 +1,14 @@ # @baseplate-dev/ui-components +## 1.0.7 + +### Patch Changes + +- [#831](https://github.com/halfdomelabs/baseplate/pull/831) [`1115ba0`](https://github.com/halfdomelabs/baseplate/commit/1115ba082d2288db9f233c459dde3f32b890ff67) Thanks [@kingston](https://github.com/kingston)! - Add autocomplete, slider, collapsible, and spinner UI components + +- Updated dependencies []: + - @baseplate-dev/utils@1.0.0 + ## 0.6.2 ### Patch Changes diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 0d524e3b5..19429f323 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/ui-components", - "version": "0.6.2", + "version": "1.0.7", "description": "Shared UI component library", "keywords": [ "baseplate", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 100e6fbf4..3bdca37a5 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,7 @@ # @baseplate-dev/utils +## 1.0.7 + ## 0.6.2 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index a94ac1e0f..f82f1779b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/utils", - "version": "0.6.2", + "version": "1.0.7", "description": "Shared utility functions for Baseplate", "keywords": [ "baseplate", diff --git a/plugins/plugin-auth/CHANGELOG.md b/plugins/plugin-auth/CHANGELOG.md index a7b3009b7..161cbd5eb 100644 --- a/plugins/plugin-auth/CHANGELOG.md +++ b/plugins/plugin-auth/CHANGELOG.md @@ -1,5 +1,23 @@ # @baseplate-dev/plugin-auth +## 1.0.7 + +### Patch Changes + +- [#825](https://github.com/halfdomelabs/baseplate/pull/825) [`55be8d4`](https://github.com/halfdomelabs/baseplate/commit/55be8d4d2994ff56ff580ff847f5271c6e8cdb25) Thanks [@kingston](https://github.com/kingston)! - Migrate from gql.tada to graphql-code-generator with client-preset + +- Updated dependencies [[`1115ba0`](https://github.com/halfdomelabs/baseplate/commit/1115ba082d2288db9f233c459dde3f32b890ff67), [`69483b8`](https://github.com/halfdomelabs/baseplate/commit/69483b8b703a2b568f9dfcfc349046bf3a2bb948), [`c175429`](https://github.com/halfdomelabs/baseplate/commit/c175429101d8e902e178067785f2840cd22347cb), [`41b09d1`](https://github.com/halfdomelabs/baseplate/commit/41b09d1a95eacb1a29603ea61f60324dea94d1a9), [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045), [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7), [`168793d`](https://github.com/halfdomelabs/baseplate/commit/168793d958e001de2eb8bebed03c2b42397da701), [`34fc44e`](https://github.com/halfdomelabs/baseplate/commit/34fc44ec930c951c90edfbf2f658878a0cae8bb5), [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50), [`55be8d4`](https://github.com/halfdomelabs/baseplate/commit/55be8d4d2994ff56ff580ff847f5271c6e8cdb25), [`ad028b5`](https://github.com/halfdomelabs/baseplate/commit/ad028b5b840d5bf45f3597e95145b75b0e4eb2b7), [`d5e0b23`](https://github.com/halfdomelabs/baseplate/commit/d5e0b2397ce2aacacfd9663fb33d4176ec61ca61), [`d87bad9`](https://github.com/halfdomelabs/baseplate/commit/d87bad97614bb626598916efb073d05c469ec336)]: + - @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 + ## 0.6.2 ### Patch Changes diff --git a/plugins/plugin-auth/package.json b/plugins/plugin-auth/package.json index a0304d242..bd80e4024 100644 --- a/plugins/plugin-auth/package.json +++ b/plugins/plugin-auth/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/plugin-auth", - "version": "0.6.2", + "version": "1.0.7", "description": "Contains the auth plugin for Baseplate", "keywords": [ "authentication", diff --git a/plugins/plugin-email/CHANGELOG.md b/plugins/plugin-email/CHANGELOG.md index 8882c893e..0df1589ba 100644 --- a/plugins/plugin-email/CHANGELOG.md +++ b/plugins/plugin-email/CHANGELOG.md @@ -1,5 +1,19 @@ # @baseplate-dev/plugin-email +## 1.0.7 + +### Patch Changes + +- Updated dependencies [[`1115ba0`](https://github.com/halfdomelabs/baseplate/commit/1115ba082d2288db9f233c459dde3f32b890ff67), [`69483b8`](https://github.com/halfdomelabs/baseplate/commit/69483b8b703a2b568f9dfcfc349046bf3a2bb948), [`c175429`](https://github.com/halfdomelabs/baseplate/commit/c175429101d8e902e178067785f2840cd22347cb), [`41b09d1`](https://github.com/halfdomelabs/baseplate/commit/41b09d1a95eacb1a29603ea61f60324dea94d1a9), [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045), [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7), [`168793d`](https://github.com/halfdomelabs/baseplate/commit/168793d958e001de2eb8bebed03c2b42397da701), [`34fc44e`](https://github.com/halfdomelabs/baseplate/commit/34fc44ec930c951c90edfbf2f658878a0cae8bb5), [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50), [`55be8d4`](https://github.com/halfdomelabs/baseplate/commit/55be8d4d2994ff56ff580ff847f5271c6e8cdb25), [`ad028b5`](https://github.com/halfdomelabs/baseplate/commit/ad028b5b840d5bf45f3597e95145b75b0e4eb2b7), [`d5e0b23`](https://github.com/halfdomelabs/baseplate/commit/d5e0b2397ce2aacacfd9663fb33d4176ec61ca61), [`d87bad9`](https://github.com/halfdomelabs/baseplate/commit/d87bad97614bb626598916efb073d05c469ec336)]: + - @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 + ## 0.6.2 ### Patch Changes diff --git a/plugins/plugin-email/package.json b/plugins/plugin-email/package.json index 58b2c8169..6ea762d15 100644 --- a/plugins/plugin-email/package.json +++ b/plugins/plugin-email/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/plugin-email", - "version": "0.6.2", + "version": "1.0.7", "description": "Contains the email plugin for Baseplate", "keywords": [ "baseplate", diff --git a/plugins/plugin-observability/CHANGELOG.md b/plugins/plugin-observability/CHANGELOG.md index 53e767afb..83122b663 100644 --- a/plugins/plugin-observability/CHANGELOG.md +++ b/plugins/plugin-observability/CHANGELOG.md @@ -1 +1,18 @@ # @baseplate-dev/plugin-observability + +## 1.0.7 + +### Minor Changes + +- [#826](https://github.com/halfdomelabs/baseplate/pull/826) [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045) Thanks [@kingston](https://github.com/kingston)! - Extract Sentry into standalone plugin package `@baseplate-dev/plugin-observability` and add migration to auto-enable Sentry plugin on existing projects + +### Patch Changes + +- Updated dependencies [[`1115ba0`](https://github.com/halfdomelabs/baseplate/commit/1115ba082d2288db9f233c459dde3f32b890ff67), [`69483b8`](https://github.com/halfdomelabs/baseplate/commit/69483b8b703a2b568f9dfcfc349046bf3a2bb948), [`c175429`](https://github.com/halfdomelabs/baseplate/commit/c175429101d8e902e178067785f2840cd22347cb), [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045), [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7), [`168793d`](https://github.com/halfdomelabs/baseplate/commit/168793d958e001de2eb8bebed03c2b42397da701), [`34fc44e`](https://github.com/halfdomelabs/baseplate/commit/34fc44ec930c951c90edfbf2f658878a0cae8bb5), [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50), [`55be8d4`](https://github.com/halfdomelabs/baseplate/commit/55be8d4d2994ff56ff580ff847f5271c6e8cdb25), [`ad028b5`](https://github.com/halfdomelabs/baseplate/commit/ad028b5b840d5bf45f3597e95145b75b0e4eb2b7), [`d5e0b23`](https://github.com/halfdomelabs/baseplate/commit/d5e0b2397ce2aacacfd9663fb33d4176ec61ca61), [`d87bad9`](https://github.com/halfdomelabs/baseplate/commit/d87bad97614bb626598916efb073d05c469ec336)]: + - @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/sync@1.0.0 + - @baseplate-dev/core-generators@1.0.0 + - @baseplate-dev/utils@1.0.0 diff --git a/plugins/plugin-observability/package.json b/plugins/plugin-observability/package.json index 4acdc2f72..b815d8326 100644 --- a/plugins/plugin-observability/package.json +++ b/plugins/plugin-observability/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/plugin-observability", - "version": "0.1.0", + "version": "1.0.7", "description": "Observability plugins for Baseplate (Sentry error monitoring, performance tracking)", "keywords": [ "baseplate", diff --git a/plugins/plugin-payments/CHANGELOG.md b/plugins/plugin-payments/CHANGELOG.md index f5bf45b62..ca4bd2d71 100644 --- a/plugins/plugin-payments/CHANGELOG.md +++ b/plugins/plugin-payments/CHANGELOG.md @@ -1 +1,15 @@ # @baseplate-dev/plugin-payments + +## 1.0.7 + +### Patch Changes + +- [#829](https://github.com/halfdomelabs/baseplate/pull/829) [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7) Thanks [@kingston](https://github.com/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`](https://github.com/halfdomelabs/baseplate/commit/1115ba082d2288db9f233c459dde3f32b890ff67), [`69483b8`](https://github.com/halfdomelabs/baseplate/commit/69483b8b703a2b568f9dfcfc349046bf3a2bb948), [`c175429`](https://github.com/halfdomelabs/baseplate/commit/c175429101d8e902e178067785f2840cd22347cb), [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045), [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7), [`168793d`](https://github.com/halfdomelabs/baseplate/commit/168793d958e001de2eb8bebed03c2b42397da701), [`34fc44e`](https://github.com/halfdomelabs/baseplate/commit/34fc44ec930c951c90edfbf2f658878a0cae8bb5), [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50), [`ad028b5`](https://github.com/halfdomelabs/baseplate/commit/ad028b5b840d5bf45f3597e95145b75b0e4eb2b7), [`d5e0b23`](https://github.com/halfdomelabs/baseplate/commit/d5e0b2397ce2aacacfd9663fb33d4176ec61ca61)]: + - @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 diff --git a/plugins/plugin-payments/package.json b/plugins/plugin-payments/package.json index d286420b4..de9fe6aa0 100644 --- a/plugins/plugin-payments/package.json +++ b/plugins/plugin-payments/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/plugin-payments", - "version": "0.1.0", + "version": "1.0.7", "description": "Payment processing plugins for Baseplate (Stripe)", "keywords": [ "baseplate", diff --git a/plugins/plugin-queue/CHANGELOG.md b/plugins/plugin-queue/CHANGELOG.md index 81ef9bb06..22b2bdbf0 100644 --- a/plugins/plugin-queue/CHANGELOG.md +++ b/plugins/plugin-queue/CHANGELOG.md @@ -1,5 +1,19 @@ # @baseplate-dev/plugin-queue +## 1.0.7 + +### Patch Changes + +- [#821](https://github.com/halfdomelabs/baseplate/pull/821) [`41b09d1`](https://github.com/halfdomelabs/baseplate/commit/41b09d1a95eacb1a29603ea61f60324dea94d1a9) Thanks [@kingston](https://github.com/kingston)! - Add embedded workers plugin for running queue workers in the Fastify server process + +- Updated dependencies [[`1115ba0`](https://github.com/halfdomelabs/baseplate/commit/1115ba082d2288db9f233c459dde3f32b890ff67), [`69483b8`](https://github.com/halfdomelabs/baseplate/commit/69483b8b703a2b568f9dfcfc349046bf3a2bb948), [`c175429`](https://github.com/halfdomelabs/baseplate/commit/c175429101d8e902e178067785f2840cd22347cb), [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045), [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7), [`168793d`](https://github.com/halfdomelabs/baseplate/commit/168793d958e001de2eb8bebed03c2b42397da701), [`34fc44e`](https://github.com/halfdomelabs/baseplate/commit/34fc44ec930c951c90edfbf2f658878a0cae8bb5), [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50), [`ad028b5`](https://github.com/halfdomelabs/baseplate/commit/ad028b5b840d5bf45f3597e95145b75b0e4eb2b7), [`d5e0b23`](https://github.com/halfdomelabs/baseplate/commit/d5e0b2397ce2aacacfd9663fb33d4176ec61ca61)]: + - @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 + ## 0.6.2 ### Patch Changes diff --git a/plugins/plugin-queue/package.json b/plugins/plugin-queue/package.json index c0efeaad8..27db54a77 100644 --- a/plugins/plugin-queue/package.json +++ b/plugins/plugin-queue/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/plugin-queue", - "version": "0.6.2", + "version": "1.0.7", "description": "Contains the queue plugin for Baseplate", "keywords": [ "baseplate", diff --git a/plugins/plugin-rate-limit/CHANGELOG.md b/plugins/plugin-rate-limit/CHANGELOG.md index 8493d70fa..ca81d0baa 100644 --- a/plugins/plugin-rate-limit/CHANGELOG.md +++ b/plugins/plugin-rate-limit/CHANGELOG.md @@ -1,5 +1,17 @@ # @baseplate-dev/plugin-rate-limit +## 1.0.7 + +### Patch Changes + +- Updated dependencies [[`1115ba0`](https://github.com/halfdomelabs/baseplate/commit/1115ba082d2288db9f233c459dde3f32b890ff67), [`69483b8`](https://github.com/halfdomelabs/baseplate/commit/69483b8b703a2b568f9dfcfc349046bf3a2bb948), [`c175429`](https://github.com/halfdomelabs/baseplate/commit/c175429101d8e902e178067785f2840cd22347cb), [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045), [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7), [`168793d`](https://github.com/halfdomelabs/baseplate/commit/168793d958e001de2eb8bebed03c2b42397da701), [`34fc44e`](https://github.com/halfdomelabs/baseplate/commit/34fc44ec930c951c90edfbf2f658878a0cae8bb5), [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50), [`ad028b5`](https://github.com/halfdomelabs/baseplate/commit/ad028b5b840d5bf45f3597e95145b75b0e4eb2b7), [`d5e0b23`](https://github.com/halfdomelabs/baseplate/commit/d5e0b2397ce2aacacfd9663fb33d4176ec61ca61)]: + - @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 + ## 0.6.2 ### Patch Changes diff --git a/plugins/plugin-rate-limit/package.json b/plugins/plugin-rate-limit/package.json index fb5f35c49..c484eca72 100644 --- a/plugins/plugin-rate-limit/package.json +++ b/plugins/plugin-rate-limit/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/plugin-rate-limit", - "version": "0.6.2", + "version": "1.0.7", "description": "Contains the rate limiting plugin for Baseplate", "keywords": [ "baseplate", diff --git a/plugins/plugin-storage/CHANGELOG.md b/plugins/plugin-storage/CHANGELOG.md index 8cc24b770..cc8fee00b 100644 --- a/plugins/plugin-storage/CHANGELOG.md +++ b/plugins/plugin-storage/CHANGELOG.md @@ -1,5 +1,25 @@ # @baseplate-dev/plugin-storage +## 1.0.7 + +### Patch Changes + +- [#827](https://github.com/halfdomelabs/baseplate/pull/827) [`d87bad9`](https://github.com/halfdomelabs/baseplate/commit/d87bad97614bb626598916efb073d05c469ec336) Thanks [@kingston](https://github.com/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`](https://github.com/halfdomelabs/baseplate/commit/1115ba082d2288db9f233c459dde3f32b890ff67), [`69483b8`](https://github.com/halfdomelabs/baseplate/commit/69483b8b703a2b568f9dfcfc349046bf3a2bb948), [`c175429`](https://github.com/halfdomelabs/baseplate/commit/c175429101d8e902e178067785f2840cd22347cb), [`41b09d1`](https://github.com/halfdomelabs/baseplate/commit/41b09d1a95eacb1a29603ea61f60324dea94d1a9), [`fdd496d`](https://github.com/halfdomelabs/baseplate/commit/fdd496da00348cd56b329a50f60d94597e063045), [`28517d6`](https://github.com/halfdomelabs/baseplate/commit/28517d60059070943a3d1ebdb99d0a2fabbe30a7), [`168793d`](https://github.com/halfdomelabs/baseplate/commit/168793d958e001de2eb8bebed03c2b42397da701), [`34fc44e`](https://github.com/halfdomelabs/baseplate/commit/34fc44ec930c951c90edfbf2f658878a0cae8bb5), [`05b667f`](https://github.com/halfdomelabs/baseplate/commit/05b667fa0a21e78a6af3d553be1900f10e349c50), [`55be8d4`](https://github.com/halfdomelabs/baseplate/commit/55be8d4d2994ff56ff580ff847f5271c6e8cdb25), [`ad028b5`](https://github.com/halfdomelabs/baseplate/commit/ad028b5b840d5bf45f3597e95145b75b0e4eb2b7), [`d5e0b23`](https://github.com/halfdomelabs/baseplate/commit/d5e0b2397ce2aacacfd9663fb33d4176ec61ca61), [`d87bad9`](https://github.com/halfdomelabs/baseplate/commit/d87bad97614bb626598916efb073d05c469ec336)]: + - @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 + ## 0.6.2 ### Patch Changes diff --git a/plugins/plugin-storage/package.json b/plugins/plugin-storage/package.json index b6f4fdabf..c3411a11e 100644 --- a/plugins/plugin-storage/package.json +++ b/plugins/plugin-storage/package.json @@ -1,6 +1,6 @@ { "name": "@baseplate-dev/plugin-storage", - "version": "0.6.2", + "version": "1.0.7", "description": "Contains the storage plugin for Baseplate", "keywords": [ "baseplate",