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
2 changes: 1 addition & 1 deletion packages/astro-github-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@larkiny/astro-github-loader",
"type": "module",
"version": "0.13.0",
"version": "0.14.0",
"description": "Load content from GitHub repositories into Astro content collections with asset management and content transformations",
"keywords": [
"astro",
Expand Down
2 changes: 2 additions & 0 deletions packages/astro-github-loader/src/github.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ export interface VersionConfig {
slug: string;
/** Display name for this version (e.g., "Latest", "v8.0.0") */
label: string;
/** Git ref this version was sourced from (e.g., "main", "release/v7"). Optional metadata — not used by the loader. */
ref?: string;
}

/**
Expand Down