Skip to content

Commit bc1e597

Browse files
committed
build: publish v2.0.0-alpha.26
1 parent 97ce42b commit bc1e597

File tree

14 files changed

+104
-12
lines changed

14 files changed

+104
-12
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.26](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2021-02-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** add theme-data plugin and rename palette plugin ([97ce42b](https://github.com/vuepress/vuepress-next/commit/97ce42bddbfcef5e66476c2355e031e54d9176ea))
12+
13+
14+
### Features
15+
16+
* **bundler-webpack:** enable options API by default ([e29b6e1](https://github.com/vuepress/vuepress-next/commit/e29b6e1bb1ba89b7d440e54dafe3a84ecf4273db))
17+
* **plugin-palette:** add palette plugin ([556a23c](https://github.com/vuepress/vuepress-next/commit/556a23cc9076f972deb3d5c0905441b63b700682))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* **plugin-palette:** migrate `@vuepress/plugin-palette-stylus` to `@vuepress/plugin-palette`
23+
24+
25+
26+
27+
628
# [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)
729

830

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.25",
4+
"version": "2.0.0-alpha.26",
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.26](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2021-02-24)
7+
8+
9+
### Features
10+
11+
* **bundler-webpack:** enable options API by default ([e29b6e1](https://github.com/vuepress/vuepress-next/commit/e29b6e1bb1ba89b7d440e54dafe3a84ecf4273db))
12+
13+
14+
15+
16+
617
# [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)
718

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

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

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

packages/@vuepress/cli/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.26](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2021-02-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **cli:** add theme-data plugin and rename palette plugin ([97ce42b](https://github.com/vuepress/vuepress-next/commit/97ce42bddbfcef5e66476c2355e031e54d9176ea))
12+
13+
14+
15+
16+
617
# [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)
718

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

packages/@vuepress/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/cli",
3-
"version": "2.0.0-alpha.25",
3+
"version": "2.0.0-alpha.26",
44
"description": "CLI package of VuePress",
55
"keywords": [
66
"vuepress",
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.0.0-alpha.26](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2021-02-24)
7+
8+
9+
### Features
10+
11+
* **plugin-palette:** add palette plugin ([556a23c](https://github.com/vuepress/vuepress-next/commit/556a23cc9076f972deb3d5c0905441b63b700682))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **plugin-palette:** migrate `@vuepress/plugin-palette-stylus` to `@vuepress/plugin-palette`

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/plugin-palette",
3-
"version": "2.0.0-alpha.25",
3+
"version": "2.0.0-alpha.26",
44
"description": "VuePress plugin - palette",
55
"keywords": [
66
"vuepress-plugin",

packages/@vuepress/theme-default/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.26](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.25...v2.0.0-alpha.26) (2021-02-24)
7+
8+
9+
### Features
10+
11+
* **plugin-palette:** add palette plugin ([556a23c](https://github.com/vuepress/vuepress-next/commit/556a23cc9076f972deb3d5c0905441b63b700682))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **plugin-palette:** migrate `@vuepress/plugin-palette-stylus` to `@vuepress/plugin-palette`
17+
18+
19+
20+
21+
622
# [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)
723

824

packages/@vuepress/theme-default/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/theme-default",
3-
"version": "2.0.0-alpha.25",
3+
"version": "2.0.0-alpha.26",
44
"description": "Default theme of VuePress",
55
"keywords": [
66
"vuepress-theme",
@@ -37,7 +37,7 @@
3737
"@vuepress/plugin-git": "2.0.0-alpha.25",
3838
"@vuepress/plugin-medium-zoom": "2.0.0-alpha.25",
3939
"@vuepress/plugin-nprogress": "2.0.0-alpha.25",
40-
"@vuepress/plugin-palette": "2.0.0-alpha.25",
40+
"@vuepress/plugin-palette": "2.0.0-alpha.26",
4141
"@vuepress/plugin-theme-data": "2.0.0-alpha.25",
4242
"@vuepress/shared": "2.0.0-alpha.25",
4343
"@vuepress/utils": "2.0.0-alpha.25",

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

816
**Note:** Version bump only for package @vuepress/theme-vue

packages/@vuepress/theme-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuepress/theme-vue",
3-
"version": "2.0.0-alpha.25",
3+
"version": "2.0.0-alpha.26",
44
"description": "Vue theme of VuePress",
55
"keywords": [
66
"vuepress-theme",
@@ -28,7 +28,7 @@
2828
"clean": "rimraf lib *.tsbuildinfo"
2929
},
3030
"dependencies": {
31-
"@vuepress/theme-default": "2.0.0-alpha.25"
31+
"@vuepress/theme-default": "2.0.0-alpha.26"
3232
},
3333
"publishConfig": {
3434
"access": "public"

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

816
**Note:** Version bump only for package vuepress

packages/vuepress/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress",
3-
"version": "2.0.0-alpha.25",
3+
"version": "2.0.0-alpha.26",
44
"description": "Vue-powered Static Site Generator",
55
"keywords": [
66
"documentation",
@@ -32,9 +32,9 @@
3232
"clean": "rimraf lib *.tsbuildinfo"
3333
},
3434
"dependencies": {
35-
"@vuepress/bundler-webpack": "2.0.0-alpha.25",
36-
"@vuepress/cli": "2.0.0-alpha.25",
35+
"@vuepress/bundler-webpack": "2.0.0-alpha.26",
36+
"@vuepress/cli": "2.0.0-alpha.26",
3737
"@vuepress/core": "2.0.0-alpha.25",
38-
"@vuepress/theme-default": "2.0.0-alpha.25"
38+
"@vuepress/theme-default": "2.0.0-alpha.26"
3939
}
4040
}

0 commit comments

Comments
 (0)