Skip to content

Commit

Permalink
chore: release theme v0.3.0, plugin-mermaid v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovamen committed Nov 22, 2021
1 parent f89a7a6 commit 7f59a44
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/configs/nav/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = [
icon: "ri-book-2-fill"
},
{
text: "v0.2.1",
text: "v0.3.0",
icon: "io-logo-github",
items: [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/configs/nav/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = [
icon: "ri-book-2-fill"
},
{
text: "v0.2.1",
text: "v0.3.0",
icon: "io-logo-github",
items: [
{
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"scripts": {
"build": "vuepress build docs --dest dist",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"cp": "cp {README.md,README-CN.md,LICENSE} packages/theme-gungnir/",
"dev": "vuepress dev docs --no-cache --host 0.0.0.0 --port 4000",
"lint": "eslint --ext .js,.vue ./",
"postinstall": "husky install",
"serve": "anywhere -h localhost -d dist",
"lint": "eslint --ext .js,.vue ./",
"pub": "sh ./scripts/publish.sh",
"cp": "cp {README.md,README-CN.md,LICENSE} packages/theme-gungnir/"
"serve": "anywhere -h localhost -d dist"
},
"commitlint": {
"extends": [
Expand Down Expand Up @@ -44,7 +44,7 @@
"prettier": "^2.3.2",
"sort-package-json": "^1.50.0",
"vuepress": "^1.8.2",
"vuepress-theme-gungnir": "^0.2.1"
"vuepress-theme-gungnir": "^0.3.0"
},
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/plugins/mermaid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renovamen/vuepress-plugin-mermaid",
"version": "0.2.0",
"version": "0.3.0",
"description": "A plugin for adding Mermaid to VuePress.",
"keywords": [
"vue",
Expand Down
4 changes: 2 additions & 2 deletions packages/theme-gungnir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-theme-gungnir",
"version": "0.2.1",
"version": "0.3.0",
"description": "Gungnir is a blog theme for VuePress.",
"keywords": [
"vuepress",
Expand All @@ -26,7 +26,7 @@
"@renovamen/vuepress-plugin-baidu-tongji": "^0.2.0",
"@renovamen/vuepress-plugin-katex": "^0.2.0",
"@renovamen/vuepress-plugin-md-plus": "^0.2.0",
"@renovamen/vuepress-plugin-mermaid": "^0.2.0",
"@renovamen/vuepress-plugin-mermaid": "^0.3.0",
"@renovamen/vuepress-plugin-reading-time": "^0.2.0",
"@renovamen/vuepress-plugin-rss": "^0.2.0",
"@vssue/api-github-v3": "^1.4.7",
Expand Down

1 comment on commit 7f59a44

@vercel
Copy link

@vercel vercel bot commented on 7f59a44 Nov 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.