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/cli-config-sync-cleanup.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@better-auth/passkey": "1.6.9",
"better-near-auth": "1.5.0",
"every-plugin": "^2.5.11",
"everything-dev": "^1.28.11",
"everything-dev": "^1.28.12",
"typescript": "^5.9.3",
"vitest": "^4.0.17",
"@libsql/client": "0.17.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/everything-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# everything-dev

## 1.28.12

### Patch Changes

- 2681ec9: Make child project config handling less confusing by showing the local `bos.config.json` by default in `bos config` and reserving `--full` for the fully resolved config. Also preserve existing child auth overrides during sync and upgrade, keep child catalogs aligned with the full extends chain, generate only relevant root scripts for each workspace shape, and base sync snapshots on the actual merged file content.

## 1.28.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/everything-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "everything-dev",
"version": "1.28.11",
"version": "1.28.12",
"type": "module",
"publishConfig": {
"access": "public"
Expand Down
Loading