Skip to content

Commit 58b0e57

Browse files
committed
chore: release v0.1.3
1 parent 55793ed commit 58b0e57

File tree

5 files changed

+11
-50
lines changed

5 files changed

+11
-50
lines changed

example/.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: 'fa-book'
2121
},
2222
{
23-
text: 'v0.1.2',
23+
text: 'v0.1.3',
2424
icon: 'fa-github',
2525
items: [
2626
{

example/.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: 'fa-book'
2121
},
2222
{
23-
text: 'v0.1.2',
23+
text: 'v0.1.3',
2424
icon: 'fa-github',
2525
items: [
2626
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"lint-staged": "^10.5.3",
4545
"sort-package-json": "^1.48.1",
4646
"vuepress": "^1.8.0",
47-
"vuepress-theme-gungnir": "^0.1.2"
47+
"vuepress-theme-gungnir": "^0.1.3"
4848
},
4949
"useWorkspaces": true
5050
}

packages/theme-gungnir/assets/default-home-bg.svg

Lines changed: 0 additions & 39 deletions
This file was deleted.

packages/theme-gungnir/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
22
"name": "vuepress-theme-gungnir",
3+
"version": "0.1.3",
34
"description": "Gungnir is a blog theme for VuePress.",
4-
"version": "0.1.2",
5-
"author": "Renovamen <[email protected]>",
6-
"main": "index.js",
75
"keywords": [
86
"vuepress",
97
"blog",
108
"theme"
119
],
1210
"homepage": "https://vuepress-theme-gungnir.vercel.app",
11+
"bugs": {
12+
"url": "https://github.com/Renovamen/vuepress-theme-gungnir/issues"
13+
},
1314
"repository": {
1415
"type": "git",
1516
"url": "https://github.com/Renovamen/vuepress-theme-gungnir"
1617
},
17-
"bugs": {
18-
"url": "https://github.com/Renovamen/vuepress-theme-gungnir/issues"
19-
},
2018
"license": "Apache-2.0",
19+
"author": "Renovamen <[email protected]>",
20+
"main": "index.js",
2121
"dependencies": {
22-
"@renovamen/vuepress-plugin-katex": "^0.1.1",
2322
"@renovamen/vuepress-plugin-baidu-tongji": "^0.1.1",
23+
"@renovamen/vuepress-plugin-katex": "^0.1.1",
2424
"@renovamen/vuepress-plugin-md-plus": "^0.1.1",
2525
"@renovamen/vuepress-plugin-mermaid": "^0.1.0",
26-
"@renovamen/vuepress-plugin-rss": "^0.1.1",
2726
"@renovamen/vuepress-plugin-reading-time": "^0.1.1",
27+
"@renovamen/vuepress-plugin-rss": "^0.1.1",
2828
"@vssue/api-github-v3": "^1.4.7",
2929
"@vssue/vuepress-plugin-vssue": "^1.4.7",
3030
"@vuepress/plugin-blog": "1.9.4",

0 commit comments

Comments
 (0)