Skip to content

Commit e7135a7

Browse files
committed
build: publish v2.0.0-beta.5
1 parent aee04a1 commit e7135a7

File tree

54 files changed

+364
-98
lines changed

Some content is hidden

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

54 files changed

+364
-98
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
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.5](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **client:** ensure page component is loaded before route resolve ([598adf3](https://github.com/vuepress/vuepress-next/commit/598adf38b1f9edd3034bb011358a1a9d3bcb6b9e))
12+
* **markdown:** avoid wrapping highlighted code with multiple pre ([f0b3872](https://github.com/vuepress/vuepress-next/commit/f0b38722f1a06c736366a36d7c4888952d28c947))
13+
* **plugin-prismjs:** avoid loading languages multiple times ([4af5005](https://github.com/vuepress/vuepress-next/commit/4af50053c03408fc9e2e5426df89ae340de0e824))
14+
* **theme-default:** add active class to sidebar group heading ([8dcb945](https://github.com/vuepress/vuepress-next/commit/8dcb9457c532de8076f94b3b165c1347e9bd9c86))
15+
* **theme-default:** allow NavLink in sidebar children ([ea50010](https://github.com/vuepress/vuepress-next/commit/ea5001076b86a7dc8b807811796a8ed44fbcf7b9))
16+
* **theme-default:** make navlink active in subpath (close [#70](https://github.com/vuepress/vuepress-next/issues/70)) ([4c865b1](https://github.com/vuepress/vuepress-next/commit/4c865b16430d0e72b0ac1103f9579a93f248bf9c))
17+
* **theme-default:** make nested sidebar groups work ([4ada701](https://github.com/vuepress/vuepress-next/commit/4ada701062db400787c41008942354f6947bf80b))
18+
* **theme-default:** make scrollBehavior work with transition (close [#77](https://github.com/vuepress/vuepress-next/issues/77)) ([4b8d0cf](https://github.com/vuepress/vuepress-next/commit/4b8d0cff2d7fa3d74d69d551976a3b12263e6124))
19+
20+
21+
### Features
22+
23+
* **plugin-shiki:** add shiki plugin ([66bbcbd](https://github.com/vuepress/vuepress-next/commit/66bbcbde497cca525fc585b4046b11784e8d61bc))
24+
25+
26+
### Performance Improvements
27+
28+
* improve HMR support ([38f0073](https://github.com/vuepress/vuepress-next/commit/38f007335864db4c9125ea5905ca91850fb7103b))
29+
30+
31+
32+
33+
634
# [2.0.0-beta.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)
735

836

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.4",
4+
"version": "2.0.0-beta.5",
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.5](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-03-26)
7+
8+
**Note:** Version bump only for package @vuepress/bundler-vite
9+
10+
11+
12+
13+
614
# [2.0.0-beta.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)
715

816

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

Lines changed: 4 additions & 4 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.4",
3+
"version": "2.0.0-beta.5",
44
"description": "Bundler vite package of VuePress",
55
"keywords": [
66
"vuepress-bundler",
@@ -31,10 +31,10 @@
3131
"@vitejs/plugin-vue": "^1.1.5",
3232
"@vue/compiler-sfc": "^3.0.7",
3333
"@vue/server-renderer": "^3.0.7",
34-
"@vuepress/client": "2.0.0-beta.4",
35-
"@vuepress/core": "2.0.0-beta.4",
34+
"@vuepress/client": "2.0.0-beta.5",
35+
"@vuepress/core": "2.0.0-beta.5",
3636
"@vuepress/shared": "2.0.0-beta.4",
37-
"@vuepress/utils": "2.0.0-beta.4",
37+
"@vuepress/utils": "2.0.0-beta.5",
3838
"rollup": "^2.42.1",
3939
"vite": "^2.1.2",
4040
"vue": "^3.0.7",

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.5](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-03-26)
7+
8+
**Note:** Version bump only for package @vuepress/bundler-webpack
9+
10+
11+
12+
13+
614
# [2.0.0-beta.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)
715

816
**Note:** Version bump only for package @vuepress/bundler-webpack

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

Lines changed: 4 additions & 4 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.4",
3+
"version": "2.0.0-beta.5",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"vuepress-bundler",
@@ -32,10 +32,10 @@
3232
"@types/webpack-env": "^1.16.0",
3333
"@vue/compiler-sfc": "^3.0.7",
3434
"@vue/server-renderer": "^3.0.7",
35-
"@vuepress/client": "2.0.0-beta.4",
36-
"@vuepress/core": "2.0.0-beta.4",
35+
"@vuepress/client": "2.0.0-beta.5",
36+
"@vuepress/core": "2.0.0-beta.5",
3737
"@vuepress/shared": "2.0.0-beta.4",
38-
"@vuepress/utils": "2.0.0-beta.4",
38+
"@vuepress/utils": "2.0.0-beta.5",
3939
"autoprefixer": "^10.2.5",
4040
"copy-webpack-plugin": "^8.0.0",
4141
"css-loader": "^5.1.3",

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.5](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-03-26)
7+
8+
**Note:** Version bump only for package @vuepress/cli
9+
10+
11+
12+
13+
614
# [2.0.0-beta.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)
715

816
**Note:** Version bump only for package @vuepress/cli

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.4",
3+
"version": "2.0.0-beta.5",
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.4",
34-
"@vuepress/utils": "2.0.0-beta.4",
33+
"@vuepress/core": "2.0.0-beta.5",
34+
"@vuepress/utils": "2.0.0-beta.5",
3535
"cac": "^6.7.2",
3636
"chokidar": "^3.5.1",
3737
"envinfo": "^7.7.4",

packages/@vuepress/client/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.5](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **client:** ensure page component is loaded before route resolve ([598adf3](https://github.com/vuepress/vuepress-next/commit/598adf38b1f9edd3034bb011358a1a9d3bcb6b9e))
12+
13+
14+
### Performance Improvements
15+
16+
* improve HMR support ([38f0073](https://github.com/vuepress/vuepress-next/commit/38f007335864db4c9125ea5905ca91850fb7103b))
17+
18+
19+
20+
21+
622
# [2.0.0-beta.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)
723

824
**Note:** Version bump only for package @vuepress/client

packages/@vuepress/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/client",
3-
"version": "2.0.0-beta.4",
3+
"version": "2.0.0-beta.5",
44
"description": "Client package of VuePress",
55
"keywords": [
66
"vuepress",

0 commit comments

Comments
 (0)