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
5 changes: 0 additions & 5 deletions .changeset/afraid-meals-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/combobox-text-size.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/less-aggressive-password-rate-limits.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/restrict-docker-ports.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/upgrade-aws-sdk.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/upgrade-fastify.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/upgrade-prisma-7-6-0.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upgrade-turborepo.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

## 0.6.7

### Patch Changes

- Updated dependencies []:
- @baseplate-dev/utils@0.6.7

## 0.6.6

### 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.6",
"version": "0.6.7",
"private": true,
"description": "Simple package for running code migrations on the codebase",
"keywords": [
Expand Down
14 changes: 14 additions & 0 deletions packages/core-generators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @baseplate-dev/core-generators

## 0.6.7

### Patch Changes

- [#872](https://github.com/halfdomelabs/baseplate/pull/872) [`2d39358`](https://github.com/halfdomelabs/baseplate/commit/2d39358510f73073a80ac78c3c7433a3aac2f0cd) Thanks [@kingston](https://github.com/kingston)! - Update pnpm version to 10.33.0

- [#875](https://github.com/halfdomelabs/baseplate/pull/875) [`c3a6719`](https://github.com/halfdomelabs/baseplate/commit/c3a67191d9a456d7440728f43f34cd02d28ffd12) Thanks [@kingston](https://github.com/kingston)! - Restrict docker compose port bindings to 127.0.0.1 to prevent exposing development services to the local network

- [#874](https://github.com/halfdomelabs/baseplate/pull/874) [`7031c74`](https://github.com/halfdomelabs/baseplate/commit/7031c74af6a0ee74007a2b3cce30c738cff36e6a) Thanks [@kingston](https://github.com/kingston)! - Upgrade Turborepo from 2.5.0 to 2.9.0

- Updated dependencies []:
- @baseplate-dev/sync@0.6.7
- @baseplate-dev/utils@0.6.7

## 0.6.6

### 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.6",
"version": "0.6.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

## 0.6.7

### Patch Changes

- Updated dependencies []:
- @baseplate-dev/project-builder-server@0.6.7
- @baseplate-dev/project-builder-lib@0.6.7
- @baseplate-dev/project-builder-cli@0.6.7
- @baseplate-dev/sync@0.6.7
- @baseplate-dev/utils@0.6.7

## 0.6.6

### 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.6",
"version": "0.6.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

## 0.6.7

### Patch Changes

- [#872](https://github.com/halfdomelabs/baseplate/pull/872) [`2d39358`](https://github.com/halfdomelabs/baseplate/commit/2d39358510f73073a80ac78c3c7433a3aac2f0cd) Thanks [@kingston](https://github.com/kingston)! - Upgrade fastify to 5.8.4
- fastify: 5.8.1 → 5.8.4

- [#872](https://github.com/halfdomelabs/baseplate/pull/872) [`2d39358`](https://github.com/halfdomelabs/baseplate/commit/2d39358510f73073a80ac78c3c7433a3aac2f0cd) Thanks [@kingston](https://github.com/kingston)! - Upgrade Prisma packages to 7.6.0
- prisma: 7.5.0 → 7.6.0
- @prisma/client: 7.5.0 → 7.6.0
- @prisma/adapter-pg: 7.5.0 → 7.6.0
- @prisma/internals: 7.5.0 → 7.6.0
- @pothos/plugin-prisma: 4.14.1 → 4.14.2

- Updated dependencies [[`2d39358`](https://github.com/halfdomelabs/baseplate/commit/2d39358510f73073a80ac78c3c7433a3aac2f0cd), [`c3a6719`](https://github.com/halfdomelabs/baseplate/commit/c3a67191d9a456d7440728f43f34cd02d28ffd12), [`7031c74`](https://github.com/halfdomelabs/baseplate/commit/7031c74af6a0ee74007a2b3cce30c738cff36e6a)]:
- @baseplate-dev/core-generators@0.6.7
- @baseplate-dev/sync@0.6.7
- @baseplate-dev/utils@0.6.7

## 0.6.6

### 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.6",
"version": "0.6.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

## 0.6.7

### Patch Changes

- Updated dependencies []:
- @baseplate-dev/project-builder-server@0.6.7
- @baseplate-dev/project-builder-lib@0.6.7
- @baseplate-dev/project-builder-web@0.6.7
- @baseplate-dev/project-builder-common@0.6.7
- @baseplate-dev/utils@0.6.7

## 0.6.6

### 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.6",
"version": "0.6.7",
"description": "Full-stack CLI builder using Baseplate generators",
"keywords": [
"baseplate",
Expand Down
17 changes: 17 additions & 0 deletions packages/project-builder-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @baseplate-dev/project-builder-common

## 0.6.7

### Patch Changes

- Updated dependencies [[`0527c02`](https://github.com/halfdomelabs/baseplate/commit/0527c02fc9cc08363a93ff640345680ef832cd30), [`2d39358`](https://github.com/halfdomelabs/baseplate/commit/2d39358510f73073a80ac78c3c7433a3aac2f0cd)]:
- @baseplate-dev/plugin-auth@0.6.7
- @baseplate-dev/plugin-storage@0.6.7
- @baseplate-dev/project-builder-server@0.6.7
- @baseplate-dev/plugin-ai@0.6.7
- @baseplate-dev/plugin-email@0.6.7
- @baseplate-dev/plugin-observability@0.6.7
- @baseplate-dev/plugin-payments@0.6.7
- @baseplate-dev/plugin-queue@0.6.7
- @baseplate-dev/plugin-rate-limit@0.6.7
- @baseplate-dev/project-builder-lib@0.6.7
- @baseplate-dev/sync@0.6.7

## 0.6.6

### 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.6",
"version": "0.6.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

## 0.6.7

### Patch Changes

- Updated dependencies []:
- @baseplate-dev/project-builder-server@0.6.7
- @baseplate-dev/project-builder-lib@0.6.7
- @baseplate-dev/project-builder-web@0.6.7
- @baseplate-dev/utils@0.6.7

## 0.6.6

### 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.6",
"version": "0.6.7",
"description": "Developer tooling CLI for Baseplate plugin authors",
"keywords": [
"baseplate",
Expand Down
9 changes: 9 additions & 0 deletions packages/project-builder-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @baseplate-dev/project-builder-lib

## 0.6.7

### Patch Changes

- Updated dependencies [[`335e063`](https://github.com/halfdomelabs/baseplate/commit/335e063b85676c9a55635ade6cf9b7b38bdd431d)]:
- @baseplate-dev/ui-components@0.6.7
- @baseplate-dev/sync@0.6.7
- @baseplate-dev/utils@0.6.7

## 0.6.6

### 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.6",
"version": "0.6.7",
"description": "Library for Project Builder using Baseplate generators",
"keywords": [
"baseplate",
Expand Down
12 changes: 12 additions & 0 deletions packages/project-builder-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @baseplate-dev/project-builder-server

## 0.6.7

### Patch Changes

- Updated dependencies [[`2d39358`](https://github.com/halfdomelabs/baseplate/commit/2d39358510f73073a80ac78c3c7433a3aac2f0cd), [`c3a6719`](https://github.com/halfdomelabs/baseplate/commit/c3a67191d9a456d7440728f43f34cd02d28ffd12), [`2d39358`](https://github.com/halfdomelabs/baseplate/commit/2d39358510f73073a80ac78c3c7433a3aac2f0cd), [`2d39358`](https://github.com/halfdomelabs/baseplate/commit/2d39358510f73073a80ac78c3c7433a3aac2f0cd), [`7031c74`](https://github.com/halfdomelabs/baseplate/commit/7031c74af6a0ee74007a2b3cce30c738cff36e6a)]:
- @baseplate-dev/core-generators@0.6.7
- @baseplate-dev/fastify-generators@0.6.7
- @baseplate-dev/react-generators@0.6.7
- @baseplate-dev/project-builder-lib@0.6.7
- @baseplate-dev/sync@0.6.7
- @baseplate-dev/utils@0.6.7

## 0.6.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/project-builder-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseplate-dev/project-builder-server",
"version": "0.6.6",
"version": "0.6.7",
"description": "Server for Project Builder using Baseplate generators",
"keywords": [
"backend",
Expand Down
7 changes: 7 additions & 0 deletions packages/project-builder-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @baseplate-dev/project-builder-test

## 0.6.7

### Patch Changes

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

## 0.6.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/project-builder-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseplate-dev/project-builder-test",
"version": "0.6.6",
"version": "0.6.7",
"private": true,
"description": "E2E test definitions and test project data for the project builder",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/project-builder-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @baseplate-dev/project-builder-web

## 0.6.7

### Patch Changes

- Updated dependencies [[`335e063`](https://github.com/halfdomelabs/baseplate/commit/335e063b85676c9a55635ade6cf9b7b38bdd431d)]:
- @baseplate-dev/ui-components@0.6.7
- @baseplate-dev/project-builder-lib@0.6.7
- @baseplate-dev/utils@0.6.7

## 0.6.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/project-builder-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseplate-dev/project-builder-web",
"version": "0.6.6",
"version": "0.6.7",
"description": "Web interface for constructing project builder JSON",
"keywords": [
"baseplate",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-generators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @baseplate-dev/react-generators

## 0.6.7

### Patch Changes

- Updated dependencies [[`2d39358`](https://github.com/halfdomelabs/baseplate/commit/2d39358510f73073a80ac78c3c7433a3aac2f0cd), [`c3a6719`](https://github.com/halfdomelabs/baseplate/commit/c3a67191d9a456d7440728f43f34cd02d28ffd12), [`7031c74`](https://github.com/halfdomelabs/baseplate/commit/7031c74af6a0ee74007a2b3cce30c738cff36e6a)]:
- @baseplate-dev/core-generators@0.6.7
- @baseplate-dev/sync@0.6.7
- @baseplate-dev/utils@0.6.7

## 0.6.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-generators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseplate-dev/react-generators",
"version": "0.6.6",
"version": "0.6.7",
"description": "React Generators for Baseplate",
"keywords": [
"baseplate",
Expand Down
7 changes: 7 additions & 0 deletions packages/sync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @baseplate-dev/sync

## 0.6.7

### Patch Changes

- Updated dependencies []:
- @baseplate-dev/utils@0.6.7

## 0.6.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baseplate-dev/sync",
"version": "0.6.6",
"version": "0.6.7",
"description": "Library for syncing Baseplate descriptions",
"keywords": [
"baseplate",
Expand Down
2 changes: 2 additions & 0 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @baseplate-dev/tools

## 0.6.7

## 0.6.6

## 0.6.5
Expand Down
Loading