Skip to content

Commit 1279e81

Browse files
committed
build: publish v2.0.0-beta.11
1 parent 0d77331 commit 1279e81

File tree

58 files changed

+365
-93
lines changed

Some content is hidden

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

58 files changed

+365
-93
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.11](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.10...v2.0.0-beta.11) (2021-04-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **bundler-vite:** make the timestamp of client entry consistent ([4bbff4c](https://github.com/vuepress/vuepress-next/commit/4bbff4c22f67c456a0f4dcfe3ddf5724902a4d2a))
12+
13+
14+
### Performance Improvements
15+
16+
* do not register hooks in dev mode for prod-only plugins ([d5af139](https://github.com/vuepress/vuepress-next/commit/d5af1398f059c075783c0c58456cef7b41bcaaf9))
17+
* specify optimizeDeps for vite dev ([0d77331](https://github.com/vuepress/vuepress-next/commit/0d773312181380114cba16f61b633a5266dd1cf3))
18+
* **core:** merge page routes to reduce requests in vite dev ([fa2a614](https://github.com/vuepress/vuepress-next/commit/fa2a61413c70afd426f74e57e6e5d2a4900c6568))
19+
20+
21+
22+
23+
624
# [2.0.0-beta.10](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.9...v2.0.0-beta.10) (2021-04-27)
725

826

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.10",
4+
"version": "2.0.0-beta.11",
55
"command": {
66
"version": {
77
"allowBranch": "main",

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.11](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.10...v2.0.0-beta.11) (2021-04-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **bundler-vite:** make the timestamp of client entry consistent ([4bbff4c](https://github.com/vuepress/vuepress-next/commit/4bbff4c22f67c456a0f4dcfe3ddf5724902a4d2a))
12+
13+
14+
15+
16+
617
# [2.0.0-beta.10](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.9...v2.0.0-beta.10) (2021-04-27)
718

819

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

Lines changed: 3 additions & 3 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.10",
3+
"version": "2.0.0-beta.11",
44
"description": "Bundler vite package of VuePress",
55
"keywords": [
66
"vuepress-bundler",
@@ -32,9 +32,9 @@
3232
"@vue/compiler-sfc": "^3.0.11",
3333
"@vue/server-renderer": "^3.0.11",
3434
"@vuepress/client": "2.0.0-beta.10",
35-
"@vuepress/core": "2.0.0-beta.10",
35+
"@vuepress/core": "2.0.0-beta.11",
3636
"@vuepress/shared": "2.0.0-beta.7",
37-
"@vuepress/utils": "2.0.0-beta.8",
37+
"@vuepress/utils": "2.0.0-beta.11",
3838
"rollup": "^2.45.2",
3939
"vite": "^2.2.3",
4040
"vue": "^3.0.11",

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

816

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

Lines changed: 3 additions & 3 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.10",
3+
"version": "2.0.0-beta.11",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"vuepress-bundler",
@@ -33,9 +33,9 @@
3333
"@vue/compiler-sfc": "^3.0.11",
3434
"@vue/server-renderer": "^3.0.11",
3535
"@vuepress/client": "2.0.0-beta.10",
36-
"@vuepress/core": "2.0.0-beta.10",
36+
"@vuepress/core": "2.0.0-beta.11",
3737
"@vuepress/shared": "2.0.0-beta.7",
38-
"@vuepress/utils": "2.0.0-beta.8",
38+
"@vuepress/utils": "2.0.0-beta.11",
3939
"autoprefixer": "^10.2.5",
4040
"copy-webpack-plugin": "^8.1.1",
4141
"css-loader": "^5.2.4",

packages/@vuepress/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.11](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.10...v2.0.0-beta.11) (2021-04-28)
7+
8+
9+
### Performance Improvements
10+
11+
* **core:** merge page routes to reduce requests in vite dev ([fa2a614](https://github.com/vuepress/vuepress-next/commit/fa2a61413c70afd426f74e57e6e5d2a4900c6568))
12+
13+
14+
15+
16+
617
# [2.0.0-beta.10](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.9...v2.0.0-beta.10) (2021-04-27)
718

819

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.10",
3+
"version": "2.0.0-beta.11",
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.10",
34-
"@vuepress/utils": "2.0.0-beta.8",
33+
"@vuepress/core": "2.0.0-beta.11",
34+
"@vuepress/utils": "2.0.0-beta.11",
3535
"cac": "^6.7.3",
3636
"chokidar": "^3.5.1",
3737
"envinfo": "^7.8.1",

packages/@vuepress/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.11](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.10...v2.0.0-beta.11) (2021-04-28)
7+
8+
9+
### Performance Improvements
10+
11+
* **core:** merge page routes to reduce requests in vite dev ([fa2a614](https://github.com/vuepress/vuepress-next/commit/fa2a61413c70afd426f74e57e6e5d2a4900c6568))
12+
13+
14+
15+
16+
617
# [2.0.0-beta.10](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.9...v2.0.0-beta.10) (2021-04-27)
718

819

packages/@vuepress/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"description": "Core package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -27,9 +27,9 @@
2727
},
2828
"dependencies": {
2929
"@vuepress/client": "2.0.0-beta.10",
30-
"@vuepress/markdown": "2.0.0-beta.10",
30+
"@vuepress/markdown": "2.0.0-beta.11",
3131
"@vuepress/shared": "2.0.0-beta.7",
32-
"@vuepress/utils": "2.0.0-beta.8",
32+
"@vuepress/utils": "2.0.0-beta.11",
3333
"gray-matter": "^4.0.3",
3434
"toml": "^3.0.0"
3535
},

0 commit comments

Comments
 (0)