Skip to content

Commit b796eac

Browse files
committed
build: publish v2.0.0-beta.15
1 parent b395084 commit b796eac

File tree

60 files changed

+406
-110
lines changed

Some content is hidden

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

60 files changed

+406
-110
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
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.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2021-05-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **markdown:** decode assets link to ensure bundler can find the file ([#144](https://github.com/vuepress/vuepress-next/issues/144)) ([d3e5409](https://github.com/vuepress/vuepress-next/commit/d3e5409246a47edae93209c9ce5dd2614e14c936))
12+
* **theme-default:** handle rotate events on iPad ([#150](https://github.com/vuepress/vuepress-next/issues/150)) ([bbdda60](https://github.com/vuepress/vuepress-next/commit/bbdda60bba0a56590535f3e762dec55767ec031c))
13+
* **theme-default:** show header anchors when being focused ([#164](https://github.com/vuepress/vuepress-next/issues/164)) ([8de5f0f](https://github.com/vuepress/vuepress-next/commit/8de5f0fa2873f64be0622aced46e1512c7f4fac5))
14+
15+
16+
### Features
17+
18+
* **bundler-webpack:** bump webpack-dev-server to 4.0.0-beta.3 ([2e86826](https://github.com/vuepress/vuepress-next/commit/2e8682680eba7736bcf3325014a927a87503ba0b))
19+
* **cli:** allow setting default app config ([41f9dc6](https://github.com/vuepress/vuepress-next/commit/41f9dc612d65a7aae777a75ee00715f0b7bab7c6))
20+
* **plugin-search:** add --search-bg-color variable ([6c778a8](https://github.com/vuepress/vuepress-next/commit/6c778a83b5d26529c830057aadc9c6fde8dc1805))
21+
* **plugin-search:** improve a11y support ([#165](https://github.com/vuepress/vuepress-next/issues/165)) ([205aafe](https://github.com/vuepress/vuepress-next/commit/205aafe4e6600987e06730b926abe2be3e4d5d73))
22+
* **theme-default:** support dark mode (close [#29](https://github.com/vuepress/vuepress-next/issues/29)) ([680e429](https://github.com/vuepress/vuepress-next/commit/680e4298a80ddb06b0381af48644124ffb0b0c4c))
23+
* **theme-default:** support full link for github repo ([#152](https://github.com/vuepress/vuepress-next/issues/152)) ([8a5055b](https://github.com/vuepress/vuepress-next/commit/8a5055b57d2068e73b4a1c52601c94bdbbc1a7c5))
24+
* **theme-default:** support Gitee repo ([5cad664](https://github.com/vuepress/vuepress-next/commit/5cad664bd7224a08e679dc06f61f17af6c790b97))
25+
26+
27+
### BREAKING CHANGES
28+
29+
* **theme-default:** most sass variables are migrated to css variables
30+
31+
32+
33+
34+
635
# [2.0.0-beta.14](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2021-05-12)
736

837

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

816

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

Lines changed: 4 additions & 4 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.14",
3+
"version": "2.0.0-beta.15",
44
"description": "Bundler vite package of VuePress",
55
"keywords": [
66
"vuepress-bundler",
@@ -31,10 +31,10 @@
3131
"@vitejs/plugin-vue": "^1.2.2",
3232
"@vue/compiler-sfc": "^3.0.11",
3333
"@vue/server-renderer": "^3.0.11",
34-
"@vuepress/client": "2.0.0-beta.12",
35-
"@vuepress/core": "2.0.0-beta.14",
34+
"@vuepress/client": "2.0.0-beta.15",
35+
"@vuepress/core": "2.0.0-beta.15",
3636
"@vuepress/shared": "2.0.0-beta.7",
37-
"@vuepress/utils": "2.0.0-beta.11",
37+
"@vuepress/utils": "2.0.0-beta.15",
3838
"rollup": "^2.50.1",
3939
"vite": "^2.3.4",
4040
"vue": "^3.0.11",

packages/@vuepress/bundler-webpack/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.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2021-05-27)
7+
8+
9+
### Features
10+
11+
* **bundler-webpack:** bump webpack-dev-server to 4.0.0-beta.3 ([2e86826](https://github.com/vuepress/vuepress-next/commit/2e8682680eba7736bcf3325014a927a87503ba0b))
12+
13+
14+
15+
16+
617
# [2.0.0-beta.14](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2021-05-12)
718

819

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

Lines changed: 4 additions & 4 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.14",
3+
"version": "2.0.0-beta.15",
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.11",
3434
"@vue/server-renderer": "^3.0.11",
35-
"@vuepress/client": "2.0.0-beta.12",
36-
"@vuepress/core": "2.0.0-beta.14",
35+
"@vuepress/client": "2.0.0-beta.15",
36+
"@vuepress/core": "2.0.0-beta.15",
3737
"@vuepress/shared": "2.0.0-beta.7",
38-
"@vuepress/utils": "2.0.0-beta.11",
38+
"@vuepress/utils": "2.0.0-beta.15",
3939
"autoprefixer": "^10.2.5",
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.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2021-05-27)
7+
8+
9+
### Features
10+
11+
* **cli:** allow setting default app config ([41f9dc6](https://github.com/vuepress/vuepress-next/commit/41f9dc612d65a7aae777a75ee00715f0b7bab7c6))
12+
13+
14+
15+
16+
617
# [2.0.0-beta.14](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2021-05-12)
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.14",
3+
"version": "2.0.0-beta.15",
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.14",
34-
"@vuepress/utils": "2.0.0-beta.11",
33+
"@vuepress/core": "2.0.0-beta.15",
34+
"@vuepress/utils": "2.0.0-beta.15",
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.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2021-05-27)
7+
8+
**Note:** Version bump only for package @vuepress/client
9+
10+
11+
12+
13+
614
# [2.0.0-beta.12](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.11...v2.0.0-beta.12) (2021-04-30)
715

816

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.12",
3+
"version": "2.0.0-beta.15",
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.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2021-05-27)
7+
8+
**Note:** Version bump only for package @vuepress/core
9+
10+
11+
12+
13+
614
# [2.0.0-beta.14](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2021-05-12)
715

816

packages/@vuepress/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "2.0.0-beta.14",
3+
"version": "2.0.0-beta.15",
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.12",
30-
"@vuepress/markdown": "2.0.0-beta.13",
29+
"@vuepress/client": "2.0.0-beta.15",
30+
"@vuepress/markdown": "2.0.0-beta.15",
3131
"@vuepress/shared": "2.0.0-beta.7",
32-
"@vuepress/utils": "2.0.0-beta.11",
32+
"@vuepress/utils": "2.0.0-beta.15",
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.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2021-05-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **markdown:** decode assets link to ensure bundler can find the file ([#144](https://github.com/vuepress/vuepress-next/issues/144)) ([d3e5409](https://github.com/vuepress/vuepress-next/commit/d3e5409246a47edae93209c9ce5dd2614e14c936))
12+
13+
14+
15+
16+
617
# [2.0.0-beta.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.12...v2.0.0-beta.13) (2021-05-06)
718

819

packages/@vuepress/markdown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/markdown",
3-
"version": "2.0.0-beta.13",
3+
"version": "2.0.0-beta.15",
44
"description": "Markdown package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@types/markdown-it": "^12.0.1",
3030
"@vuepress/shared": "2.0.0-beta.7",
31-
"@vuepress/utils": "2.0.0-beta.11",
31+
"@vuepress/utils": "2.0.0-beta.15",
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.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2021-05-27)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-active-header-links
9+
10+
11+
12+
13+
614
# [2.0.0-beta.14](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2021-05-12)
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.14",
3+
"version": "2.0.0-beta.15",
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.12",
33-
"@vuepress/core": "2.0.0-beta.14",
34-
"@vuepress/utils": "2.0.0-beta.11",
32+
"@vuepress/client": "2.0.0-beta.15",
33+
"@vuepress/core": "2.0.0-beta.15",
34+
"@vuepress/utils": "2.0.0-beta.15",
3535
"ts-debounce": "^3.0.0",
3636
"vue": "^3.0.11",
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.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2021-05-27)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-back-to-top
9+
10+
11+
12+
13+
614
# [2.0.0-beta.14](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2021-05-12)
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.14",
3+
"version": "2.0.0-beta.15",
44
"description": "VuePress plugin - back to top",
55
"keywords": [
66
"vuepress-plugin",
@@ -29,8 +29,8 @@
2929
"copy": "cpx \"src/**/*.vue\" lib"
3030
},
3131
"dependencies": {
32-
"@vuepress/core": "2.0.0-beta.14",
33-
"@vuepress/utils": "2.0.0-beta.11",
32+
"@vuepress/core": "2.0.0-beta.15",
33+
"@vuepress/utils": "2.0.0-beta.15",
3434
"ts-debounce": "^3.0.0",
3535
"vue": "^3.0.11"
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.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2021-05-27)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-container
9+
10+
11+
12+
13+
614
# [2.0.0-beta.14](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2021-05-12)
715

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

packages/@vuepress/plugin-container/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-container",
3-
"version": "2.0.0-beta.14",
3+
"version": "2.0.0-beta.15",
44
"description": "VuePress plugin - markdown container",
55
"keywords": [
66
"vuepress-plugin",
@@ -30,10 +30,10 @@
3030
},
3131
"dependencies": {
3232
"@types/markdown-it": "^12.0.1",
33-
"@vuepress/core": "2.0.0-beta.14",
34-
"@vuepress/markdown": "2.0.0-beta.13",
33+
"@vuepress/core": "2.0.0-beta.15",
34+
"@vuepress/markdown": "2.0.0-beta.15",
3535
"@vuepress/shared": "2.0.0-beta.7",
36-
"@vuepress/utils": "2.0.0-beta.11",
36+
"@vuepress/utils": "2.0.0-beta.15",
3737
"markdown-it": "^12.0.4",
3838
"markdown-it-container": "^3.0.0"
3939
},

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

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

packages/@vuepress/plugin-debug/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-debug",
3-
"version": "2.0.0-beta.14",
3+
"version": "2.0.0-beta.15",
44
"description": "VuePress plugin - debug",
55
"keywords": [
66
"vuepress-plugin",
@@ -29,9 +29,9 @@
2929
"copy": "cpx \"src/**/*.css\" lib"
3030
},
3131
"dependencies": {
32-
"@vuepress/client": "2.0.0-beta.12",
33-
"@vuepress/core": "2.0.0-beta.14",
34-
"@vuepress/utils": "2.0.0-beta.11",
32+
"@vuepress/client": "2.0.0-beta.15",
33+
"@vuepress/core": "2.0.0-beta.15",
34+
"@vuepress/utils": "2.0.0-beta.15",
3535
"vue": "^3.0.11",
3636
"vue-router": "^4.0.8"
3737
},

0 commit comments

Comments
 (0)