Skip to content

Commit

Permalink
Release version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJWLabs committed May 17, 2024
1 parent 5eea5cd commit c5b1694
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 8 deletions.
6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luaudoc",
"version": "1.0.8",
"version": "1.0.9",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"parse-git-config": "^3.0.0",
"toml": "^3.0.0",
"unzipper": "^0.10.11",
"yargs": "^17.5.1"
"yargs": "^17.5.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
Expand All @@ -41,6 +41,6 @@
"@types/parse-git-config": "^3.0.1",
"@types/unzipper": "^0.10.5",
"@types/yargs": "^17.0.10",
"typescript": "^4.7.4"
"typescript": "^4.7.4"
}
}
3 changes: 2 additions & 1 deletion cli/template/root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"docusaurus-plugin-moonwave": "^1.1.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"remark-admonitions": "^1.2.1"
"remark-admonitions": "^1.2.1",
"docusaurus-plugin-luaudoc": "^1.0.9"
},
"browserslist": {
"production": [
Expand Down
21 changes: 21 additions & 0 deletions cli/template/root/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docusaurus-plugin-luaudoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusaurus-plugin-luaudoc",
"version": "1.0.8",
"version": "1.0.9",
"description": "Display your API docs generated from LuauDoc in Docusaurus",
"main": "src/index.js",
"author": "0xJWLabs <0xjwlabs@gmail.com>",
Expand All @@ -25,6 +25,6 @@
"remark-parse": "^8.0.3",
"remark-react": "^8.0.0",
"remark-rehype": "^8.1.0",
"unified": "^9.2.2"
"unified": "^9.2.2"
}
}
2 changes: 1 addition & 1 deletion extractor/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extractor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "luaudoc"
description = "LuauDoc is a tool for generating documentation from comments in Lua source code."
version = "1.0.8"
version = "1.0.9"
authors = ["0xJWLabs <@0xjwlabs@gmail.com>"]
license = "MPL-2.0"
homepage = "https://github.com/0xjwlabs/ldoc#README.md"
Expand Down

0 comments on commit c5b1694

Please sign in to comment.