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
8 changes: 8 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
<<<<<<< ours
"packages/starlight-theme": "0.3.4",
"packages/create-docs": "0.2.3"
||||||| ancestor
"packages/starlight-theme": "0.3.4",
"packages/create-docs": "0.2.2"
=======
"packages/starlight-theme": "0.3.5",
"packages/create-docs": "0.2.3"
>>>>>>> theirs
}
2 changes: 1 addition & 1 deletion packages/create-docs/bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { createInterface } from 'node:readline/promises';
// Auto-updated by `scripts/sync-theme-version.mjs` during the prepack
// step — DO NOT hand-edit. Reflects the version in
// `packages/starlight-theme/package.json` at publish time.
const THEME_VERSION = '^0.4.0';
const THEME_VERSION = '^0.3.4';

// ─── Paths ────────────────────────────────────────────────────────────
const __dirname = dirname(fileURLToPath(import.meta.url));
Expand Down
Loading