Skip to content

Version Packages - #246

Merged
levino merged 1 commit into
mainfrom
changeset-release/main
Aug 23, 2026
Merged

Version Packages#246
levino merged 1 commit into
mainfrom
changeset-release/main

Conversation

@levino-bot

@levino-bot levino-bot Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

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

@levino/shipyard-base@0.9.1

Patch Changes

  • c1ccba1: Fixes the @levino/shipyard-base/astro entrypoint, which could not be imported at all. It pointed at ./astro/components and ./astro/layouts from inside src/, but those directories sit one level up, so import { components } from '@levino/shipyard-base/astro' always failed to resolve.

    The docs frontmatter schema now actually describes your frontmatter. z.infer<typeof docsSchema> was silently resolving to unknown, so anything reading a docs entry's data got no type safety at all.

    shipyard's remark plugins now declare the packages whose type augmentations they rely on (remark-parse, mdast-util-to-hast). Type-checking a project that uses shipyard no longer reports errors from inside shipyard's own source.

    Optional properties that are absent are now omitted rather than set to undefinedGitMetadata.lastUpdated/lastAuthor, PaginationInfo.prev/next when pagination is explicitly disabled, and optional sidebar TreeNode fields. Reading these behaves identically; only an in or Object.keys check could tell the difference.

@levino/shipyard-blog@0.9.1

Patch Changes

  • c1ccba1: Fixes the @levino/shipyard-base/astro entrypoint, which could not be imported at all. It pointed at ./astro/components and ./astro/layouts from inside src/, but those directories sit one level up, so import { components } from '@levino/shipyard-base/astro' always failed to resolve.

    The docs frontmatter schema now actually describes your frontmatter. z.infer<typeof docsSchema> was silently resolving to unknown, so anything reading a docs entry's data got no type safety at all.

    shipyard's remark plugins now declare the packages whose type augmentations they rely on (remark-parse, mdast-util-to-hast). Type-checking a project that uses shipyard no longer reports errors from inside shipyard's own source.

    Optional properties that are absent are now omitted rather than set to undefinedGitMetadata.lastUpdated/lastAuthor, PaginationInfo.prev/next when pagination is explicitly disabled, and optional sidebar TreeNode fields. Reading these behaves identically; only an in or Object.keys check could tell the difference.

  • Updated dependencies [c1ccba1]

    • @levino/shipyard-base@0.9.1

@levino/shipyard-docs@0.9.1

Patch Changes

  • c1ccba1: Fixes the @levino/shipyard-base/astro entrypoint, which could not be imported at all. It pointed at ./astro/components and ./astro/layouts from inside src/, but those directories sit one level up, so import { components } from '@levino/shipyard-base/astro' always failed to resolve.

    The docs frontmatter schema now actually describes your frontmatter. z.infer<typeof docsSchema> was silently resolving to unknown, so anything reading a docs entry's data got no type safety at all.

    shipyard's remark plugins now declare the packages whose type augmentations they rely on (remark-parse, mdast-util-to-hast). Type-checking a project that uses shipyard no longer reports errors from inside shipyard's own source.

    Optional properties that are absent are now omitted rather than set to undefinedGitMetadata.lastUpdated/lastAuthor, PaginationInfo.prev/next when pagination is explicitly disabled, and optional sidebar TreeNode fields. Reading these behaves identically; only an in or Object.keys check could tell the difference.

  • Updated dependencies [c1ccba1]

    • @levino/shipyard-base@0.9.1

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 22, 2026

Copy link
Copy Markdown

Deploying shipyard with  Cloudflare Pages  Cloudflare Pages

Latest commit: b9d7be7
Status: ✅  Deploy successful!
Preview URL: https://edc8abf9.shipyard-edw.pages.dev
Branch Preview URL: https://changeset-release-main.shipyard-edw.pages.dev

View logs

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 22, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
shipyard-demos-server-mode b9d7be7 Commit Preview URL

Branch Preview URL
Aug 22 2026, 07:27 PM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 22, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
shipyard-demos-versioned-docs b9d7be7 Commit Preview URL

Branch Preview URL
Aug 22 2026, 07:28 PM

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying shipyard-i18n-demo with  Cloudflare Pages  Cloudflare Pages

Latest commit: b9d7be7
Status: ✅  Deploy successful!
Preview URL: https://fe88be82.shipyard-i18n-demo.pages.dev
Branch Preview URL: https://changeset-release-main.shipyard-i18n-demo.pages.dev

View logs

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying shipyard-demo-i18n-docusaurus with  Cloudflare Pages  Cloudflare Pages

Latest commit: b9d7be7
Status: ✅  Deploy successful!
Preview URL: https://b85241eb.shipyard-demo-i18n-docusaurus.pages.dev
Branch Preview URL: https://changeset-release-main.shipyard-demo-i18n-docusaurus.pages.dev

View logs

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying shipyard-demo-single-locale with  Cloudflare Pages  Cloudflare Pages

Latest commit: b9d7be7
Status: ✅  Deploy successful!
Preview URL: https://e6c8725a.shipyard-demo-single-locale.pages.dev
Branch Preview URL: https://changeset-release-main.shipyard-demo-single-locale.pages.dev

View logs

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying shipyard-demo-single-locale-docusaurus with  Cloudflare Pages  Cloudflare Pages

Latest commit: b9d7be7
Status: ✅  Deploy successful!
Preview URL: https://fc76672a.shipyard-demo-single-locale-docusaurus.pages.dev
Branch Preview URL: https://changeset-release-main.shipyard-demo-single-locale-docusaurus.pages.dev

View logs

@levino
levino merged commit f48e1ef into main Aug 23, 2026
17 checks passed
@levino
levino deleted the changeset-release/main branch August 23, 2026 15:41
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