Skip to content

Commit d42716e

Browse files
committed
build: publish v2.0.0-beta.4
1 parent 4079557 commit d42716e

File tree

54 files changed

+360
-108
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

+360
-108
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
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.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **bundler-vite:** disable auto resolving vite config file ([57967f7](https://github.com/vuepress/vuepress-next/commit/57967f7dec27c4148edf920decead327cc8746bf))
12+
13+
14+
### Code Refactoring
15+
16+
* **markdown:** remove default syntax highlighter ([4a1abe3](https://github.com/vuepress/vuepress-next/commit/4a1abe39335eaaf3ef1dca3e35a324b12981c0d2))
17+
18+
19+
### Features
20+
21+
* **plugin-prismjs:** add prismjs plugin ([638ad8a](https://github.com/vuepress/vuepress-next/commit/638ad8afdf9f3fe779e9eb1d02dca6c1caef0307))
22+
* **theme-default:** use prismjs plugin ([f131de4](https://github.com/vuepress/vuepress-next/commit/f131de4783685dbabfde4e4966182d570224a246))
23+
24+
25+
### BREAKING CHANGES
26+
27+
* **markdown:** prismjs is no longer the default syntax highlighter
28+
29+
30+
31+
32+
633
# [2.0.0-beta.3](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2021-03-17)
734

835

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.3",
4+
"version": "2.0.0-beta.4",
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.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **bundler-vite:** disable auto resolving vite config file ([57967f7](https://github.com/vuepress/vuepress-next/commit/57967f7dec27c4148edf920decead327cc8746bf))
12+
13+
14+
15+
16+
617
# [2.0.0-beta.3](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2021-03-17)
718

819

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.3",
3+
"version": "2.0.0-beta.4",
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.1",
35-
"@vuepress/core": "2.0.0-beta.1",
36-
"@vuepress/shared": "2.0.0-beta.1",
37-
"@vuepress/utils": "2.0.0-beta.1",
34+
"@vuepress/client": "2.0.0-beta.4",
35+
"@vuepress/core": "2.0.0-beta.4",
36+
"@vuepress/shared": "2.0.0-beta.4",
37+
"@vuepress/utils": "2.0.0-beta.4",
3838
"rollup": "^2.41.2",
3939
"vite": "^2.1.1",
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.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)
7+
8+
**Note:** Version bump only for package @vuepress/bundler-webpack
9+
10+
11+
12+
13+
614
# [2.0.0-beta.3](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2021-03-17)
715

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

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.3",
3+
"version": "2.0.0-beta.4",
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.1",
36-
"@vuepress/core": "2.0.0-beta.1",
37-
"@vuepress/shared": "2.0.0-beta.1",
38-
"@vuepress/utils": "2.0.0-beta.1",
35+
"@vuepress/client": "2.0.0-beta.4",
36+
"@vuepress/core": "2.0.0-beta.4",
37+
"@vuepress/shared": "2.0.0-beta.4",
38+
"@vuepress/utils": "2.0.0-beta.4",
3939
"autoprefixer": "^10.2.4",
4040
"copy-webpack-plugin": "^7.0.0",
4141
"css-loader": "^5.1.1",

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.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)
7+
8+
**Note:** Version bump only for package @vuepress/cli
9+
10+
11+
12+
13+
614
# [2.0.0-beta.3](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2021-03-17)
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.3",
3+
"version": "2.0.0-beta.4",
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.1",
34-
"@vuepress/utils": "2.0.0-beta.1",
33+
"@vuepress/core": "2.0.0-beta.4",
34+
"@vuepress/utils": "2.0.0-beta.4",
3535
"cac": "^6.7.2",
3636
"chokidar": "^3.5.1",
3737
"envinfo": "^7.7.4",

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

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

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.1",
3+
"version": "2.0.0-beta.4",
44
"description": "Client package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -28,7 +28,7 @@
2828
"copy": "cpx \"src/**/*.{d.ts,css}\" lib"
2929
},
3030
"dependencies": {
31-
"@vuepress/shared": "2.0.0-beta.1",
31+
"@vuepress/shared": "2.0.0-beta.4",
3232
"vue": "^3.0.7",
3333
"vue-router": "^4.0.4"
3434
},

0 commit comments

Comments
 (0)