Skip to content

Commit 8ffa713

Browse files
committed
build: publish v2.0.0-beta.32
1 parent aac5777 commit 8ffa713

File tree

64 files changed

+440
-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

+440
-128
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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.32](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.31...v2.0.0-beta.32) (2021-12-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **theme-default:** avoid transition on fragment child (close [#592](https://github.com/vuepress/vuepress-next/issues/592)) ([10e5cc0](https://github.com/vuepress/vuepress-next/commit/10e5cc06b96f9dc2fc8ba2c8bdc83f7177e213bc))
12+
13+
14+
### Code Refactoring
15+
16+
* **core:** normalize core app structure ([6952acf](https://github.com/vuepress/vuepress-next/commit/6952acfeee4575e53ce468c3d180dc9f623d6cd1))
17+
18+
19+
### Features
20+
21+
* **shared:** improve types of site base ([66943fb](https://github.com/vuepress/vuepress-next/commit/66943fb185acbc90efbc3c1509a02c9c22963393))
22+
23+
24+
### BREAKING CHANGES
25+
26+
* **core:** config `templateSSR` is renamed to `templateBuild`
27+
28+
29+
30+
31+
632
# [2.0.0-beta.31](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.30...v2.0.0-beta.31) (2021-12-24)
733

834

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.31",
4+
"version": "2.0.0-beta.32",
55
"command": {
66
"version": {
77
"allowBranch": "main",

packages/@vuepress/bundler-vite/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.32](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.31...v2.0.0-beta.32) (2021-12-28)
7+
8+
9+
### Code Refactoring
10+
11+
* **core:** normalize core app structure ([6952acf](https://github.com/vuepress/vuepress-next/commit/6952acfeee4575e53ce468c3d180dc9f623d6cd1))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **core:** config `templateSSR` is renamed to `templateBuild`
17+
18+
19+
20+
21+
622
# [2.0.0-beta.31](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.30...v2.0.0-beta.31) (2021-12-24)
723

824
**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.31",
3+
"version": "2.0.0-beta.32",
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.29",
35-
"@vuepress/core": "2.0.0-beta.29",
36-
"@vuepress/shared": "2.0.0-beta.28",
37-
"@vuepress/utils": "2.0.0-beta.28",
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",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.32](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.31...v2.0.0-beta.32) (2021-12-28)
7+
8+
9+
### Code Refactoring
10+
11+
* **core:** normalize core app structure ([6952acf](https://github.com/vuepress/vuepress-next/commit/6952acfeee4575e53ce468c3d180dc9f623d6cd1))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **core:** config `templateSSR` is renamed to `templateBuild`
17+
18+
19+
20+
21+
622
# [2.0.0-beta.30](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.29...v2.0.0-beta.30) (2021-12-23)
723

824

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.30",
3+
"version": "2.0.0-beta.32",
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.29",
36-
"@vuepress/core": "2.0.0-beta.29",
37-
"@vuepress/shared": "2.0.0-beta.28",
38-
"@vuepress/utils": "2.0.0-beta.28",
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",
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.32](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.31...v2.0.0-beta.32) (2021-12-28)
7+
8+
**Note:** Version bump only for package @vuepress/cli
9+
10+
11+
12+
13+
614
# [2.0.0-beta.31](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.30...v2.0.0-beta.31) (2021-12-24)
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.31",
3+
"version": "2.0.0-beta.32",
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.29",
34-
"@vuepress/utils": "2.0.0-beta.28",
33+
"@vuepress/core": "2.0.0-beta.32",
34+
"@vuepress/utils": "2.0.0-beta.32",
3535
"cac": "^6.7.12",
3636
"chokidar": "^3.5.2",
3737
"envinfo": "^7.8.1",

packages/@vuepress/client/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.32](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.31...v2.0.0-beta.32) (2021-12-28)
7+
8+
9+
### Code Refactoring
10+
11+
* **core:** normalize core app structure ([6952acf](https://github.com/vuepress/vuepress-next/commit/6952acfeee4575e53ce468c3d180dc9f623d6cd1))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **core:** config `templateSSR` is renamed to `templateBuild`
17+
18+
19+
20+
21+
622
# [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)
723

824

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

0 commit comments

Comments
 (0)