Skip to content

Commit 6600a8c

Browse files
committed
build: publish v2.0.0-beta.37
1 parent 08b9e9a commit 6600a8c

File tree

62 files changed

+406
-124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+406
-124
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.37](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.36...v2.0.0-beta.37) (2022-03-31)
7+
8+
9+
### Bug Fixes
10+
11+
* **theme-default:** fallback external-link-icon when the plugin is disabled (close [#766](https://github.com/vuepress/vuepress-next/issues/766)) ([#769](https://github.com/vuepress/vuepress-next/issues/769)) ([3628fbf](https://github.com/vuepress/vuepress-next/commit/3628fbfa96ffd7a9ea218808d8e412e3d8ae7fbd))
12+
13+
14+
### Features
15+
16+
* **plugin-docsearch:** add debounce on search (close [#216](https://github.com/vuepress/vuepress-next/issues/216)) ([#771](https://github.com/vuepress/vuepress-next/issues/771)) ([c82f735](https://github.com/vuepress/vuepress-next/commit/c82f735a54e4b837c77ec4e9e5ef87fd0ba8ddb8))
17+
* **plugin-docsearch:** bump docsearch to 3.0.0 (close [#718](https://github.com/vuepress/vuepress-next/issues/718)) ([#721](https://github.com/vuepress/vuepress-next/issues/721)) ([85819c3](https://github.com/vuepress/vuepress-next/commit/85819c3011005727322804896fedc47c447fe5dd))
18+
* **theme-default:** enhance header dropdown experience ([#736](https://github.com/vuepress/vuepress-next/issues/736)) ([ad530e7](https://github.com/vuepress/vuepress-next/commit/ad530e78f95ef71077ad0c2d1b1c7c0054a54ef3))
19+
* **theme-default:** scroll active sidebar item into view ([#698](https://github.com/vuepress/vuepress-next/issues/698)) ([08b9e9a](https://github.com/vuepress/vuepress-next/commit/08b9e9a74d07de976da4da14c83279faf759579d))
20+
21+
22+
### Reverts
23+
24+
* feat(theme-default): enhance header dropdown experience ([#736](https://github.com/vuepress/vuepress-next/issues/736)) ([#786](https://github.com/vuepress/vuepress-next/issues/786)) ([856be61](https://github.com/vuepress/vuepress-next/commit/856be61f2f2ae5d16fe46e36ef57fcf31ffe00e4))
25+
26+
27+
28+
29+
630
# [2.0.0-beta.36](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.35...v2.0.0-beta.36) (2022-03-01)
731

832

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "2.0.0-beta.36",
4+
"version": "2.0.0-beta.37",
55
"command": {
66
"version": {
77
"allowBranch": "main",

packages/@vuepress/bundler-vite/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.37](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.36...v2.0.0-beta.37) (2022-03-31)
7+
8+
**Note:** Version bump only for package @vuepress/bundler-vite
9+
10+
11+
12+
13+
614
# [2.0.0-beta.36](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.35...v2.0.0-beta.36) (2022-03-01)
715

816

packages/@vuepress/bundler-vite/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/bundler-vite",
3-
"version": "2.0.0-beta.36",
3+
"version": "2.0.0-beta.37",
44
"description": "Bundler vite package of VuePress",
55
"keywords": [
66
"vuepress-bundler",
@@ -31,10 +31,10 @@
3131
"@vitejs/plugin-vue": "^2.3.1",
3232
"@vue/compiler-sfc": "^3.2.31",
3333
"@vue/server-renderer": "^3.2.31",
34-
"@vuepress/client": "2.0.0-beta.35",
35-
"@vuepress/core": "2.0.0-beta.36",
36-
"@vuepress/shared": "2.0.0-beta.35",
37-
"@vuepress/utils": "2.0.0-beta.35",
34+
"@vuepress/client": "2.0.0-beta.37",
35+
"@vuepress/core": "2.0.0-beta.37",
36+
"@vuepress/shared": "2.0.0-beta.37",
37+
"@vuepress/utils": "2.0.0-beta.37",
3838
"autoprefixer": "^10.4.4",
3939
"connect-history-api-fallback": "^1.6.0",
4040
"postcss": "^8.4.12",

packages/@vuepress/bundler-webpack/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.37](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.36...v2.0.0-beta.37) (2022-03-31)
7+
8+
**Note:** Version bump only for package @vuepress/bundler-webpack
9+
10+
11+
12+
13+
614
# [2.0.0-beta.36](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.35...v2.0.0-beta.36) (2022-03-01)
715

816

packages/@vuepress/bundler-webpack/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/bundler-webpack",
3-
"version": "2.0.0-beta.36",
3+
"version": "2.0.0-beta.37",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"vuepress-bundler",
@@ -32,10 +32,10 @@
3232
"@types/webpack-env": "^1.16.3",
3333
"@vue/compiler-sfc": "^3.2.31",
3434
"@vue/server-renderer": "^3.2.31",
35-
"@vuepress/client": "2.0.0-beta.35",
36-
"@vuepress/core": "2.0.0-beta.36",
37-
"@vuepress/shared": "2.0.0-beta.35",
38-
"@vuepress/utils": "2.0.0-beta.35",
35+
"@vuepress/client": "2.0.0-beta.37",
36+
"@vuepress/core": "2.0.0-beta.37",
37+
"@vuepress/shared": "2.0.0-beta.37",
38+
"@vuepress/utils": "2.0.0-beta.37",
3939
"autoprefixer": "^10.4.4",
4040
"chokidar": "^3.5.3",
4141
"copy-webpack-plugin": "^10.2.4",

packages/@vuepress/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.37](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.36...v2.0.0-beta.37) (2022-03-31)
7+
8+
**Note:** Version bump only for package @vuepress/cli
9+
10+
11+
12+
13+
614
# [2.0.0-beta.36](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.35...v2.0.0-beta.36) (2022-03-01)
715

816

packages/@vuepress/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/cli",
3-
"version": "2.0.0-beta.36",
3+
"version": "2.0.0-beta.37",
44
"description": "CLI package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -30,8 +30,8 @@
3030
"clean": "rimraf lib *.tsbuildinfo"
3131
},
3232
"dependencies": {
33-
"@vuepress/core": "2.0.0-beta.36",
34-
"@vuepress/utils": "2.0.0-beta.35",
33+
"@vuepress/core": "2.0.0-beta.37",
34+
"@vuepress/utils": "2.0.0-beta.37",
3535
"cac": "^6.7.12",
3636
"chokidar": "^3.5.3",
3737
"envinfo": "^7.8.1",

packages/@vuepress/client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.37](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.36...v2.0.0-beta.37) (2022-03-31)
7+
8+
**Note:** Version bump only for package @vuepress/client
9+
10+
11+
12+
13+
614
# [2.0.0-beta.35](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.34...v2.0.0-beta.35) (2022-01-22)
715

816

packages/@vuepress/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/client",
3-
"version": "2.0.0-beta.35",
3+
"version": "2.0.0-beta.37",
44
"description": "Client package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@vue/devtools-api": "^6.1.4",
33-
"@vuepress/shared": "2.0.0-beta.35",
33+
"@vuepress/shared": "2.0.0-beta.37",
3434
"vue": "^3.2.31",
3535
"vue-router": "^4.0.14"
3636
},

0 commit comments

Comments
 (0)