Skip to content

Commit 2c6eb42

Browse files
committed
build: publish v2.0.0-beta.29
1 parent 437b750 commit 2c6eb42

File tree

60 files changed

+394
-92
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

+394
-92
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
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.29](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.28...v2.0.0-beta.29) (2021-12-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** set default bundler option to vite ([3fd11f5](https://github.com/vuepress/vuepress-next/commit/3fd11f5321e5efbc2a6fdbf28a3b01834e9153b0))
12+
* **core:** use theme after its plugins ([fc5bd91](https://github.com/vuepress/vuepress-next/commit/fc5bd91bb7dfb9f20bd9e916886a00518ae1989f))
13+
14+
15+
### Features
16+
17+
* extract external link icon to plugin ([437b750](https://github.com/vuepress/vuepress-next/commit/437b75076667e653d3600c96f9f4a7c3c3e47e57))
18+
* **theme-default:** export default locale options ([e3ac623](https://github.com/vuepress/vuepress-next/commit/e3ac6230faa75f1557d07753f04670ef29767442))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* config `markdown.links.externalIcon` is removed, use plugin-external-link-icon instead
24+
* frontmatter `externalIcon` is removed, use `externalLinkIcon` from plugin-external-link-icon
25+
* component `OutboundLink` is removed, use `ExternalLinkIcon` from plugin-external-link-icon
26+
27+
28+
29+
30+
631
# [2.0.0-beta.28](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.27...v2.0.0-beta.28) (2021-12-17)
732

833

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

816

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.28",
3+
"version": "2.0.0-beta.29",
44
"description": "Bundler vite package of VuePress",
55
"keywords": [
66
"vuepress-bundler",
@@ -31,8 +31,8 @@
3131
"@vitejs/plugin-vue": "^1.10.2",
3232
"@vue/compiler-sfc": "^3.2.24",
3333
"@vue/server-renderer": "^3.2.24",
34-
"@vuepress/client": "2.0.0-beta.28",
35-
"@vuepress/core": "2.0.0-beta.28",
34+
"@vuepress/client": "2.0.0-beta.29",
35+
"@vuepress/core": "2.0.0-beta.29",
3636
"@vuepress/shared": "2.0.0-beta.28",
3737
"@vuepress/utils": "2.0.0-beta.28",
3838
"autoprefixer": "^10.4.0",

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.29](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.28...v2.0.0-beta.29) (2021-12-18)
7+
8+
**Note:** Version bump only for package @vuepress/bundler-webpack
9+
10+
11+
12+
13+
614
# [2.0.0-beta.28](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.27...v2.0.0-beta.28) (2021-12-17)
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.28",
3+
"version": "2.0.0-beta.29",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"vuepress-bundler",
@@ -32,8 +32,8 @@
3232
"@types/webpack-env": "^1.16.3",
3333
"@vue/compiler-sfc": "^3.2.24",
3434
"@vue/server-renderer": "^3.2.24",
35-
"@vuepress/client": "2.0.0-beta.28",
36-
"@vuepress/core": "2.0.0-beta.28",
35+
"@vuepress/client": "2.0.0-beta.29",
36+
"@vuepress/core": "2.0.0-beta.29",
3737
"@vuepress/shared": "2.0.0-beta.28",
3838
"@vuepress/utils": "2.0.0-beta.28",
3939
"autoprefixer": "^10.4.0",

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.29](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.28...v2.0.0-beta.29) (2021-12-18)
7+
8+
**Note:** Version bump only for package @vuepress/cli
9+
10+
11+
12+
13+
614
# [2.0.0-beta.28](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.27...v2.0.0-beta.28) (2021-12-17)
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.28",
3+
"version": "2.0.0-beta.29",
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.28",
33+
"@vuepress/core": "2.0.0-beta.29",
3434
"@vuepress/utils": "2.0.0-beta.28",
3535
"cac": "^6.7.12",
3636
"chokidar": "^3.5.2",

packages/@vuepress/client/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.29](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.28...v2.0.0-beta.29) (2021-12-18)
7+
8+
9+
### Features
10+
11+
* extract external link icon to plugin ([437b750](https://github.com/vuepress/vuepress-next/commit/437b75076667e653d3600c96f9f4a7c3c3e47e57))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* config `markdown.links.externalIcon` is removed, use plugin-external-link-icon instead
17+
* frontmatter `externalIcon` is removed, use `externalLinkIcon` from plugin-external-link-icon
18+
* component `OutboundLink` is removed, use `ExternalLinkIcon` from plugin-external-link-icon
19+
20+
21+
22+
23+
624
# [2.0.0-beta.28](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.27...v2.0.0-beta.28) (2021-12-17)
725

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

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

0 commit comments

Comments
 (0)