Skip to content

Commit

Permalink
build: publish v2.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Mar 26, 2021
1 parent aee04a1 commit e7135a7
Show file tree
Hide file tree
Showing 54 changed files with 364 additions and 98 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.5](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-03-26)


### Bug Fixes

* **client:** ensure page component is loaded before route resolve ([598adf3](https://github.com/vuepress/vuepress-next/commit/598adf38b1f9edd3034bb011358a1a9d3bcb6b9e))
* **markdown:** avoid wrapping highlighted code with multiple pre ([f0b3872](https://github.com/vuepress/vuepress-next/commit/f0b38722f1a06c736366a36d7c4888952d28c947))
* **plugin-prismjs:** avoid loading languages multiple times ([4af5005](https://github.com/vuepress/vuepress-next/commit/4af50053c03408fc9e2e5426df89ae340de0e824))
* **theme-default:** add active class to sidebar group heading ([8dcb945](https://github.com/vuepress/vuepress-next/commit/8dcb9457c532de8076f94b3b165c1347e9bd9c86))
* **theme-default:** allow NavLink in sidebar children ([ea50010](https://github.com/vuepress/vuepress-next/commit/ea5001076b86a7dc8b807811796a8ed44fbcf7b9))
* **theme-default:** make navlink active in subpath (close [#70](https://github.com/vuepress/vuepress-next/issues/70)) ([4c865b1](https://github.com/vuepress/vuepress-next/commit/4c865b16430d0e72b0ac1103f9579a93f248bf9c))
* **theme-default:** make nested sidebar groups work ([4ada701](https://github.com/vuepress/vuepress-next/commit/4ada701062db400787c41008942354f6947bf80b))
* **theme-default:** make scrollBehavior work with transition (close [#77](https://github.com/vuepress/vuepress-next/issues/77)) ([4b8d0cf](https://github.com/vuepress/vuepress-next/commit/4b8d0cff2d7fa3d74d69d551976a3b12263e6124))


### Features

* **plugin-shiki:** add shiki plugin ([66bbcbd](https://github.com/vuepress/vuepress-next/commit/66bbcbde497cca525fc585b4046b11784e8d61bc))


### Performance Improvements

* improve HMR support ([38f0073](https://github.com/vuepress/vuepress-next/commit/38f007335864db4c9125ea5905ca91850fb7103b))





# [2.0.0-beta.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)


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-beta.4",
"version": "2.0.0-beta.5",
"command": {
"version": {
"allowBranch": "main",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/bundler-vite/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-beta.5](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-03-26)

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





# [2.0.0-beta.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)


Expand Down
8 changes: 4 additions & 4 deletions packages/@vuepress/bundler-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/bundler-vite",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"description": "Bundler vite package of VuePress",
"keywords": [
"vuepress-bundler",
Expand Down Expand Up @@ -31,10 +31,10 @@
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.0.7",
"@vue/server-renderer": "^3.0.7",
"@vuepress/client": "2.0.0-beta.4",
"@vuepress/core": "2.0.0-beta.4",
"@vuepress/client": "2.0.0-beta.5",
"@vuepress/core": "2.0.0-beta.5",
"@vuepress/shared": "2.0.0-beta.4",
"@vuepress/utils": "2.0.0-beta.4",
"@vuepress/utils": "2.0.0-beta.5",
"rollup": "^2.42.1",
"vite": "^2.1.2",
"vue": "^3.0.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/bundler-webpack/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-beta.5](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-03-26)

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





# [2.0.0-beta.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)

**Note:** Version bump only for package @vuepress/bundler-webpack
Expand Down
8 changes: 4 additions & 4 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-beta.4",
"version": "2.0.0-beta.5",
"description": "Bundler webpack package of VuePress",
"keywords": [
"vuepress-bundler",
Expand Down Expand Up @@ -32,10 +32,10 @@
"@types/webpack-env": "^1.16.0",
"@vue/compiler-sfc": "^3.0.7",
"@vue/server-renderer": "^3.0.7",
"@vuepress/client": "2.0.0-beta.4",
"@vuepress/core": "2.0.0-beta.4",
"@vuepress/client": "2.0.0-beta.5",
"@vuepress/core": "2.0.0-beta.5",
"@vuepress/shared": "2.0.0-beta.4",
"@vuepress/utils": "2.0.0-beta.4",
"@vuepress/utils": "2.0.0-beta.5",
"autoprefixer": "^10.2.5",
"copy-webpack-plugin": "^8.0.0",
"css-loader": "^5.1.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/cli/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-beta.5](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-03-26)

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





# [2.0.0-beta.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)

**Note:** Version bump only for package @vuepress/cli
Expand Down
6 changes: 3 additions & 3 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-beta.4",
"version": "2.0.0-beta.5",
"description": "CLI package of VuePress",
"keywords": [
"vuepress",
Expand Down Expand Up @@ -30,8 +30,8 @@
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@vuepress/core": "2.0.0-beta.4",
"@vuepress/utils": "2.0.0-beta.4",
"@vuepress/core": "2.0.0-beta.5",
"@vuepress/utils": "2.0.0-beta.5",
"cac": "^6.7.2",
"chokidar": "^3.5.1",
"envinfo": "^7.7.4",
Expand Down
16 changes: 16 additions & 0 deletions packages/@vuepress/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.5](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-03-26)


### Bug Fixes

* **client:** ensure page component is loaded before route resolve ([598adf3](https://github.com/vuepress/vuepress-next/commit/598adf38b1f9edd3034bb011358a1a9d3bcb6b9e))


### Performance Improvements

* improve HMR support ([38f0073](https://github.com/vuepress/vuepress-next/commit/38f007335864db4c9125ea5905ca91850fb7103b))





# [2.0.0-beta.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)

**Note:** Version bump only for package @vuepress/client
Expand Down
2 changes: 1 addition & 1 deletion packages/@vuepress/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/client",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"description": "Client package of VuePress",
"keywords": [
"vuepress",
Expand Down
11 changes: 11 additions & 0 deletions packages/@vuepress/core/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-beta.5](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-03-26)


### Performance Improvements

* improve HMR support ([38f0073](https://github.com/vuepress/vuepress-next/commit/38f007335864db4c9125ea5905ca91850fb7103b))





# [2.0.0-beta.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)

**Note:** Version bump only for package @vuepress/core
Expand Down
8 changes: 4 additions & 4 deletions 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-beta.4",
"version": "2.0.0-beta.5",
"description": "Core package of VuePress",
"keywords": [
"vuepress",
Expand All @@ -26,10 +26,10 @@
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@vuepress/client": "2.0.0-beta.4",
"@vuepress/markdown": "2.0.0-beta.4",
"@vuepress/client": "2.0.0-beta.5",
"@vuepress/markdown": "2.0.0-beta.5",
"@vuepress/shared": "2.0.0-beta.4",
"@vuepress/utils": "2.0.0-beta.4",
"@vuepress/utils": "2.0.0-beta.5",
"gray-matter": "^4.0.2",
"toml": "^3.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/@vuepress/markdown/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-beta.5](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-03-26)


### Bug Fixes

* **markdown:** avoid wrapping highlighted code with multiple pre ([f0b3872](https://github.com/vuepress/vuepress-next/commit/f0b38722f1a06c736366a36d7c4888952d28c947))





# [2.0.0-beta.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/@vuepress/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/markdown",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"description": "Markdown package of VuePress",
"keywords": [
"vuepress",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@types/markdown-it": "^12.0.1",
"@vuepress/shared": "2.0.0-beta.4",
"@vuepress/utils": "2.0.0-beta.4",
"@vuepress/utils": "2.0.0-beta.5",
"markdown-it": "^12.0.4",
"markdown-it-anchor": "^7.1.0",
"markdown-it-emoji": "^2.0.0"
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-beta.5](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-03-26)

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





# [2.0.0-beta.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)

**Note:** Version bump only for package @vuepress/plugin-active-header-links
Expand Down
8 changes: 4 additions & 4 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-beta.4",
"version": "2.0.0-beta.5",
"description": "VuePress plugin - active header links",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -29,9 +29,9 @@
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@vuepress/client": "2.0.0-beta.4",
"@vuepress/core": "2.0.0-beta.4",
"@vuepress/utils": "2.0.0-beta.4",
"@vuepress/client": "2.0.0-beta.5",
"@vuepress/core": "2.0.0-beta.5",
"@vuepress/utils": "2.0.0-beta.5",
"ts-debounce": "^3.0.0",
"vue": "^3.0.7",
"vue-router": "^4.0.5"
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-beta.5](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-03-26)

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





# [2.0.0-beta.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)

**Note:** Version bump only for package @vuepress/plugin-back-to-top
Expand Down
6 changes: 3 additions & 3 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-beta.4",
"version": "2.0.0-beta.5",
"description": "VuePress plugin - back to top",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -29,8 +29,8 @@
"copy": "cpx \"src/**/*.vue\" lib"
},
"dependencies": {
"@vuepress/core": "2.0.0-beta.4",
"@vuepress/utils": "2.0.0-beta.4",
"@vuepress/core": "2.0.0-beta.5",
"@vuepress/utils": "2.0.0-beta.5",
"ts-debounce": "^3.0.0",
"vue": "^3.0.7"
},
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-beta.5](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-03-26)

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





# [2.0.0-beta.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)

**Note:** Version bump only for package @vuepress/plugin-container
Expand Down
8 changes: 4 additions & 4 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-beta.4",
"version": "2.0.0-beta.5",
"description": "VuePress plugin - markdown container",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -30,10 +30,10 @@
},
"dependencies": {
"@types/markdown-it": "^12.0.1",
"@vuepress/core": "2.0.0-beta.4",
"@vuepress/markdown": "2.0.0-beta.4",
"@vuepress/core": "2.0.0-beta.5",
"@vuepress/markdown": "2.0.0-beta.5",
"@vuepress/shared": "2.0.0-beta.4",
"@vuepress/utils": "2.0.0-beta.4",
"@vuepress/utils": "2.0.0-beta.5",
"markdown-it": "^12.0.4",
"markdown-it-container": "^3.0.0"
},
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-beta.5](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-03-26)

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





# [2.0.0-beta.4](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-03-20)

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

0 comments on commit e7135a7

Please sign in to comment.