Skip to content

Commit 8f48b69

Browse files
committed
chore(all): 1.9.9 changelog
1 parent f1cbdb6 commit 8f48b69

File tree

20 files changed

+34
-39
lines changed

20 files changed

+34
-39
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.9.9](https://github.com/vuejs/vuepress/compare/v1.9.8...v1.9.9) (2023-02-25)
2+
3+
4+
### Bug Fixes
5+
6+
* remove non-existing :blur css pseudo selector ([#3118](https://github.com/vuejs/vuepress/issues/3118)) ([5e3a5a0](https://github.com/vuejs/vuepress/commit/5e3a5a098b5619f41c68b1e8daf6421d56194e77)) [@Niko Strijbol](https://github.com/Niko Strijbol)
7+
* **theme-default:** headings anchor should not be selectable ([#3063](https://github.com/vuejs/vuepress/issues/3063)) ([e5915a8](https://github.com/vuejs/vuepress/commit/e5915a85a6a5955f7aa7fa5ad208ccdd2a998f68)) [@Rami Yushuvaev](https://github.com/Rami Yushuvaev)
8+
* **types:** missing types for `initialOpenGroupIndex` (close: [#3129](https://github.com/vuejs/vuepress/issues/3129)) ([#3130](https://github.com/vuejs/vuepress/issues/3130)) ([9049d48](https://github.com/vuejs/vuepress/commit/9049d480ab176d0e53da3c1b859d28851703c13a)) [@ULIVZ](https://github.com/ULIVZ)
9+
* **types:** missing types for nested sidebar group (close: [#3127](https://github.com/vuejs/vuepress/issues/3127)) ([#3128](https://github.com/vuejs/vuepress/issues/3128)) ([74d5eec](https://github.com/vuejs/vuepress/commit/74d5eecf42226d297c05820b4c60b96da24e58cd)) [@ULIVZ](https://github.com/ULIVZ)
10+
11+
12+
113
## [1.9.8](https://github.com/vuejs/vuepress/compare/v1.9.7...v1.9.8) (2023-01-06)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@babel/plugin-proposal-class-properties": "7",
4949
"@commitlint/cli": "^8.2.0",
5050
"@commitlint/config-conventional": "^8.2.0",
51-
"@nomadland/mono": "0.3.3",
51+
"@nomadland/mono": "0.3.4",
5252
"@types/escape-html": "^0.0.20",
5353
"@types/fs-extra": "^5.0.4",
5454
"@types/globby": "^9.1.0",

packages/@vuepress/core/package.json

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

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

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

packages/@vuepress/markdown/package.json

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

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)