Skip to content

Commit

Permalink
build: publish v2.0.0-beta.37
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Mar 31, 2022
1 parent 08b9e9a commit 6600a8c
Show file tree
Hide file tree
Showing 62 changed files with 406 additions and 124 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
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.37](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.36...v2.0.0-beta.37) (2022-03-31)


### Bug Fixes

* **theme-default:** fallback external-link-icon when the plugin is disabled (close [#766](https://github.com/vuepress/vuepress-next/issues/766)) ([#769](https://github.com/vuepress/vuepress-next/issues/769)) ([3628fbf](https://github.com/vuepress/vuepress-next/commit/3628fbfa96ffd7a9ea218808d8e412e3d8ae7fbd))


### Features

* **plugin-docsearch:** add debounce on search (close [#216](https://github.com/vuepress/vuepress-next/issues/216)) ([#771](https://github.com/vuepress/vuepress-next/issues/771)) ([c82f735](https://github.com/vuepress/vuepress-next/commit/c82f735a54e4b837c77ec4e9e5ef87fd0ba8ddb8))
* **plugin-docsearch:** bump docsearch to 3.0.0 (close [#718](https://github.com/vuepress/vuepress-next/issues/718)) ([#721](https://github.com/vuepress/vuepress-next/issues/721)) ([85819c3](https://github.com/vuepress/vuepress-next/commit/85819c3011005727322804896fedc47c447fe5dd))
* **theme-default:** enhance header dropdown experience ([#736](https://github.com/vuepress/vuepress-next/issues/736)) ([ad530e7](https://github.com/vuepress/vuepress-next/commit/ad530e78f95ef71077ad0c2d1b1c7c0054a54ef3))
* **theme-default:** scroll active sidebar item into view ([#698](https://github.com/vuepress/vuepress-next/issues/698)) ([08b9e9a](https://github.com/vuepress/vuepress-next/commit/08b9e9a74d07de976da4da14c83279faf759579d))


### Reverts

* feat(theme-default): enhance header dropdown experience ([#736](https://github.com/vuepress/vuepress-next/issues/736)) ([#786](https://github.com/vuepress/vuepress-next/issues/786)) ([856be61](https://github.com/vuepress/vuepress-next/commit/856be61f2f2ae5d16fe46e36ef57fcf31ffe00e4))





# [2.0.0-beta.36](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.35...v2.0.0-beta.36) (2022-03-01)


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.36",
"version": "2.0.0-beta.37",
"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.37](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.36...v2.0.0-beta.37) (2022-03-31)

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





# [2.0.0-beta.36](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.35...v2.0.0-beta.36) (2022-03-01)


Expand Down
10 changes: 5 additions & 5 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.36",
"version": "2.0.0-beta.37",
"description": "Bundler vite package of VuePress",
"keywords": [
"vuepress-bundler",
Expand Down Expand Up @@ -31,10 +31,10 @@
"@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.31",
"@vue/server-renderer": "^3.2.31",
"@vuepress/client": "2.0.0-beta.35",
"@vuepress/core": "2.0.0-beta.36",
"@vuepress/shared": "2.0.0-beta.35",
"@vuepress/utils": "2.0.0-beta.35",
"@vuepress/client": "2.0.0-beta.37",
"@vuepress/core": "2.0.0-beta.37",
"@vuepress/shared": "2.0.0-beta.37",
"@vuepress/utils": "2.0.0-beta.37",
"autoprefixer": "^10.4.4",
"connect-history-api-fallback": "^1.6.0",
"postcss": "^8.4.12",
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.37](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.36...v2.0.0-beta.37) (2022-03-31)

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





# [2.0.0-beta.36](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.35...v2.0.0-beta.36) (2022-03-01)


Expand Down
10 changes: 5 additions & 5 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.36",
"version": "2.0.0-beta.37",
"description": "Bundler webpack package of VuePress",
"keywords": [
"vuepress-bundler",
Expand Down Expand Up @@ -32,10 +32,10 @@
"@types/webpack-env": "^1.16.3",
"@vue/compiler-sfc": "^3.2.31",
"@vue/server-renderer": "^3.2.31",
"@vuepress/client": "2.0.0-beta.35",
"@vuepress/core": "2.0.0-beta.36",
"@vuepress/shared": "2.0.0-beta.35",
"@vuepress/utils": "2.0.0-beta.35",
"@vuepress/client": "2.0.0-beta.37",
"@vuepress/core": "2.0.0-beta.37",
"@vuepress/shared": "2.0.0-beta.37",
"@vuepress/utils": "2.0.0-beta.37",
"autoprefixer": "^10.4.4",
"chokidar": "^3.5.3",
"copy-webpack-plugin": "^10.2.4",
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.37](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.36...v2.0.0-beta.37) (2022-03-31)

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





# [2.0.0-beta.36](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.35...v2.0.0-beta.36) (2022-03-01)


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.36",
"version": "2.0.0-beta.37",
"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.36",
"@vuepress/utils": "2.0.0-beta.35",
"@vuepress/core": "2.0.0-beta.37",
"@vuepress/utils": "2.0.0-beta.37",
"cac": "^6.7.12",
"chokidar": "^3.5.3",
"envinfo": "^7.8.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/@vuepress/client/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.37](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.36...v2.0.0-beta.37) (2022-03-31)

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





# [2.0.0-beta.35](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.34...v2.0.0-beta.35) (2022-01-22)


Expand Down
4 changes: 2 additions & 2 deletions 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.35",
"version": "2.0.0-beta.37",
"description": "Client package of VuePress",
"keywords": [
"vuepress",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@vue/devtools-api": "^6.1.4",
"@vuepress/shared": "2.0.0-beta.35",
"@vuepress/shared": "2.0.0-beta.37",
"vue": "^3.2.31",
"vue-router": "^4.0.14"
},
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-beta.37](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.36...v2.0.0-beta.37) (2022-03-31)

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





# [2.0.0-beta.36](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.35...v2.0.0-beta.36) (2022-03-01)

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

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





# [2.0.0-beta.36](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.35...v2.0.0-beta.36) (2022-03-01)


Expand Down
6 changes: 3 additions & 3 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.36",
"version": "2.0.0-beta.37",
"description": "Markdown package of VuePress",
"keywords": [
"vuepress",
Expand All @@ -27,8 +27,8 @@
},
"dependencies": {
"@types/markdown-it": "^12.2.3",
"@vuepress/shared": "2.0.0-beta.35",
"@vuepress/utils": "2.0.0-beta.35",
"@vuepress/shared": "2.0.0-beta.37",
"@vuepress/utils": "2.0.0-beta.37",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1",
"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.37](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.36...v2.0.0-beta.37) (2022-03-31)

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





# [2.0.0-beta.36](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.35...v2.0.0-beta.36) (2022-03-01)

**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.36",
"version": "2.0.0-beta.37",
"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.35",
"@vuepress/core": "2.0.0-beta.36",
"@vuepress/utils": "2.0.0-beta.35",
"@vuepress/client": "2.0.0-beta.37",
"@vuepress/core": "2.0.0-beta.37",
"@vuepress/utils": "2.0.0-beta.37",
"ts-debounce": "^4.0.0",
"vue": "^3.2.31",
"vue-router": "^4.0.14"
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.37](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.36...v2.0.0-beta.37) (2022-03-31)

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





# [2.0.0-beta.36](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.35...v2.0.0-beta.36) (2022-03-01)


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.36",
"version": "2.0.0-beta.37",
"description": "VuePress plugin - back to top",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -29,8 +29,8 @@
"copy": "cpx \"src/**/*.{css,svg}\" lib"
},
"dependencies": {
"@vuepress/core": "2.0.0-beta.36",
"@vuepress/utils": "2.0.0-beta.35",
"@vuepress/core": "2.0.0-beta.37",
"@vuepress/utils": "2.0.0-beta.37",
"ts-debounce": "^4.0.0",
"vue": "^3.2.31"
},
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.37](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.36...v2.0.0-beta.37) (2022-03-31)

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





# [2.0.0-beta.36](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.35...v2.0.0-beta.36) (2022-03-01)

**Note:** Version bump only for package @vuepress/plugin-container
Expand Down
10 changes: 5 additions & 5 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.36",
"version": "2.0.0-beta.37",
"description": "VuePress plugin - markdown container",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -30,10 +30,10 @@
},
"dependencies": {
"@types/markdown-it": "^12.2.3",
"@vuepress/core": "2.0.0-beta.36",
"@vuepress/markdown": "2.0.0-beta.36",
"@vuepress/shared": "2.0.0-beta.35",
"@vuepress/utils": "2.0.0-beta.35",
"@vuepress/core": "2.0.0-beta.37",
"@vuepress/markdown": "2.0.0-beta.37",
"@vuepress/shared": "2.0.0-beta.37",
"@vuepress/utils": "2.0.0-beta.37",
"markdown-it": "^12.3.2",
"markdown-it-container": "^3.0.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/@vuepress/plugin-docsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
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.37](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.36...v2.0.0-beta.37) (2022-03-31)


### Features

* **plugin-docsearch:** add debounce on search (close [#216](https://github.com/vuepress/vuepress-next/issues/216)) ([#771](https://github.com/vuepress/vuepress-next/issues/771)) ([c82f735](https://github.com/vuepress/vuepress-next/commit/c82f735a54e4b837c77ec4e9e5ef87fd0ba8ddb8))
* **plugin-docsearch:** bump docsearch to 3.0.0 (close [#718](https://github.com/vuepress/vuepress-next/issues/718)) ([#721](https://github.com/vuepress/vuepress-next/issues/721)) ([85819c3](https://github.com/vuepress/vuepress-next/commit/85819c3011005727322804896fedc47c447fe5dd))





# [2.0.0-beta.36](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.35...v2.0.0-beta.36) (2022-03-01)

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

0 comments on commit 6600a8c

Please sign in to comment.