Skip to content

Commit

Permalink
Release version 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
evaera committed Nov 11, 2021
1 parent 192d012 commit ffdf5f9
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 50 deletions.
2 changes: 1 addition & 1 deletion cli/package-lock.json

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

2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moonwave",
"version": "0.2.10",
"version": "0.2.11",
"description": "moonwave cli",
"main": "dist/index.js",
"scripts": {
Expand Down
53 changes: 10 additions & 43 deletions cli/template/root/package-lock.json

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

2 changes: 1 addition & 1 deletion 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.2.10",
"docusaurus-plugin-moonwave": "^0.2.11",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion docusaurus-plugin-moonwave/package-lock.json

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

2 changes: 1 addition & 1 deletion 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.2.10",
"version": "0.2.11",
"description": "Display your API docs generated from Moonwave in Docusaurus",
"main": "src/index.js",
"scripts": {
Expand Down
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.2.10"
version = "0.2.11"
authors = ["eryn L. K. <[email protected]>"]
license = "MPL-2.0"
homepage = "https://upliftgames.github.io/moonwave/"
Expand Down

0 comments on commit ffdf5f9

Please sign in to comment.