Skip to content

Commit

Permalink
Release version 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
evaera committed Jun 29, 2022
1 parent 9d56be6 commit f0f0c3e
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions cli/package-lock.json

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

4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moonwave",
"version": "0.3.6",
"version": "0.3.7",
"description": "moonwave cli",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -42,4 +42,4 @@
"@types/yargs": "^17.0.10",
"typescript": "^4.7.4"
}
}
}
22 changes: 11 additions & 11 deletions cli/template/root/package-lock.json

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

4 changes: 2 additions & 2 deletions cli/template/root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@mdx-js/react": "^1.6.21",
"clsx": "^1.1.1",
"docusaurus-lunr-search": "^2.1.15",
"docusaurus-plugin-moonwave": "^0.3.6",
"docusaurus-plugin-moonwave": "^0.3.7",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand All @@ -35,4 +35,4 @@
"last 1 safari version"
]
}
}
}
4 changes: 2 additions & 2 deletions docusaurus-plugin-moonwave/package-lock.json

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-moonwave/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusaurus-plugin-moonwave",
"version": "0.3.6",
"version": "0.3.7",
"description": "Display your API docs generated from Moonwave in Docusaurus",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -29,4 +29,4 @@
"remark-rehype": "^8.1.0",
"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 = "moonwave"
description = "Moonwave is a tool for generating documentation from comments in Lua source code."
version = "0.3.6"
version = "0.3.7"
authors = ["eryn L. K. <[email protected]>"]
license = "MPL-2.0"
homepage = "https://eryn.io/moonwave/"
Expand Down

0 comments on commit f0f0c3e

Please sign in to comment.