@abstractdata/create-docs 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -21,7 +21,7 @@ import { createInterface } from 'node:readline/promises';
21
21
  // Auto-updated by `scripts/sync-theme-version.mjs` during the prepack
22
22
  // step — DO NOT hand-edit. Reflects the version in
23
23
  // `packages/starlight-theme/package.json` at publish time.
24
- const THEME_VERSION = '^0.3.4';
24
+ const THEME_VERSION = '^0.3.5';
25
25
 
26
26
  // ─── Paths ────────────────────────────────────────────────────────────
27
27
  const __dirname = dirname(fileURLToPath(import.meta.url));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abstractdata/create-docs",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Scaffold a new branded documentation site using @abstractdata/starlight-theme. Run with `bun create @abstractdata/docs <name>`.",
5
5
  "type": "module",
6
6
  "bin": {