Skip to content

Commit f0d1a63

Browse files
committed
build: publish v2.0.0-alpha.25
1 parent 6470812 commit f0d1a63

File tree

48 files changed

+342
-94
lines changed

Some content is hidden

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

48 files changed

+342
-94
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-alpha.25](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2021-02-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **markdown:** do not treat autolink as a component (close [#60](https://github.com/vuepress/vuepress-next/issues/60)) ([9f6cffa](https://github.com/vuepress/vuepress-next/commit/9f6cffa1e0c39d0caf9f7ab34c5f06f36a87948b))
12+
13+
14+
### Code Refactoring
15+
16+
* **core:** remove theme data from site data ([187aef3](https://github.com/vuepress/vuepress-next/commit/187aef36607efc62d7b2d5c773553f89685cf64c))
17+
18+
19+
### Features
20+
21+
* **plugin-theme-data:** extract theme data injection to a plugin ([e971e39](https://github.com/vuepress/vuepress-next/commit/e971e3964cf11361ac267501768b0f8bc7dba909))
22+
23+
24+
### BREAKING CHANGES
25+
26+
* **core:** `themeConfig` is not available in site data any more
27+
28+
29+
30+
31+
632
# [2.0.0-alpha.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13)
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-alpha.24",
4+
"version": "2.0.0-alpha.25",
55
"command": {
66
"version": {
77
"allowBranch": "main",

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-alpha.25](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2021-02-20)
7+
8+
**Note:** Version bump only for package @vuepress/bundler-webpack
9+
10+
11+
12+
13+
614
# [2.0.0-alpha.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13)
715

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

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

Lines changed: 4 additions & 4 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.24",
3+
"version": "2.0.0-alpha.25",
44
"description": "Bundler webpack package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -31,9 +31,9 @@
3131
"@types/webpack-env": "^1.16.0",
3232
"@vue/compiler-sfc": "^3.0.5",
3333
"@vue/server-renderer": "^3.0.5",
34-
"@vuepress/client": "2.0.0-alpha.24",
35-
"@vuepress/core": "2.0.0-alpha.24",
36-
"@vuepress/utils": "2.0.0-alpha.24",
34+
"@vuepress/client": "2.0.0-alpha.25",
35+
"@vuepress/core": "2.0.0-alpha.25",
36+
"@vuepress/utils": "2.0.0-alpha.25",
3737
"autoprefixer": "^10.2.4",
3838
"copy-webpack-plugin": "^7.0.0",
3939
"css-loader": "^5.0.2",

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

816

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-alpha.24",
3+
"version": "2.0.0-alpha.25",
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-alpha.24",
34-
"@vuepress/utils": "2.0.0-alpha.24",
33+
"@vuepress/core": "2.0.0-alpha.25",
34+
"@vuepress/utils": "2.0.0-alpha.25",
3535
"cac": "^6.7.1",
3636
"chokidar": "^3.5.1",
3737
"envinfo": "^7.7.4",

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-alpha.25](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2021-02-20)
7+
8+
9+
### Code Refactoring
10+
11+
* **core:** remove theme data from site data ([187aef3](https://github.com/vuepress/vuepress-next/commit/187aef36607efc62d7b2d5c773553f89685cf64c))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **core:** `themeConfig` is not available in site data any more
17+
18+
19+
20+
21+
622
# [2.0.0-alpha.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13)
723

824
**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-alpha.24",
3+
"version": "2.0.0-alpha.25",
44
"description": "Client package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -28,7 +28,7 @@
2828
"copy": "cpx \"src/**/*.{d.ts,css}\" lib"
2929
},
3030
"dependencies": {
31-
"@vuepress/shared": "2.0.0-alpha.24",
31+
"@vuepress/shared": "2.0.0-alpha.25",
3232
"vue": "^3.0.5",
3333
"vue-router": "^4.0.3"
3434
},

packages/@vuepress/core/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-alpha.25](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.24...v2.0.0-alpha.25) (2021-02-20)
7+
8+
9+
### Code Refactoring
10+
11+
* **core:** remove theme data from site data ([187aef3](https://github.com/vuepress/vuepress-next/commit/187aef36607efc62d7b2d5c773553f89685cf64c))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **core:** `themeConfig` is not available in site data any more
17+
18+
19+
20+
21+
622
# [2.0.0-alpha.24](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2021-02-13)
723

824

packages/@vuepress/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/core",
3-
"version": "2.0.0-alpha.24",
3+
"version": "2.0.0-alpha.25",
44
"description": "Core package of VuePress",
55
"keywords": [
66
"vuepress",
@@ -26,10 +26,10 @@
2626
"clean": "rimraf lib *.tsbuildinfo"
2727
},
2828
"dependencies": {
29-
"@vuepress/client": "2.0.0-alpha.24",
30-
"@vuepress/markdown": "2.0.0-alpha.24",
31-
"@vuepress/shared": "2.0.0-alpha.24",
32-
"@vuepress/utils": "2.0.0-alpha.24",
29+
"@vuepress/client": "2.0.0-alpha.25",
30+
"@vuepress/markdown": "2.0.0-alpha.25",
31+
"@vuepress/shared": "2.0.0-alpha.25",
32+
"@vuepress/utils": "2.0.0-alpha.25",
3333
"gray-matter": "^4.0.2",
3434
"toml": "^3.0.0"
3535
},

0 commit comments

Comments
 (0)