Skip to content

Commit 1dee30f

Browse files
committed
chore(all): 1.9.8 changelog
1 parent cb87096 commit 1dee30f

File tree

18 files changed

+43
-17
lines changed

18 files changed

+43
-17
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.9.8](https://github.com/vuejs/vuepress/compare/v1.9.7...v1.9.8) (2023-01-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **cli:** `.vuepress/config.ts` does not respect custom command (close: [#3113](https://github.com/vuejs/vuepress/issues/3113)) ([#3114](https://github.com/vuejs/vuepress/issues/3114)) ([7cd8b30](https://github.com/vuejs/vuepress/commit/7cd8b3052d12db637ca4c8d839364d6e3f4932f7)) [@ULIVZ](https://github.com/ULIVZ)
7+
8+
9+
110
## [1.9.7](https://github.com/vuejs/vuepress/compare/v1.9.6...v1.9.7) (2022-01-18)
211

312

packages/@vuepress/core/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@
7676
},
7777
"publishConfig": {
7878
"access": "public"
79-
}
79+
},
80+
"gitHead": "cb87096d4c13ac3c81709a92a01c3506b4d4bd03"
8081
}

packages/@vuepress/markdown-loader/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
},
3434
"publishConfig": {
3535
"access": "public"
36-
}
36+
},
37+
"gitHead": "cb87096d4c13ac3c81709a92a01c3506b4d4bd03"
3738
}

packages/@vuepress/markdown/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@
3838
},
3939
"publishConfig": {
4040
"access": "public"
41-
}
41+
},
42+
"gitHead": "cb87096d4c13ac3c81709a92a01c3506b4d4bd03"
4243
}

packages/@vuepress/plugin-active-header-links/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
},
2727
"publishConfig": {
2828
"access": "public"
29-
}
29+
},
30+
"gitHead": "cb87096d4c13ac3c81709a92a01c3506b4d4bd03"
3031
}

packages/@vuepress/plugin-back-to-top/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
},
2727
"publishConfig": {
2828
"access": "public"
29-
}
29+
},
30+
"gitHead": "cb87096d4c13ac3c81709a92a01c3506b4d4bd03"
3031
}

packages/@vuepress/plugin-google-analytics/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
},
2626
"publishConfig": {
2727
"access": "public"
28-
}
28+
},
29+
"gitHead": "cb87096d4c13ac3c81709a92a01c3506b4d4bd03"
2930
}

packages/@vuepress/plugin-last-updated/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
},
2727
"publishConfig": {
2828
"access": "public"
29-
}
29+
},
30+
"gitHead": "cb87096d4c13ac3c81709a92a01c3506b4d4bd03"
3031
}

packages/@vuepress/plugin-medium-zoom/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
},
2727
"publishConfig": {
2828
"access": "public"
29-
}
29+
},
30+
"gitHead": "cb87096d4c13ac3c81709a92a01c3506b4d4bd03"
3031
}

packages/@vuepress/plugin-nprogress/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
},
2727
"publishConfig": {
2828
"access": "public"
29-
}
29+
},
30+
"gitHead": "cb87096d4c13ac3c81709a92a01c3506b4d4bd03"
3031
}

packages/@vuepress/plugin-pwa/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@
2828
},
2929
"publishConfig": {
3030
"access": "public"
31-
}
31+
},
32+
"gitHead": "cb87096d4c13ac3c81709a92a01c3506b4d4bd03"
3233
}

packages/@vuepress/plugin-register-components/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
},
2727
"publishConfig": {
2828
"access": "public"
29-
}
29+
},
30+
"gitHead": "cb87096d4c13ac3c81709a92a01c3506b4d4bd03"
3031
}

packages/@vuepress/plugin-search/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
},
2626
"publishConfig": {
2727
"access": "public"
28-
}
28+
},
29+
"gitHead": "cb87096d4c13ac3c81709a92a01c3506b4d4bd03"
2930
}

packages/@vuepress/shared-utils/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@
4545
},
4646
"publishConfig": {
4747
"access": "public"
48-
}
48+
},
49+
"gitHead": "cb87096d4c13ac3c81709a92a01c3506b4d4bd03"
4950
}

packages/@vuepress/test-utils/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@
3838
},
3939
"publishConfig": {
4040
"access": "public"
41-
}
41+
},
42+
"gitHead": "cb87096d4c13ac3c81709a92a01c3506b4d4bd03"
4243
}

packages/@vuepress/theme-default/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@
4040
},
4141
"publishConfig": {
4242
"access": "public"
43-
}
43+
},
44+
"gitHead": "cb87096d4c13ac3c81709a92a01c3506b4d4bd03"
4445
}

packages/@vuepress/theme-vue/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131
},
3232
"publishConfig": {
3333
"access": "public"
34-
}
34+
},
35+
"gitHead": "cb87096d4c13ac3c81709a92a01c3506b4d4bd03"
3536
}

packages/@vuepress/types/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
},
3333
"publishConfig": {
3434
"access": "public"
35-
}
35+
},
36+
"gitHead": "cb87096d4c13ac3c81709a92a01c3506b4d4bd03"
3637
}

0 commit comments

Comments
 (0)