Skip to content

Commit

Permalink
build: publish v2.0.0-alpha.17
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jan 13, 2021
1 parent d513f7c commit 6be78a2
Show file tree
Hide file tree
Showing 38 changed files with 218 additions and 48 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)


### Bug Fixes

* **bundler-webpack:** add trailing slash to url ([cbe4c7f](https://github.com/vuepress/vuepress-next/commit/cbe4c7f3924c11b751dfefbb01f8fc0528516b3b))


### Features

* **cli:** add --clean-temp option ([752d725](https://github.com/vuepress/vuepress-next/commit/752d72563d88d5441a5570af3bc1b4c571e268c2))
* **theme-default:** allow dropdown subtitle as a link ([5fb6558](https://github.com/vuepress/vuepress-next/commit/5fb6558c926ddbb569f2b1901903cf9be4ad426e))





# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"command": {
"version": {
"allowBranch": "main",
Expand Down
11 changes: 11 additions & 0 deletions packages/@vuepress/bundler-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)


### Bug Fixes

* **bundler-webpack:** add trailing slash to url ([cbe4c7f](https://github.com/vuepress/vuepress-next/commit/cbe4c7f3924c11b751dfefbb01f8fc0528516b3b))





# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)

**Note:** Version bump only for package @vuepress/bundler-webpack
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/bundler-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/bundler-webpack",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"description": "Bundler webpack package of VuePress",
"keywords": [
"vuepress",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@vue/compiler-sfc": "^3.0.4",
"@vue/server-renderer": "^3.0.4",
"@vuepress/client": "2.0.0-alpha.16",
"@vuepress/core": "2.0.0-alpha.16",
"@vuepress/core": "2.0.0-alpha.17",
"@vuepress/utils": "2.0.0-alpha.15",
"autoprefixer": "^10.1.0",
"copy-webpack-plugin": "^7.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/@vuepress/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)


### Features

* **cli:** add --clean-temp option ([752d725](https://github.com/vuepress/vuepress-next/commit/752d72563d88d5441a5570af3bc1b4c571e268c2))





# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/cli",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"description": "CLI package of VuePress",
"keywords": [
"vuepress",
Expand Down Expand Up @@ -30,7 +30,7 @@
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@vuepress/core": "2.0.0-alpha.16",
"@vuepress/core": "2.0.0-alpha.17",
"@vuepress/utils": "2.0.0-alpha.15",
"cac": "^6.7.1",
"chokidar": "^3.4.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)

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





# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/core",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"description": "Core package of VuePress",
"keywords": [
"vuepress",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/plugin-active-header-links/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)

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





# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)

**Note:** Version bump only for package @vuepress/plugin-active-header-links
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-active-header-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-active-header-links",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"description": "VuePress plugin - active header links",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@vuepress/client": "2.0.0-alpha.16",
"@vuepress/core": "2.0.0-alpha.16",
"@vuepress/core": "2.0.0-alpha.17",
"@vuepress/utils": "2.0.0-alpha.15",
"lodash.debounce": "^4.0.8",
"vue": "^3.0.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/plugin-back-to-top/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)

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





# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)

**Note:** Version bump only for package @vuepress/plugin-back-to-top
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-back-to-top/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-back-to-top",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"description": "VuePress plugin - back to top",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -29,7 +29,7 @@
"copy": "cpx \"src/**/*.vue\" lib"
},
"dependencies": {
"@vuepress/core": "2.0.0-alpha.16",
"@vuepress/core": "2.0.0-alpha.17",
"@vuepress/utils": "2.0.0-alpha.15",
"lodash.debounce": "^4.0.8",
"vue": "^3.0.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/plugin-container/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)

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





# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)

**Note:** Version bump only for package @vuepress/plugin-container
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-container",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"description": "VuePress plugin - markdown container",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@types/markdown-it": "^12.0.0",
"@vuepress/core": "2.0.0-alpha.16",
"@vuepress/core": "2.0.0-alpha.17",
"@vuepress/markdown": "2.0.0-alpha.16",
"@vuepress/shared": "2.0.0-alpha.15",
"@vuepress/utils": "2.0.0-alpha.15",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/plugin-debug/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)

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





# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)

**Note:** Version bump only for package @vuepress/plugin-debug
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-debug",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"description": "VuePress plugin - debug",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@vuepress/client": "2.0.0-alpha.16",
"@vuepress/core": "2.0.0-alpha.16",
"@vuepress/core": "2.0.0-alpha.17",
"@vuepress/utils": "2.0.0-alpha.15",
"vue": "^3.0.4",
"vue-router": "^4.0.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/plugin-docsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)

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





# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)

**Note:** Version bump only for package @vuepress/plugin-docsearch
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-docsearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-docsearch",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"description": "VuePress plugin - docsearch",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@docsearch/js": "3.0.0-alpha.31",
"@types/react": "^17.0.0",
"@vuepress/client": "2.0.0-alpha.16",
"@vuepress/core": "2.0.0-alpha.16",
"@vuepress/core": "2.0.0-alpha.17",
"@vuepress/shared": "2.0.0-alpha.15",
"@vuepress/utils": "2.0.0-alpha.15",
"preact": "^10.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/plugin-git/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)

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





# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)

**Note:** Version bump only for package @vuepress/plugin-git
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-git",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"description": "VuePress plugin - git",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -28,7 +28,7 @@
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@vuepress/core": "2.0.0-alpha.16",
"@vuepress/core": "2.0.0-alpha.17",
"execa": "^4.1.0"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/plugin-google-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)

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





# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)

**Note:** Version bump only for package @vuepress/plugin-google-analytics
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-google-analytics",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"description": "VuePress plugin - google-analytics",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@vuepress/client": "2.0.0-alpha.16",
"@vuepress/core": "2.0.0-alpha.16",
"@vuepress/core": "2.0.0-alpha.17",
"@vuepress/utils": "2.0.0-alpha.15",
"vue-router": "^4.0.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/plugin-medium-zoom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)

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





# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)

**Note:** Version bump only for package @vuepress/plugin-medium-zoom
Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/plugin-medium-zoom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-medium-zoom",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"description": "VuePress plugin - medium-zoom",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@vuepress/client": "2.0.0-alpha.16",
"@vuepress/core": "2.0.0-alpha.16",
"@vuepress/core": "2.0.0-alpha.17",
"@vuepress/utils": "2.0.0-alpha.15",
"medium-zoom": "^1.0.6",
"vue": "^3.0.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/plugin-nprogress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-alpha.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-01-13)

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





# [2.0.0-alpha.16](https://github.com/vuepress/vuepress-next/compare/v2.0.0-alpha.15...v2.0.0-alpha.16) (2021-01-11)

**Note:** Version bump only for package @vuepress/plugin-nprogress
Expand Down
Loading

0 comments on commit 6be78a2

Please sign in to comment.