Skip to content

Commit 7f59a44

Browse files
committed
chore: release theme v0.3.0, plugin-mermaid v0.3.0
1 parent f89a7a6 commit 7f59a44

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

docs/.vuepress/configs/nav/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = [
2020
icon: "ri-book-2-fill"
2121
},
2222
{
23-
text: "v0.2.1",
23+
text: "v0.3.0",
2424
icon: "io-logo-github",
2525
items: [
2626
{

docs/.vuepress/configs/nav/zh.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = [
2020
icon: "ri-book-2-fill"
2121
},
2222
{
23-
text: "v0.2.1",
23+
text: "v0.3.0",
2424
icon: "io-logo-github",
2525
items: [
2626
{

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"scripts": {
1111
"build": "vuepress build docs --dest dist",
1212
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
13+
"cp": "cp {README.md,README-CN.md,LICENSE} packages/theme-gungnir/",
1314
"dev": "vuepress dev docs --no-cache --host 0.0.0.0 --port 4000",
14-
"lint": "eslint --ext .js,.vue ./",
1515
"postinstall": "husky install",
16-
"serve": "anywhere -h localhost -d dist",
16+
"lint": "eslint --ext .js,.vue ./",
1717
"pub": "sh ./scripts/publish.sh",
18-
"cp": "cp {README.md,README-CN.md,LICENSE} packages/theme-gungnir/"
18+
"serve": "anywhere -h localhost -d dist"
1919
},
2020
"commitlint": {
2121
"extends": [
@@ -44,7 +44,7 @@
4444
"prettier": "^2.3.2",
4545
"sort-package-json": "^1.50.0",
4646
"vuepress": "^1.8.2",
47-
"vuepress-theme-gungnir": "^0.2.1"
47+
"vuepress-theme-gungnir": "^0.3.0"
4848
},
4949
"useWorkspaces": true
5050
}

packages/plugins/mermaid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@renovamen/vuepress-plugin-mermaid",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A plugin for adding Mermaid to VuePress.",
55
"keywords": [
66
"vue",

packages/theme-gungnir/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-theme-gungnir",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Gungnir is a blog theme for VuePress.",
55
"keywords": [
66
"vuepress",
@@ -26,7 +26,7 @@
2626
"@renovamen/vuepress-plugin-baidu-tongji": "^0.2.0",
2727
"@renovamen/vuepress-plugin-katex": "^0.2.0",
2828
"@renovamen/vuepress-plugin-md-plus": "^0.2.0",
29-
"@renovamen/vuepress-plugin-mermaid": "^0.2.0",
29+
"@renovamen/vuepress-plugin-mermaid": "^0.3.0",
3030
"@renovamen/vuepress-plugin-reading-time": "^0.2.0",
3131
"@renovamen/vuepress-plugin-rss": "^0.2.0",
3232
"@vssue/api-github-v3": "^1.4.7",

0 commit comments

Comments
 (0)