Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/add-autocomplete-slider-collapsible-spinner.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/add-env-local-backend.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/add-model-indexes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/embedded-workers-plugin.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/extract-sentry-plugin.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/extract-stripe-to-plugin-payments.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-extractor-json-overwrite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-model-feature-stale-display.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hide-subscriptions-ui.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/improve-lint-build-performance.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/literal-comparisons-in-auth-expressions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mcp-server-actions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mcp-server-improvements.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/migrate-gql-tada-to-graphql-codegen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remove-altair-support.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/suggest-auto-fixes-for-issues.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/switch-generated-components-to-base-ui.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/code-morph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/code-morph/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
8 changes: 8 additions & 0 deletions packages/core-generators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core-generators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseplate-dev/core-generators",
"version": "0.6.2",
"version": "1.0.7",
"description": "Core generators for Baseplate",
"keywords": [
"baseplate",
Expand Down
11 changes: 11 additions & 0 deletions packages/create-project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/create-project/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
19 changes: 19 additions & 0 deletions packages/fastify-generators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify-generators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseplate-dev/fastify-generators",
"version": "0.6.2",
"version": "1.0.7",
"description": "Fastify generators for Baseplate",
"keywords": [
"backend",
Expand Down
11 changes: 11 additions & 0 deletions packages/project-builder-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/project-builder-cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
20 changes: 20 additions & 0 deletions packages/project-builder-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/project-builder-common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/project-builder-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/project-builder-dev/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
21 changes: 21 additions & 0 deletions packages/project-builder-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/project-builder-lib/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading