Skip to content

Commit

Permalink
build: publish v2.0.0-beta.18
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jun 12, 2021
1 parent 7d3f3a4 commit b74a98f
Show file tree
Hide file tree
Showing 62 changed files with 429 additions and 123 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,43 @@
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.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2021-06-12)


### Bug Fixes

* **plugin-search:** disable default form action on Enter key ([#189](https://github.com/vuepress/vuepress-next/issues/189)) ([81b5b24](https://github.com/vuepress/vuepress-next/commit/81b5b24379c44ddcf83b38b086f6f2905453f58b))
* **plugin-toc:** exclude h1 header in toc ([5e96641](https://github.com/vuepress/vuepress-next/commit/5e96641b8d2dd947372222e0af2ea47729afbada))
* **theme-default:** exclude h1 header in sidebar ([280626d](https://github.com/vuepress/vuepress-next/commit/280626dd33f5006d6611f6e121eb5edfad8a258e))
* **theme-default:** show outline of toggle-dark-button ([bc94de0](https://github.com/vuepress/vuepress-next/commit/bc94de0cb3a9454ac0a3e72f3df07326568057d2))


### Code Refactoring

* **core:** drop support for plugin nesting ([f7da97f](https://github.com/vuepress/vuepress-next/commit/f7da97f7f0ff24984cc6a2d0926b5fdf3af274c5))
* **core:** resolve page title from markdown env ([09d08a4](https://github.com/vuepress/vuepress-next/commit/09d08a4b89af16fcb833774e902b4d5404181689))


### Features

* **cli:** watch dependencies of user config file ([b220524](https://github.com/vuepress/vuepress-next/commit/b220524f1534a1ada3b896854dba181e8ea36221))
* **markdown:** add extract-title plugin ([e0a1556](https://github.com/vuepress/vuepress-next/commit/e0a1556a1469cd71469f5c81e2d058a5e9b9d801))


### Performance Improvements

* **bundler-vite:** make server build lighter ([a6ddea5](https://github.com/vuepress/vuepress-next/commit/a6ddea5fd1a1979f5d3a7cc460e1602cb5254f08))


### BREAKING CHANGES

* **core:** a plugin cannot use other plugins anymore
* **core:** markdown emoji syntax is not supported in frontmatter title





# [2.0.0-beta.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2021-06-04)


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


### Performance Improvements

* **bundler-vite:** make server build lighter ([a6ddea5](https://github.com/vuepress/vuepress-next/commit/a6ddea5fd1a1979f5d3a7cc460e1602cb5254f08))





# [2.0.0-beta.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2021-06-04)

**Note:** Version bump only for package @vuepress/bundler-vite
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.17",
"version": "2.0.0-beta.18",
"description": "Bundler vite package of VuePress",
"keywords": [
"vuepress-bundler",
Expand Down Expand Up @@ -31,10 +31,10 @@
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.1.1",
"@vue/server-renderer": "^3.1.1",
"@vuepress/client": "2.0.0-beta.15",
"@vuepress/core": "2.0.0-beta.17",
"@vuepress/shared": "2.0.0-beta.7",
"@vuepress/utils": "2.0.0-beta.15",
"@vuepress/client": "2.0.0-beta.18",
"@vuepress/core": "2.0.0-beta.18",
"@vuepress/shared": "2.0.0-beta.18",
"@vuepress/utils": "2.0.0-beta.18",
"autoprefixer": "^10.2.6",
"postcss": "^8.3.2",
"postcss-csso": "^5.0.1",
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.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2021-06-12)

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





# [2.0.0-beta.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2021-06-04)

**Note:** Version bump only for package @vuepress/bundler-webpack
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.17",
"version": "2.0.0-beta.18",
"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.1.1",
"@vue/server-renderer": "^3.1.1",
"@vuepress/client": "2.0.0-beta.15",
"@vuepress/core": "2.0.0-beta.17",
"@vuepress/shared": "2.0.0-beta.7",
"@vuepress/utils": "2.0.0-beta.15",
"@vuepress/client": "2.0.0-beta.18",
"@vuepress/core": "2.0.0-beta.18",
"@vuepress/shared": "2.0.0-beta.18",
"@vuepress/utils": "2.0.0-beta.18",
"autoprefixer": "^10.2.6",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
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-beta.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2021-06-12)


### Features

* **cli:** watch dependencies of user config file ([b220524](https://github.com/vuepress/vuepress-next/commit/b220524f1534a1ada3b896854dba181e8ea36221))





# [2.0.0-beta.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2021-06-04)

**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.17",
"version": "2.0.0-beta.18",
"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.17",
"@vuepress/utils": "2.0.0-beta.15",
"@vuepress/core": "2.0.0-beta.18",
"@vuepress/utils": "2.0.0-beta.18",
"cac": "^6.7.3",
"chokidar": "^3.5.1",
"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.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2021-06-12)

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





# [2.0.0-beta.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2021-05-27)

**Note:** Version bump only for package @vuepress/client
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.15",
"version": "2.0.0-beta.18",
"description": "Client package of VuePress",
"keywords": [
"vuepress",
Expand Down Expand Up @@ -29,7 +29,7 @@
"copy": "cpx \"src/**/*.{d.ts,css}\" lib"
},
"dependencies": {
"@vuepress/shared": "2.0.0-beta.7",
"@vuepress/shared": "2.0.0-beta.18",
"vue": "^3.1.1",
"vue-router": "^4.0.8"
},
Expand Down
18 changes: 18 additions & 0 deletions packages/@vuepress/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
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.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2021-06-12)


### Code Refactoring

* **core:** drop support for plugin nesting ([f7da97f](https://github.com/vuepress/vuepress-next/commit/f7da97f7f0ff24984cc6a2d0926b5fdf3af274c5))
* **core:** resolve page title from markdown env ([09d08a4](https://github.com/vuepress/vuepress-next/commit/09d08a4b89af16fcb833774e902b4d5404181689))


### BREAKING CHANGES

* **core:** a plugin cannot use other plugins anymore
* **core:** markdown emoji syntax is not supported in frontmatter title





# [2.0.0-beta.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2021-06-04)


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.17",
"version": "2.0.0-beta.18",
"description": "Core package of VuePress",
"keywords": [
"vuepress",
Expand All @@ -26,10 +26,10 @@
"clean": "rimraf lib *.tsbuildinfo"
},
"dependencies": {
"@vuepress/client": "2.0.0-beta.15",
"@vuepress/markdown": "2.0.0-beta.15",
"@vuepress/shared": "2.0.0-beta.7",
"@vuepress/utils": "2.0.0-beta.15",
"@vuepress/client": "2.0.0-beta.18",
"@vuepress/markdown": "2.0.0-beta.18",
"@vuepress/shared": "2.0.0-beta.18",
"@vuepress/utils": "2.0.0-beta.18",
"gray-matter": "^4.0.3",
"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.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2021-06-12)


### Features

* **markdown:** add extract-title plugin ([e0a1556](https://github.com/vuepress/vuepress-next/commit/e0a1556a1469cd71469f5c81e2d058a5e9b9d801))





# [2.0.0-beta.15](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2021-05-27)


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.15",
"version": "2.0.0-beta.18",
"description": "Markdown package of VuePress",
"keywords": [
"vuepress",
Expand All @@ -27,8 +27,8 @@
},
"dependencies": {
"@types/markdown-it": "^12.0.2",
"@vuepress/shared": "2.0.0-beta.7",
"@vuepress/utils": "2.0.0-beta.15",
"@vuepress/shared": "2.0.0-beta.18",
"@vuepress/utils": "2.0.0-beta.18",
"markdown-it": "^12.0.6",
"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.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2021-06-12)

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





# [2.0.0-beta.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2021-06-04)

**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.17",
"version": "2.0.0-beta.18",
"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.15",
"@vuepress/core": "2.0.0-beta.17",
"@vuepress/utils": "2.0.0-beta.15",
"@vuepress/client": "2.0.0-beta.18",
"@vuepress/core": "2.0.0-beta.18",
"@vuepress/utils": "2.0.0-beta.18",
"ts-debounce": "^3.0.0",
"vue": "^3.1.1",
"vue-router": "^4.0.8"
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.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2021-06-12)

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





# [2.0.0-beta.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2021-06-04)

**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.17",
"version": "2.0.0-beta.18",
"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.17",
"@vuepress/utils": "2.0.0-beta.15",
"@vuepress/core": "2.0.0-beta.18",
"@vuepress/utils": "2.0.0-beta.18",
"ts-debounce": "^3.0.0",
"vue": "^3.1.1"
},
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.18](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.17...v2.0.0-beta.18) (2021-06-12)

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





# [2.0.0-beta.17](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2021-06-04)

**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.17",
"version": "2.0.0-beta.18",
"description": "VuePress plugin - markdown container",
"keywords": [
"vuepress-plugin",
Expand Down Expand Up @@ -30,10 +30,10 @@
},
"dependencies": {
"@types/markdown-it": "^12.0.2",
"@vuepress/core": "2.0.0-beta.17",
"@vuepress/markdown": "2.0.0-beta.15",
"@vuepress/shared": "2.0.0-beta.7",
"@vuepress/utils": "2.0.0-beta.15",
"@vuepress/core": "2.0.0-beta.18",
"@vuepress/markdown": "2.0.0-beta.18",
"@vuepress/shared": "2.0.0-beta.18",
"@vuepress/utils": "2.0.0-beta.18",
"markdown-it": "^12.0.6",
"markdown-it-container": "^3.0.0"
},
Expand Down
Loading

0 comments on commit b74a98f

Please sign in to comment.