Skip to content

Commit

Permalink
build: publish v2.0.0-beta.52
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Oct 21, 2022
1 parent 4b21b26 commit f39425f
Show file tree
Hide file tree
Showing 32 changed files with 69 additions and 31 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
# [2.0.0-beta.52](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.51...v2.0.0-beta.52) (2022-10-21)


### Bug Fixes

* **bundler-vite:** exclude user-config plugin from optimizeDeps ([#1135](https://github.com/vuepress/vuepress-next/issues/1135)) ([4285cf8](https://github.com/vuepress/vuepress-next/commit/4285cf83d4afb7deef863651fdc5be9a58ded68b))
* **bundler-vite:** test page component files correctly (close [#1056](https://github.com/vuepress/vuepress-next/issues/1056)) ([bcf6033](https://github.com/vuepress/vuepress-next/commit/bcf6033ce2acf2b98dede4a4e580fe4f39222517))
* **cli:** import envinfo correctly (close [#1059](https://github.com/vuepress/vuepress-next/issues/1059)) ([4476404](https://github.com/vuepress/vuepress-next/commit/44764049b74aac87276e6e902f022abd2ec19a4b))
* **plugin-search:** avoid triggering hotkey while typing ([#1125](https://github.com/vuepress/vuepress-next/issues/1125)) ([7b2e3fa](https://github.com/vuepress/vuepress-next/commit/7b2e3fabfc9eed65918f9cf3108b86c7de164412))
* **plugin-search:** fix mutiple search icon on iPad (close [#1004](https://github.com/vuepress/vuepress-next/issues/1004)) ([#1106](https://github.com/vuepress/vuepress-next/issues/1106)) ([b5df79d](https://github.com/vuepress/vuepress-next/commit/b5df79d508ffff071371cd6804da698a4e6117a4))
* **plugin-search:** unify breakpoint with default theme ([#1091](https://github.com/vuepress/vuepress-next/issues/1091)) ([a1773d9](https://github.com/vuepress/vuepress-next/commit/a1773d96271c35e7a9b5a63d76c495ffc7e91711))
* **theme-default:** improve responsive layout ([#1102](https://github.com/vuepress/vuepress-next/issues/1102)) ([c63bd4a](https://github.com/vuepress/vuepress-next/commit/c63bd4a75fb61860e969e4bc229c2754b9aac0b6))


### Features

* add type attribute for prefetch link tags ([#1095](https://github.com/vuepress/vuepress-next/issues/1095)) ([cd3b569](https://github.com/vuepress/vuepress-next/commit/cd3b56985f63cd5a7e7934dffec5237b495682b9))
* **bundler-vite:** auto load postcss plugins from postcss config files ([#1088](https://github.com/vuepress/vuepress-next/issues/1088)) ([0f49c47](https://github.com/vuepress/vuepress-next/commit/0f49c4798cf3f8b65fbf54a441bfaf68bbade684))
* **bundler-vite:** improve chunk splitting ([#1101](https://github.com/vuepress/vuepress-next/issues/1101)) ([00b8366](https://github.com/vuepress/vuepress-next/commit/00b83665182286185593cb03928d5c5b1e5867c5))
* **bundler-vite:** set esbuild output charset to utf-8 (close [#1129](https://github.com/vuepress/vuepress-next/issues/1129)) ([#1133](https://github.com/vuepress/vuepress-next/issues/1133)) ([10dd348](https://github.com/vuepress/vuepress-next/commit/10dd3484de44d7ecf3855cd94c9d632728ef5d6a))
* **client:** improve default page head title resolver ([#1078](https://github.com/vuepress/vuepress-next/issues/1078)) ([2d6343e](https://github.com/vuepress/vuepress-next/commit/2d6343e48cf983883cc2f3f0549e28b59469f28b))
* **markdown:** set extension of code fences in data-ext attribute ([#1132](https://github.com/vuepress/vuepress-next/issues/1132)) ([f1947f4](https://github.com/vuepress/vuepress-next/commit/f1947f4ab8353264291769fb3f2b660d9cab2e84))
* **plugin-google-analytics:** add debug option ([#1001](https://github.com/vuepress/vuepress-next/issues/1001)) ([0f46ac7](https://github.com/vuepress/vuepress-next/commit/0f46ac7ca6466f0ead43e06b476d8f756daf2c0e))
* **plugin-shiki:** bump shiki to 0.11 ([#1111](https://github.com/vuepress/vuepress-next/issues/1111)) ([06e3f55](https://github.com/vuepress/vuepress-next/commit/06e3f55e171e7cea310cee2f840f5b0f6876c2c7))
* **theme-default:** add heroHeight frontmatter for home page ([81398d5](https://github.com/vuepress/vuepress-next/commit/81398d5e967af92b61aa67329ca374512142bc36))


### Performance Improvements

* avoid bundling hmr code to production ([#1134](https://github.com/vuepress/vuepress-next/issues/1134)) ([ed8e9e6](https://github.com/vuepress/vuepress-next/commit/ed8e9e68cc28bfb35a0ec940784f989516143c03))


### BREAKING CHANGES

* **markdown:** the `ext-xxx` class name of code fences has been removed



# [2.0.0-beta.51](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.50...v2.0.0-beta.51) (2022-08-28)


Expand Down
2 changes: 1 addition & 1 deletion ecosystem/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.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - active header links",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/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.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - back to top",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/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.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - markdown container",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/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-beta.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - docsearch",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-external-link-icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-external-link-icon",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - external link icon",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/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-beta.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - git",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/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-beta.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - google-analytics",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/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-beta.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - medium-zoom",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-nprogress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-nprogress",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - nprogress",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-palette/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-palette",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - palette",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-prismjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-prismjs",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - prismjs",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-pwa-popup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-pwa-popup",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - PWA popup",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-pwa",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - progressive web application",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-register-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-register-components",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - register-components",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-search",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - built-in search",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-shiki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-shiki",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - shiki",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-theme-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-theme-data",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - theme data",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/plugin-toc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/plugin-toc",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "VuePress plugin - toc",
"keywords": [
"vuepress-plugin",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/theme-default",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "Default theme of VuePress",
"keywords": [
"vuepress-theme",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/vuepress-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-vite",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "Vue-powered Static Site Generator",
"keywords": [
"documentation",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/vuepress-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-webpack",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "Vue-powered Static Site Generator",
"keywords": [
"documentation",
Expand Down
2 changes: 1 addition & 1 deletion ecosystem/vuepress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "Vue-powered Static Site Generator",
"keywords": [
"documentation",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/monorepo",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/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.51",
"version": "2.0.0-beta.52",
"description": "Bundler vite package of VuePress",
"keywords": [
"vuepress-bundler",
Expand Down
2 changes: 1 addition & 1 deletion packages/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.51",
"version": "2.0.0-beta.52",
"description": "Bundler webpack package of VuePress",
"keywords": [
"vuepress-bundler",
Expand Down
2 changes: 1 addition & 1 deletion packages/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.51",
"version": "2.0.0-beta.52",
"description": "CLI package of VuePress",
"keywords": [
"vuepress",
Expand Down
2 changes: 1 addition & 1 deletion packages/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.51",
"version": "2.0.0-beta.52",
"description": "Client package of VuePress",
"keywords": [
"vuepress",
Expand Down
2 changes: 1 addition & 1 deletion packages/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.51",
"version": "2.0.0-beta.52",
"description": "Core package of VuePress",
"keywords": [
"vuepress",
Expand Down
2 changes: 1 addition & 1 deletion packages/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.51",
"version": "2.0.0-beta.52",
"description": "Markdown package of VuePress",
"keywords": [
"vuepress",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/shared",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "Utils that shared between VuePress node and client",
"keywords": [
"vuepress",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuepress/utils",
"version": "2.0.0-beta.51",
"version": "2.0.0-beta.52",
"description": "Utils package of VuePress",
"keywords": [
"vuepress",
Expand Down

0 comments on commit f39425f

Please sign in to comment.