Skip to content

Commit 1bdade3

Browse files
committed
build: publish v2.0.0-alpha.14
1 parent a5569b3 commit 1bdade3

File tree

38 files changed

+228
-48
lines changed

38 files changed

+228
-48
lines changed

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-alpha.14](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2021-01-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **bundler-webpack:** remove esbuild minimizer ([4b3c00b](https://github.com/vuepress/vuepress-next/commit/4b3c00becad376fed98bfaef700e565c19724a0b))
12+
* **core:** fix page date resolving ([de6c5c8](https://github.com/vuepress/vuepress-next/commit/de6c5c8ca89347bea4ba2925e283a7b710a5b5d3))
13+
* **plugin-docsearch:** fix docsearch style issue ([7550587](https://github.com/vuepress/vuepress-next/commit/7550587dbdf876b834dc14aa83847fabf1dba668))
14+
* **theme-default:** assign default locale data ([d59f55d](https://github.com/vuepress/vuepress-next/commit/d59f55d355299a8edbdb43986cc7aaff5345ea1f))
15+
* **theme-default:** fix overflow style of code block line-numbers ([dd77cf4](https://github.com/vuepress/vuepress-next/commit/dd77cf448a28423ee23930b3d76601d8a5a6da18))
16+
* **theme-default:** remove outline when focused on dropdown button ([77842e3](https://github.com/vuepress/vuepress-next/commit/77842e396f1ebcc9e874af537a6520b818d028c2))
17+
* **theme-default:** set font-size explicitly for h4 to h6 ([a6459c0](https://github.com/vuepress/vuepress-next/commit/a6459c0eca38fbc19545442581ea6f0e73908b30))
18+
* **vuepress:** add a wrapper for cli bin (close [#21](https://github.com/vuepress/vuepress-next/issues/21)) ([2708ac3](https://github.com/vuepress/vuepress-next/commit/2708ac325c05a39cc5139e7e5f902e2fead5ca7a))
19+
20+
21+
22+
23+
624
# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23)
725

826

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-alpha.13",
4+
"version": "2.0.0-alpha.14",
55
"command": {
66
"version": {
77
"allowBranch": "main",

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-alpha.14](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2021-01-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **bundler-webpack:** remove esbuild minimizer ([4b3c00b](https://github.com/vuepress/vuepress-next/commit/4b3c00becad376fed98bfaef700e565c19724a0b))
12+
13+
14+
15+
16+
617
# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23)
718

819
**Note:** Version bump only for package @vuepress/bundler-webpack

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/bundler-webpack",
3-
"version": "2.0.0-alpha.13",
3+
"version": "2.0.0-alpha.14",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -31,7 +31,7 @@
3131
"@vue/compiler-sfc": "^3.0.4",
3232
"@vue/server-renderer": "^3.0.4",
3333
"@vuepress/client": "2.0.0-alpha.13",
34-
"@vuepress/core": "2.0.0-alpha.13",
34+
"@vuepress/core": "2.0.0-alpha.14",
3535
"@vuepress/utils": "2.0.0-alpha.13",
3636
"autoprefixer": "^10.1.0",
3737
"copy-webpack-plugin": "^7.0.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-alpha.14](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2021-01-03)
7+
8+
**Note:** Version bump only for package @vuepress/cli
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23)
715

816

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-alpha.13",
3+
"version": "2.0.0-alpha.14",
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-alpha.13",
33+
"@vuepress/core": "2.0.0-alpha.14",
3434
"@vuepress/shared": "2.0.0-alpha.13",
3535
"@vuepress/utils": "2.0.0-alpha.13",
3636
"cac": "^6.7.1",

packages/@vuepress/core/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-alpha.14](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2021-01-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** fix page date resolving ([de6c5c8](https://github.com/vuepress/vuepress-next/commit/de6c5c8ca89347bea4ba2925e283a7b710a5b5d3))
12+
13+
14+
15+
16+
617
# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23)
718

819
**Note:** Version bump only for package @vuepress/core

packages/@vuepress/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "2.0.0-alpha.13",
3+
"version": "2.0.0-alpha.14",
44
"description": "Core package of VuePress",
55
"keywords": [
66
"vuepress",

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-alpha.14](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2021-01-03)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-active-header-links
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23)
715

816
**Note:** Version bump only for package @vuepress/plugin-active-header-links

packages/@vuepress/plugin-active-header-links/package.json

Lines changed: 2 additions & 2 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-alpha.13",
3+
"version": "2.0.0-alpha.14",
44
"description": "VuePress plugin - active header links",
55
"keywords": [
66
"vuepress",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@vuepress/client": "2.0.0-alpha.13",
32-
"@vuepress/core": "2.0.0-alpha.13",
32+
"@vuepress/core": "2.0.0-alpha.14",
3333
"@vuepress/utils": "2.0.0-alpha.13",
3434
"lodash.debounce": "^4.0.8",
3535
"vue": "^3.0.4",

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-alpha.14](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2021-01-03)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-back-to-top
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23)
715

816
**Note:** Version bump only for package @vuepress/plugin-back-to-top

packages/@vuepress/plugin-back-to-top/package.json

Lines changed: 2 additions & 2 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-alpha.13",
3+
"version": "2.0.0-alpha.14",
44
"description": "VuePress plugin - back to top",
55
"keywords": [
66
"vuepress",
@@ -28,7 +28,7 @@
2828
"copy": "cpx \"src/**/*.vue\" lib"
2929
},
3030
"dependencies": {
31-
"@vuepress/core": "2.0.0-alpha.13",
31+
"@vuepress/core": "2.0.0-alpha.14",
3232
"@vuepress/utils": "2.0.0-alpha.13",
3333
"lodash.debounce": "^4.0.8",
3434
"vue": "^3.0.4"

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

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

packages/@vuepress/plugin-container/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-container",
3-
"version": "2.0.0-alpha.13",
3+
"version": "2.0.0-alpha.14",
44
"description": "VuePress plugin - markdown container",
55
"keywords": [
66
"vuepress",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@types/markdown-it": "^12.0.0",
32-
"@vuepress/core": "2.0.0-alpha.13",
32+
"@vuepress/core": "2.0.0-alpha.14",
3333
"@vuepress/markdown": "2.0.0-alpha.13",
3434
"@vuepress/shared": "2.0.0-alpha.13",
3535
"@vuepress/utils": "2.0.0-alpha.13",

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

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

packages/@vuepress/plugin-debug/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-debug",
3-
"version": "2.0.0-alpha.13",
3+
"version": "2.0.0-alpha.14",
44
"description": "VuePress plugin - debug",
55
"keywords": [
66
"vuepress",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@vuepress/client": "2.0.0-alpha.13",
32-
"@vuepress/core": "2.0.0-alpha.13",
32+
"@vuepress/core": "2.0.0-alpha.14",
3333
"@vuepress/utils": "2.0.0-alpha.13",
3434
"vue": "^3.0.4",
3535
"vue-router": "4.0.1"

packages/@vuepress/plugin-docsearch/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-alpha.14](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2021-01-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **plugin-docsearch:** fix docsearch style issue ([7550587](https://github.com/vuepress/vuepress-next/commit/7550587dbdf876b834dc14aa83847fabf1dba668))
12+
13+
14+
15+
16+
617
# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23)
718

819
**Note:** Version bump only for package @vuepress/plugin-docsearch

packages/@vuepress/plugin-docsearch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-docsearch",
3-
"version": "2.0.0-alpha.13",
3+
"version": "2.0.0-alpha.14",
44
"description": "VuePress plugin - docsearch",
55
"keywords": [
66
"vuepress",
@@ -33,7 +33,7 @@
3333
"@docsearch/js": "3.0.0-alpha.31",
3434
"@types/react": "^17.0.0",
3535
"@vuepress/client": "2.0.0-alpha.13",
36-
"@vuepress/core": "2.0.0-alpha.13",
36+
"@vuepress/core": "2.0.0-alpha.14",
3737
"@vuepress/shared": "2.0.0-alpha.13",
3838
"@vuepress/utils": "2.0.0-alpha.13",
3939
"preact": "^10.0.0",

packages/@vuepress/plugin-git/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-alpha.14](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2021-01-03)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-git
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23)
715

816

packages/@vuepress/plugin-git/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-git",
3-
"version": "2.0.0-alpha.13",
3+
"version": "2.0.0-alpha.14",
44
"description": "VuePress plugin - git",
55
"keywords": [
66
"vuepress",
@@ -27,7 +27,7 @@
2727
"clean": "rimraf lib *.tsbuildinfo"
2828
},
2929
"dependencies": {
30-
"@vuepress/core": "2.0.0-alpha.13",
30+
"@vuepress/core": "2.0.0-alpha.14",
3131
"execa": "^4.1.0"
3232
},
3333
"publishConfig": {

packages/@vuepress/plugin-google-analytics/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-alpha.14](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2021-01-03)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-google-analytics
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23)
715

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

packages/@vuepress/plugin-google-analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-google-analytics",
3-
"version": "2.0.0-alpha.13",
3+
"version": "2.0.0-alpha.14",
44
"description": "VuePress plugin - google-analytics",
55
"keywords": [
66
"vuepress",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@vuepress/client": "2.0.0-alpha.13",
32-
"@vuepress/core": "2.0.0-alpha.13",
32+
"@vuepress/core": "2.0.0-alpha.14",
3333
"@vuepress/utils": "2.0.0-alpha.13",
3434
"vue-router": "4.0.1"
3535
},

packages/@vuepress/plugin-medium-zoom/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-alpha.14](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2021-01-03)
7+
8+
**Note:** Version bump only for package @vuepress/plugin-medium-zoom
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.13](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-12-23)
715

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

packages/@vuepress/plugin-medium-zoom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-medium-zoom",
3-
"version": "2.0.0-alpha.13",
3+
"version": "2.0.0-alpha.14",
44
"description": "VuePress plugin - medium-zoom",
55
"keywords": [
66
"vuepress",
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@vuepress/client": "2.0.0-alpha.13",
34-
"@vuepress/core": "2.0.0-alpha.13",
34+
"@vuepress/core": "2.0.0-alpha.14",
3535
"@vuepress/utils": "2.0.0-alpha.13",
3636
"medium-zoom": "^1.0.6",
3737
"vue": "^3.0.4",

0 commit comments

Comments
 (0)