Skip to content

Commit b74a98f

Browse files
committed
build: publish v2.0.0-beta.18
1 parent 7d3f3a4 commit b74a98f

File tree

62 files changed

+429
-123
lines changed

Some content is hidden

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

62 files changed

+429
-123
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,43 @@
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.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2021-06-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **plugin-search:** disable default form action on Enter key ([#189](https://github.com/vuepress/vuepress-next/issues/189)) ([81b5b24](https://github.com/vuepress/vuepress-next/commit/81b5b24379c44ddcf83b38b086f6f2905453f58b))
12+
* **plugin-toc:** exclude h1 header in toc ([5e96641](https://github.com/vuepress/vuepress-next/commit/5e96641b8d2dd947372222e0af2ea47729afbada))
13+
* **theme-default:** exclude h1 header in sidebar ([280626d](https://github.com/vuepress/vuepress-next/commit/280626dd33f5006d6611f6e121eb5edfad8a258e))
14+
* **theme-default:** show outline of toggle-dark-button ([bc94de0](https://github.com/vuepress/vuepress-next/commit/bc94de0cb3a9454ac0a3e72f3df07326568057d2))
15+
16+
17+
### Code Refactoring
18+
19+
* **core:** drop support for plugin nesting ([f7da97f](https://github.com/vuepress/vuepress-next/commit/f7da97f7f0ff24984cc6a2d0926b5fdf3af274c5))
20+
* **core:** resolve page title from markdown env ([09d08a4](https://github.com/vuepress/vuepress-next/commit/09d08a4b89af16fcb833774e902b4d5404181689))
21+
22+
23+
### Features
24+
25+
* **cli:** watch dependencies of user config file ([b220524](https://github.com/vuepress/vuepress-next/commit/b220524f1534a1ada3b896854dba181e8ea36221))
26+
* **markdown:** add extract-title plugin ([e0a1556](https://github.com/vuepress/vuepress-next/commit/e0a1556a1469cd71469f5c81e2d058a5e9b9d801))
27+
28+
29+
### Performance Improvements
30+
31+
* **bundler-vite:** make server build lighter ([a6ddea5](https://github.com/vuepress/vuepress-next/commit/a6ddea5fd1a1979f5d3a7cc460e1602cb5254f08))
32+
33+
34+
### BREAKING CHANGES
35+
36+
* **core:** a plugin cannot use other plugins anymore
37+
* **core:** markdown emoji syntax is not supported in frontmatter title
38+
39+
40+
41+
42+
643
# [2.0.0-beta.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2021-06-04)
744

845

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.17",
4+
"version": "2.0.0-beta.18",
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.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2021-06-12)
7+
8+
9+
### Performance Improvements
10+
11+
* **bundler-vite:** make server build lighter ([a6ddea5](https://github.com/vuepress/vuepress-next/commit/a6ddea5fd1a1979f5d3a7cc460e1602cb5254f08))
12+
13+
14+
15+
16+
617
# [2.0.0-beta.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2021-06-04)
718

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

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.17",
3+
"version": "2.0.0-beta.18",
44
"description": "Bundler vite package of VuePress",
55
"keywords": [
66
"vuepress-bundler",
@@ -31,10 +31,10 @@
3131
"@vitejs/plugin-vue": "^1.2.3",
3232
"@vue/compiler-sfc": "^3.1.1",
3333
"@vue/server-renderer": "^3.1.1",
34-
"@vuepress/client": "2.0.0-beta.15",
35-
"@vuepress/core": "2.0.0-beta.17",
36-
"@vuepress/shared": "2.0.0-beta.7",
37-
"@vuepress/utils": "2.0.0-beta.15",
34+
"@vuepress/client": "2.0.0-beta.18",
35+
"@vuepress/core": "2.0.0-beta.18",
36+
"@vuepress/shared": "2.0.0-beta.18",
37+
"@vuepress/utils": "2.0.0-beta.18",
3838
"autoprefixer": "^10.2.6",
3939
"postcss": "^8.3.2",
4040
"postcss-csso": "^5.0.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.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2021-06-12)
7+
8+
**Note:** Version bump only for package @vuepress/bundler-webpack
9+
10+
11+
12+
13+
614
# [2.0.0-beta.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2021-06-04)
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.17",
3+
"version": "2.0.0-beta.18",
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.1.1",
3434
"@vue/server-renderer": "^3.1.1",
35-
"@vuepress/client": "2.0.0-beta.15",
36-
"@vuepress/core": "2.0.0-beta.17",
37-
"@vuepress/shared": "2.0.0-beta.7",
38-
"@vuepress/utils": "2.0.0-beta.15",
35+
"@vuepress/client": "2.0.0-beta.18",
36+
"@vuepress/core": "2.0.0-beta.18",
37+
"@vuepress/shared": "2.0.0-beta.18",
38+
"@vuepress/utils": "2.0.0-beta.18",
3939
"autoprefixer": "^10.2.6",
4040
"copy-webpack-plugin": "^9.0.0",
4141
"css-loader": "^5.2.6",

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.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2021-06-12)
7+
8+
9+
### Features
10+
11+
* **cli:** watch dependencies of user config file ([b220524](https://github.com/vuepress/vuepress-next/commit/b220524f1534a1ada3b896854dba181e8ea36221))
12+
13+
14+
15+
16+
617
# [2.0.0-beta.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2021-06-04)
718

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

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.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2021-06-12)
7+
8+
**Note:** Version bump only for package @vuepress/client
9+
10+
11+
12+
13+
614
# [2.0.0-beta.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2021-05-27)
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.15",
3+
"version": "2.0.0-beta.18",
44
"description": "Client package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -29,7 +29,7 @@
2929
"copy": "cpx \"src/**/*.{d.ts,css}\" lib"
3030
},
3131
"dependencies": {
32-
"@vuepress/shared": "2.0.0-beta.7",
32+
"@vuepress/shared": "2.0.0-beta.18",
3333
"vue": "^3.1.1",
3434
"vue-router": "^4.0.8"
3535
},

packages/@vuepress/core/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.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2021-06-12)
7+
8+
9+
### Code Refactoring
10+
11+
* **core:** drop support for plugin nesting ([f7da97f](https://github.com/vuepress/vuepress-next/commit/f7da97f7f0ff24984cc6a2d0926b5fdf3af274c5))
12+
* **core:** resolve page title from markdown env ([09d08a4](https://github.com/vuepress/vuepress-next/commit/09d08a4b89af16fcb833774e902b4d5404181689))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **core:** a plugin cannot use other plugins anymore
18+
* **core:** markdown emoji syntax is not supported in frontmatter title
19+
20+
21+
22+
23+
624
# [2.0.0-beta.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2021-06-04)
725

826

packages/@vuepress/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "2.0.0-beta.17",
3+
"version": "2.0.0-beta.18",
44
"description": "Core package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -26,10 +26,10 @@
2626
"clean": "rimraf lib *.tsbuildinfo"
2727
},
2828
"dependencies": {
29-
"@vuepress/client": "2.0.0-beta.15",
30-
"@vuepress/markdown": "2.0.0-beta.15",
31-
"@vuepress/shared": "2.0.0-beta.7",
32-
"@vuepress/utils": "2.0.0-beta.15",
29+
"@vuepress/client": "2.0.0-beta.18",
30+
"@vuepress/markdown": "2.0.0-beta.18",
31+
"@vuepress/shared": "2.0.0-beta.18",
32+
"@vuepress/utils": "2.0.0-beta.18",
3333
"gray-matter": "^4.0.3",
3434
"toml": "^3.0.0"
3535
},

packages/@vuepress/markdown/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.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2021-06-12)
7+
8+
9+
### Features
10+
11+
* **markdown:** add extract-title plugin ([e0a1556](https://github.com/vuepress/vuepress-next/commit/e0a1556a1469cd71469f5c81e2d058a5e9b9d801))
12+
13+
14+
15+
16+
617
# [2.0.0-beta.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2021-05-27)
718

819

packages/@vuepress/markdown/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/markdown",
3-
"version": "2.0.0-beta.15",
3+
"version": "2.0.0-beta.18",
44
"description": "Markdown package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -27,8 +27,8 @@
2727
},
2828
"dependencies": {
2929
"@types/markdown-it": "^12.0.2",
30-
"@vuepress/shared": "2.0.0-beta.7",
31-
"@vuepress/utils": "2.0.0-beta.15",
30+
"@vuepress/shared": "2.0.0-beta.18",
31+
"@vuepress/utils": "2.0.0-beta.18",
3232
"markdown-it": "^12.0.6",
3333
"markdown-it-anchor": "^7.1.0",
3434
"markdown-it-emoji": "^2.0.0",

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

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

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

Lines changed: 4 additions & 4 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.17",
3+
"version": "2.0.0-beta.18",
44
"description": "VuePress plugin - active header links",
55
"keywords": [
66
"vuepress-plugin",
@@ -29,9 +29,9 @@
2929
"clean": "rimraf lib *.tsbuildinfo"
3030
},
3131
"dependencies": {
32-
"@vuepress/client": "2.0.0-beta.15",
33-
"@vuepress/core": "2.0.0-beta.17",
34-
"@vuepress/utils": "2.0.0-beta.15",
32+
"@vuepress/client": "2.0.0-beta.18",
33+
"@vuepress/core": "2.0.0-beta.18",
34+
"@vuepress/utils": "2.0.0-beta.18",
3535
"ts-debounce": "^3.0.0",
3636
"vue": "^3.1.1",
3737
"vue-router": "^4.0.8"

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

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

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

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

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

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

Lines changed: 5 additions & 5 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.17",
3+
"version": "2.0.0-beta.18",
44
"description": "VuePress plugin - markdown container",
55
"keywords": [
66
"vuepress-plugin",
@@ -30,10 +30,10 @@
3030
},
3131
"dependencies": {
3232
"@types/markdown-it": "^12.0.2",
33-
"@vuepress/core": "2.0.0-beta.17",
34-
"@vuepress/markdown": "2.0.0-beta.15",
35-
"@vuepress/shared": "2.0.0-beta.7",
36-
"@vuepress/utils": "2.0.0-beta.15",
33+
"@vuepress/core": "2.0.0-beta.18",
34+
"@vuepress/markdown": "2.0.0-beta.18",
35+
"@vuepress/shared": "2.0.0-beta.18",
36+
"@vuepress/utils": "2.0.0-beta.18",
3737
"markdown-it": "^12.0.6",
3838
"markdown-it-container": "^3.0.0"
3939
},

0 commit comments

Comments
 (0)