diff --git a/cli/package.json b/cli/package.json index 66cc284..b3674f4 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "luaudoc", - "version": "1.0.6", + "version": "1.0.7", "description": "", "main": "dist/index.js", "scripts": { diff --git a/cli/template/root/package.json b/cli/template/root/package.json index 2e3ae14..88e522f 100644 --- a/cli/template/root/package.json +++ b/cli/template/root/package.json @@ -19,7 +19,7 @@ "@mdx-js/react": "^3.0.1", "clsx": "^2.1.1", "docusaurus-lunr-search": "^3.4.0", - "docusaurus-plugin-luaudoc": "^1.0.6", + "docusaurus-plugin-luaudoc": "^1.0.7", "react": "^18.3.1", "react-dom": "^18.3.1", "remark-admonitions": "^1.2.1" diff --git a/cli/template/root/pnpm-lock.yaml b/cli/template/root/pnpm-lock.yaml index e433240..7ddbb5b 100644 --- a/cli/template/root/pnpm-lock.yaml +++ b/cli/template/root/pnpm-lock.yaml @@ -21,8 +21,8 @@ dependencies: specifier: ^3.4.0 version: 3.4.0(@docusaurus/core@3.3.2)(react-dom@18.3.1)(react@18.3.1) docusaurus-plugin-luaudoc: - specifier: ^1.0.6 - version: 1.0.6 + specifier: ^1.0.7 + version: 1.0.7 react: specifier: ^18.3.1 version: 18.3.1 @@ -4437,8 +4437,8 @@ packages: unist-util-is: 4.1.0 dev: false - /docusaurus-plugin-luaudoc@1.0.6: - resolution: {integrity: sha512-dUla/pDuLrmoNSIAjZnJJjApP2dASgjxqHsOmeVx/r/aPDR94KwqVOCo3avkUQxDRnKM09301iLXZ0r0Laf70Q==} + /docusaurus-plugin-luaudoc@1.0.7: + resolution: {integrity: sha512-+omGGBdgYRVgGcujSzUU4XLUw6Cwg/F/PX+CCihkLT6DY6ktg0K/9r9p1UvxrH46JPFbDvl5ggJdd0QyHw7eXA==} dependencies: '@mapbox/rehype-prism': 0.9.0 hast-util-sanitize: 5.0.1 diff --git a/docusaurus-plugin-luaudoc/package.json b/docusaurus-plugin-luaudoc/package.json index f170353..f8ee303 100644 --- a/docusaurus-plugin-luaudoc/package.json +++ b/docusaurus-plugin-luaudoc/package.json @@ -1,6 +1,6 @@ { "name": "docusaurus-plugin-luaudoc", - "version": "1.0.6", + "version": "1.0.7", "description": "Display your API docs generated from LuauDoc in Docusaurus", "main": "src/index.js", "author": "0xJWLabs <0xjwlabs@gmail.com>", diff --git a/extractor/Cargo.lock b/extractor/Cargo.lock index 6201dd0..d2c4dd1 100644 --- a/extractor/Cargo.lock +++ b/extractor/Cargo.lock @@ -266,7 +266,7 @@ dependencies = [ [[package]] name = "luaudoc" -version = "1.0.6" +version = "1.0.7" dependencies = [ "anyhow", "codespan-reporting", diff --git a/extractor/Cargo.toml b/extractor/Cargo.toml index a9d0fdd..36aabad 100644 --- a/extractor/Cargo.toml +++ b/extractor/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "luaudoc" description = "LuauDoc is a tool for generating documentation from comments in Lua source code." -version = "1.0.6" +version = "1.0.7" authors = ["0xJWLabs <@0xjwlabs@gmail.com>"] license = "MPL-2.0" homepage = "https://github.com/0xjwlabs/ldoc#README.md"