Skip to content

Commit

Permalink
chore: release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovamen committed Feb 4, 2021
1 parent 55793ed commit 58b0e57
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 50 deletions.
2 changes: 1 addition & 1 deletion example/.vuepress/configs/nav/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = [
icon: 'fa-book'
},
{
text: 'v0.1.2',
text: 'v0.1.3',
icon: 'fa-github',
items: [
{
Expand Down
2 changes: 1 addition & 1 deletion example/.vuepress/configs/nav/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = [
icon: 'fa-book'
},
{
text: 'v0.1.2',
text: 'v0.1.3',
icon: 'fa-github',
items: [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"lint-staged": "^10.5.3",
"sort-package-json": "^1.48.1",
"vuepress": "^1.8.0",
"vuepress-theme-gungnir": "^0.1.2"
"vuepress-theme-gungnir": "^0.1.3"
},
"useWorkspaces": true
}
39 changes: 0 additions & 39 deletions packages/theme-gungnir/assets/default-home-bg.svg

This file was deleted.

16 changes: 8 additions & 8 deletions packages/theme-gungnir/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "vuepress-theme-gungnir",
"version": "0.1.3",
"description": "Gungnir is a blog theme for VuePress.",
"version": "0.1.2",
"author": "Renovamen <renovamenzxh@gmail.com>",
"main": "index.js",
"keywords": [
"vuepress",
"blog",
"theme"
],
"homepage": "https://vuepress-theme-gungnir.vercel.app",
"bugs": {
"url": "https://github.com/Renovamen/vuepress-theme-gungnir/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Renovamen/vuepress-theme-gungnir"
},
"bugs": {
"url": "https://github.com/Renovamen/vuepress-theme-gungnir/issues"
},
"license": "Apache-2.0",
"author": "Renovamen <renovamenzxh@gmail.com>",
"main": "index.js",
"dependencies": {
"@renovamen/vuepress-plugin-katex": "^0.1.1",
"@renovamen/vuepress-plugin-baidu-tongji": "^0.1.1",
"@renovamen/vuepress-plugin-katex": "^0.1.1",
"@renovamen/vuepress-plugin-md-plus": "^0.1.1",
"@renovamen/vuepress-plugin-mermaid": "^0.1.0",
"@renovamen/vuepress-plugin-rss": "^0.1.1",
"@renovamen/vuepress-plugin-reading-time": "^0.1.1",
"@renovamen/vuepress-plugin-rss": "^0.1.1",
"@vssue/api-github-v3": "^1.4.7",
"@vssue/vuepress-plugin-vssue": "^1.4.7",
"@vuepress/plugin-blog": "1.9.4",
Expand Down

1 comment on commit 58b0e57

@vercel
Copy link

@vercel vercel bot commented on 58b0e57 Feb 4, 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.