Skip to content

Commit 61ee4e4

Browse files
committed
build: publish v2.0.0-beta.61
1 parent 8e6560c commit 61ee4e4

File tree

32 files changed

+50
-31
lines changed

32 files changed

+50
-31
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [2.0.0-beta.61](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.60...v2.0.0-beta.61) (2023-02-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **client:** avoid updating routeLocale on route hash change ([#1253](https://github.com/vuepress/vuepress-next/issues/1253)) ([5eb9489](https://github.com/vuepress/vuepress-next/commit/5eb948922761e9cc96674a7d43a075ecf59ef5ea))
7+
* **markdown:** render token attrs in code block ([#1220](https://github.com/vuepress/vuepress-next/issues/1220)) ([b4e313b](https://github.com/vuepress/vuepress-next/commit/b4e313bb757696eb4baa347940dbeb5dac1938f2))
8+
* **theme-default:** fix site name text overflow style ([#1260](https://github.com/vuepress/vuepress-next/issues/1260)) ([95363a5](https://github.com/vuepress/vuepress-next/commit/95363a50d8977f9beabb94aa7ec4ab9602605ed9))
9+
10+
11+
### Features
12+
13+
* **core:** attach markdownEnv to page object ([#1228](https://github.com/vuepress/vuepress-next/issues/1228)) ([8a63e19](https://github.com/vuepress/vuepress-next/commit/8a63e19c52a5db1c3a173239b3c339cd9693e93b))
14+
* **markdown:** add error log for importCode plugin ([#1273](https://github.com/vuepress/vuepress-next/issues/1273)) ([b722a62](https://github.com/vuepress/vuepress-next/commit/b722a623842f0ecde650027468d967bec79aa2c6))
15+
* **plugin-docsearch:** load docsearch asynchronously (close [#1247](https://github.com/vuepress/vuepress-next/issues/1247)) ([#1254](https://github.com/vuepress/vuepress-next/issues/1254)) ([f5d5b11](https://github.com/vuepress/vuepress-next/commit/f5d5b11f787abb87225284fb059e3d89e3bcf768))
16+
* **plugin-docsearch:** support indexBase option (close [#1223](https://github.com/vuepress/vuepress-next/issues/1223)) ([#1224](https://github.com/vuepress/vuepress-next/issues/1224)) ([23a4c68](https://github.com/vuepress/vuepress-next/commit/23a4c681cfd50607f396cb3894ede3cc60698d1b))
17+
18+
19+
120
# [2.0.0-beta.60](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.59...v2.0.0-beta.60) (2022-12-28)
221

322

ecosystem/plugin-active-header-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-active-header-links",
3-
"version": "2.0.0-beta.60",
3+
"version": "2.0.0-beta.61",
44
"description": "VuePress plugin - active header links",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-back-to-top/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-back-to-top",
3-
"version": "2.0.0-beta.60",
3+
"version": "2.0.0-beta.61",
44
"description": "VuePress plugin - back to top",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-container",
3-
"version": "2.0.0-beta.60",
3+
"version": "2.0.0-beta.61",
44
"description": "VuePress plugin - markdown container",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-docsearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-docsearch",
3-
"version": "2.0.0-beta.60",
3+
"version": "2.0.0-beta.61",
44
"description": "VuePress plugin - docsearch",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-external-link-icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-external-link-icon",
3-
"version": "2.0.0-beta.60",
3+
"version": "2.0.0-beta.61",
44
"description": "VuePress plugin - external link icon",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-git",
3-
"version": "2.0.0-beta.60",
3+
"version": "2.0.0-beta.61",
44
"description": "VuePress plugin - git",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-google-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-google-analytics",
3-
"version": "2.0.0-beta.60",
3+
"version": "2.0.0-beta.61",
44
"description": "VuePress plugin - google-analytics",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-medium-zoom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-medium-zoom",
3-
"version": "2.0.0-beta.60",
3+
"version": "2.0.0-beta.61",
44
"description": "VuePress plugin - medium-zoom",
55
"keywords": [
66
"vuepress-plugin",

ecosystem/plugin-nprogress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-nprogress",
3-
"version": "2.0.0-beta.60",
3+
"version": "2.0.0-beta.61",
44
"description": "VuePress plugin - nprogress",
55
"keywords": [
66
"vuepress-plugin",

0 commit comments

Comments
 (0)