Skip to content

Commit 0934a5d

Browse files
committed
build: publish v2.0.0-beta.33
1 parent c125ae6 commit 0934a5d

File tree

64 files changed

+420
-128
lines changed

Some content is hidden

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

64 files changed

+420
-128
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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.33](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.32...v2.0.0-beta.33) (2022-01-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** should process page hooks inside createPage ([e1cbab5](https://github.com/vuepress/vuepress-next/commit/e1cbab50bf79f8278fdc4d9a63c21762443a3183))
12+
* **markdown:** replace img src correctly when wrapped with other html tags (close [#597](https://github.com/vuepress/vuepress-next/issues/597)) ([f2f53ef](https://github.com/vuepress/vuepress-next/commit/f2f53efc21a1c16c342f32d15562b7153e48ce70))
13+
* **theme-default:** bump vueuse to avoid localstorage error (close [#589](https://github.com/vuepress/vuepress-next/issues/589)) ([#612](https://github.com/vuepress/vuepress-next/issues/612)) ([7558681](https://github.com/vuepress/vuepress-next/commit/755868194a05ae8d1d70fbd14c0230e8080f7db1))
14+
15+
16+
### Features
17+
18+
* **core:** allow theme to set default HTML templates ([4fb7b55](https://github.com/vuepress/vuepress-next/commit/4fb7b55741bd9a89769c758e71bc341d44d84d3e))
19+
* **plugin-shiki:** bump shiki to 0.10.0 ([9d42e56](https://github.com/vuepress/vuepress-next/commit/9d42e56c7ea4b74046ef1b41a39fc4862c39e6f3))
20+
* **theme-default:** imporve dark mode experience (close [#387](https://github.com/vuepress/vuepress-next/issues/387)) ([c20a1ba](https://github.com/vuepress/vuepress-next/commit/c20a1baa97f4fbbc6a907fb8ca0f76a3cc0310c1))
21+
* **theme-default:** make all non-global components replaceable ([f480bb2](https://github.com/vuepress/vuepress-next/commit/f480bb25943fe1a81e2ceda8f1b53afbb11b254c))
22+
23+
24+
25+
26+
627
# [2.0.0-beta.32](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.31...v2.0.0-beta.32) (2021-12-28)
728

829

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

816

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.32",
3+
"version": "2.0.0-beta.33",
44
"description": "Bundler vite package of VuePress",
55
"keywords": [
66
"vuepress-bundler",
@@ -31,10 +31,10 @@
3131
"@vitejs/plugin-vue": "^2.0.1",
3232
"@vue/compiler-sfc": "^3.2.26",
3333
"@vue/server-renderer": "^3.2.26",
34-
"@vuepress/client": "2.0.0-beta.32",
35-
"@vuepress/core": "2.0.0-beta.32",
36-
"@vuepress/shared": "2.0.0-beta.32",
37-
"@vuepress/utils": "2.0.0-beta.32",
34+
"@vuepress/client": "2.0.0-beta.33",
35+
"@vuepress/core": "2.0.0-beta.33",
36+
"@vuepress/shared": "2.0.0-beta.33",
37+
"@vuepress/utils": "2.0.0-beta.33",
3838
"autoprefixer": "^10.4.2",
3939
"connect-history-api-fallback": "^1.6.0",
4040
"postcss": "^8.4.5",

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

816

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.32",
3+
"version": "2.0.0-beta.33",
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.26",
3434
"@vue/server-renderer": "^3.2.26",
35-
"@vuepress/client": "2.0.0-beta.32",
36-
"@vuepress/core": "2.0.0-beta.32",
37-
"@vuepress/shared": "2.0.0-beta.32",
38-
"@vuepress/utils": "2.0.0-beta.32",
35+
"@vuepress/client": "2.0.0-beta.33",
36+
"@vuepress/core": "2.0.0-beta.33",
37+
"@vuepress/shared": "2.0.0-beta.33",
38+
"@vuepress/utils": "2.0.0-beta.33",
3939
"autoprefixer": "^10.4.2",
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.33](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.32...v2.0.0-beta.33) (2022-01-12)
7+
8+
**Note:** Version bump only for package @vuepress/cli
9+
10+
11+
12+
13+
614
# [2.0.0-beta.32](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.31...v2.0.0-beta.32) (2021-12-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.32",
3+
"version": "2.0.0-beta.33",
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.32",
34-
"@vuepress/utils": "2.0.0-beta.32",
33+
"@vuepress/core": "2.0.0-beta.33",
34+
"@vuepress/utils": "2.0.0-beta.33",
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.33](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.32...v2.0.0-beta.33) (2022-01-12)
7+
8+
**Note:** Version bump only for package @vuepress/client
9+
10+
11+
12+
13+
614
# [2.0.0-beta.32](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.31...v2.0.0-beta.32) (2021-12-28)
715

816

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.32",
3+
"version": "2.0.0-beta.33",
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.32",
32+
"@vuepress/shared": "2.0.0-beta.33",
3333
"vue": "^3.2.26",
3434
"vue-router": "^4.0.12"
3535
},

0 commit comments

Comments
 (0)