Skip to content

Commit

Permalink
chore: release v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovamen committed Apr 5, 2021
1 parent bd8ef00 commit a88aaff
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 20 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"lint": "eslint --ext .js,.vue ./",
"lint-fix": "eslint --fix --ext .js,.vue ./",
"preview": "cd dist && http-server",
"pub": "sh ./scripts/publish.sh",
"cp-readme": "cp {README.md,README-CN.md} packages/theme-gungnir/"
},
"husky": {
Expand Down Expand Up @@ -48,7 +49,7 @@
"prettier": "^2.2.1",
"sort-package-json": "^1.49.0",
"vuepress": "^1.8.2",
"vuepress-theme-gungnir": "^0.1.5"
"vuepress-theme-gungnir": "^0.1.7"
},
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/plugins/baidu-tongji/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renovamen/vuepress-plugin-baidu-tongji",
"version": "0.1.6",
"version": "0.1.7",
"description": "A plugin for adding Baidu Tongji to VuePress.",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-plugin-chart",
"version": "0.1.6",
"version": "0.1.7",
"description": "A plugin for adding Chart.js to VuePress.",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/katex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renovamen/vuepress-plugin-katex",
"version": "0.1.6",
"version": "0.1.7",
"description": "A plugin for adding Katex to VuePress.",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/markmap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-plugin-markmap",
"version": "0.1.6",
"version": "0.1.7",
"description": "A plugin for adding markmap to VuePress to visualize your Markdown as mindmaps.",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/md-plus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renovamen/vuepress-plugin-md-plus",
"version": "0.1.6",
"version": "0.1.7",
"description": "A plugin for enhancing Markdown in VuePress.",
"keywords": [
"vue",
Expand Down
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.1.6",
"version": "0.1.7",
"description": "A plugin for adding Mermaid to VuePress.",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/reading-time/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renovamen/vuepress-plugin-reading-time",
"version": "0.1.6",
"version": "0.1.7",
"description": "A plugin for displaying the number of words and how long a post takes to read in VuePress.",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/roughviz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-plugin-roughviz",
"version": "0.1.6",
"version": "0.1.7",
"description": "A plugin for adding roughViz.js to VuePress.",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/rss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@renovamen/vuepress-plugin-rss",
"version": "0.1.6",
"version": "0.1.7",
"description": "A plugin for adding RSS to vuepress-theme-gungnir.",
"keywords": [
"vue",
Expand Down
20 changes: 10 additions & 10 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.1.6",
"version": "0.1.7",
"description": "Gungnir is a blog theme for VuePress.",
"keywords": [
"vuepress",
Expand All @@ -24,23 +24,23 @@
"author": "Renovamen <[email protected]>",
"main": "index.js",
"dependencies": {
"@renovamen/vuepress-plugin-baidu-tongji": "^0.1.6",
"@renovamen/vuepress-plugin-katex": "^0.1.6",
"@renovamen/vuepress-plugin-md-plus": "^0.1.6",
"@renovamen/vuepress-plugin-mermaid": "^0.1.6",
"@renovamen/vuepress-plugin-reading-time": "^0.1.6",
"@renovamen/vuepress-plugin-rss": "^0.1.6",
"@renovamen/vuepress-plugin-baidu-tongji": "^0.1.7",
"@renovamen/vuepress-plugin-katex": "^0.1.7",
"@renovamen/vuepress-plugin-md-plus": "^0.1.7",
"@renovamen/vuepress-plugin-mermaid": "^0.1.7",
"@renovamen/vuepress-plugin-reading-time": "^0.1.7",
"@renovamen/vuepress-plugin-rss": "^0.1.7",
"@vssue/api-github-v3": "^1.4.7",
"@vssue/vuepress-plugin-vssue": "^1.4.7",
"@vuepress/plugin-blog": "1.9.4",
"@vuepress/plugin-google-analytics": "^1.8.2",
"markdown-it-chain": "^1.3.0",
"md5": "2.3.0",
"oh-vue-icons": "^0.4.1",
"vuepress-plugin-chart": "^0.1.6",
"vuepress-plugin-chart": "^0.1.7",
"vuepress-plugin-container": "^2.1.5",
"vuepress-plugin-markmap": "^0.1.6",
"vuepress-plugin-roughviz": "^0.1.6",
"vuepress-plugin-markmap": "^0.1.7",
"vuepress-plugin-roughviz": "^0.1.7",
"vuepress-plugin-smooth-scroll": "^0.0.10"
},
"peerDependencies": {
Expand Down

1 comment on commit a88aaff

@vercel
Copy link

@vercel vercel bot commented on a88aaff Apr 5, 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.