Skip to content

Commit 6cbf3e0

Browse files
committed
build: publish v2.0.0-beta.26
1 parent a42e431 commit 6cbf3e0

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

+328
-82
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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.26](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.25...v2.0.0-beta.26) (2021-09-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **client:** fix aria-hidden attribute of OutboundLink (close [#427](https://github.com/vuepress/vuepress-next/issues/427)) ([#432](https://github.com/vuepress/vuepress-next/issues/432)) ([0575ba9](https://github.com/vuepress/vuepress-next/commit/0575ba9326cbb41a97fa3956e0e28d60af7c9c13))
12+
* **client:** fix wrong attrs selector when loading head tags (close [#426](https://github.com/vuepress/vuepress-next/issues/426)) ([5654685](https://github.com/vuepress/vuepress-next/commit/5654685c9674e705b099bc5e1b75ba491205ef83))
13+
* **core:** use absolute path when creating pages (close [#421](https://github.com/vuepress/vuepress-next/issues/421)) ([0a2f7dc](https://github.com/vuepress/vuepress-next/commit/0a2f7dc0b17903723e1358cf4d66b20b709241db))
14+
15+
16+
### Features
17+
18+
* **theme-default:** support navbar and sidebar slot for Layout.vue ([a42e431](https://github.com/vuepress/vuepress-next/commit/a42e431a898240c67471a198fbde33c8805c2850))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* **core:** now `PageOptions` does not accept relative file path
24+
25+
26+
27+
28+
629
# [2.0.0-beta.25](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.24...v2.0.0-beta.25) (2021-08-29)
730

831

lerna.json

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

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

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

816

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/bundler-vite",
3-
"version": "2.0.0-beta.25",
3+
"version": "2.0.0-beta.26",
44
"description": "Bundler vite package of VuePress",
55
"keywords": [
66
"vuepress-bundler",
@@ -31,8 +31,8 @@
3131
"@vitejs/plugin-vue": "^1.4.0",
3232
"@vue/compiler-sfc": "^3.2.3",
3333
"@vue/server-renderer": "^3.2.3",
34-
"@vuepress/client": "2.0.0-beta.25",
35-
"@vuepress/core": "2.0.0-beta.25",
34+
"@vuepress/client": "2.0.0-beta.26",
35+
"@vuepress/core": "2.0.0-beta.26",
3636
"@vuepress/shared": "2.0.0-beta.25",
3737
"@vuepress/utils": "2.0.0-beta.25",
3838
"autoprefixer": "^10.3.1",

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

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

816

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/bundler-webpack",
3-
"version": "2.0.0-beta.25",
3+
"version": "2.0.0-beta.26",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"vuepress-bundler",
@@ -32,8 +32,8 @@
3232
"@types/webpack-env": "^1.16.2",
3333
"@vue/compiler-sfc": "^3.2.3",
3434
"@vue/server-renderer": "^3.2.3",
35-
"@vuepress/client": "2.0.0-beta.25",
36-
"@vuepress/core": "2.0.0-beta.25",
35+
"@vuepress/client": "2.0.0-beta.26",
36+
"@vuepress/core": "2.0.0-beta.26",
3737
"@vuepress/shared": "2.0.0-beta.25",
3838
"@vuepress/utils": "2.0.0-beta.25",
3939
"autoprefixer": "^10.3.1",

packages/@vuepress/cli/CHANGELOG.md

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

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

packages/@vuepress/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/cli",
3-
"version": "2.0.0-beta.25",
3+
"version": "2.0.0-beta.26",
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.25",
33+
"@vuepress/core": "2.0.0-beta.26",
3434
"@vuepress/utils": "2.0.0-beta.25",
3535
"cac": "^6.7.3",
3636
"chokidar": "^3.5.2",

packages/@vuepress/client/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.26](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.25...v2.0.0-beta.26) (2021-09-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **client:** fix aria-hidden attribute of OutboundLink (close [#427](https://github.com/vuepress/vuepress-next/issues/427)) ([#432](https://github.com/vuepress/vuepress-next/issues/432)) ([0575ba9](https://github.com/vuepress/vuepress-next/commit/0575ba9326cbb41a97fa3956e0e28d60af7c9c13))
12+
* **client:** fix wrong attrs selector when loading head tags (close [#426](https://github.com/vuepress/vuepress-next/issues/426)) ([5654685](https://github.com/vuepress/vuepress-next/commit/5654685c9674e705b099bc5e1b75ba491205ef83))
13+
14+
15+
16+
17+
618
# [2.0.0-beta.25](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.24...v2.0.0-beta.25) (2021-08-29)
719

820

packages/@vuepress/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/client",
3-
"version": "2.0.0-beta.25",
3+
"version": "2.0.0-beta.26",
44
"description": "Client package of VuePress",
55
"keywords": [
66
"vuepress",

packages/@vuepress/core/CHANGELOG.md

+16
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.26](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.25...v2.0.0-beta.26) (2021-09-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** use absolute path when creating pages (close [#421](https://github.com/vuepress/vuepress-next/issues/421)) ([0a2f7dc](https://github.com/vuepress/vuepress-next/commit/0a2f7dc0b17903723e1358cf4d66b20b709241db))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **core:** now `PageOptions` does not accept relative file path
17+
18+
19+
20+
21+
622
# [2.0.0-beta.25](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.24...v2.0.0-beta.25) (2021-08-29)
723

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

packages/@vuepress/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "2.0.0-beta.25",
3+
"version": "2.0.0-beta.26",
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.25",
29+
"@vuepress/client": "2.0.0-beta.26",
3030
"@vuepress/markdown": "2.0.0-beta.25",
3131
"@vuepress/shared": "2.0.0-beta.25",
3232
"@vuepress/utils": "2.0.0-beta.25",

packages/@vuepress/plugin-active-header-links/CHANGELOG.md

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

816

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

+3-3
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.25",
3+
"version": "2.0.0-beta.26",
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.25",
33-
"@vuepress/core": "2.0.0-beta.25",
32+
"@vuepress/client": "2.0.0-beta.26",
33+
"@vuepress/core": "2.0.0-beta.26",
3434
"@vuepress/utils": "2.0.0-beta.25",
3535
"ts-debounce": "^3.0.0",
3636
"vue": "^3.2.3",

packages/@vuepress/plugin-back-to-top/CHANGELOG.md

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

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

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

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

packages/@vuepress/plugin-container/CHANGELOG.md

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

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

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

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

packages/@vuepress/plugin-debug/CHANGELOG.md

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

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-debug",
3-
"version": "2.0.0-beta.25",
3+
"version": "2.0.0-beta.26",
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.25",
33-
"@vuepress/core": "2.0.0-beta.25",
32+
"@vuepress/client": "2.0.0-beta.26",
33+
"@vuepress/core": "2.0.0-beta.26",
3434
"@vuepress/utils": "2.0.0-beta.25",
3535
"vue": "^3.2.3",
3636
"vue-router": "^4.0.10"

packages/@vuepress/plugin-docsearch/CHANGELOG.md

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

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-docsearch",
3-
"version": "2.0.0-beta.25",
3+
"version": "2.0.0-beta.26",
44
"description": "VuePress plugin - docsearch",
55
"keywords": [
66
"vuepress-plugin",
@@ -34,8 +34,8 @@
3434
"@docsearch/js": "3.0.0-alpha.34",
3535
"@docsearch/react": "3.0.0-alpha.34",
3636
"@types/react": "^17.0.18",
37-
"@vuepress/client": "2.0.0-beta.25",
38-
"@vuepress/core": "2.0.0-beta.25",
37+
"@vuepress/client": "2.0.0-beta.26",
38+
"@vuepress/core": "2.0.0-beta.26",
3939
"@vuepress/shared": "2.0.0-beta.25",
4040
"@vuepress/utils": "2.0.0-beta.25",
4141
"preact": "^10.5.14",

packages/@vuepress/plugin-git/CHANGELOG.md

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

816

0 commit comments

Comments
 (0)