Skip to content

Commit

Permalink
chore: bump prerelease version
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin committed Aug 28, 2024
1 parent 71b8d99 commit 99e177e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apify/docusaurus-plugin-typedoc-api",
"version": "4.2.2",
"version": "4.2.3-0",
"description": "Docusaurus plugin that provides source code API documentation powered by TypeDoc. ",
"keywords": [
"docusaurus",
Expand Down Expand Up @@ -57,5 +57,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3"
}
},
"stableVersion": "4.2.2"
}
2 changes: 1 addition & 1 deletion packages/plugin/src/plugin/python-generator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export async function generateJsonFromPythonProject({
const pydoc = await parseWithPydocMarkdown({ projectRoot });

await pydocToTypedoc({
moduleName: 'python',
moduleName: 'python', // TODO: get from project config files or passed options
pydocJson: pydoc,
outFile,
});
Expand Down

0 comments on commit 99e177e

Please sign in to comment.