Skip to content

Commit f8cd4a3

Browse files
committed
build: publish v2.0.0-beta.6
1 parent 6205279 commit f8cd4a3

File tree

50 files changed

+282
-76
lines changed

Some content is hidden

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

50 files changed

+282
-76
lines changed

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.6](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2021-03-26)
7+
8+
9+
### Reverts
10+
11+
* refactor(client): remove extra handling for router base ([6205279](https://github.com/vuepress/vuepress-next/commit/620527917e4d3ee7cfa4c1db7d3cadc36a30eaab))
12+
13+
14+
15+
16+
617
# [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)
718

819

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

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

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.5",
3+
"version": "2.0.0-beta.6",
44
"description": "Bundler vite package of VuePress",
55
"keywords": [
66
"vuepress-bundler",
@@ -31,8 +31,8 @@
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.5",
35-
"@vuepress/core": "2.0.0-beta.5",
34+
"@vuepress/client": "2.0.0-beta.6",
35+
"@vuepress/core": "2.0.0-beta.6",
3636
"@vuepress/shared": "2.0.0-beta.4",
3737
"@vuepress/utils": "2.0.0-beta.5",
3838
"rollup": "^2.42.1",

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

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

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.5",
3+
"version": "2.0.0-beta.6",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"vuepress-bundler",
@@ -32,8 +32,8 @@
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.5",
36-
"@vuepress/core": "2.0.0-beta.5",
35+
"@vuepress/client": "2.0.0-beta.6",
36+
"@vuepress/core": "2.0.0-beta.6",
3737
"@vuepress/shared": "2.0.0-beta.4",
3838
"@vuepress/utils": "2.0.0-beta.5",
3939
"autoprefixer": "^10.2.5",

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

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

packages/@vuepress/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/cli",
3-
"version": "2.0.0-beta.5",
3+
"version": "2.0.0-beta.6",
44
"description": "CLI package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -30,7 +30,7 @@
3030
"clean": "rimraf lib *.tsbuildinfo"
3131
},
3232
"dependencies": {
33-
"@vuepress/core": "2.0.0-beta.5",
33+
"@vuepress/core": "2.0.0-beta.6",
3434
"@vuepress/utils": "2.0.0-beta.5",
3535
"cac": "^6.7.2",
3636
"chokidar": "^3.5.1",

packages/@vuepress/client/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.6](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2021-03-26)
7+
8+
9+
### Reverts
10+
11+
* refactor(client): remove extra handling for router base ([6205279](https://github.com/vuepress/vuepress-next/commit/620527917e4d3ee7cfa4c1db7d3cadc36a30eaab))
12+
13+
14+
15+
16+
617
# [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)
718

819

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.5",
3+
"version": "2.0.0-beta.6",
44
"description": "Client package of VuePress",
55
"keywords": [
66
"vuepress",

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

816

packages/@vuepress/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "2.0.0-beta.5",
3+
"version": "2.0.0-beta.6",
44
"description": "Core package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -26,7 +26,7 @@
2626
"clean": "rimraf lib *.tsbuildinfo"
2727
},
2828
"dependencies": {
29-
"@vuepress/client": "2.0.0-beta.5",
29+
"@vuepress/client": "2.0.0-beta.6",
3030
"@vuepress/markdown": "2.0.0-beta.5",
3131
"@vuepress/shared": "2.0.0-beta.4",
3232
"@vuepress/utils": "2.0.0-beta.5",

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

816
**Note:** Version bump only for package @vuepress/plugin-active-header-links

packages/@vuepress/plugin-active-header-links/package.json

Lines changed: 3 additions & 3 deletions
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.5",
3+
"version": "2.0.0-beta.6",
44
"description": "VuePress plugin - active header links",
55
"keywords": [
66
"vuepress-plugin",
@@ -29,8 +29,8 @@
2929
"clean": "rimraf lib *.tsbuildinfo"
3030
},
3131
"dependencies": {
32-
"@vuepress/client": "2.0.0-beta.5",
33-
"@vuepress/core": "2.0.0-beta.5",
32+
"@vuepress/client": "2.0.0-beta.6",
33+
"@vuepress/core": "2.0.0-beta.6",
3434
"@vuepress/utils": "2.0.0-beta.5",
3535
"ts-debounce": "^3.0.0",
3636
"vue": "^3.0.7",

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

816
**Note:** Version bump only for package @vuepress/plugin-back-to-top

packages/@vuepress/plugin-back-to-top/package.json

Lines changed: 2 additions & 2 deletions
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.5",
3+
"version": "2.0.0-beta.6",
44
"description": "VuePress plugin - back to top",
55
"keywords": [
66
"vuepress-plugin",
@@ -29,7 +29,7 @@
2929
"copy": "cpx \"src/**/*.vue\" lib"
3030
},
3131
"dependencies": {
32-
"@vuepress/core": "2.0.0-beta.5",
32+
"@vuepress/core": "2.0.0-beta.6",
3333
"@vuepress/utils": "2.0.0-beta.5",
3434
"ts-debounce": "^3.0.0",
3535
"vue": "^3.0.7"

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

816
**Note:** Version bump only for package @vuepress/plugin-container

packages/@vuepress/plugin-container/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-container",
3-
"version": "2.0.0-beta.5",
3+
"version": "2.0.0-beta.6",
44
"description": "VuePress plugin - markdown container",
55
"keywords": [
66
"vuepress-plugin",
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@types/markdown-it": "^12.0.1",
33-
"@vuepress/core": "2.0.0-beta.5",
33+
"@vuepress/core": "2.0.0-beta.6",
3434
"@vuepress/markdown": "2.0.0-beta.5",
3535
"@vuepress/shared": "2.0.0-beta.4",
3636
"@vuepress/utils": "2.0.0-beta.5",

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

816
**Note:** Version bump only for package @vuepress/plugin-debug

packages/@vuepress/plugin-debug/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-debug",
3-
"version": "2.0.0-beta.5",
3+
"version": "2.0.0-beta.6",
44
"description": "VuePress plugin - debug",
55
"keywords": [
66
"vuepress-plugin",
@@ -29,8 +29,8 @@
2929
"copy": "cpx \"src/**/*.css\" lib"
3030
},
3131
"dependencies": {
32-
"@vuepress/client": "2.0.0-beta.5",
33-
"@vuepress/core": "2.0.0-beta.5",
32+
"@vuepress/client": "2.0.0-beta.6",
33+
"@vuepress/core": "2.0.0-beta.6",
3434
"@vuepress/utils": "2.0.0-beta.5",
3535
"vue": "^3.0.7",
3636
"vue-router": "^4.0.5"

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

816
**Note:** Version bump only for package @vuepress/plugin-docsearch

packages/@vuepress/plugin-docsearch/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-docsearch",
3-
"version": "2.0.0-beta.5",
3+
"version": "2.0.0-beta.6",
44
"description": "VuePress plugin - docsearch",
55
"keywords": [
66
"vuepress-plugin",
@@ -33,8 +33,8 @@
3333
"@docsearch/css": "3.0.0-alpha.34",
3434
"@docsearch/js": "3.0.0-alpha.34",
3535
"@types/react": "^17.0.0",
36-
"@vuepress/client": "2.0.0-beta.5",
37-
"@vuepress/core": "2.0.0-beta.5",
36+
"@vuepress/client": "2.0.0-beta.6",
37+
"@vuepress/core": "2.0.0-beta.6",
3838
"@vuepress/shared": "2.0.0-beta.4",
3939
"@vuepress/utils": "2.0.0-beta.5",
4040
"preact": "^10.0.0",

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

816
**Note:** Version bump only for package @vuepress/plugin-git

packages/@vuepress/plugin-git/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-git",
3-
"version": "2.0.0-beta.5",
3+
"version": "2.0.0-beta.6",
44
"description": "VuePress plugin - git",
55
"keywords": [
66
"vuepress-plugin",
@@ -28,7 +28,7 @@
2828
"clean": "rimraf lib *.tsbuildinfo"
2929
},
3030
"dependencies": {
31-
"@vuepress/core": "2.0.0-beta.5",
31+
"@vuepress/core": "2.0.0-beta.6",
3232
"execa": "^5.0.0"
3333
},
3434
"publishConfig": {

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

816
**Note:** Version bump only for package @vuepress/plugin-google-analytics

0 commit comments

Comments
 (0)