Skip to content

Commit 71c3481

Browse files
committed
build: publish v2.0.0-beta.28
1 parent 753c979 commit 71c3481

File tree

62 files changed

+457
-122
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

+457
-122
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,38 @@
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.28](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.27...v2.0.0-beta.28) (2021-12-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **bundler-vite:** flatten the plugins structure to avoid ordering issue (close [#535](https://github.com/vuepress/vuepress-next/issues/535)) ([b4011ac](https://github.com/vuepress/vuepress-next/commit/b4011ac9c4f02a0ff06636f6cbb6f68f63d26109))
12+
* **theme-default:** fix kbd color in dark mode ([#503](https://github.com/vuepress/vuepress-next/issues/503)) ([31bea57](https://github.com/vuepress/vuepress-next/commit/31bea57f855f322c1119d86bd256a5c98a983c41))
13+
* **theme-default:** use browser default locale in last updated date ([#462](https://github.com/vuepress/vuepress-next/issues/462)) ([3746e66](https://github.com/vuepress/vuepress-next/commit/3746e664d79dc1088e94bbb6f2eda2cf6df7cc1c))
14+
15+
16+
### Features
17+
18+
* **core:** replace extendsPageData with extendsPage hook ([827a873](https://github.com/vuepress/vuepress-next/commit/827a873ca8f7230aeecac208f55934f824774760))
19+
* **core:** support extendsMarkdownOptions hook ([a1fc69b](https://github.com/vuepress/vuepress-next/commit/a1fc69bdbc65f09eedacc4f860bba1ac7175c4af))
20+
* **core:** support routeMeta in frontmatter ([93cdb53](https://github.com/vuepress/vuepress-next/commit/93cdb53a6134e43968b56a84f2e8bf012222436a))
21+
* **theme-default:** make the arrows in page nav clickable ([#540](https://github.com/vuepress/vuepress-next/issues/540)) ([e7b31fd](https://github.com/vuepress/vuepress-next/commit/e7b31fdad9d6cc410b332458800aa1e00d538643))
22+
* **theme-default:** support heroImageDark frontmatter (close [#526](https://github.com/vuepress/vuepress-next/issues/526)) ([#559](https://github.com/vuepress/vuepress-next/issues/559)) ([779ddaa](https://github.com/vuepress/vuepress-next/commit/779ddaa8cb46d293d3048d5ac2a425ead1322763))
23+
* **vuepress-webpack:** add vuepress-webpack package ([a2d9c9a](https://github.com/vuepress/vuepress-next/commit/a2d9c9ae95a9e89795bf81cd767a52770ccfa523))
24+
* **vuepress:** switch default bundler to vite ([e1004df](https://github.com/vuepress/vuepress-next/commit/e1004df6e892f68d31e15f252010d189a3762b52))
25+
26+
27+
### BREAKING CHANGES
28+
29+
* **vuepress:** switch default bundler from webpack to vite
30+
* **core:** now `app.markdown` is only available in and after `onInitialized` hook
31+
* **core:** now `extendsPageOptions` hook does not allow a return value any more
32+
* **core:** `extendsPageData` hook should be migrated to `extendsPage` hook
33+
34+
35+
36+
37+
638
# [2.0.0-beta.27](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.26...v2.0.0-beta.27) (2021-10-28)
739

840

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.27",
4+
"version": "2.0.0-beta.28",
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.28](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.27...v2.0.0-beta.28) (2021-12-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **bundler-vite:** flatten the plugins structure to avoid ordering issue (close [#535](https://github.com/vuepress/vuepress-next/issues/535)) ([b4011ac](https://github.com/vuepress/vuepress-next/commit/b4011ac9c4f02a0ff06636f6cbb6f68f63d26109))
12+
13+
14+
15+
16+
617
# [2.0.0-beta.27](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.26...v2.0.0-beta.27) (2021-10-28)
718

819

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.27",
3+
"version": "2.0.0-beta.28",
44
"description": "Bundler vite package of VuePress",
55
"keywords": [
66
"vuepress-bundler",
@@ -31,10 +31,10 @@
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.27",
35-
"@vuepress/core": "2.0.0-beta.27",
36-
"@vuepress/shared": "2.0.0-beta.27",
37-
"@vuepress/utils": "2.0.0-beta.27",
34+
"@vuepress/client": "2.0.0-beta.28",
35+
"@vuepress/core": "2.0.0-beta.28",
36+
"@vuepress/shared": "2.0.0-beta.28",
37+
"@vuepress/utils": "2.0.0-beta.28",
3838
"autoprefixer": "^10.4.0",
3939
"connect-history-api-fallback": "^1.6.0",
4040
"postcss": "^8.4.4",

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.28](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.27...v2.0.0-beta.28) (2021-12-17)
7+
8+
**Note:** Version bump only for package @vuepress/bundler-webpack
9+
10+
11+
12+
13+
614
# [2.0.0-beta.27](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.26...v2.0.0-beta.27) (2021-10-28)
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.27",
3+
"version": "2.0.0-beta.28",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"vuepress-bundler",
@@ -32,10 +32,10 @@
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.27",
36-
"@vuepress/core": "2.0.0-beta.27",
37-
"@vuepress/shared": "2.0.0-beta.27",
38-
"@vuepress/utils": "2.0.0-beta.27",
35+
"@vuepress/client": "2.0.0-beta.28",
36+
"@vuepress/core": "2.0.0-beta.28",
37+
"@vuepress/shared": "2.0.0-beta.28",
38+
"@vuepress/utils": "2.0.0-beta.28",
3939
"autoprefixer": "^10.4.0",
4040
"chokidar": "^3.5.2",
4141
"copy-webpack-plugin": "^9.0.1",

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

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

0 commit comments

Comments
 (0)