Skip to content

Version Packages#30

Merged
KayleeWilliams merged 1 commit into
mainfrom
changeset-release/main
May 12, 2026
Merged

Version Packages#30
KayleeWilliams merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 11, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

leadtype@0.1.1

Patch Changes

  • 92192a7: Fix the CLI direct-run check so package-manager bin shims and symlinked workspace installs correctly run leadtype generate.

  • 60c285c: Add first-class support for multiple docs source folders and custom URL mounts, including mounted search, LLM, and Agent Readability metadata. The generate command also expands include partials before emitting markdown artifacts, and extracted type tables resolve source paths from the original project root in multi-source builds.

  • 1bca5cf: Shrink published install closure by swapping out heavier deps:

    • gray-mattervfile-matter + yaml (drops js-yaml, kind-of, section-matter, strip-bom-string from the closure).
    • jiti moved from dependencies to optional peerDependencies — only required when authoring docs.config.ts; .js/.mjs/.cjs configs load via native import().
    • decode-named-character-reference dropped — entity decode inside <Steps> titles now uses a small inline map.
    • mdast-util-to-markdown dropped in prompt.remark — serialization now goes through the existing remark() processor.
    • mdast-util-compact dropped in steps.remark — small in-tree adjacent-text/blockquote merge inlined.
    • unist-builder dropped — u(...) calls replaced with mdast object literals.
    • unist-util-is dropped — 7 is(node, "type") call sites switched to node.type === "type".

    Behavior change: YAML frontmatter timestamps now round-trip through the yaml package's timestamp tag. Date-only scalars like 2026-04-19 emit as 2026-04-19 (compact) instead of 2026-04-19T00:00:00.000Z. Datetime scalars without sub-second precision emit as 2026-04-19T12:00:00 instead of 2026-04-19T12:00:00.000Z. The values remain Date instances in JS, so consuming code is unaffected.

  • 3e03d9d: Replace fast-glob with tinyglobby to shrink the dependency tree (16 transitive deps → 3) and reduce install footprint (~1.2 MB → ~240 KB). Globbing behavior and call-site options are unchanged.

c15t-example@0.0.1

Patch Changes

  • Updated dependencies [92192a7]
  • Updated dependencies [60c285c]
  • Updated dependencies [1bca5cf]
  • Updated dependencies [3e03d9d]
    • leadtype@0.1.1

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 31340c2 to b1ca3d3 Compare May 12, 2026 02:59
@github-actions github-actions Bot force-pushed the changeset-release/main branch from b1ca3d3 to b5847c1 Compare May 12, 2026 03:00
@KayleeWilliams KayleeWilliams merged commit 1c66660 into main May 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant