diff --git a/.changeset/cli-config-sync-cleanup.md b/.changeset/cli-config-sync-cleanup.md deleted file mode 100644 index 502ca150..00000000 --- a/.changeset/cli-config-sync-cleanup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"everything-dev": patch ---- - -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. diff --git a/package.json b/package.json index 5c862abc..b42cead9 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/everything-dev/CHANGELOG.md b/packages/everything-dev/CHANGELOG.md index 9c04347b..52d4b4fc 100644 --- a/packages/everything-dev/CHANGELOG.md +++ b/packages/everything-dev/CHANGELOG.md @@ -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 diff --git a/packages/everything-dev/package.json b/packages/everything-dev/package.json index 581f21a6..c77b343b 100644 --- a/packages/everything-dev/package.json +++ b/packages/everything-dev/package.json @@ -1,6 +1,6 @@ { "name": "everything-dev", - "version": "1.28.11", + "version": "1.28.12", "type": "module", "publishConfig": { "access": "public"